diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/countries/select_helper.rb b/lib/countries/select_helper.rb index <HASH>..<HASH> 100644 --- a/lib/countries/select_helper.rb +++ b/lib/countries/select_helper.rb @@ -24,7 +24,7 @@ module ActionView def to_country_select_tag(priority_countries, options, html_options) html_options = html_...
allow overriding selected option in country_select helper.
diff --git a/core/src/main/java/hudson/model/AbstractItem.java b/core/src/main/java/hudson/model/AbstractItem.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/AbstractItem.java +++ b/core/src/main/java/hudson/model/AbstractItem.java @@ -265,7 +265,7 @@ public abstract class AbstractItem extends Ac...
Wrong source root ... as pointed out by <URL>
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,8 @@ def get_version(module='spyder_kernels'): REQUIREMENTS = ['ipykernel>=4.8.2', - 'pyzmq>=17' + 'pyzmq>=17', + 'jupyter-client>=5.2.3', 'cloudpick...
Setup.py: Add specific requirement on jupyter-client
diff --git a/etk/core.py b/etk/core.py index <HASH>..<HASH> 100644 --- a/etk/core.py +++ b/etk/core.py @@ -471,8 +471,7 @@ class Core(object): doc = Core.rearrange_description(doc) doc = Core.rearrange_title(doc) except Exception as e: - # print e - ...
fix bug when there is no state or country for populated places
diff --git a/packages/mui-material/src/IconButton/IconButton.js b/packages/mui-material/src/IconButton/IconButton.js index <HASH>..<HASH> 100644 --- a/packages/mui-material/src/IconButton/IconButton.js +++ b/packages/mui-material/src/IconButton/IconButton.js @@ -54,7 +54,7 @@ const IconButtonRoot = styled(ButtonBase, {...
[IconButton] Fix hover effect when CSS Variables are enabled (#<I>)
diff --git a/src/Zicht/Util/Str.php b/src/Zicht/Util/Str.php index <HASH>..<HASH> 100644 --- a/src/Zicht/Util/Str.php +++ b/src/Zicht/Util/Str.php @@ -263,28 +263,12 @@ class Str /** * Slugify a text. * + * @deprecated Please use Str::systemize() * @param string $text * @return string ...
deprecated slugify, which serves more as documentation than anything else
diff --git a/internal/client/github.go b/internal/client/github.go index <HASH>..<HASH> 100644 --- a/internal/client/github.go +++ b/internal/client/github.go @@ -225,7 +225,7 @@ func (c *githubClient) CreateRelease(ctx *context.Context, body string) (string, ctx, ctx.Config.Release.GitHub.Owner, ctx.Config.Re...
fix: ensure same tag on edit this change is just to prevent merge conflicts in goreleaser pro refs #<I>
diff --git a/Resources/public/js/sequence/Correction/Controllers/CorrectionClozeCtrl.js b/Resources/public/js/sequence/Correction/Controllers/CorrectionClozeCtrl.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/sequence/Correction/Controllers/CorrectionClozeCtrl.js +++ b/Resources/public/js/sequence/Correction/...
[ExoBundle] Fix error on cloze correction
diff --git a/lib/lock_jar/domain/gem_dsl.rb b/lib/lock_jar/domain/gem_dsl.rb index <HASH>..<HASH> 100644 --- a/lib/lock_jar/domain/gem_dsl.rb +++ b/lib/lock_jar/domain/gem_dsl.rb @@ -30,7 +30,7 @@ module LockJar builder.gem_dir = spec.gem_dir jarfile = File.join( spec.gem_dir, jarfile ...
track Jarfile.lock in lockfile merged
diff --git a/components/switch/index.js b/components/switch/index.js index <HASH>..<HASH> 100644 --- a/components/switch/index.js +++ b/components/switch/index.js @@ -59,10 +59,12 @@ export default class Switch extends Intact { _dragEnd(e) { this.set('_dragging', false); + this.element.blur(); ...
upd: blur on mouseup, #7
diff --git a/src/js/form-builder.js b/src/js/form-builder.js index <HASH>..<HASH> 100644 --- a/src/js/form-builder.js +++ b/src/js/form-builder.js @@ -6,6 +6,7 @@ var defaults = { typeUserAttrs: {}, //+gimigliano + typeUserEvents: {}, //+gimigliano controlPosition: 'right', control...
Added typeUserEvents option (#<I>)
diff --git a/bencode.js b/bencode.js index <HASH>..<HASH> 100644 --- a/bencode.js +++ b/bencode.js @@ -280,7 +280,7 @@ var Bdecode = function () { if (LIST_START === obj) { var obj2 = null var list = [] - while( obj2 = tmp_stack.pop() ) { + while( undefined !== (obj2 = t...
properly decode lists with the integer 0
diff --git a/_builder_lib/docsitebuilder/helpers.rb b/_builder_lib/docsitebuilder/helpers.rb index <HASH>..<HASH> 100644 --- a/_builder_lib/docsitebuilder/helpers.rb +++ b/_builder_lib/docsitebuilder/helpers.rb @@ -209,6 +209,23 @@ EOF end end + def git_stash_all + # See if there are any changes i...
Detect and stash un-added working branch files during packaging
diff --git a/commander/types/sensor_event.py b/commander/types/sensor_event.py index <HASH>..<HASH> 100644 --- a/commander/types/sensor_event.py +++ b/commander/types/sensor_event.py @@ -20,5 +20,5 @@ class SensorEvent: self.stream = stream self.metadata = metadata - self.timestamp = datetime(timestamp_year, t...
Finalize buffer overrun fix, implement an exhaustive test.
diff --git a/lib/rspectacles/formatter/legacy/redis.rb b/lib/rspectacles/formatter/legacy/redis.rb index <HASH>..<HASH> 100644 --- a/lib/rspectacles/formatter/legacy/redis.rb +++ b/lib/rspectacles/formatter/legacy/redis.rb @@ -5,6 +5,8 @@ module RSpectacles module Formatter module Legacy class Redis < RS...
Adding an output method to the formatters to match API
diff --git a/bct/bct/algorithms/distance.py b/bct/bct/algorithms/distance.py index <HASH>..<HASH> 100644 --- a/bct/bct/algorithms/distance.py +++ b/bct/bct/algorithms/distance.py @@ -374,7 +374,7 @@ def efficiency_bin(G,local=False): #symmetrized adjacency vector sa=G[u,V]+G[V,u].T - ...
propagate correct local efficiency calculation to efficiency_bin
diff --git a/lib/server.js b/lib/server.js index <HASH>..<HASH> 100644 --- a/lib/server.js +++ b/lib/server.js @@ -56,6 +56,17 @@ Server.prototype = { next() }) exp.use(Express.static(__dirname + '/../public')) + + // Load other static dirs that you want pathed rela...
added configurable static_dirs for pathing for platforms like yeoman
diff --git a/jsonrpc/tests/test_backend_flask/tests.py b/jsonrpc/tests/test_backend_flask/tests.py index <HASH>..<HASH> 100644 --- a/jsonrpc/tests/test_backend_flask/tests.py +++ b/jsonrpc/tests/test_backend_flask/tests.py @@ -1,5 +1,6 @@ import json import sys +from mock import patch if sys.version_info < (2, 7):...
cover code up to <I>%
diff --git a/backbone.js b/backbone.js index <HASH>..<HASH> 100644 --- a/backbone.js +++ b/backbone.js @@ -914,7 +914,10 @@ // Create a new collection with an identical list of models as this one. clone: function() { - return new this.constructor(this.models); + return new this.constructor(this.mo...
pass along model and comparator to cloned collection. Fixes #<I>
diff --git a/src/Monolog/Handler/GroupHandler.php b/src/Monolog/Handler/GroupHandler.php index <HASH>..<HASH> 100644 --- a/src/Monolog/Handler/GroupHandler.php +++ b/src/Monolog/Handler/GroupHandler.php @@ -11,8 +11,6 @@ namespace Monolog\Handler; -use Monolog\Logger; - /** * Forwards records to multiple handle...
Tweaked the GroupHandler to make it handle a record only when needed
diff --git a/bl/integration/drivers/azure.js b/bl/integration/drivers/azure.js index <HASH>..<HASH> 100644 --- a/bl/integration/drivers/azure.js +++ b/bl/integration/drivers/azure.js @@ -66,7 +66,7 @@ let lib = { let profile = { firstName: soajsResponse.profile.given_name, lastName: soajsResponse.profile.fam...
assure email is set when azure login happens
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ setup( license="Apache", packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=[ - "torch>=1.2.0", + "torch>=1.2.0,<1.3", "jsonnet...
Pin to pytorch <I> in setup.py (#<I>)
diff --git a/src/Model.php b/src/Model.php index <HASH>..<HASH> 100644 --- a/src/Model.php +++ b/src/Model.php @@ -47,7 +47,7 @@ class Model extends Datachore { if ($this->updates[$key] instanceof \google\appengine\datastore\v4\Key) { - $fkey = $this->values[$key]; + $fkey = $this->updates[$key]; ...
FIX: use updates when checking for them (in __get) with keys.
diff --git a/pykechain/client.py b/pykechain/client.py index <HASH>..<HASH> 100644 --- a/pykechain/client.py +++ b/pykechain/client.py @@ -412,7 +412,7 @@ class Client(object): r = self._request('POST', self._build_url('activities'), data=data) - if r.status_code != 201: + if r.status_code !=...
- removed APIError(s) from coverage inside client.py
diff --git a/lib/cocoaseeds/core.rb b/lib/cocoaseeds/core.rb index <HASH>..<HASH> 100644 --- a/lib/cocoaseeds/core.rb +++ b/lib/cocoaseeds/core.rb @@ -507,8 +507,12 @@ module Seeds # def configure_phase self.project.targets.each do |target| - phase = target.sources_build_phase - next if n...
Catch an exception when trying to access target's undefined `sources_build_phase`
diff --git a/framework/bootstrap.js b/framework/bootstrap.js index <HASH>..<HASH> 100644 --- a/framework/bootstrap.js +++ b/framework/bootstrap.js @@ -84,6 +84,9 @@ Bootstrap = Type.create({ if (Type.isNumber(env.port)) { this.setListenPort(env.port); } + if (Type.isString(env.host...
Add possibility to set listen host in env.son
diff --git a/gnupg/gnupg.py b/gnupg/gnupg.py index <HASH>..<HASH> 100644 --- a/gnupg/gnupg.py +++ b/gnupg/gnupg.py @@ -180,7 +180,7 @@ class GPG(GPGBase): else: log.warn("No 'default_key' given! Using first key on secring.") - if isinstance(data, file): + if hasattr(data, 'read'): ...
File and IO handling in Py3 is different than Py2 Instead of checking whether data isinstance of 'file', then we check that it is file-like _enough_ to be treated as a file (i.e. it hasattr 'read').
diff --git a/audiolazy/tests/test_poly.py b/audiolazy/tests/test_poly.py index <HASH>..<HASH> 100644 --- a/audiolazy/tests/test_poly.py +++ b/audiolazy/tests/test_poly.py @@ -28,6 +28,7 @@ p = pytest.mark.parametrize import operator import types from itertools import combinations_with_replacement, combinations +from...
Tests for the Poly.roots property
diff --git a/git_repo/services/bitbucket.py b/git_repo/services/bitbucket.py index <HASH>..<HASH> 100644 --- a/git_repo/services/bitbucket.py +++ b/git_repo/services/bitbucket.py @@ -92,6 +92,10 @@ class BitbucketService(RepositoryService): fqdn = 'bitbucket.org' def connect(self): + if not self._pri...
Fixed error handling of lack of privatekey for bitbucket
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -82,7 +82,6 @@ module.exports = { { test: /\.ts$/, loader: 'typescript-simple-loader' } ], noParse: [ - new RegExp(TRACEUR_RUNTIME), /rtts_a...
fix(webpack.config): remove TRACEUR_RUNTIME
diff --git a/common/models/traits/CommentTrait.php b/common/models/traits/CommentTrait.php index <HASH>..<HASH> 100755 --- a/common/models/traits/CommentTrait.php +++ b/common/models/traits/CommentTrait.php @@ -37,7 +37,7 @@ trait CommentTrait { $command = $query->createCommand(); $average = $command->queryOn...
Resolved average round figure issue in method getAverageRating().
diff --git a/angr/functionmanager.py b/angr/functionmanager.py index <HASH>..<HASH> 100644 --- a/angr/functionmanager.py +++ b/angr/functionmanager.py @@ -149,6 +149,9 @@ class Function(object): """ constants = set() + if not self._function_manager._project.loader.main_bin.contains_addr(self....
fix for function string references that don't start in the binary
diff --git a/js/bitfinex.js b/js/bitfinex.js index <HASH>..<HASH> 100644 --- a/js/bitfinex.js +++ b/js/bitfinex.js @@ -227,7 +227,7 @@ module.exports = class bitfinex extends Exchange { 'Nonce is too small.': InvalidNonce, }, 'broad': { - 'Invali...
minor english fix in a comment in bitfinex describe ()
diff --git a/scripts/lib/bundle.js b/scripts/lib/bundle.js index <HASH>..<HASH> 100644 --- a/scripts/lib/bundle.js +++ b/scripts/lib/bundle.js @@ -25,6 +25,7 @@ function readPackageDigest() { function computePackageDigest(noWriteFile = false) { const files = globIgnore(join(rootDir, '**'), { + absolute: true, ...
fix: update call to globIgnore (#<I>) (#<I>) globIgnore now requires the 'absolute' option to be specified.
diff --git a/core/model/VirtualPage.php b/core/model/VirtualPage.php index <HASH>..<HASH> 100755 --- a/core/model/VirtualPage.php +++ b/core/model/VirtualPage.php @@ -123,8 +123,15 @@ class VirtualPage extends Page { */ function copyFrom($source) { if($source) { - foreach($this->getVirtualFields() as $virtual...
MINOR: Copy "ShowInMenus" when a VirtualPage is first created (from r<I>) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@<I> <I>b<I>ca-7a2a-<I>-9d3b-<I>d<I>a<I>a9
diff --git a/src/trumbowyg.js b/src/trumbowyg.js index <HASH>..<HASH> 100644 --- a/src/trumbowyg.js +++ b/src/trumbowyg.js @@ -677,7 +677,7 @@ Object.defineProperty(jQuery.trumbowyg, 'defaultOptions', { } }) .on('keyup focus', function () { - if ...
fix(Trumbo): stop p tags from wrapping markup This code adds <p> tags if the Trumbo contains no mark-up. The check is run before a setTimeout and the <p> tags are added after. When using the table plugin the content is empty before the check but contains a table after the timeout executes.
diff --git a/src/Composer/Repository/Vcs/SvnDriver.php b/src/Composer/Repository/Vcs/SvnDriver.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/Vcs/SvnDriver.php +++ b/src/Composer/Repository/Vcs/SvnDriver.php @@ -332,6 +332,21 @@ class SvnDriver extends VcsDriver } /** + * An absolute path...
* fixSvnUrl(): to prefix absolute paths with file://
diff --git a/bugtool/cmd/configuration.go b/bugtool/cmd/configuration.go index <HASH>..<HASH> 100644 --- a/bugtool/cmd/configuration.go +++ b/bugtool/cmd/configuration.go @@ -54,12 +54,7 @@ func defaultCommands(confDir string, cmdDir string, k8sPods []string) []string { "ip -6 n", "ss -t -p -a -i -s", "ss -u -...
Remove non-functional commands from cilium-bugtool This PR removes all the non-functional commands from cilium-bugtool configuration. Fixes: #<I>
diff --git a/forms/Form.php b/forms/Form.php index <HASH>..<HASH> 100644 --- a/forms/Form.php +++ b/forms/Form.php @@ -192,6 +192,7 @@ class Form extends RequestHandler { '$Action!' => 'handleAction', 'POST ' => 'httpSubmission', 'GET ' => 'httpSubmission', + 'HEAD ' => 'httpSubmission', ); /**
BUGFIX: Prevent <I> error when a HEAD request is sent to its action URL.
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ import logging import subprocess import sys -import time +import os logger = logging.getLogger(__name__) logging.basicConfig(level=logging.INFO) @@ -12,7 +12,7 @@ ROOT_CLIENT = None PROJECT = None USERNAME = ...
parameterize test db name based on the user running it
diff --git a/lib/sapience/logger.rb b/lib/sapience/logger.rb index <HASH>..<HASH> 100644 --- a/lib/sapience/logger.rb +++ b/lib/sapience/logger.rb @@ -18,7 +18,7 @@ module Sapience logger.trace "Appender thread: Flushing appender: #{appender.class.name}" appender.flush rescue Standa...
Log sapience error into $stderr
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def version(): README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() setup( - name='gocd_cli', + name='gocd-cli', author='Björn Andersson', author_email='ba@sanitarium.s...
Change the name to match the repo And decent naming conventions, underscores are yuck for names :p
diff --git a/modules/console.py b/modules/console.py index <HASH>..<HASH> 100644 --- a/modules/console.py +++ b/modules/console.py @@ -31,6 +31,15 @@ def unload(): def mavlink_packet(msg): '''handle an incoming mavlink packet''' + if not isinstance(mpstate.console, wxconsole.MessageConsole): + ...
console: added gps status
diff --git a/src/Symfony/Component/HttpFoundation/Request.php b/src/Symfony/Component/HttpFoundation/Request.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpFoundation/Request.php +++ b/src/Symfony/Component/HttpFoundation/Request.php @@ -771,7 +771,7 @@ class Request } /** - * Checks wh...
fixed the description of isNoCache method
diff --git a/src/Migration.php b/src/Migration.php index <HASH>..<HASH> 100644 --- a/src/Migration.php +++ b/src/Migration.php @@ -19,7 +19,7 @@ use Spiral\Migrations\Exception\MigrationException; abstract class Migration implements MigrationInterface { // Target migration database - const DATABASE = null; + ...
- bugfix: older migrations will conflict due to protected constant
diff --git a/worker/uniter/context_test.go b/worker/uniter/context_test.go index <HASH>..<HASH> 100644 --- a/worker/uniter/context_test.go +++ b/worker/uniter/context_test.go @@ -756,3 +756,19 @@ func (s *RunCommandSuite) TestRunCommandsHasEnvironSet(c *gc.C) { c.Check(executionEnvironment[key], gc.Equals, value) ...
Test capture of stdout, stderr, and the return code.
diff --git a/ykman/cli/piv.py b/ykman/cli/piv.py index <HASH>..<HASH> 100644 --- a/ykman/cli/piv.py +++ b/ykman/cli/piv.py @@ -452,8 +452,10 @@ def set_pin_retries(ctx, management_key, pin, pin_retries, puk_retries): if not pin: pin = _prompt_pin(pin) controller.verify(pin) - - control...
piv: catch failing set-pin-retries
diff --git a/src/SDL/Compiler.php b/src/SDL/Compiler.php index <HASH>..<HASH> 100644 --- a/src/SDL/Compiler.php +++ b/src/SDL/Compiler.php @@ -181,9 +181,11 @@ class Compiler implements CompilerInterface, Configuration private function load(Document $document): Document { foreach ($document->getTypeD...
Load cached types into loader repository
diff --git a/internal/cmd/package.go b/internal/cmd/package.go index <HASH>..<HASH> 100644 --- a/internal/cmd/package.go +++ b/internal/cmd/package.go @@ -23,7 +23,7 @@ func newPackageCmd() *packageCmd { cmd := &cobra.Command{ Use: "package", Aliases: []string{"pkg", "p"}, - Short: "Cre...
fix: typo on 'package' commands --help (#<I>)
diff --git a/config/module/validate_provider_alias.go b/config/module/validate_provider_alias.go index <HASH>..<HASH> 100644 --- a/config/module/validate_provider_alias.go +++ b/config/module/validate_provider_alias.go @@ -67,7 +67,7 @@ func (t *Tree) validateProviderAlias() error { // We didn't find the alias, e...
update missing alias message Update the old error message for a missing provider alias, as we no longer automatically inherit providers.
diff --git a/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java b/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java index <HASH>..<HASH> 100644 --- a/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java +++ b/sonar-home/src/main/java/org/sonar/home/cache/FileCache.java @@ -107,7 +107,8 @@ p...
SONAR-<I> improve warning when temp folder and user cache are not on the same hard drive
diff --git a/aws/data_source_aws_outposts_outposts_test.go b/aws/data_source_aws_outposts_outposts_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_outposts_outposts_test.go +++ b/aws/data_source_aws_outposts_outposts_test.go @@ -14,6 +14,7 @@ func TestAccAWSOutpostsOutpostsDataSource_basic(t *testing.T) {...
tests/ds/outposts_outposts: Add ErrorCheck
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ module.exports = { init() { this._super.init && this._super.init.apply(this, arguments); + this.overrideTestCommandFilter(); this.setTestGenerator(); }, @@ -98,6 +99,36 @@ module.exports =...
Add missing `overrideTestCommandFilter()` method This was missed when we migrated the functionality from `ember-cli-mocha` into `ember-mocha`
diff --git a/tests/compose.js b/tests/compose.js index <HASH>..<HASH> 100644 --- a/tests/compose.js +++ b/tests/compose.js @@ -4,26 +4,22 @@ var expect = chai.expect; describe('.compose()', function () { - it('should return a new function', function () { + var func = null; - var func = fn.compose( + beforeEach(...
Small re-factoring, using 'beforeEach' in test
diff --git a/bokeh/transform.py b/bokeh/transform.py index <HASH>..<HASH> 100644 --- a/bokeh/transform.py +++ b/bokeh/transform.py @@ -66,7 +66,7 @@ def cumsum(field, include_zero=False): will generate a ``CumSum`` expressions that sum the ``"angle"`` column of a data source. For the ``start_angle``...
Fix `cumsum()` docstring (#<I>) "For ``start_angle``" -> "For ``end_angle``"
diff --git a/shinken/modules/livestatus_broker/livestatus_query.py b/shinken/modules/livestatus_broker/livestatus_query.py index <HASH>..<HASH> 100644 --- a/shinken/modules/livestatus_broker/livestatus_query.py +++ b/shinken/modules/livestatus_broker/livestatus_query.py @@ -789,6 +789,8 @@ member_key: the key to be use...
Fix string comparison for livestatus. None is equivalent to empty string
diff --git a/Query.php b/Query.php index <HASH>..<HASH> 100644 --- a/Query.php +++ b/Query.php @@ -450,9 +450,10 @@ class Query extends Component implements QueryInterface if ($this->emulateExecution) { return 0; } - // performing a query with return size of 0, is equal to getting ...
Added track_total_hits to Query::count() By default ElasticSearch returns <I> hits (<URL>) All hits can be returned by setting track_total_hits to true
diff --git a/lib/devise_security_extension/models/password_archivable.rb b/lib/devise_security_extension/models/password_archivable.rb index <HASH>..<HASH> 100644 --- a/lib/devise_security_extension/models/password_archivable.rb +++ b/lib/devise_security_extension/models/password_archivable.rb @@ -11,7 +11,6 @@ module ...
revert add :set_first_old_password
diff --git a/src/howler.core.js b/src/howler.core.js index <HASH>..<HASH> 100644 --- a/src/howler.core.js +++ b/src/howler.core.js @@ -1967,7 +1967,7 @@ sound._node.bufferSource.loop = sound._loop; if (sound._loop) { sound._node.bufferSource.loopStart = sound._start || 0; - sound._node.buf...
Make sure sound stop time isn't undefined Fixes #<I>
diff --git a/lib/strainer/sandbox.rb b/lib/strainer/sandbox.rb index <HASH>..<HASH> 100644 --- a/lib/strainer/sandbox.rb +++ b/lib/strainer/sandbox.rb @@ -223,9 +223,9 @@ module Strainer # @return [Array] # the list of root-level directories def root_folders - @root_folders ||= Dir.glob("#...
Root folders are missing 2 random files! Suspect this is meant to throw away . and ..
diff --git a/src/client.js b/src/client.js index <HASH>..<HASH> 100644 --- a/src/client.js +++ b/src/client.js @@ -48,13 +48,14 @@ class SmtpClient { * @param {Boolean} [options.disableEscaping] If set to true, do not escape dots on the beginning of the lines */ constructor (host, port, options = {}) { + ...
Use this.options only after defined
diff --git a/src/app/containers/App.js b/src/app/containers/App.js index <HASH>..<HASH> 100644 --- a/src/app/containers/App.js +++ b/src/app/containers/App.js @@ -18,6 +18,17 @@ import RemoteIcon from 'react-icons/lib/go/radio-tower'; const monitorPosition = location.hash; +// Mock localStorage when it is not allo...
Mock localStorage when it is not allowed Related to #<I>.
diff --git a/grunt.js b/grunt.js index <HASH>..<HASH> 100644 --- a/grunt.js +++ b/grunt.js @@ -87,12 +87,14 @@ module.exports = function(grunt) { }, 'node-qunit': { - deps: './src/pouch.js', - code: './src/adapters/pouch.leveldb.js', - tests: testFiles.map(function (n) { return "./tests/" + n...
#<I> Corrected path requirement for grunt-node-qunit
diff --git a/locationsharinglib/locationsharinglib.py b/locationsharinglib/locationsharinglib.py index <HASH>..<HASH> 100755 --- a/locationsharinglib/locationsharinglib.py +++ b/locationsharinglib/locationsharinglib.py @@ -36,6 +36,7 @@ import json import logging import pickle from datetime import datetime +import p...
Add timezone info to timestamp Google provides timestamp in UTC
diff --git a/src/components/Comments.js b/src/components/Comments.js index <HASH>..<HASH> 100644 --- a/src/components/Comments.js +++ b/src/components/Comments.js @@ -1,3 +1,4 @@ +// @flow import React from 'react'; import PropTypes from 'prop-types'; import { Modal, Button, Col, Row, Glyphicon } from 'react-bootstr...
Update Comments.js Added the flow annotation
diff --git a/test/tdigest_test.rb b/test/tdigest_test.rb index <HASH>..<HASH> 100644 --- a/test/tdigest_test.rb +++ b/test/tdigest_test.rb @@ -1,6 +1,4 @@ require 'test_helper' -require 'ruby-prof' - class TDigestTest < Minitest::Test extend Minitest::Spec::DSL
fix: remove ruby-prof require from test
diff --git a/lib/statsd/instrument.rb b/lib/statsd/instrument.rb index <HASH>..<HASH> 100644 --- a/lib/statsd/instrument.rb +++ b/lib/statsd/instrument.rb @@ -217,14 +217,12 @@ module StatsD def write_packet(command) if mode.to_s == 'production' - begin - socket.send(command, 0) - r...
Cleanup of write_packet method.
diff --git a/test/structures_test.js b/test/structures_test.js index <HASH>..<HASH> 100644 --- a/test/structures_test.js +++ b/test/structures_test.js @@ -1,6 +1,6 @@ 'use strict'; -var structures = require('../lib/structures.js'); +var structure = require('../lib/structure.js'); /* ======== A Handy Little Nod...
Added placeholder test to test build system
diff --git a/katcp/client.py b/katcp/client.py index <HASH>..<HASH> 100644 --- a/katcp/client.py +++ b/katcp/client.py @@ -613,7 +613,7 @@ class DeviceClient(object): is as for sys.excepthook. """ if self._thread: - raise RuntimeError("Device client already started.") + ...
Log the bind address for DeviceClient exceptions
diff --git a/lib/build/webpack-config.js b/lib/build/webpack-config.js index <HASH>..<HASH> 100644 --- a/lib/build/webpack-config.js +++ b/lib/build/webpack-config.js @@ -82,8 +82,8 @@ module.exports = function (cfg) { ], alias: { quasar: appPaths.resolve.app(`node_modules/quasar-framework/dist/q...
fix: Avoid webpack aliases clashes
diff --git a/owslib/wcs.py b/owslib/wcs.py index <HASH>..<HASH> 100644 --- a/owslib/wcs.py +++ b/owslib/wcs.py @@ -20,16 +20,16 @@ from coverage import wcs100, wcs110, wcsBase def WebCoverageService(url, version=None, xml=None): ''' wcs factory function, returns a version specific WebCoverageService object ''' ...
The web coverage reader was being created twice by the WebCoverageService factory function - this was not necessary.
diff --git a/lib/Parser.js b/lib/Parser.js index <HASH>..<HASH> 100644 --- a/lib/Parser.js +++ b/lib/Parser.js @@ -304,6 +304,9 @@ Parser.prototype.initializeEvaluating = function() { // possible improvement: evaluate node.expressions[i-1] // and append to previous quasis if has a set value } + if (expr...
Pretend template is a string if it resolves to a constant
diff --git a/lib/Rackem/Server.php b/lib/Rackem/Server.php index <HASH>..<HASH> 100644 --- a/lib/Rackem/Server.php +++ b/lib/Rackem/Server.php @@ -64,7 +64,7 @@ class Server if($offset === false) $offset = strpos($buffer, "\n\n"); if($offset === false) $offset = strpos($buffer, "\r\r"); if($offset ===...
Ensure Server reads full Content-Length of body into the buffer
diff --git a/satpy/writers/geotiff.py b/satpy/writers/geotiff.py index <HASH>..<HASH> 100644 --- a/satpy/writers/geotiff.py +++ b/satpy/writers/geotiff.py @@ -76,7 +76,27 @@ class GeoTIFFWriter(ImageWriter): "profile", "bigtiff", "pixeltype", - ...
Update GDAL_OPTIONS with driver= and COG-specific options
diff --git a/cloudplatform/runtime/spring/src/main/java/io/rhiot/cloudplatform/runtime/spring/test/CloudPlatformTest.java b/cloudplatform/runtime/spring/src/main/java/io/rhiot/cloudplatform/runtime/spring/test/CloudPlatformTest.java index <HASH>..<HASH> 100644 --- a/cloudplatform/runtime/spring/src/main/java/io/rhiot/c...
Reduced CamelContext shutdown strategy timeout for tests.
diff --git a/controller/frontend/src/Controller/Frontend/Product/Iface.php b/controller/frontend/src/Controller/Frontend/Product/Iface.php index <HASH>..<HASH> 100644 --- a/controller/frontend/src/Controller/Frontend/Product/Iface.php +++ b/controller/frontend/src/Controller/Frontend/Product/Iface.php @@ -68,7 +68,7 @@...
Added missing return types for product controller methods
diff --git a/src/com/opera/core/systems/testing/drivers/TestOperaDriver.java b/src/com/opera/core/systems/testing/drivers/TestOperaDriver.java index <HASH>..<HASH> 100644 --- a/src/com/opera/core/systems/testing/drivers/TestOperaDriver.java +++ b/src/com/opera/core/systems/testing/drivers/TestOperaDriver.java @@ -20,14...
Check for whether we're using a local launcher We might be running a remote Opera, fixes NullPointerException.
diff --git a/spec/cb/cb_job_api_spec.rb b/spec/cb/cb_job_api_spec.rb index <HASH>..<HASH> 100644 --- a/spec/cb/cb_job_api_spec.rb +++ b/spec/cb/cb_job_api_spec.rb @@ -15,9 +15,10 @@ module Cb search.count.should == 25 search[0].is_a?(Cb::CbJob).should == true search[24].is_a?(Cb::CbJob)...
pushing the latest with rand err fixed
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -12,7 +12,6 @@ end db = ENV['DB'] || 'none' require 'pry-byebug' require 'i18n' -require 'active_support/testing/time_helpers' require 'rspec' require 'allocation_stats' if ENV[...
Only include time helpers when active support is defined Right now, we're only using them for testing with activerecord. If we need to use them with sequel, we can add as an explicit dependency.
diff --git a/lib/plugins/aws/invokeLocal/index.test.js b/lib/plugins/aws/invokeLocal/index.test.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/invokeLocal/index.test.js +++ b/lib/plugins/aws/invokeLocal/index.test.js @@ -1079,7 +1079,7 @@ describe('AwsInvokeLocal', () => { () => { log.debu...
test(AWS Local Invocation): Increase error margin
diff --git a/src/Symfony/Component/Console/Descriptor/TextDescriptor.php b/src/Symfony/Component/Console/Descriptor/TextDescriptor.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Console/Descriptor/TextDescriptor.php +++ b/src/Symfony/Component/Console/Descriptor/TextDescriptor.php @@ -249,12 +249,16 @@ cla...
Fixed warning when command alias is longer than command name
diff --git a/lib/common/components/StickySidebar/sticky-sidebar.js b/lib/common/components/StickySidebar/sticky-sidebar.js index <HASH>..<HASH> 100644 --- a/lib/common/components/StickySidebar/sticky-sidebar.js +++ b/lib/common/components/StickySidebar/sticky-sidebar.js @@ -47,7 +47,7 @@ export default class StickySide...
Fix sticky sidebar when scroll parent is not window
diff --git a/spec/art-decomp/logging_spec.rb b/spec/art-decomp/logging_spec.rb index <HASH>..<HASH> 100644 --- a/spec/art-decomp/logging_spec.rb +++ b/spec/art-decomp/logging_spec.rb @@ -18,7 +18,7 @@ module ArtDecomp describe Logging do after do Logging.off - FileUtils.rmtree @dir if Dir.exists? @dir + ...
Logging and OldExecutable specs: cleanup fixes
diff --git a/spec/models/no_cms/blocks/layout_spec.rb b/spec/models/no_cms/blocks/layout_spec.rb index <HASH>..<HASH> 100644 --- a/spec/models/no_cms/blocks/layout_spec.rb +++ b/spec/models/no_cms/blocks/layout_spec.rb @@ -56,7 +56,7 @@ describe NoCms::Blocks::Layout do subject { NoCms::Blocks::Layout.find('title-...
Default configuration must be taken into account on the spec We are adding now a default configuration and the test must take it into account
diff --git a/peewee.py b/peewee.py index <HASH>..<HASH> 100644 --- a/peewee.py +++ b/peewee.py @@ -26,6 +26,7 @@ __all__ = [ 'BooleanField', 'CharField', 'Clause', + 'CompositeKey', 'DateField', 'DateTimeField', 'DecimalField', @@ -722,7 +723,15 @@ class CompositeKey(object): def...
Export CompositeKey and implement it as a descriptor.
diff --git a/action/Request.php b/action/Request.php index <HASH>..<HASH> 100644 --- a/action/Request.php +++ b/action/Request.php @@ -442,12 +442,12 @@ class Request extends \lithium\net\http\Request { * Returns information about the type of content that the client is requesting. * * @see lithium\net\http\Med...
Updating docs for param/return types of Request::type().
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,7 +2,6 @@ var pullWeird = require('./pull-weird') var PacketStream = require('packet-stream') var EventEmitter = require('events').EventEmitter -var PullSerializer = require('pull-serializer') function isFunction (f) ...
generalized to allow non-line-delimited serializers
diff --git a/OMMBV/trans.py b/OMMBV/trans.py index <HASH>..<HASH> 100644 --- a/OMMBV/trans.py +++ b/OMMBV/trans.py @@ -20,7 +20,7 @@ try: # geocentric Earth. # ecef_to_geodetic = trans.ecef_to_geocentric -except (AttributeError, NameError): +except (AttributeError, NameError, ModuleNotFoundError): estr...
BUG/DOC: Expand exceptions for not importing fortran
diff --git a/autopep8.py b/autopep8.py index <HASH>..<HASH> 100755 --- a/autopep8.py +++ b/autopep8.py @@ -794,7 +794,7 @@ class FixPEP8(object): if fixed: for line_index in range(start_line_index, end_line_index + 1): self.source[line_index] = '' - self.source[start_li...
Avoid add trailing in double aggressive mode This fixes #<I>.
diff --git a/pyes/query.py b/pyes/query.py index <HASH>..<HASH> 100644 --- a/pyes/query.py +++ b/pyes/query.py @@ -793,7 +793,7 @@ class TermQuery(Query): self._values = {} if field is not None and value is not None: - self.add(field, value) + self.add(field, value, boost) ...
Bug Fix: On TermQuery if boost is provided from the constructor is also passed to the add method.
diff --git a/lib/fugue.js b/lib/fugue.js index <HASH>..<HASH> 100644 --- a/lib/fugue.js +++ b/lib/fugue.js @@ -34,7 +34,7 @@ var stop = exports.stop = function() { worker.kill(); } catch(excep) { // do nothing, just log - log('Error killing worker with pid ' + worker.pid + ': ' + excep....
protected worker killing sequence on shutdown from workers quitting themselves
diff --git a/mode/dockerfile/dockerfile.js b/mode/dockerfile/dockerfile.js index <HASH>..<HASH> 100644 --- a/mode/dockerfile/dockerfile.js +++ b/mode/dockerfile/dockerfile.js @@ -24,14 +24,12 @@ // Block comment: This is a line starting with a comment { regex: /#.*$/, - token: "comment", -...
[dockerfile mode] Clean up state machine Issue #<I>
diff --git a/pywavefront/texture.py b/pywavefront/texture.py index <HASH>..<HASH> 100644 --- a/pywavefront/texture.py +++ b/pywavefront/texture.py @@ -31,15 +31,10 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # ----------------------------------------------------...
Treat texture path as a file uri + skip early exist check
diff --git a/src/main/java/com/couchbase/lite/router/Router.java b/src/main/java/com/couchbase/lite/router/Router.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/couchbase/lite/router/Router.java +++ b/src/main/java/com/couchbase/lite/router/Router.java @@ -411,6 +411,10 @@ public class Router implements Datab...
Fix router creating a wrong handler when getting /db/_session There are two possible uri to get a session, /<db>/_session or /_session. The current code has already taken care the /_session message. But when it got /<db>/_session, it was turn the message into do_GET_Document_session instead of do_GET_session. #<I>
diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/data.rb +++ b/lib/discordrb/data.rb @@ -840,7 +840,6 @@ module Discordrb def initialize(data, bot) @bot = bot @owner_id = data['owner_id'].to_i - @owner = bot.user(@owner_id) @id = d...
Properly initialize the server owner and make it a member
diff --git a/internal/service/meta/arn_data_source_fw.go b/internal/service/meta/arn_data_source_fw.go index <HASH>..<HASH> 100644 --- a/internal/service/meta/arn_data_source_fw.go +++ b/internal/service/meta/arn_data_source_fw.go @@ -72,4 +72,5 @@ type dataSourceARN struct{} // Read is called when the provider must r...
d/aws_arn: Trace data source Read entry.
diff --git a/tests/CommandTest.php b/tests/CommandTest.php index <HASH>..<HASH> 100644 --- a/tests/CommandTest.php +++ b/tests/CommandTest.php @@ -79,5 +79,14 @@ class CommandTest extends PHPUnit '--validator' => 'title:required|unique:tweets,id', '--no-interaction' ]); + + Artisan::call('make:scaf...
Setup tests for localization and lang command.
diff --git a/pipe.go b/pipe.go index <HASH>..<HASH> 100644 --- a/pipe.go +++ b/pipe.go @@ -181,9 +181,12 @@ func DialPipe(path string, timeout *time.Duration) (net.Conn, error) { return nil, err } - if state&cPIPE_READMODE_MESSAGE != 0 { + /** + Windows support message type pipes in message-read mode only. Remov...
Allow for message pipes in message readmode for Windows named pipes.
diff --git a/lxd/db/storage_pools.go b/lxd/db/storage_pools.go index <HASH>..<HASH> 100644 --- a/lxd/db/storage_pools.go +++ b/lxd/db/storage_pools.go @@ -140,13 +140,12 @@ INSERT INTO storage_volumes(name, storage_pool_id, node_id, type, description) return errors.Wrap(err, "failed to create node ceph volumes") }...
Fix broken copy of storage volume configs when joining a cluster
diff --git a/anharmonic/phonon3/imag_self_energy.py b/anharmonic/phonon3/imag_self_energy.py index <HASH>..<HASH> 100644 --- a/anharmonic/phonon3/imag_self_energy.py +++ b/anharmonic/phonon3/imag_self_energy.py @@ -93,7 +93,6 @@ class ImagSelfEnergy: len(bi_set)) return ima...
Improved averaging among degenerate bands