diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/src/lib/componentloader.js b/src/lib/componentloader.js index <HASH>..<HASH> 100644 --- a/src/lib/componentloader.js +++ b/src/lib/componentloader.js @@ -7,7 +7,7 @@ const registryBaseUrl = 'https://aframe.io/aframe-registry/build/'; * Asynchronously load and register components from the registry. */ ...
Fixes #<I> - Inspector panel doesnt works if registry build fails
diff --git a/lib/traject/solr_json_writer.rb b/lib/traject/solr_json_writer.rb index <HASH>..<HASH> 100644 --- a/lib/traject/solr_json_writer.rb +++ b/lib/traject/solr_json_writer.rb @@ -167,9 +167,11 @@ class Traject::SolrJsonWriter end # Returns MARC 001, then a slash, then output_hash["id"] -- if both - # a...
SolrJsonWriter, guard marc-specific in record_id_from_context
diff --git a/lib/filterlib.php b/lib/filterlib.php index <HASH>..<HASH> 100644 --- a/lib/filterlib.php +++ b/lib/filterlib.php @@ -397,6 +397,8 @@ class legacy_filter extends moodle_text_filter { if ($this->courseid) { // old filters are called only when inside courses return call_use...
"MDL-<I>, legacy_filter should return text even courseid is null, all text in user context will be empty"
diff --git a/lib/chatterbot/search.rb b/lib/chatterbot/search.rb index <HASH>..<HASH> 100644 --- a/lib/chatterbot/search.rb +++ b/lib/chatterbot/search.rb @@ -8,7 +8,8 @@ module Chatterbot # modify a query string to exclude retweets from searches # def exclude_retweets(q) - q.include?("include:retwe...
disable exclude_retweets for the moment -- this is a breaking change
diff --git a/es5-persistence/src/test/java/com/netflix/conductor/dao/es5/index/TestElasticSearchRestDAOV5.java b/es5-persistence/src/test/java/com/netflix/conductor/dao/es5/index/TestElasticSearchRestDAOV5.java index <HASH>..<HASH> 100644 --- a/es5-persistence/src/test/java/com/netflix/conductor/dao/es5/index/TestElast...
Trying to increase timeouts for the search to be successful.
diff --git a/lib/oneview-sdk/resource/api600/synergy/logical_interconnect_group.rb b/lib/oneview-sdk/resource/api600/synergy/logical_interconnect_group.rb index <HASH>..<HASH> 100644 --- a/lib/oneview-sdk/resource/api600/synergy/logical_interconnect_group.rb +++ b/lib/oneview-sdk/resource/api600/synergy/logical_interco...
resource to API <I> Synergy The resource was set to C<I>, but most of the Logical Interconnect Group functionality for the Synergy are build in '../../api<I>/synergy'. The recource for api<I> is also set to api<I>.
diff --git a/protocol-designer/src/components/BatchEditForm/index.js b/protocol-designer/src/components/BatchEditForm/index.js index <HASH>..<HASH> 100644 --- a/protocol-designer/src/components/BatchEditForm/index.js +++ b/protocol-designer/src/components/BatchEditForm/index.js @@ -190,8 +190,14 @@ export const BatchEd...
fix(protocol-designer): Update tooltip placement to avoid deckmap conflict (#<I>)
diff --git a/lib/eldritch/safe.rb b/lib/eldritch/safe.rb index <HASH>..<HASH> 100644 --- a/lib/eldritch/safe.rb +++ b/lib/eldritch/safe.rb @@ -20,6 +20,6 @@ module Eldritch # extend Eldritch::DSL # for async method declaration # end def self.inject_dsl - Object.include Eldritch::DSL + Object.send...
made inject_dsl <I> compatible Apparently include used to be private
diff --git a/bin/bootstrap.js b/bin/bootstrap.js index <HASH>..<HASH> 100755 --- a/bin/bootstrap.js +++ b/bin/bootstrap.js @@ -189,9 +189,9 @@ CasperError.prototype = Object.getPrototypeOf(new Error()); var extensions = ['js', 'coffee', 'json']; var basenames = [path, path + '/index']; ...
Refactor to remove unnecessary entries in paths array
diff --git a/lib/targetStore.js b/lib/targetStore.js index <HASH>..<HASH> 100644 --- a/lib/targetStore.js +++ b/lib/targetStore.js @@ -24,6 +24,8 @@ module.exports = function(options) { req.errorEventKey = 'error::' + nextRequestId(); var respond = function(filePath) { + //remove error ev...
Fix: removing error callbacks on success
diff --git a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/tunnel/TunnelRESTService.java b/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/tunnel/TunnelRESTService.java index <HASH>..<HASH> 100644 --- a/guacamole/src/main/java/org/glyptodon/guacamole/net/basic/rest/tunnel/TunnelRESTServi...
GUAC-<I>: Fix patchTunnels() documentation - it's not technically purely deletion anymore.
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ module.exports = { return path.relative(this.project.root, require.resolve(npmCompilerPath)); }, included: function (app) { - this._super.included(app); + this._super.included.apply(this, argume...
fix: apply included function with arguments instead of app This is the "recommended" way as seen in <URL>` it causes some issues with ember-decorators and the next ember-cli-typescript version. This will prevent others from having to dive in on why this happens if you try to port your addon to use these addons.
diff --git a/textplot/text.py b/textplot/text.py index <HASH>..<HASH> 100644 --- a/textplot/text.py +++ b/textplot/text.py @@ -162,7 +162,8 @@ class Text(object): signals = [] for term in query_text.terms: - signals.append(self.kde(term, **kwargs)) + if term in self.terms: + ...
When running a KDE query, check that a term is present in the base text before trying to generate the estimate.
diff --git a/web/concrete/config/app.php b/web/concrete/config/app.php index <HASH>..<HASH> 100644 --- a/web/concrete/config/app.php +++ b/web/concrete/config/app.php @@ -864,4 +864,3 @@ return array( ) ) ); -
Added some functionality for asset groups, and moved all the asset groups into the app file Former-commit-id: 6e3d<I>b<I>e<I>ea7c8e<I>adb<I>c<I>b<I>c<I>f
diff --git a/root_cgo_darwin.go b/root_cgo_darwin.go index <HASH>..<HASH> 100644 --- a/root_cgo_darwin.go +++ b/root_cgo_darwin.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build cgo,!arm,!arm64,!ios +// +build cgo,darwin,!arm,!arm64...
remove cgo darwin root for now
diff --git a/django_pandas/utils.py b/django_pandas/utils.py index <HASH>..<HASH> 100644 --- a/django_pandas/utils.py +++ b/django_pandas/utils.py @@ -11,7 +11,7 @@ def replace_from_choices(choices): def get_base_cache_key(model): - return 'pandas_%s_%s_%%d_rendering' % ( + return 'pandas_%s_%s_%%s_rendering...
The primary key of a model can be a string --> changed syntax for base_cache_key
diff --git a/src/server/pps/pretty/pretty.go b/src/server/pps/pretty/pretty.go index <HASH>..<HASH> 100644 --- a/src/server/pps/pretty/pretty.go +++ b/src/server/pps/pretty/pretty.go @@ -87,7 +87,7 @@ func PrintPipelineInputHeader(w io.Writer) { func PrintPipelineInput(w io.Writer, pipelineInput *ppsclient.PipelineInp...
Incremental isn't a bool anymore.
diff --git a/src/engine/Engine.js b/src/engine/Engine.js index <HASH>..<HASH> 100644 --- a/src/engine/Engine.js +++ b/src/engine/Engine.js @@ -217,7 +217,7 @@ function Engine(nodes) { throw new Error('Time given to observe/2 must be a value.'); } try { - builtInProcessors['observe/3'].appl...
update observe/2 to give third arg + 1
diff --git a/angular-tree-control.js b/angular-tree-control.js index <HASH>..<HASH> 100644 --- a/angular-tree-control.js +++ b/angular-tree-control.js @@ -110,9 +110,9 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex selectedNode: "=?", select...
Change function bindings to optional bindings. - They are all covered by individual `if` statements anyway (#L<I>, #L<I>, #L<I>). - Fixes right click triggering a selection, even if no external function is specified (Tree template no longer includes tree-right-click for an empty angular `parentGet` function).
diff --git a/src/Offer/Offer.php b/src/Offer/Offer.php index <HASH>..<HASH> 100644 --- a/src/Offer/Offer.php +++ b/src/Offer/Offer.php @@ -659,7 +659,7 @@ abstract class Offer extends EventSourcedAggregateRoot implements LabelAwareAggr */ public function selectMainImage(Image $image) { - if (!$th...
III-<I> Search image based on uuid.
diff --git a/helpers.php b/helpers.php index <HASH>..<HASH> 100755 --- a/helpers.php +++ b/helpers.php @@ -1,5 +1,6 @@ <?php +use Illuminate\Contracts\Support\DeferringDisplayableValue; use Illuminate\Contracts\Support\Htmlable; use Illuminate\Support\Arr; use Illuminate\Support\Collection; @@ -250,6 +251,10 @@ i...
support echoing parameterless component methods with parens and without
diff --git a/mailchimp3/baseapi.py b/mailchimp3/baseapi.py index <HASH>..<HASH> 100644 --- a/mailchimp3/baseapi.py +++ b/mailchimp3/baseapi.py @@ -48,7 +48,8 @@ class BaseApi(object): if kwargs.get('fields') is None: kwargs['fields'] = 'total_items' else: # assume well formed string, jus...
adjusted _iterate to provide a check for inclusion of total_items in fields kwarg
diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,3 +1,3 @@ module Appsignal - VERSION = '0.5.1' + VERSION = '0.5.2' end
Bump to <I> [ci skip]
diff --git a/pyemma/util/config.py b/pyemma/util/config.py index <HASH>..<HASH> 100644 --- a/pyemma/util/config.py +++ b/pyemma/util/config.py @@ -181,7 +181,12 @@ False @property def show_progress_bars(self): - return bool(self._conf_values['pyemma']['show_progress_bars']) + cfg_val = self._c...
[config] fix type detection because of the hillarious bool('False') is True truth.
diff --git a/piwik.php b/piwik.php index <HASH>..<HASH> 100644 --- a/piwik.php +++ b/piwik.php @@ -12,6 +12,9 @@ use Piwik\Common; use Piwik\Timer; use Piwik\Tracker; +// Note: if you wish to debug the Tracking API please see this documentation: +// http://developer.piwik.org/api-reference/tracking-api#debugging-th...
Adding comment to point users to "how to debug" documentation
diff --git a/wpull/protocol/http/web.py b/wpull/protocol/http/web.py index <HASH>..<HASH> 100644 --- a/wpull/protocol/http/web.py +++ b/wpull/protocol/http/web.py @@ -82,8 +82,15 @@ class WebSession(object): def __exit__(self, exc_type, exc_val, exc_tb): if self._current_session: if not isins...
Fix issue whereby WebSession never fires SessionEvent.end_session in its __exit__, thereby causing --warc-max-size to be ignored
diff --git a/lib/octopusci/worker_launcher.rb b/lib/octopusci/worker_launcher.rb index <HASH>..<HASH> 100644 --- a/lib/octopusci/worker_launcher.rb +++ b/lib/octopusci/worker_launcher.rb @@ -27,10 +27,21 @@ module Octopusci if Octopusci::Config['general']['tentacles_user'] != nil require 'etc' - ...
Added environment variable setting for specified daemon user. I modified octopusci-tentacles so that it sets its HOME, SHELL, and USER environment variables based on the info it finds in /etc/passwd for the specified tentacles_user in the config.yml. I have also modified it to define the OCTOPUSCI environment variable...
diff --git a/timber.php b/timber.php index <HASH>..<HASH> 100644 --- a/timber.php +++ b/timber.php @@ -373,18 +373,22 @@ class Timber { public function load_template($template, $query = false) { $template = locate_template($template); - add_action('send_headers', function () { - header...
Use wp() instead of manually querying posts in Timber::load_template
diff --git a/generator/classes/propel/phing/PropelConvertConfTask.php b/generator/classes/propel/phing/PropelConvertConfTask.php index <HASH>..<HASH> 100644 --- a/generator/classes/propel/phing/PropelConvertConfTask.php +++ b/generator/classes/propel/phing/PropelConvertConfTask.php @@ -91,6 +91,8 @@ class PropelConvert...
ticket:<I> - Set the build properties in !DataModelBuilder, so that the task does not depend on OM or SQL task to have already run.
diff --git a/core/graph.py b/core/graph.py index <HASH>..<HASH> 100644 --- a/core/graph.py +++ b/core/graph.py @@ -3,7 +3,7 @@ Modules contains graphing routines common for flow cytometry files. """ from fcm.graphics.util import bilinear_interpolate -from bases import to_list +from GoreUtilities.util import to_list ...
moved to_list method to goreutilities
diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java b/extensions/guacamole-auth-ldap/src/main/java/org/glyptodon/guacamole/auth/ldap/LDAPGuacamoleProperties.java index <HASH>..<HASH> 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/glypto...
GUAC-<I>: Clarify definition of "ldap-group-base-dn" property.
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -187,7 +187,7 @@ module.exports = function(grunt) { grunt.registerTask('build', ['replace', 'jshint', 'uglify:prewebpack', 'webpack', 'uglify:dist']); grunt.registerTask('release', ['build', 'copyrelease'...
Minimize vendor files before webpack on grunt test.
diff --git a/subproviders/hooked-wallet.js b/subproviders/hooked-wallet.js index <HASH>..<HASH> 100644 --- a/subproviders/hooked-wallet.js +++ b/subproviders/hooked-wallet.js @@ -128,6 +128,8 @@ HookedWalletSubprovider.prototype.validateMessage = function(msgParams, cb){ HookedWalletSubprovider.prototype.validateSen...
hooked-wallet - undefined sender is invalid
diff --git a/tests/test_regions.py b/tests/test_regions.py index <HASH>..<HASH> 100644 --- a/tests/test_regions.py +++ b/tests/test_regions.py @@ -109,8 +109,11 @@ class testMutationRegions(unittest.TestCase): class testMultivariateGaussianEffects(unittest.TestCase): def testConstruction(self): - fwdpy11...
check for exceptions during object construction test
diff --git a/closure/goog/events/listenable.js b/closure/goog/events/listenable.js index <HASH>..<HASH> 100644 --- a/closure/goog/events/listenable.js +++ b/closure/goog/events/listenable.js @@ -295,7 +295,7 @@ goog.events.ListenableKey.reserveKey = function() { /** * The source event target. - * @type {!(Object|g...
The subclass can't broaden the type of a property. Relax the types of two properties of goog.events.ListenableKey to match the types of goog.events.Listener. Bugs found by NTI. ------------- Created by MOE: <URL>
diff --git a/test.rb b/test.rb index <HASH>..<HASH> 100644 --- a/test.rb +++ b/test.rb @@ -37,16 +37,11 @@ require 'default_value_for' puts "\nTesting with Active Record version #{ActiveRecord::VERSION::STRING}\n\n" -if RUBY_PLATFORM == "java" - database_adapter = "jdbcsqlite3" -else - database_adapter = "sqlite...
Use ternary operator for brevity
diff --git a/src/Common/GeneratorField.php b/src/Common/GeneratorField.php index <HASH>..<HASH> 100644 --- a/src/Common/GeneratorField.php +++ b/src/Common/GeneratorField.php @@ -105,9 +105,7 @@ class GeneratorField } else { $this->migrationText .= '->'.$functionName; $thi...
#<I> minor fix for params in function
diff --git a/spec/support/helpers/model_helper.rb b/spec/support/helpers/model_helper.rb index <HASH>..<HASH> 100644 --- a/spec/support/helpers/model_helper.rb +++ b/spec/support/helpers/model_helper.rb @@ -57,7 +57,11 @@ module ModelHelper when :mongo_mapper MongoMapper::DocumentNotValid when /mongoid...
Fix specs uniqueness check for Mongoid ORMs
diff --git a/supernova/supernova.py b/supernova/supernova.py index <HASH>..<HASH> 100644 --- a/supernova/supernova.py +++ b/supernova/supernova.py @@ -55,16 +55,11 @@ class SuperNova(object): msg = "[%s] Unable to locate section '%s' in your configuration." print(msg % (colors.rwrap("Failed"),...
don't filter environment variables based on prefix. This allows us to use supernova from clients that are not explicitly supported
diff --git a/compiler/lang.py b/compiler/lang.py index <HASH>..<HASH> 100644 --- a/compiler/lang.py +++ b/compiler/lang.py @@ -18,7 +18,7 @@ def value_is_trivial(value): if value[0] == '(' and value[-1] == ')': value = value[1:-1] - if value == 'true' or value == 'false' or value == 'null': + if value == 'true' ...
handle undefined/null as trivial values
diff --git a/lib/dimples/version.rb b/lib/dimples/version.rb index <HASH>..<HASH> 100644 --- a/lib/dimples/version.rb +++ b/lib/dimples/version.rb @@ -1,3 +1,3 @@ module Dimples - VERSION = '1.7.1'.freeze + VERSION = '1.7.2'.freeze end
Bumped to <I>.
diff --git a/test/plugin/test_out_google_cloud.rb b/test/plugin/test_out_google_cloud.rb index <HASH>..<HASH> 100644 --- a/test/plugin/test_out_google_cloud.rb +++ b/test/plugin/test_out_google_cloud.rb @@ -400,6 +400,7 @@ class GoogleCloudOutputTest < Test::Unit::TestCase end def test_one_log_ec2 + ENV['GOO...
Add missing credentials for EC2 logging test. This test was picking up the credentials from my local filesystem and succeeding, but failed on travis. Setting the credentials explicitly makes it (properly) pass everywhere.
diff --git a/packages/ember-views/lib/system/render_buffer.js b/packages/ember-views/lib/system/render_buffer.js index <HASH>..<HASH> 100644 --- a/packages/ember-views/lib/system/render_buffer.js +++ b/packages/ember-views/lib/system/render_buffer.js @@ -528,7 +528,10 @@ _RenderBuffer.prototype = { this._eleme...
[BUGFIX beta] Only start hydrating morphs if there are legacy childViews
diff --git a/android/src/main/java/com/tradle/react/UdpReceiverTask.java b/android/src/main/java/com/tradle/react/UdpReceiverTask.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/tradle/react/UdpReceiverTask.java +++ b/android/src/main/java/com/tradle/react/UdpReceiverTask.java @@ -47,7 +47,7 @@ public ...
Assure `host` is always an IP address (#<I>) Use `InetAddress.getHostAddress()` instead of `InetAddress.getHostName()` to get the host IP. The second one sometimes returns a textual name of the local host and this info is not really useful as a source address unless there's a way to resolve that name.
diff --git a/webroot/js/embedded.js b/webroot/js/embedded.js index <HASH>..<HASH> 100644 --- a/webroot/js/embedded.js +++ b/webroot/js/embedded.js @@ -49,6 +49,17 @@ var embedded = embedded || {}; var modalId = $(form).data('modal_id'); var url = $(form).attr('action'); + var embedded = $(for...
Fixed multiple data saving in File uploads for (task #<I>)
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -21,4 +21,6 @@ setup(name='hashids', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language ...
Extend list of supported python versions
diff --git a/src/resources/purchases.js b/src/resources/purchases.js index <HASH>..<HASH> 100644 --- a/src/resources/purchases.js +++ b/src/resources/purchases.js @@ -46,13 +46,24 @@ class Purchases extends ResourceBase { async get(address) { const contractData = await this.contractFn(address, 'data') + + ...
Include IPFS data in purchases get method
diff --git a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/server/HTTPServer.java b/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/server/HTTPServer.java index <HASH>..<HASH> 100644 --- a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/server/HTTPServer.java +++ b/trunk/JLanguageTool/src/j...
Added some tests to validate request string.
diff --git a/lib/haibu/drone/index.js b/lib/haibu/drone/index.js index <HASH>..<HASH> 100644 --- a/lib/haibu/drone/index.js +++ b/lib/haibu/drone/index.js @@ -166,6 +166,32 @@ exports.start = function (options, callback) { } function startHook (err) { + // + // There is a current bug in node that throws h...
[minor] Add warning for supressed exception on EPIPE. This error is thrown in node@<I> when attempting to pipe a bad tarball to `haibu.config.get("tar")`
diff --git a/webdriver_test_tools/cmd/cmd.py b/webdriver_test_tools/cmd/cmd.py index <HASH>..<HASH> 100644 --- a/webdriver_test_tools/cmd/cmd.py +++ b/webdriver_test_tools/cmd/cmd.py @@ -39,9 +39,6 @@ def print_validation_warning(text): print(COLORS['warning'](text)) -# TODO: more print methods for other forma...
Added get_version_info() method to version submodule Currently not yet implemented, but will be used to reduce accessing its variables directly via import
diff --git a/public/build/js/bundle.js b/public/build/js/bundle.js index <HASH>..<HASH> 100644 --- a/public/build/js/bundle.js +++ b/public/build/js/bundle.js @@ -23682,9 +23682,9 @@ var melisCore = (function(window){ $tabArrowTop.addClass("hide-arrow"); } - /* if ...
fix on undefined right side mobile responsive menu
diff --git a/tika/tika.py b/tika/tika.py index <HASH>..<HASH> 100644 --- a/tika/tika.py +++ b/tika/tika.py @@ -61,7 +61,7 @@ Example usage as python client: import sys, os, getopt, time try: - unicode_string = unicode + unicode_string = 'utf_8' binary_string = str except NameError: unicode_string =...
fix: removed errors in running python3
diff --git a/interop-testing/src/main/java/io/grpc/testing/integration/TestServiceClient.java b/interop-testing/src/main/java/io/grpc/testing/integration/TestServiceClient.java index <HASH>..<HASH> 100644 --- a/interop-testing/src/main/java/io/grpc/testing/integration/TestServiceClient.java +++ b/interop-testing/src/ma...
Use exit() for integration test client On my machine, the client currently takes ~3s to run a test. However, with exit() it takes < 1s. When doing lots of integration tests, those seconds add up. We know one of those seconds is the DESTROY_DELAY_SECONDS of SharedResourceHolder. Part of another second appears to be Ne...
diff --git a/angr/variableseekr.py b/angr/variableseekr.py index <HASH>..<HASH> 100644 --- a/angr/variableseekr.py +++ b/angr/variableseekr.py @@ -226,7 +226,7 @@ class VariableSeekr(object): irsb = current_run memory = irsb.exits()[0].state.memory - events = memory.ev...
adapted variableseekr to use the state event log for printing out uninitialized reads (although htis code should be moved elsewhere, anyways)
diff --git a/lib/bitescript/builder.rb b/lib/bitescript/builder.rb index <HASH>..<HASH> 100644 --- a/lib/bitescript/builder.rb +++ b/lib/bitescript/builder.rb @@ -333,7 +333,28 @@ module BiteScript def static_init(&block) method(Opcodes::ACC_STATIC, "<clinit>", [void], [], &block) end - + + def ...
Add more general methods for declaring methods and constructors.
diff --git a/value.go b/value.go index <HASH>..<HASH> 100644 --- a/value.go +++ b/value.go @@ -475,7 +475,18 @@ func (fn *Function) String() string { return toString(fn) } func (fn *Function) Type() string { return "function" } func (fn *Function) Truth() Bool { return true } -func (fn *Fu...
evaluator: replace Function.Syntax method with accessors (#<I>) * evaluator: replace Function.Syntax method with accessors Future versions of Function may not have a syntax tree. This is a breaking API change.
diff --git a/src/Wrep/Notificare/Tests/Apns/SenderTest.php b/src/Wrep/Notificare/Tests/Apns/SenderTest.php index <HASH>..<HASH> 100644 --- a/src/Wrep/Notificare/Tests/Apns/SenderTest.php +++ b/src/Wrep/Notificare/Tests/Apns/SenderTest.php @@ -65,7 +65,7 @@ class SenderTests extends \PHPUnit_Framework_TestCase { re...
Comment out the cert that isn't available for everybody
diff --git a/ppb/systems/inputs.py b/ppb/systems/inputs.py index <HASH>..<HASH> 100644 --- a/ppb/systems/inputs.py +++ b/ppb/systems/inputs.py @@ -26,7 +26,7 @@ class EventPoller(SdlSubSystem): """ An event poller that converts Pygame events into PPB events. """ - _subsystems = SDL_INIT_EVENTS + _s...
ppb.systems.input: Typo'd "_sdl_subsystems"
diff --git a/decidim-core/app/cells/decidim/coauthorships_cell.rb b/decidim-core/app/cells/decidim/coauthorships_cell.rb index <HASH>..<HASH> 100644 --- a/decidim-core/app/cells/decidim/coauthorships_cell.rb +++ b/decidim-core/app/cells/decidim/coauthorships_cell.rb @@ -19,7 +19,7 @@ module Decidim include Decidim...
Update coauthorships_cell.rb (#<I>)
diff --git a/molo/profiles/forms.py b/molo/profiles/forms.py index <HASH>..<HASH> 100644 --- a/molo/profiles/forms.py +++ b/molo/profiles/forms.py @@ -109,7 +109,7 @@ class DateOfBirthValidationMixin(object): except ValueError: date_of_birth = None - if self.pr...
Check if dob is required by the form, not by the settings
diff --git a/src/abeautifulsite/SimpleImage.php b/src/abeautifulsite/SimpleImage.php index <HASH>..<HASH> 100644 --- a/src/abeautifulsite/SimpleImage.php +++ b/src/abeautifulsite/SimpleImage.php @@ -658,7 +658,7 @@ class SimpleImage { $imagestring = ob_get_contents(); ob_end_clean(); - return...
PHP <I> Support (#<I>) For PHP <I> support, we must not use bracket arrays. Fixed a bracket array .
diff --git a/src/main/java/hudson/plugins/groovy/Groovy.java b/src/main/java/hudson/plugins/groovy/Groovy.java index <HASH>..<HASH> 100644 --- a/src/main/java/hudson/plugins/groovy/Groovy.java +++ b/src/main/java/hudson/plugins/groovy/Groovy.java @@ -222,11 +222,16 @@ public class Groovy extends AbstractGroovy { ...
Support for *.bat executable on windows, applied patch from HUDSON-<I>
diff --git a/synapse/lib/remcycle.py b/synapse/lib/remcycle.py index <HASH>..<HASH> 100644 --- a/synapse/lib/remcycle.py +++ b/synapse/lib/remcycle.py @@ -492,6 +492,7 @@ class Hypnos(s_config.Config): # Stamp api http config ontop of global config, then stamp it into the API config _http = se...
Fix a issue where the global http config was not carried into the api config
diff --git a/gcs/bucket.go b/gcs/bucket.go index <HASH>..<HASH> 100644 --- a/gcs/bucket.go +++ b/gcs/bucket.go @@ -219,8 +219,9 @@ func (b *bucket) NewReader( } url := &url.URL{ - Scheme: "https", - Opaque: opaque, + Scheme: "https", + Opaque: opaque, + RawQuery: query.Encode(), } // Create an HTTP...
Fixed a bug introduced in bf<I>d1e<I>bace<I>ae6ce<I>f<I>eecd<I>.
diff --git a/lib/mysql2/client.rb b/lib/mysql2/client.rb index <HASH>..<HASH> 100644 --- a/lib/mysql2/client.rb +++ b/lib/mysql2/client.rb @@ -1,6 +1,6 @@ module Mysql2 class Client - attr_reader :query_options, :read_timeout + attr_reader :query_options, :read_timeout, :write_timeout, :local_infile @@de...
make sure write_timeout and local_infile ivars are setup to avoid warnings
diff --git a/data/models-ios.php b/data/models-ios.php index <HASH>..<HASH> 100644 --- a/data/models-ios.php +++ b/data/models-ios.php @@ -49,6 +49,7 @@ DeviceModels::$IOS_MODELS = [ 'iPhone10,3' => [ 'Apple', 'iPhone X', DeviceType::MOBILE ], 'iPhone10,4' ...
Re-add iPhone X after mistakenly removing it
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -153,6 +153,7 @@ func (c *Command) Run(args []string, rawUi cli.Ui) int { ui.Info(fmt.Sprintf("Node name: '%s'", config.NodeName)) ui.Info(fmt.Sprintf("Bind a...
command/agent: output whether encryption is enabled
diff --git a/progressbar/widgets.py b/progressbar/widgets.py index <HASH>..<HASH> 100644 --- a/progressbar/widgets.py +++ b/progressbar/widgets.py @@ -137,10 +137,12 @@ class AdaptiveETA(ETA): ETA.__init__(self) self.num_samples = num_samples self.samples = [] + self.sample_vals = [] ...
fixed inaccuracy for adaptive ETA when not all items get sent
diff --git a/test/Application_test.py b/test/Application_test.py index <HASH>..<HASH> 100644 --- a/test/Application_test.py +++ b/test/Application_test.py @@ -18,3 +18,6 @@ class TestApplicationClass(unittest.TestCase): def test_none(self): pass + +if __name__ == '__main__': + unittest.main()
Update notes and config files for Mac / Xcode 5. svn r<I>
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -201,7 +201,7 @@ CassandraStore.prototype.queryTileAsync = function(options) { throw new Error('Options must contain an integer idx parameter'); var maxEnd = Math.pow(4, options.zoom); if (option...
Better error reporting for bad idx
diff --git a/lib/sass/util.rb b/lib/sass/util.rb index <HASH>..<HASH> 100644 --- a/lib/sass/util.rb +++ b/lib/sass/util.rb @@ -568,7 +568,7 @@ MSG Regexp.new(/\A(?:#{_enc("\uFEFF", e)})?#{ _enc('@charset "', e)}(.*?)#{_enc('"', e)}|\A(#{ _enc("\uFEFF", e)})/) - rescue...
Don't die if a UTF encoding isn't supported. f1a<I>a<I>c<I>dcb<I>aa<I>e<I>b incorrectly introduced a missing constant. It should be Encoding::ConverterNotFoundError.
diff --git a/fake_filesystem_test.py b/fake_filesystem_test.py index <HASH>..<HASH> 100755 --- a/fake_filesystem_test.py +++ b/fake_filesystem_test.py @@ -3293,11 +3293,7 @@ class DiskSpaceTest(TestCase): self.assertEqual((100, 5, 95), self.filesystem.GetDiskUsage()) def testFileSystemSizeAfterAsciiStringFile...
Second go to fix the test - do not use unicode in Python 2
diff --git a/simulator/src/test/java/com/hazelcast/simulator/protocol/connector/WorkerConnectorTest.java b/simulator/src/test/java/com/hazelcast/simulator/protocol/connector/WorkerConnectorTest.java index <HASH>..<HASH> 100644 --- a/simulator/src/test/java/com/hazelcast/simulator/protocol/connector/WorkerConnectorTest....
Increased code coverage of WorkerConnector.
diff --git a/lib/bulk/common.js b/lib/bulk/common.js index <HASH>..<HASH> 100644 --- a/lib/bulk/common.js +++ b/lib/bulk/common.js @@ -13,10 +13,7 @@ const executeOperation = require('../utils').executeOperation; const isPromiseLike = require('../utils').isPromiseLike; // Error codes -const UNKNOWN_ERROR = 8; -cons...
refactor(BulkOp): remove code that is not used
diff --git a/src/com/google/javascript/jscomp/AstValidator.java b/src/com/google/javascript/jscomp/AstValidator.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/AstValidator.java +++ b/src/com/google/javascript/jscomp/AstValidator.java @@ -293,6 +293,7 @@ public final class AstValidator implement...
Update AstValidator for exponentiation operator. Also add some missing default cases to switch statements. ------------- Created by MOE: <URL>
diff --git a/tests/Backend/CommonPart1/AlterTableTest.php b/tests/Backend/CommonPart1/AlterTableTest.php index <HASH>..<HASH> 100644 --- a/tests/Backend/CommonPart1/AlterTableTest.php +++ b/tests/Backend/CommonPart1/AlterTableTest.php @@ -79,7 +79,7 @@ class AlterTableTest extends StorageApiTestCase return [ ...
fix expected columns names after webalize
diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NspAnalyzer.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NspAnalyzer.java index <HASH>..<HASH> 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/analyzer/NspAnalyzer.java +++ b/d...
updated as this would end up similiar to #<I>
diff --git a/src/segments/tokenizer.py b/src/segments/tokenizer.py index <HASH>..<HASH> 100644 --- a/src/segments/tokenizer.py +++ b/src/segments/tokenizer.py @@ -323,7 +323,7 @@ class Tokenizer(object): continue else: if unicodedata.category(result[-1][0]) == ...
Vietnamese tone contour grouping (#<I>) * potential fix to deal with Vietnamese problem * updated solution to Vietnamese problem
diff --git a/pulsar/async/defer.py b/pulsar/async/defer.py index <HASH>..<HASH> 100755 --- a/pulsar/async/defer.py +++ b/pulsar/async/defer.py @@ -595,7 +595,7 @@ function when a generator is passed as argument.''' elif last_result is not self.errors: self.errors.append(last_result) ...
deferredcoroutine conclude by calling back the last result
diff --git a/IPython/html/static/notebook/js/widgets/multicontainer.js b/IPython/html/static/notebook/js/widgets/multicontainer.js index <HASH>..<HASH> 100644 --- a/IPython/html/static/notebook/js/widgets/multicontainer.js +++ b/IPython/html/static/notebook/js/widgets/multicontainer.js @@ -22,9 +22,9 @@ define(["notebo...
Fixed backbone event handling for accordion view
diff --git a/lib/sidekiq-unique-jobs.rb b/lib/sidekiq-unique-jobs.rb index <HASH>..<HASH> 100644 --- a/lib/sidekiq-unique-jobs.rb +++ b/lib/sidekiq-unique-jobs.rb @@ -56,7 +56,7 @@ module SidekiqUniqueJobs end def redis_version - @redis_version ||= connection { |c| c.info('server')['redis_version'] } + @r...
Remove mock_redis completely Not in use anymore
diff --git a/sos/plugins/samba.py b/sos/plugins/samba.py index <HASH>..<HASH> 100644 --- a/sos/plugins/samba.py +++ b/sos/plugins/samba.py @@ -34,10 +34,10 @@ class Samba(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): self.add_copy_spec("/var/log/samba/") self.add_cmd_output([ - "...
[samba] Use verbose names and get testparm output first Related: #<I>
diff --git a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/ejb3/model/StrictMaxBeanPool.java b/gui/src/main/java/org/jboss/as/console/client/shared/subsys/ejb3/model/StrictMaxBeanPool.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/shared/subsys/ejb3/model/StrictMaxBea...
AS7-<I> Fix for failure to add EJB3 pool Added missing default to model.
diff --git a/saltcloud/clouds/ec2.py b/saltcloud/clouds/ec2.py index <HASH>..<HASH> 100644 --- a/saltcloud/clouds/ec2.py +++ b/saltcloud/clouds/ec2.py @@ -612,6 +612,9 @@ def create(vm_=None, call=None): key_filename=__opts__['EC2.private_key']): username = user br...
Fix `UnboundLocalError` when failed to authenticated using SSH with EC2.
diff --git a/ai/methods.py b/ai/methods.py index <HASH>..<HASH> 100644 --- a/ai/methods.py +++ b/ai/methods.py @@ -128,16 +128,20 @@ def _search(problem, fringe, graph_search=False, depth_limit=None, if problem.is_goal(node.state): return node if depth_limit is None or node.depth < depth_...
Fixed problem between node filtering and memory of nodes
diff --git a/phydmslib/treelikelihood.py b/phydmslib/treelikelihood.py index <HASH>..<HASH> 100644 --- a/phydmslib/treelikelihood.py +++ b/phydmslib/treelikelihood.py @@ -268,6 +268,7 @@ class TreeLikelihood: bounds.append(self.model.PARAMLIMITS[param[0]]) else: raise Valu...
Added margins on parameter bounds for optimization The bounds on the L-BFGS optimizer seem to sometimes get slightly exceeded. Now the lower bound is + ALMOST_ZERO and the upper bound is - ALMOST_ZERO to avoid this problem.
diff --git a/halogen/types.py b/halogen/types.py index <HASH>..<HASH> 100644 --- a/halogen/types.py +++ b/halogen/types.py @@ -27,10 +27,15 @@ class List(Type): """List type for Halogen schema attribute.""" - def __init__(self, item_type=None): - """Create a new List.""" + def __init__(self, item_...
allow scalar in the list
diff --git a/renku/core/__init__.py b/renku/core/__init__.py index <HASH>..<HASH> 100644 --- a/renku/core/__init__.py +++ b/renku/core/__init__.py @@ -16,3 +16,6 @@ # See the License for the specific language governing permissions and # limitations under the License. """Renku core.""" +import logging + +logging.getL...
chore(core): set filelock logging to warning (#<I>)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index <HASH>..<HASH> 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -8,7 +8,6 @@ * PHP version 5 * @package MetaModels * @subpackage Tests - * @author Christian Schiffler <c.schiffler@cyberspectrum.de> * @author Christopher Boelter...
added missing languages, removed author from boostrap.php
diff --git a/Lib/RelativeTime/Languages/French.php b/Lib/RelativeTime/Languages/French.php index <HASH>..<HASH> 100644 --- a/Lib/RelativeTime/Languages/French.php +++ b/Lib/RelativeTime/Languages/French.php @@ -19,7 +19,7 @@ class French extends LanguageAdapter { protected $strings = array( 'now' => 'mai...
French: Replace "depuis" with "il y a" The original translation from <I> translated "2 seconds ago" as "since 2 seconds". Which is inaccurate since every single French I've seen translated it to (literally) "there are 2 seconds".
diff --git a/SEOstats/Config/Services.php b/SEOstats/Config/Services.php index <HASH>..<HASH> 100644 --- a/SEOstats/Config/Services.php +++ b/SEOstats/Config/Services.php @@ -41,7 +41,7 @@ interface Services const GOOGLE_APISEARCH_URL = 'http://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=%s&q=%s'; ...
Update pagespeed URL to 'v2', include strategy
diff --git a/lib/fog/vcloud_director/models/compute/vm.rb b/lib/fog/vcloud_director/models/compute/vm.rb index <HASH>..<HASH> 100644 --- a/lib/fog/vcloud_director/models/compute/vm.rb +++ b/lib/fog/vcloud_director/models/compute/vm.rb @@ -90,6 +90,17 @@ module Fog service.process_task(response.body) ...
Power off leaves it in 'Partially Running' state. VMs must be fully OFF when deleting them with recompose.
diff --git a/cougar-framework/cougar-util/src/main/java/com/betfair/cougar/util/geolocation/RemoteAddressUtils.java b/cougar-framework/cougar-util/src/main/java/com/betfair/cougar/util/geolocation/RemoteAddressUtils.java index <HASH>..<HASH> 100644 --- a/cougar-framework/cougar-util/src/main/java/com/betfair/cougar/uti...
#<I> implemented via double headers (X-UUID and X-UUID-Parents) and a new socket protocol version (5) to ensure backwards compatibility. Includes unit and integration tests following the new style started in #<I>
diff --git a/sportsreference/ncaaf/boxscore.py b/sportsreference/ncaaf/boxscore.py index <HASH>..<HASH> 100644 --- a/sportsreference/ncaaf/boxscore.py +++ b/sportsreference/ncaaf/boxscore.py @@ -700,8 +700,9 @@ class Boxscore: values. The index for the DataFrame is the string URI that is used to insta...
Fix issue with boxscores throwing errors For games that are yet to occur which are listed in an NCAAF team's schedule, an error will be thrown while attempting to parse a score for the game when none exists. To circumvent this issue, not only should the points be checked if they are None, they should also be checked i...
diff --git a/app/search_engines/bento_search/eds_engine.rb b/app/search_engines/bento_search/eds_engine.rb index <HASH>..<HASH> 100644 --- a/app/search_engines/bento_search/eds_engine.rb +++ b/app/search_engines/bento_search/eds_engine.rb @@ -45,6 +45,9 @@ require 'http_client_patch/include_client' # openurl. http://s...
EDS, docs on including OpenURL links
diff --git a/explauto/environment/poppy/poppy_env.py b/explauto/environment/poppy/poppy_env.py index <HASH>..<HASH> 100644 --- a/explauto/environment/poppy/poppy_env.py +++ b/explauto/environment/poppy/poppy_env.py @@ -49,9 +49,12 @@ class PoppyEnvironment(Environment): pos = {m.name: pos for m, pos in zip(sel...
Add the possibility to create the poppy env without defining a tracker.
diff --git a/argcomplete/my_shlex.py b/argcomplete/my_shlex.py index <HASH>..<HASH> 100644 --- a/argcomplete/my_shlex.py +++ b/argcomplete/my_shlex.py @@ -29,8 +29,6 @@ try: except NameError: basestring = str -__all__ = ["shlex", "split"] - class shlex: "A lexical analyzer class for simple shell-like synt...
Remove __all__ from my_shlex (#<I>)
diff --git a/lib/shell_mock/command_stub.rb b/lib/shell_mock/command_stub.rb index <HASH>..<HASH> 100644 --- a/lib/shell_mock/command_stub.rb +++ b/lib/shell_mock/command_stub.rb @@ -3,7 +3,7 @@ require 'shell_mock/stub_registry' module ShellMock class CommandStub - attr_reader :command, :expected_output, :exi...
no reason for this to be a public method
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb index <HASH>..<HASH> 100644 --- a/lib/chef/compliance/runner.rb +++ b/lib/chef/compliance/runner.rb @@ -17,6 +17,8 @@ class Chef def_delegators :node, :logger def enabled? + return false if @node.nil? + # Did we p...
Report not enabled if the node is not available The #enabled? method needs a node object to answer the question, and the node object is not always available to it (for example, run_failed when config is wrong).
diff --git a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/UserAgentFilter.java b/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/UserAgentFilter.java index <HASH>..<HASH> 100644 --- a/microsoft-azure-api/src/main/java/com/microsoft/windowsazure/services/core/User...
fix an issue on Jason's machine.