diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/perform_later/args_parser.rb b/lib/perform_later/args_parser.rb index <HASH>..<HASH> 100644 --- a/lib/perform_later/args_parser.rb +++ b/lib/perform_later/args_parser.rb @@ -18,10 +18,14 @@ module PerformLater if o o = args_from_resque(o) if o.is_a?(Array) case o - ...
Formatting of the args_finder
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ class ExtensionBuilder(distutils.command.build_ext.build_ext, build_ext_options) if processor == 'x86_64': return 'x86_64' # Best guess? else: - return 'reference' + ...
Force build for x<I>_<I>
diff --git a/test/tools/javac/T6725036.java b/test/tools/javac/T6725036.java index <HASH>..<HASH> 100644 --- a/test/tools/javac/T6725036.java +++ b/test/tools/javac/T6725036.java @@ -23,8 +23,7 @@ /* * @test - * @bug 6725036 - * @ignore 8016760: failure of regression test langtools/tools/javac/T6725036.java + * @b...
<I>: Remove @ignore from tools/javac/T<I>.java Reviewed-by: jjg
diff --git a/activerecord/lib/active_record/relation/delegation.rb b/activerecord/lib/active_record/relation/delegation.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/delegation.rb +++ b/activerecord/lib/active_record/relation/delegation.rb @@ -38,7 +38,7 @@ module ActiveRecord dele...
add index to array methods so we can call it on relations
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py index <HASH>..<HASH> 100755 --- a/tools/run_tests/run_interop_tests.py +++ b/tools/run_tests/run_interop_tests.py @@ -111,8 +111,7 @@ class CSharpLanguage: return {} def unimplemented_test_cases(self): - # TODO: status...
run all implemented C# interop tests
diff --git a/packages/cozy-scripts/config/webpack.config.pictures.js b/packages/cozy-scripts/config/webpack.config.pictures.js index <HASH>..<HASH> 100644 --- a/packages/cozy-scripts/config/webpack.config.pictures.js +++ b/packages/cozy-scripts/config/webpack.config.pictures.js @@ -2,7 +2,7 @@ const { environment, tar...
Update packages/cozy-scripts/config/webpack.config.pictures.js
diff --git a/code/libraries/koowa/components/com_activities/model/entity/activity.php b/code/libraries/koowa/components/com_activities/model/entity/activity.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/components/com_activities/model/entity/activity.php +++ b/code/libraries/koowa/components/com_activities...
Allow dot notation internal objects to be configurable. This allows for dot notation tokens to be fully configurable, i.e. making them linkable, etc.
diff --git a/classes/Boom/Page/Creator.php b/classes/Boom/Page/Creator.php index <HASH>..<HASH> 100644 --- a/classes/Boom/Page/Creator.php +++ b/classes/Boom/Page/Creator.php @@ -2,6 +2,8 @@ namespace Boom\Page; +use \Boom\Page as Page; + class Creator { /** @@ -19,7 +21,7 @@ class Creator protected $_templa...
Fixed bug in page creator by updating type hints
diff --git a/test/extended/authorization/authorization.go b/test/extended/authorization/authorization.go index <HASH>..<HASH> 100644 --- a/test/extended/authorization/authorization.go +++ b/test/extended/authorization/authorization.go @@ -335,6 +335,10 @@ func (test localResourceAccessReviewTest) run() { if string...
relax RAR check to pass GCP
diff --git a/src/replace.js b/src/replace.js index <HASH>..<HASH> 100644 --- a/src/replace.js +++ b/src/replace.js @@ -18,8 +18,7 @@ export class Slice { // Create a slice. When specifying a non-zero open depth, you must // make sure that there are nodes of at least that depth at the // appropriate side of the...
Slice markdown: do not start line with 1.
diff --git a/workshift/tests.py b/workshift/tests.py index <HASH>..<HASH> 100644 --- a/workshift/tests.py +++ b/workshift/tests.py @@ -1323,10 +1323,22 @@ class TestInteractForms(TestCase): self.assertEqual(["Not signed into workshift."], form.errors["pk"]) def test_missing_shift(self): - pass + ...
Filled in test_closed_shift and test_missing_shift
diff --git a/spec/authority_spec.rb b/spec/authority_spec.rb index <HASH>..<HASH> 100644 --- a/spec/authority_spec.rb +++ b/spec/authority_spec.rb @@ -14,7 +14,7 @@ describe Authority do end it "has a convenience accessor for the ability verbs" do - expect(Authority.verbs.sort).to eq([:create, :delete, :read...
Fix this test for <I>
diff --git a/bootstrap.js b/bootstrap.js index <HASH>..<HASH> 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -59,6 +59,8 @@ module.exports = function(grunt) { tasksDefault.push('scaffold'); if (grunt.file.exists('./composer.lock') && grunt.config.get(['composer', 'install'])) { + // Manually run `composer d...
Run `composer drupal-scaffold` after `composer install`
diff --git a/lib/magic_pipe/metrics.rb b/lib/magic_pipe/metrics.rb index <HASH>..<HASH> 100644 --- a/lib/magic_pipe/metrics.rb +++ b/lib/magic_pipe/metrics.rb @@ -2,7 +2,7 @@ module MagicPipe module Metrics class << self def client - Config.instance.metrics_client + MagicPipe.config.metrics...
don't reference the Config module directly
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -39,7 +39,7 @@ string will be the contents of the managed file. For example: def run(): lines = ('foo', 'bar', 'baz') - return '\n\n'.join(lines) + retu...
Fixing the doc and escaping newline char
diff --git a/tests/test_mock_submission.py b/tests/test_mock_submission.py index <HASH>..<HASH> 100644 --- a/tests/test_mock_submission.py +++ b/tests/test_mock_submission.py @@ -339,8 +339,8 @@ class MockSubmission(_QueryTest): future = solver.sample_qubo({}) future.result() - # ...
Generalize exp back-test to account for initial back-off
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -202,7 +202,9 @@ VMRun.vmrunWithOptions = function (command, args, options) { child_process.exec('vmrun' + ' ' + runArgs.join(' '), {}, function (err, stdout, stderr) { if (err) { - err.s...
Improved error formatting from vmrun output
diff --git a/bcbio/distributed/manage.py b/bcbio/distributed/manage.py index <HASH>..<HASH> 100644 --- a/bcbio/distributed/manage.py +++ b/bcbio/distributed/manage.py @@ -61,8 +61,9 @@ def start_analysis_manager(cluster, args, config): program_cl = [config["analysis"]["process_program"]] + args job_id = clust...
Queue manager and work nodes concurrently; fixes issue <I> reported by @vals
diff --git a/code/extensions/BlocksSiteTreeExtension.php b/code/extensions/BlocksSiteTreeExtension.php index <HASH>..<HASH> 100644 --- a/code/extensions/BlocksSiteTreeExtension.php +++ b/code/extensions/BlocksSiteTreeExtension.php @@ -31,8 +31,11 @@ class BlocksSiteTreeExtension extends SiteTreeExtension{ * Block ma...
ADDED link to preview blocks in cms
diff --git a/lhc/binf/loci/tools/query.py b/lhc/binf/loci/tools/query.py index <HASH>..<HASH> 100644 --- a/lhc/binf/loci/tools/query.py +++ b/lhc/binf/loci/tools/query.py @@ -7,9 +7,13 @@ from lhc.io.loci import open_loci_file def query(query_loci: Iterable[GenomicInterval], loci: pysam.TabixFile, *, direction: st...
improve track missing chromosome in loci query
diff --git a/arch/zx48k/translator.py b/arch/zx48k/translator.py index <HASH>..<HASH> 100644 --- a/arch/zx48k/translator.py +++ b/arch/zx48k/translator.py @@ -473,18 +473,18 @@ class Translator(TranslatorVisitor): continue_loop = backend.tmp_label() if node.token == 'WHILE_DO': - self.emi...
Refactorize DO WHILE visit
diff --git a/features/step_definitions/cucumber_rails_steps.rb b/features/step_definitions/cucumber_rails_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/cucumber_rails_steps.rb +++ b/features/step_definitions/cucumber_rails_steps.rb @@ -37,7 +37,7 @@ module CucumberRailsHelper end World(Cucumber...
Changed references to Rails 3 app to Rails app
diff --git a/src/Analyse/Callback/Iterate/ThroughGetter.php b/src/Analyse/Callback/Iterate/ThroughGetter.php index <HASH>..<HASH> 100644 --- a/src/Analyse/Callback/Iterate/ThroughGetter.php +++ b/src/Analyse/Callback/Iterate/ThroughGetter.php @@ -374,6 +374,11 @@ class ThroughGetter extends AbstractCallback */ ...
Added an early return to the getter iteration, in case of a predefined internal class.
diff --git a/lib/te3270/emulators/quick3270.rb b/lib/te3270/emulators/quick3270.rb index <HASH>..<HASH> 100644 --- a/lib/te3270/emulators/quick3270.rb +++ b/lib/te3270/emulators/quick3270.rb @@ -11,10 +11,14 @@ module TE3270 def connect start_quick_system yield self if block_given? - e...
added disconnect method to quick<I>
diff --git a/lib/debug.js b/lib/debug.js index <HASH>..<HASH> 100644 --- a/lib/debug.js +++ b/lib/debug.js @@ -36,6 +36,14 @@ var colors = [6, 2, 3, 4, 5, 1]; var prevColor = 0; /** + * Is stderr a TTY? Colored output is disabled when `true`. + */ + +var isTTY = 'isTTY' in process.stderr + ? process.stderr...
Don't output colors when stderr is *not* a TTY.
diff --git a/lib/tumblr.rb b/lib/tumblr.rb index <HASH>..<HASH> 100644 --- a/lib/tumblr.rb +++ b/lib/tumblr.rb @@ -42,6 +42,14 @@ class Tumblr Authenticator.new(@credentials[:email],@credentials[:password]).authenticate(params) end + def pages(username) + reader.pages(username) + end + + def all_pag...
Tumblr convenience methods for Reader#pages and all_pages
diff --git a/compliance_checker/cf/cf_1_6.py b/compliance_checker/cf/cf_1_6.py index <HASH>..<HASH> 100644 --- a/compliance_checker/cf/cf_1_6.py +++ b/compliance_checker/cf/cf_1_6.py @@ -146,7 +146,8 @@ class CF1_6Check(CFNCCheck): att.dtype == variable.dtype ) or ( # will short-circuit o...
Add int<I> in addition to short for scale_factor/add_offset comparison
diff --git a/src/Exceptions.php b/src/Exceptions.php index <HASH>..<HASH> 100644 --- a/src/Exceptions.php +++ b/src/Exceptions.php @@ -93,7 +93,7 @@ class Exceptions { if (self::$depth === null) { self::$depth = 0; - self::$fatalErrorHandlers = array(); + self::$fatalErrorHandlers = []; register_shutdo...
Adopted the PHP <I> short array syntax
diff --git a/Tone/source/OscillatorNode.js b/Tone/source/OscillatorNode.js index <HASH>..<HASH> 100644 --- a/Tone/source/OscillatorNode.js +++ b/Tone/source/OscillatorNode.js @@ -3,7 +3,8 @@ define(["Tone/core/Tone", "Tone/core/Buffer", "Tone/source/Source", "Tone/core/G /** * @class Wrapper around the native f...
noting that Oscillator is better for most cases
diff --git a/src/Karma/Hydrator.php b/src/Karma/Hydrator.php index <HASH>..<HASH> 100644 --- a/src/Karma/Hydrator.php +++ b/src/Karma/Hydrator.php @@ -102,20 +102,20 @@ class Hydrator implements ConfigurableProcessor public function hydrate($environment) { - $distFiles = $this->collectDistFiles(); + ...
refactor: change name of collection file method (not only dist are loaded)
diff --git a/admin/tool/uploaduser/locallib.php b/admin/tool/uploaduser/locallib.php index <HASH>..<HASH> 100644 --- a/admin/tool/uploaduser/locallib.php +++ b/admin/tool/uploaduser/locallib.php @@ -360,6 +360,7 @@ function uu_allowed_roles() { */ function uu_allowed_roles_cache() { $allowedroles = get_assignab...
MDL-<I> tool_uploaduser: Fix undefined variable warning
diff --git a/src/main/java/io/vlingo/actors/Stage.java b/src/main/java/io/vlingo/actors/Stage.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/vlingo/actors/Stage.java +++ b/src/main/java/io/vlingo/actors/Stage.java @@ -51,15 +51,23 @@ public class Stage implements Stoppable { definition.par...
Added more logging for test actor creations, which often goes wrong during early development.
diff --git a/ghost/members-api/static/auth/components/FormInput.js b/ghost/members-api/static/auth/components/FormInput.js index <HASH>..<HASH> 100644 --- a/ghost/members-api/static/auth/components/FormInput.js +++ b/ghost/members-api/static/auth/components/FormInput.js @@ -1,4 +1,4 @@ -export default ({type, name, pla...
Added support for disabled form elements no-issue This can be used for a coupon input in future
diff --git a/package-command.php b/package-command.php index <HASH>..<HASH> 100644 --- a/package-command.php +++ b/package-command.php @@ -5,7 +5,7 @@ if ( ! class_exists( 'WP_CLI' ) ) { } $autoload = dirname( __FILE__ ) . '/vendor/autoload.php'; -if ( file_exists( $autoload ) ) { +if ( file_exists( $autoload ) && ...
If `Package_Command` already exists, don't need the autoloader
diff --git a/src/Illuminate/Queue/Worker.php b/src/Illuminate/Queue/Worker.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Queue/Worker.php +++ b/src/Illuminate/Queue/Worker.php @@ -598,7 +598,11 @@ class Worker */ public function sleep($seconds) { - usleep($seconds * 1000000); + if (...
Use `usleep` in case when sleep time less than 1 second (#<I>)
diff --git a/src/views/shared/list/_full_header.haml.php b/src/views/shared/list/_full_header.haml.php index <HASH>..<HASH> 100644 --- a/src/views/shared/list/_full_header.haml.php +++ b/src/views/shared/list/_full_header.haml.php @@ -13,9 +13,6 @@ %span.stat Total %span.badge=$count - %span.stat - Showing - ...
Removing the "showing" stat
diff --git a/gosu-lab/src/main/java/editor/search/UsageTarget.java b/gosu-lab/src/main/java/editor/search/UsageTarget.java index <HASH>..<HASH> 100644 --- a/gosu-lab/src/main/java/editor/search/UsageTarget.java +++ b/gosu-lab/src/main/java/editor/search/UsageTarget.java @@ -293,15 +293,16 @@ public class UsageTarget ...
Gosu Lab - fix navigation to member through meta type
diff --git a/openstack/resource_openstack_networking_port_v2.go b/openstack/resource_openstack_networking_port_v2.go index <HASH>..<HASH> 100644 --- a/openstack/resource_openstack_networking_port_v2.go +++ b/openstack/resource_openstack_networking_port_v2.go @@ -10,7 +10,6 @@ import ( "github.com/gophercloud/gophercl...
Networking v2: Revert validation of fixed_ip ip_address (#<I>)
diff --git a/troposphere/autoscaling.py b/troposphere/autoscaling.py index <HASH>..<HASH> 100644 --- a/troposphere/autoscaling.py +++ b/troposphere/autoscaling.py @@ -32,7 +32,7 @@ class AutoScalingGroup(AWSObject): 'MaxSize': (basestring, True), 'MinSize': (basestring, True), 'NotificationCo...
Don't make Tags a required AutoScalingGroup property Despite the documentation saying this is required, none of the examples have Tags in them. So we'll make this an optional property for now..
diff --git a/kernel/setup/steps/ezstep_create_sites.php b/kernel/setup/steps/ezstep_create_sites.php index <HASH>..<HASH> 100644 --- a/kernel/setup/steps/ezstep_create_sites.php +++ b/kernel/setup/steps/ezstep_create_sites.php @@ -492,10 +492,14 @@ class eZStepCreateSites extends eZStepInstaller ...
Replace deprecated check for innodb support Since MySQL <I>, the server variable `have_innodb` has been removed. The command `SHOW ENGINES` instead is supported since MySQL <I>. See <URL>
diff --git a/CHANGES.rst b/CHANGES.rst index <HASH>..<HASH> 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,6 +25,8 @@ Removed Fixed ----- +- :kbd:`^c` not able to terminate initialization process due to the handler + registered. Known issue ----------- diff --git a/ehforwarderbot/__main__.py b/ehforwarderbo...
fix: ^c not able to stop the init process (#<I>)
diff --git a/src/grid/GroupedByServerChargesGridView.php b/src/grid/GroupedByServerChargesGridView.php index <HASH>..<HASH> 100644 --- a/src/grid/GroupedByServerChargesGridView.php +++ b/src/grid/GroupedByServerChargesGridView.php @@ -77,7 +77,7 @@ class GroupedByServerChargesGridView extends BillGridView ...
fixed parts Description displaying in bill view (#<I>)
diff --git a/src/util.js b/src/util.js index <HASH>..<HASH> 100644 --- a/src/util.js +++ b/src/util.js @@ -30,7 +30,9 @@ var deparam = function(qs) { for(var i=0; i<parts.length; i++) { var pair = parts[i].split("="); - var key = decodeURIComponent(pair[0]), value = decodeURIComponent(pair[1]); +...
added depram support for multi arguments
diff --git a/src/Console/Commands/ExportMessages.php b/src/Console/Commands/ExportMessages.php index <HASH>..<HASH> 100644 --- a/src/Console/Commands/ExportMessages.php +++ b/src/Console/Commands/ExportMessages.php @@ -48,9 +48,17 @@ class ExportMessages extends Command $adapter = new Local( $filepath ); ...
Check if messages file already exists and replace it with the new file
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup setup(name='registration', - version='0.3p2', + version='0.3p3', description='User-registration application for Django', author='James Bennett', ...
And push a version bump to setup.py just becaue
diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index <HASH>..<HASH> 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -646,7 +646,7 @@ class block_base { * @return boolean * @todo finish documenting this function */ - function user_can_addto(&...
blocks editing ui: MDL-<I> Remove stupid pass by reference. Was causing errors when this method was called via block_method_result
diff --git a/astromodels/functions/template_model.py b/astromodels/functions/template_model.py index <HASH>..<HASH> 100644 --- a/astromodels/functions/template_model.py +++ b/astromodels/functions/template_model.py @@ -410,7 +410,7 @@ class TemplateModel(Function1D): # Figure out the shape of the data matric...
1D templates were failing. added np.atleast_1d to fix
diff --git a/beetle/base.py b/beetle/base.py index <HASH>..<HASH> 100644 --- a/beetle/base.py +++ b/beetle/base.py @@ -73,10 +73,13 @@ class Writer(object): def write(self): for destination, content in self.files(): - destination_folder = os.path.dirname(destination) + self.write_f...
Splitted actual writing to a new function.
diff --git a/tornado/wsgi.py b/tornado/wsgi.py index <HASH>..<HASH> 100644 --- a/tornado/wsgi.py +++ b/tornado/wsgi.py @@ -43,7 +43,7 @@ import urllib from tornado import escape from tornado import httputil from tornado import web -from tornado.escape import native_str, utf8 +from tornado.escape import native_str, u...
Fix keys in wsgi request arguments being bytes in python3 when content-type is application/x-www-form-urlencoded.
diff --git a/lib/epub/publication/package/guide.rb b/lib/epub/publication/package/guide.rb index <HASH>..<HASH> 100644 --- a/lib/epub/publication/package/guide.rb +++ b/lib/epub/publication/package/guide.rb @@ -30,10 +30,6 @@ module EPUB attr_accessor :guide, :type, :title, :href, ...
Remove #to_s from Publication::Package::Manifest and Guide to help debugging
diff --git a/src/Persistence/Db/Criteria/LoadCriteriaMapper.php b/src/Persistence/Db/Criteria/LoadCriteriaMapper.php index <HASH>..<HASH> 100644 --- a/src/Persistence/Db/Criteria/LoadCriteriaMapper.php +++ b/src/Persistence/Db/Criteria/LoadCriteriaMapper.php @@ -66,7 +66,17 @@ class LoadCriteriaMapper ...
Fix issue with joined members and and parent columns
diff --git a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningReproducibilityTest.java b/h2o-algos/src/test/java/hex/deeplearning/DeepLearningReproducibilityTest.java index <HASH>..<HASH> 100644 --- a/h2o-algos/src/test/java/hex/deeplearning/DeepLearningReproducibilityTest.java +++ b/h2o-algos/src/test/java/hex/dee...
Speed up DL Repro test.
diff --git a/plex/__init__.py b/plex/__init__.py index <HASH>..<HASH> 100644 --- a/plex/__init__.py +++ b/plex/__init__.py @@ -2,7 +2,7 @@ import logging log = logging.getLogger(__name__) -__version__ = '0.6.2' +__version__ = '0.6.3' try:
Bumped version to <I>
diff --git a/src/Service/PullRequest.php b/src/Service/PullRequest.php index <HASH>..<HASH> 100644 --- a/src/Service/PullRequest.php +++ b/src/Service/PullRequest.php @@ -48,50 +48,6 @@ class PullRequest } /** - * @param string $user - * @return self - */ - public function userName($user) - ...
Fix: Remove code not covered by tests
diff --git a/examples/webgl-points-layer.js b/examples/webgl-points-layer.js index <HASH>..<HASH> 100644 --- a/examples/webgl-points-layer.js +++ b/examples/webgl-points-layer.js @@ -81,13 +81,12 @@ function setStyleStatus(valid) { const editor = document.getElementById('style-editor'); editor.addEventListener('input...
Guard against JSON.parse errors. Also show successful style parse status after a style error was corrected but it is the same style as previously.
diff --git a/server/monitor_test.go b/server/monitor_test.go index <HASH>..<HASH> 100644 --- a/server/monitor_test.go +++ b/server/monitor_test.go @@ -389,11 +389,9 @@ func TestConnzLastActivity(t *testing.T) { t.Fatalf("Expected LastActivity to be valid\n") } - // On Windows, looks like the precision is too low...
Fix flapping test Introduce sleep when checking activity updates. I had fixed it originally for Windows and then made it for all platform recently but only for the publish case. I missed the subscribe test.
diff --git a/django_extensions/management/commands/sync_media_s3.py b/django_extensions/management/commands/sync_media_s3.py index <HASH>..<HASH> 100644 --- a/django_extensions/management/commands/sync_media_s3.py +++ b/django_extensions/management/commands/sync_media_s3.py @@ -111,7 +111,7 @@ class Command(BaseCommand...
Updating the verbosity option to actually work.
diff --git a/napalm/base/helpers.py b/napalm/base/helpers.py index <HASH>..<HASH> 100644 --- a/napalm/base/helpers.py +++ b/napalm/base/helpers.py @@ -248,7 +248,7 @@ def textfsm_extractor(cls, template_name, raw_text): def find_txt(xml_tree, path, default="", namespaces=None): """ Extracts the text value fr...
added lxml text retrieval not to fail if no text avail (#<I>)
diff --git a/test/perfplot_test.py b/test/perfplot_test.py index <HASH>..<HASH> 100644 --- a/test/perfplot_test.py +++ b/test/perfplot_test.py @@ -58,7 +58,7 @@ def test_no_labels(): def test_automatic_scale(): - from perfplot.main import PerfplotData, si_time + from perfplot.main import PerfplotData ...
Fix flake8 formatting errors in tests - Unused import flake8(F<I>) - Missing whitespace around operator flake8(E<I>)
diff --git a/node-tests/lint-test.js b/node-tests/lint-test.js index <HASH>..<HASH> 100644 --- a/node-tests/lint-test.js +++ b/node-tests/lint-test.js @@ -8,4 +8,7 @@ var paths = [ 'index.js', ]; -lint(paths); +lint(paths, { + timeout: 10000, + slow: 2000, +});
tests/lint: Increase timeouts
diff --git a/bitshares/amount.py b/bitshares/amount.py index <HASH>..<HASH> 100644 --- a/bitshares/amount.py +++ b/bitshares/amount.py @@ -79,11 +79,16 @@ class Amount(dict): self["asset"] = Asset(args[1], bitshares_instance=self.bitshares) self["symbol"] = self["asset"]["symbol"] - e...
[amount] make sure that quote/base can be dealt with as strings
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -58,6 +58,10 @@ function createlib (Map, q) { } }; + DeferMap.prototype.exists = function (name) { + return !!this._map.get(name); + }; + return DeferMap; }
just take look if name exists in DeferMap
diff --git a/src/test/java/org/sonar/plugins/buildbreaker/BuildBreakerPluginTest.java b/src/test/java/org/sonar/plugins/buildbreaker/BuildBreakerPluginTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/sonar/plugins/buildbreaker/BuildBreakerPluginTest.java +++ b/src/test/java/org/sonar/plugins/buildbreaker/B...
build-breaker plugin : add a test just to increase coverage ;o)
diff --git a/activerecord/lib/active_record/relation/predicate_builder.rb b/activerecord/lib/active_record/relation/predicate_builder.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/predicate_builder.rb +++ b/activerecord/lib/active_record/relation/predicate_builder.rb @@ -26,7 +26,7 @@ mod...
arel can escape the id, so avoid using the database connection
diff --git a/lib/expression/node/OperatorNode.js b/lib/expression/node/OperatorNode.js index <HASH>..<HASH> 100644 --- a/lib/expression/node/OperatorNode.js +++ b/lib/expression/node/OperatorNode.js @@ -280,13 +280,6 @@ OperatorNode.prototype._toTex = function(callbacks) { case 'OperatorNode:divide': ...
util/latex: Get rid of toUnit ( hasn't been working anyway )
diff --git a/sirmordred/task_projects.py b/sirmordred/task_projects.py index <HASH>..<HASH> 100644 --- a/sirmordred/task_projects.py +++ b/sirmordred/task_projects.py @@ -31,7 +31,6 @@ import requests from copy import deepcopy -from sirmordred.config import Config from sirmordred.task import Task from sirmordred...
[task_projects] Allow to accept list of global source This code changes the method `get_repos_by_backend_section` to accept a list of global data sources defined in the cfg, instead of relying on hard-coded ones.
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -165,6 +165,13 @@ class Minion(object): ''' return bool(tgt.count(self.opts['hostname'])) + def _facter_match(self, tgt): + ''' + Reads in the facter regular expresi...
Add facter matching to salt minion lookups
diff --git a/src/test/java/org/takes/facets/auth/social/PsGithubTest.java b/src/test/java/org/takes/facets/auth/social/PsGithubTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/takes/facets/auth/social/PsGithubTest.java +++ b/src/test/java/org/takes/facets/auth/social/PsGithubTest.java @@ -159,12 +159,12 @@...
Static fields should be accessed in a static way
diff --git a/spec/narray_spec.rb b/spec/narray_spec.rb index <HASH>..<HASH> 100644 --- a/spec/narray_spec.rb +++ b/spec/narray_spec.rb @@ -56,6 +56,10 @@ types.each do |dtype| it{expect(@a).to eq [1,2,3,5,7,11]} it{expect(@a.to_a).to eq [1,2,3,5,7,11]} it{expect(@a.to_a).to be_kind_of Array} + ...
test for clone, dup
diff --git a/salt/utils/minion.py b/salt/utils/minion.py index <HASH>..<HASH> 100644 --- a/salt/utils/minion.py +++ b/salt/utils/minion.py @@ -2,10 +2,11 @@ ''' Utility functions for minions ''' +# Import python libs from __future__ import absolute_import import os import threading - +# Import salt libs import s...
Add a check that the cmdline of the found proc matches (#<I>)
diff --git a/test/markdown.spec.js b/test/markdown.spec.js index <HASH>..<HASH> 100644 --- a/test/markdown.spec.js +++ b/test/markdown.spec.js @@ -48,6 +48,8 @@ describe( 'markdown', function() { [ '<span>a</span>', '<span>a</span>' ], [ '&lt;span&gt;a&lt;/span&gt;', '<span>a</span>' ], ...
added: more markdown-to-html tests
diff --git a/spec/chai-helpers/backbone-el.js b/spec/chai-helpers/backbone-el.js index <HASH>..<HASH> 100644 --- a/spec/chai-helpers/backbone-el.js +++ b/spec/chai-helpers/backbone-el.js @@ -49,7 +49,7 @@ new Assertion( Backbone ).to.be.an( 'object', "Global variable 'Backbone' not available" ); // ...
Fixed Chai test helper for updated environment
diff --git a/src/decorate.js b/src/decorate.js index <HASH>..<HASH> 100644 --- a/src/decorate.js +++ b/src/decorate.js @@ -40,7 +40,7 @@ export function makeDecoratorComponent(configs, BaseComponent) { return reduce( 'defaultProps', configs, - getDefaultProps ? getDefaultProps() : {} + ...
be more careful about getDefaultProps
diff --git a/lib/ext/property.js b/lib/ext/property.js index <HASH>..<HASH> 100644 --- a/lib/ext/property.js +++ b/lib/ext/property.js @@ -277,13 +277,13 @@ module.exports = function(should, Assertion) { }, true); /** - * Asserts given object has exact keys. + * Asserts given object has exact keys. Compared...
correct jsdoc for Assertion#keys Assertion#keys does not accept Object as a argument. The jsdoc comment describes that it can accept Object.
diff --git a/spyderlib/widgets/qscieditor.py b/spyderlib/widgets/qscieditor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/qscieditor.py +++ b/spyderlib/widgets/qscieditor.py @@ -805,10 +805,10 @@ class QsciEditor(TextEditBaseWidget): if margin == 0: self.__show_code_analysis_results(line...
Editor/code analysis results: tooltips are no longer shown automatically on mouse hover
diff --git a/sam/auxtags.go b/sam/auxtags.go index <HASH>..<HASH> 100644 --- a/sam/auxtags.go +++ b/sam/auxtags.go @@ -72,7 +72,7 @@ func NewAux(t Tag, typ byte, value interface{}) (Aux, error) { a = Aux{t[0], t[1], 'I', 0, 0, 0, 0, 0} binary.LittleEndian.PutUint32(a[4:8], uint32(i)) default: - return ...
sam: fix bounds checks for <I>-bit int archs Previously untyped math.MaxUint<I> overflowed int on <I> bit archs. Don't use uint<I> in check to avoid truncating overflowed arrays on <I> bit archs.
diff --git a/slumber/__init__.py b/slumber/__init__.py index <HASH>..<HASH> 100644 --- a/slumber/__init__.py +++ b/slumber/__init__.py @@ -27,8 +27,8 @@ class Resource(object): obj = copy.deepcopy(self) obj.object_id = id return obj - - def get(self, **kwargs): + + def _request(self...
refactor get into a wrapper around a generic _request method
diff --git a/python-package/lightgbm/dask.py b/python-package/lightgbm/dask.py index <HASH>..<HASH> 100644 --- a/python-package/lightgbm/dask.py +++ b/python-package/lightgbm/dask.py @@ -383,7 +383,7 @@ def _train( # # This code treates ``_train_part()`` calls as not "pure" because: # 1. there is ran...
[docs] fix param name typo in comments (#<I>)
diff --git a/cluster/manager.go b/cluster/manager.go index <HASH>..<HASH> 100644 --- a/cluster/manager.go +++ b/cluster/manager.go @@ -168,8 +168,9 @@ func (c *ClusterManager) initNode(db *Database) (*api.Node, bool) { db.NodeEntries[c.config.NodeId] = NodeEntry{Id: c.selfNode.Id, Ip: c.selfNode.Ip, GenNumber: c.s...
Print cluster informatio in multi line format
diff --git a/config/initializers/carrierwave.rb b/config/initializers/carrierwave.rb index <HASH>..<HASH> 100644 --- a/config/initializers/carrierwave.rb +++ b/config/initializers/carrierwave.rb @@ -8,6 +8,7 @@ CarrierWave.configure do |config| region: ENV['S3_REGION'] } config.fog_directory = ENV['S3_...
set acl on newly created objects to private This sets the Access Control List for newly created/uploader images to be the canned-ACL called `private`. This grants full control to owners with no access to anyone else. see [acl overview](<URL>) Since we are using presigned-urls objects being privates makes no differen...
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -937,9 +937,11 @@ final class Base { **/ function route($pattern,$handler,$ttl=0,$kbps=0) { $types=array('sync','ajax'); - if (is_array($pattern)) + if (is_array($pattern)) { foreach ($pattern as $item) $this...
Support array as first argument of map()
diff --git a/telethon/client/messages.py b/telethon/client/messages.py index <HASH>..<HASH> 100644 --- a/telethon/client/messages.py +++ b/telethon/client/messages.py @@ -221,18 +221,18 @@ class _IDsIter(RequestIter): async def _init(self, entity, ids): # TODO We never actually split IDs in chunks, but ma...
Actually fix ids= not being a list, bump <I>
diff --git a/pkg/build/controller/controller.go b/pkg/build/controller/controller.go index <HASH>..<HASH> 100644 --- a/pkg/build/controller/controller.go +++ b/pkg/build/controller/controller.go @@ -371,8 +371,9 @@ func (bc *BuildPodController) HandlePod(pod *kapi.Pod) error { } glog.V(4).Infof("Build %s/%s statu...
only run handleBuildCompletion on completed builds
diff --git a/timber/src/test/java/timber/log/TimberTest.java b/timber/src/test/java/timber/log/TimberTest.java index <HASH>..<HASH> 100644 --- a/timber/src/test/java/timber/log/TimberTest.java +++ b/timber/src/test/java/timber/log/TimberTest.java @@ -224,7 +224,6 @@ public class TimberTest { .hasNoMoreMessages...
Fix ignored test by using INFO log instead of DEBUG log
diff --git a/src/basis/utils/base64.js b/src/basis/utils/base64.js index <HASH>..<HASH> 100644 --- a/src/basis/utils/base64.js +++ b/src/basis/utils/base64.js @@ -52,7 +52,7 @@ } function decode(input, useUTF8){ - input = input.replace(/[^a-z0-9\+\/]/ig, ''); + input = input.replace(/[^a-zA-Z0-9\+\/]/g...
don't use btoa/atob as replacement for bas<I> encoding/decoding because out if support for non-latin symbols
diff --git a/host/cli/collect-debug-info.go b/host/cli/collect-debug-info.go index <HASH>..<HASH> 100644 --- a/host/cli/collect-debug-info.go +++ b/host/cli/collect-debug-info.go @@ -29,6 +29,7 @@ var debugCmds = [][]string{ {os.Args[0], "version"}, {"virsh", "-c", "lxc:///", "list"}, {"virsh", "-c", "lxc:///", "...
host: Collect `route -n` output in collect-debug-info This is useful when inverstigating network routing issues.
diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/SampleWebUiApplication.java b/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/SampleWebUiApplication.java index <HASH>..<HASH> 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/ui/Sampl...
Fix the rest of the typo InMemoryRepository's name
diff --git a/src/angularJwt/services/jwt.js b/src/angularJwt/services/jwt.js index <HASH>..<HASH> 100644 --- a/src/angularJwt/services/jwt.js +++ b/src/angularJwt/services/jwt.js @@ -11,7 +11,7 @@ throw 'Illegal base64url string!'; } } - return window.atob(output); //polifyll https://git...
Little trick for utf-8 encoding support Hello ! I had an encoding error with the claims data (I put a name like "Ézéchiel" for example, and the "é" was bad format). This patch fix encoding problem using basic solution from : <URL>
diff --git a/rejected/mcp.py b/rejected/mcp.py index <HASH>..<HASH> 100644 --- a/rejected/mcp.py +++ b/rejected/mcp.py @@ -230,7 +230,7 @@ class MasterControlProgram(object): # Iterate through all of the consumers for consumer_ in self._all_consumers: self._logger.debug('Polling %s', cons...
Consumer -> RejectedConsumer
diff --git a/bika/lims/browser/__init__.py b/bika/lims/browser/__init__.py index <HASH>..<HASH> 100644 --- a/bika/lims/browser/__init__.py +++ b/bika/lims/browser/__init__.py @@ -20,8 +20,9 @@ class BrowserView(BrowserView): security.declarePublic('ulocalized_time') def ulocalized_time(self, time, long_form...
Fix #<I>: prevent ulocalized_time from defaulting to today's date
diff --git a/src/Entity/Base.php b/src/Entity/Base.php index <HASH>..<HASH> 100644 --- a/src/Entity/Base.php +++ b/src/Entity/Base.php @@ -6,10 +6,13 @@ use GameScan\WoW\WowApiRequest; class Base { - protected $apiRequest; + protected $apiRequest = null; - public function __construct(WowApiRequest $apiRe...
api request is not anymore set in constructor. So we could instantiate class with functional information
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,16 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.au...
added graphviz sphinx extension
diff --git a/mod/assign/lib.php b/mod/assign/lib.php index <HASH>..<HASH> 100644 --- a/mod/assign/lib.php +++ b/mod/assign/lib.php @@ -1130,11 +1130,11 @@ function assign_user_outline($course, $user, $coursemodule, $assignment) { $gradingitem = $gradinginfo->items[0]; $gradebookgrade = $gradingitem->grades[$u...
MDL-<I> Assign: User outline report grade display Use str_long_grade for user outline report because it handles scales and no grade. Thanks to Jean-Daniel Descoteaux for suggesting this fix.
diff --git a/core/roboconf-core/src/main/java/net/roboconf/core/commands/BulkCommandInstructions.java b/core/roboconf-core/src/main/java/net/roboconf/core/commands/BulkCommandInstructions.java index <HASH>..<HASH> 100644 --- a/core/roboconf-core/src/main/java/net/roboconf/core/commands/BulkCommandInstructions.java +++ ...
[ci skip] Replace equals by equalsIgnoreCase
diff --git a/src/Utility/DatabaseUtility.php b/src/Utility/DatabaseUtility.php index <HASH>..<HASH> 100644 --- a/src/Utility/DatabaseUtility.php +++ b/src/Utility/DatabaseUtility.php @@ -15,7 +15,7 @@ class DatabaseUtility */ public function getTables($dbConf) { - $link = mysqli_connect($dbConf['...
[TASK] Use port-parameter in mysqli_connect DB-port is configurable through arguments and should be used for the connection as well
diff --git a/modules/decorators.js b/modules/decorators.js index <HASH>..<HASH> 100755 --- a/modules/decorators.js +++ b/modules/decorators.js @@ -13,7 +13,7 @@ const routeMethods = { get: 'get', post: 'post', put: 'put', - delete: 'delete', + del: 'delete', patch: 'patch', all: '*' };
change delete decorator -> del
diff --git a/tests/test_utils.py b/tests/test_utils.py index <HASH>..<HASH> 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -91,11 +91,10 @@ async def main(): await server.wait_closed() if __name__ == '__main__': - asyncio.run(main()) + asyncio.get_event_loop().run_until_complete(main())...
Fixed graceful_exit tests to run in all Python versions
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -101,7 +101,8 @@ module.exports = function(grunt) { filename: 'esp-js.min.js' }, plugins: [ - new webpack.optimize.UglifyJsPlugin({minim...
Consistent ordering of modules, should make PR merges much less noisy
diff --git a/arty-charty/arty-charty.js b/arty-charty/arty-charty.js index <HASH>..<HASH> 100644 --- a/arty-charty/arty-charty.js +++ b/arty-charty/arty-charty.js @@ -318,7 +318,7 @@ makeMarkers(markerCords, chartIdx) { makeMarker(cx, cy, chartIdx, pointIdx) { return ( - <AmimatedCirclesMarker key={pointId...
Added default marker colour if lineColor is not set
diff --git a/lib/exception_handling_mailer.rb b/lib/exception_handling_mailer.rb index <HASH>..<HASH> 100644 --- a/lib/exception_handling_mailer.rb +++ b/lib/exception_handling_mailer.rb @@ -1,7 +1,7 @@ class ExceptionHandling::Mailer < ActionMailer::Base default :content_type => "text/html" - self.append_view_p...
Use relative path in append_view_path