hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
88a8131c18709cf479f4b8f8ebc2304a1447e6b4
diff --git a/client/lib/analytics/mc.js b/client/lib/analytics/mc.js index <HASH>..<HASH> 100644 --- a/client/lib/analytics/mc.js +++ b/client/lib/analytics/mc.js @@ -45,7 +45,7 @@ export function bumpStat( group, name ) { mcDebug( 'Bumping stat %s:%s', group, name ); } - if ( config( 'mc_analytics_enabled' ) ) ...
Prevent `bumpStat` from triggering exception in node (#<I>)
Automattic_wp-calypso
train
3c790d002c000750469f66703d16e8287ae33849
diff --git a/yaas-product.js b/yaas-product.js index <HASH>..<HASH> 100644 --- a/yaas-product.js +++ b/yaas-product.js @@ -2,22 +2,22 @@ var pathProductBase = '/hybris/product/v2/{{projectId}}/products'; -var Product = function(rh) { +var Product = function (rh) { this.requestHelper = rh; - this.getProduct = f...
added createProduct, createMediaForProduct and commit (for media)
SAP_yaas-nodejs-client-sdk
train
1e09432c45054d0bef7a0fd4d2158d4e14f8f657
diff --git a/examples/background_task.py b/examples/background_task.py index <HASH>..<HASH> 100644 --- a/examples/background_task.py +++ b/examples/background_task.py @@ -15,7 +15,7 @@ class MyClient(discord.Client): print('------') async def my_background_task(self): - await self.wait_until_read...
Update examples to use the new generic wait_for.
Rapptz_discord.py
train
ce24d28ba307bd8382b905d12a6cb2e28d24f47b
diff --git a/composer.json b/composer.json index <HASH>..<HASH> 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "phpunit/phpunit": "^9.0", "squizlabs/php_codesniffer": "^3.0", - "estahn/phpunit-json-assertions": "^3" + "justinrainbow/json-schema": "...
Replace estahn/phpunit-json-assertions with justinrainbow/json-schema for test assertions
MindscapeHQ_raygun4php
train
68b3ec60828eb7c8d54fb6361b026ce778ef0a8d
diff --git a/migrations/m161109_112016_rename_user_table.php b/migrations/m161109_112016_rename_user_table.php index <HASH>..<HASH> 100644 --- a/migrations/m161109_112016_rename_user_table.php +++ b/migrations/m161109_112016_rename_user_table.php @@ -6,22 +6,15 @@ class m161109_112016_rename_user_table extends Migratio...
fix issue 'table already exists' for windows
yii2mod_yii2-user
train
e573f422ffea53131f3ff09a1f0a735dae1e24dc
diff --git a/test/adapters/active_record_test.rb b/test/adapters/active_record_test.rb index <HASH>..<HASH> 100644 --- a/test/adapters/active_record_test.rb +++ b/test/adapters/active_record_test.rb @@ -42,4 +42,24 @@ class ActiveRecordTest < MiniTest::Test ActiveRecord::Base.connection.execute("DROP table IF EXIS...
add a test to make sure the table name prefix and suffix are honored
jnunemaker_flipper
train
e600b532b5a8eddf36b2d5464c327aea09862dab
diff --git a/src/main/java/io/reactivex/rxjava3/exceptions/CompositeException.java b/src/main/java/io/reactivex/rxjava3/exceptions/CompositeException.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/reactivex/rxjava3/exceptions/CompositeException.java +++ b/src/main/java/io/reactivex/rxjava3/exceptions/Composite...
3.x: CompositeException.printStackTrace to write directly into PS/PW (#<I>)
ReactiveX_RxJava
train
9dc0e86f2a51f96facb242631ae93c962ae0dfdd
diff --git a/lib/lwm2m-common.js b/lib/lwm2m-common.js index <HASH>..<HASH> 100644 --- a/lib/lwm2m-common.js +++ b/lib/lwm2m-common.js @@ -1685,7 +1685,6 @@ export class LwM2MObjectStore { if (!backup) { return Promise.resolve(); } - clearTimeout(backup.cleaner); delete this.backupObjects[objec...
Strip the cleaner property as backup objects should be retained while the current flow is alive
CANDY-LINE_node-red-contrib-lwm2m
train
55c0084007fd51e4a5157b50ab65a10cf9f700ae
diff --git a/safe/gui/widgets/dock.py b/safe/gui/widgets/dock.py index <HASH>..<HASH> 100644 --- a/safe/gui/widgets/dock.py +++ b/safe/gui/widgets/dock.py @@ -741,7 +741,8 @@ class Dock(QtGui.QDockWidget, FORM_CLASS): self.active_impact_function = functions self.impact_function_parameters = No...
Use ID of the IF instead of its class name to register it on the combo in the dock.
inasafe_inasafe
train
794b5de749fceea906222917e90bbc19e131ecc3
diff --git a/archive/changes_test.go b/archive/changes_test.go index <HASH>..<HASH> 100644 --- a/archive/changes_test.go +++ b/archive/changes_test.go @@ -138,7 +138,7 @@ func mutateSampleDir(t *testing.T, root string) { } // Rewrite a file - if err := ioutil.WriteFile(path.Join(root, "file2"), []byte("fileN\n"),...
Don't assume the file system has sub-second precision timestamp For example, FreeBSD doesn't have that (see <URL>
containers_storage
train
4daae9a8c7009017184d4d7646d8206aee86522b
diff --git a/h2o-admissibleml/src/main/java/hex/Infogram/Infogram.java b/h2o-admissibleml/src/main/java/hex/Infogram/Infogram.java index <HASH>..<HASH> 100644 --- a/h2o-admissibleml/src/main/java/hex/Infogram/Infogram.java +++ b/h2o-admissibleml/src/main/java/hex/Infogram/Infogram.java @@ -307,8 +307,8 @@ public class ...
Fix model locking/update in Infogram _model should be set by delete_and_lock, only then we know it is in DKV, we need to make sure _model is not null otherwise we can suppress an error exception.
h2oai_h2o-3
train
c8f62ea4b6193a175add12e1795c18dad500c38e
diff --git a/sos/plugins/ceph.py b/sos/plugins/ceph.py index <HASH>..<HASH> 100644 --- a/sos/plugins/ceph.py +++ b/sos/plugins/ceph.py @@ -59,11 +59,12 @@ class Ceph(Plugin, RedHatPlugin, UbuntuPlugin): "ceph report" ]) - self.add_forbidden_path("/etc/ceph/*keyring") - self.add_for...
[ceph] skip collecting of all keyring and bindpass files Do not collect any keyring files - expand the add_forbidden_path regular expressions accordingly to cover there filenames like: /var/lib/ceph/tmp/keyring.mon.magna<I> Do not either collect any /etc/ceph/*bindpass* that can store LDAP bind passwords. Resolves:...
sosreport_sos
train
635dd984ab74bdaf54064a2effd5c59ea46d04fc
diff --git a/censys/search/v2/api.py b/censys/search/v2/api.py index <HASH>..<HASH> 100644 --- a/censys/search/v2/api.py +++ b/censys/search/v2/api.py @@ -148,13 +148,12 @@ class CensysSearchAPIv2(CensysAPIBase): if self.page > self.pages: raise StopIteration - args = { - ...
chore(api): Allow view_all with virtual hosts
censys_censys-python
train
d9e290863611a8247cee2f656c1dea8f8e966524
diff --git a/user/index.php b/user/index.php index <HASH>..<HASH> 100644 --- a/user/index.php +++ b/user/index.php @@ -489,9 +489,9 @@ } echo $OUTPUT->heading($heading, 3); } else { - if ($course->id != SITEID && has_capability('moodle/role:assign', $context)) { - $editlink = '...
NOMDL edit icon at the course participants page now links to the enrolments page instead of role assignment page Also note the controlling capability has changed to the one used at the linked page.
moodle_moodle
train
c9574fa0290e2ecf1cc82c2e37ed49a523d378b5
diff --git a/src/projects/UnitConvertion/files.test.js b/src/projects/UnitConvertion/files.test.js index <HASH>..<HASH> 100644 --- a/src/projects/UnitConvertion/files.test.js +++ b/src/projects/UnitConvertion/files.test.js @@ -1,7 +1,12 @@ const files= require('./files.js'); + const measurementUnits = files.measureme...
Update files.test.js updated with two other generated objects and added test to check isArray
GroceriStar_groceristar-fetch
train
a452b5d192c6e7ae17a019b9d8a19c83a0da6dd4
diff --git a/src/js/server/schemaMiddleware.js b/src/js/server/schemaMiddleware.js index <HASH>..<HASH> 100644 --- a/src/js/server/schemaMiddleware.js +++ b/src/js/server/schemaMiddleware.js @@ -2,6 +2,21 @@ // `options.schemaKey`. You are required to set `options.schemaDir` to a directory that contains a file matchi...
GPII-<I>: JSON Schema middleware output should itself be valid and should include information about the JSON schema it uses.
GPII_gpii-json-schema
train
87963f9db241e00215df24fcaa522b0685a2b53b
diff --git a/vault/core.go b/vault/core.go index <HASH>..<HASH> 100644 --- a/vault/core.go +++ b/vault/core.go @@ -995,7 +995,7 @@ func (c *Core) RekeyInit(config *SealConfig) error { // Prevent multiple concurrent re-keys if c.rekeyConfig != nil { - return fmt.Errorf("Rekey already in progress") + return fmt.E...
vault: minor rekey cleanups
hashicorp_vault
train
319b83e2464e1815e1a1fa9f06b169f9efabc011
diff --git a/Rakefile b/Rakefile index <HASH>..<HASH> 100644 --- a/Rakefile +++ b/Rakefile @@ -47,6 +47,7 @@ spec = Gem::Specification.new do |s| # relevant versions s.add_dependency("rack") s.add_dependency("sinatra") + s.add_dependency("thin") s.add_dependency("json") s.add_dependency("plist") diff ...
Switch to Thin from Webrick as it seems to play more nicely with Daemons.
lukeredpath_mimic
train
2576333b823a739dea5de0116cada7e877eeae17
diff --git a/aerogear-android-store-test/src/org/jboss/aerogear/android/impl/datamanager/EncryptedSQLStoreTest.java b/aerogear-android-store-test/src/org/jboss/aerogear/android/impl/datamanager/EncryptedSQLStoreTest.java index <HASH>..<HASH> 100644 --- a/aerogear-android-store-test/src/org/jboss/aerogear/android/impl/d...
Uncomment Encrypted SQL Store tests
aerogear_aerogear-android-store
train
414d250977f574017b27d87e8bf3783082946f31
diff --git a/errors.js b/errors.js index <HASH>..<HASH> 100644 --- a/errors.js +++ b/errors.js @@ -57,6 +57,12 @@ var ObjectValidationError = function() { }; util.inherits(ObjectValidationError, ValidationError); +var LoaderError = function() { + ValidationError.apply(this, arguments); + this.kind = 'LoaderError'...
give the user a hint if they provide a loader but try to validate synchronously
natesilva_jayschema
train
0781bb698f8927b52c7a11a02b39eebaa0c62d68
diff --git a/api.go b/api.go index <HASH>..<HASH> 100644 --- a/api.go +++ b/api.go @@ -343,7 +343,6 @@ func PollEvent() Event { return event } } - panic("unreachable") } // Returns the size of the internal back buffer (which is mostly the same as
Remove panic("unreachable") which flunks `go vet` It really was unreachable code :)
nsf_termbox-go
train
4a6383f01ef7fc9e05ab13da4ebcf7f2308a7c0c
diff --git a/recordlinkage/compare.py b/recordlinkage/compare.py index <HASH>..<HASH> 100644 --- a/recordlinkage/compare.py +++ b/recordlinkage/compare.py @@ -502,29 +502,20 @@ class Frequency(BaseCompareFeature): c = c / len(col) # replace missing values - if pandas.notnull(self.missing_...
Minor fixes and improvements for Frequency features
J535D165_recordlinkage
train
cb61c88478d33d7bc75a24de580f0f89a26585d7
diff --git a/core/src/test/java/org/acegisecurity/providers/jaas/JaasAuthenticationProviderTests.java b/core/src/test/java/org/acegisecurity/providers/jaas/JaasAuthenticationProviderTests.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/org/acegisecurity/providers/jaas/JaasAuthenticationProviderTests.java +++ ...
Increased test coverate to <I>%
spring-projects_spring-security
train
24febf29edf7b87a5cb8751595e9eb72fff103e4
diff --git a/src/v2/commands/setup.js b/src/v2/commands/setup.js index <HASH>..<HASH> 100644 --- a/src/v2/commands/setup.js +++ b/src/v2/commands/setup.js @@ -104,7 +104,7 @@ function importTasklist(taskList, taskConfig, usherFilePath) { _.each(taskConfig.import, taskImportName => { const propertyAliasName ...
Fix bug with import vars from git library
findmypast_usher
train
922bcab5bdec578fb1b918efc48fba4922223ba6
diff --git a/address.py b/address.py index <HASH>..<HASH> 100644 --- a/address.py +++ b/address.py @@ -565,38 +565,28 @@ class Address(object): "timestamp": timestamp, "proofs": [''] } + dataBinary = b'' for i in range(0, len(data)): ...
removed some bugs, still signatures for data tx are not accepted
PyWaves_PyWaves
train
28a7ed9a93b696409889ff50fc901f03028183c6
diff --git a/pymongo/common.py b/pymongo/common.py index <HASH>..<HASH> 100644 --- a/pymongo/common.py +++ b/pymongo/common.py @@ -93,7 +93,7 @@ def validate_positive_float(option, value): value = float(value) except (ValueError, TypeError): raise err - if value <= 0: + if not 0 < value < f...
Prohibit +/-infinity as timeout values
mongodb_mongo-python-driver
train
4ea6a0f83d4e232c10428020dcb90011f196c874
diff --git a/tests/test_file_probing.py b/tests/test_file_probing.py index <HASH>..<HASH> 100644 --- a/tests/test_file_probing.py +++ b/tests/test_file_probing.py @@ -45,6 +45,7 @@ class TestAudioProbe(TestCase): class TestVideoProbe(TestCase): + def setUp(self): self.file = av.open(fate_suite('m...
Pass test_file_probing on OS X (which for unknown reasons is different than Travis)
mikeboers_PyAV
train
918b36ad6e2437f272cb339951b3410e81fd8593
diff --git a/pkg/minikube/cluster/commands.go b/pkg/minikube/cluster/commands.go index <HASH>..<HASH> 100644 --- a/pkg/minikube/cluster/commands.go +++ b/pkg/minikube/cluster/commands.go @@ -154,7 +154,7 @@ func GenLocalkubeStartCmd(kubernetesConfig KubernetesConfig) (string, error) { flagVals = append(flagVals, "--...
Check APIServerName against default If the apiserver is something other than the default, pass in the flag. This won't be compatible with the old versions of localkube. Old versions of localkube will work as long as apiserver-name is not specified in minikube, always using the default.
kubernetes_minikube
train
ac4a9aea19a87a50b50a2515a49d2355b5b3af60
diff --git a/opengem/output/risk.py b/opengem/output/risk.py index <HASH>..<HASH> 100644 --- a/opengem/output/risk.py +++ b/opengem/output/risk.py @@ -46,9 +46,11 @@ class RiskXMLWriter(writer.FileWriter): pe_values = _curve_pe_as_gmldoublelist(curve_object) - subnode_pe = self.root_...
A little tidy-up from findall to a find check, having checked the lxml docs on how empty nodes are handled in if statements.
gem_oq-engine
train
6ff80f8a92f11f779b13a3ab6f9780f26ea1d3a2
diff --git a/src/java/com/threerings/media/sprite/Sprite.java b/src/java/com/threerings/media/sprite/Sprite.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/media/sprite/Sprite.java +++ b/src/java/com/threerings/media/sprite/Sprite.java @@ -1,5 +1,5 @@ // -// $Id: Sprite.java,v 1.28 2001/10/25 01:39:38 s...
Don't merge dirty rectangles when moving a sprite if the rectangles don't overlap. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
bd9323d5058867aa75b708699df6c9012eb1d1fa
diff --git a/packages/veritone-redux-common/src/modules/index.js b/packages/veritone-redux-common/src/modules/index.js index <HASH>..<HASH> 100644 --- a/packages/veritone-redux-common/src/modules/index.js +++ b/packages/veritone-redux-common/src/modules/index.js @@ -5,9 +5,12 @@ export const uiState = { }; import u...
properly export constants from their new locations
veritone_veritone-sdk
train
9938f55eeec3f7d05fa428def16e2255e94a3d3c
diff --git a/addon/fold/foldcode.js b/addon/fold/foldcode.js index <HASH>..<HASH> 100644 --- a/addon/fold/foldcode.js +++ b/addon/fold/foldcode.js @@ -1,7 +1,7 @@ (function() { "use strict"; - function doFold(cm, pos, options) { + function doFold(cm, pos, options, force) { var finder = options && (options....
[foldcode addon] Add experimental force argument to foldCode method
codemirror_CodeMirror
train
099d3965735de418b5a69e3d13e1344fe1a69796
diff --git a/test/run-tests.py b/test/run-tests.py index <HASH>..<HASH> 100755 --- a/test/run-tests.py +++ b/test/run-tests.py @@ -14,19 +14,6 @@ import tempfile import pytest -if not hasattr(contextlib, "suppress"): - """ - Polyfill for ``contextlib.suppress`` - """ - @contextlib.contextmanager - def _contextlib_...
Remove polyfill for contextlib.suppress (not needed since Python <I>)
ipfs_py-ipfs-api
train
5725801d4283a1b5beb08ea7637c9472240aee68
diff --git a/lib/gem_release/helpers.rb b/lib/gem_release/helpers.rb index <HASH>..<HASH> 100644 --- a/lib/gem_release/helpers.rb +++ b/lib/gem_release/helpers.rb @@ -35,7 +35,7 @@ module GemRelease end def gem_version - gemspec.version.to_s + options[:version_number] || gemspec.version.to_s ...
Ensure that a bumped version is used for `tag` and `release`. The gemspec file was not being properly re-evaluated after the version file changed in rubygems <I>, which led to the old version being used to tag and release gems that were just bumped. This workaround ensures that the new version number will be used ...
svenfuchs_gem-release
train
b62b4401b862b6f98799d4b6a789193af37cc036
diff --git a/src/Multiple/ConnectionManagerConcurrent.php b/src/Multiple/ConnectionManagerConcurrent.php index <HASH>..<HASH> 100644 --- a/src/Multiple/ConnectionManagerConcurrent.php +++ b/src/Multiple/ConnectionManagerConcurrent.php @@ -10,6 +10,10 @@ class ConnectionManagerConcurrent extends ConnectionManagerConsecu...
Explicitly reject empty lists for concurrent connections
clue_reactphp-connection-manager-extra
train
e6f609bc36f792d743590e5d16b4aceabdcb22ff
diff --git a/spec/integration/associations_spec.rb b/spec/integration/associations_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/associations_spec.rb +++ b/spec/integration/associations_spec.rb @@ -426,4 +426,45 @@ describe PgSearch do results.should_not include(*excluded) end end + + conte...
Add failing spec for Github Issue #<I>
Casecommons_pg_search
train
d64d5070fd1bd86dadec5925e7e47d270928cfac
diff --git a/examples/word_language_model/train.py b/examples/word_language_model/train.py index <HASH>..<HASH> 100644 --- a/examples/word_language_model/train.py +++ b/examples/word_language_model/train.py @@ -50,7 +50,11 @@ class ExamplePrinter(skorch.callbacks.Callback): def my_train_split(X, y): # Return (cor...
Temporary workaround for #<I>
skorch-dev_skorch
train
5ff0963958105362f663c06999c4d7ec4bc073d5
diff --git a/lib/jets/lambda/dsl.rb b/lib/jets/lambda/dsl.rb index <HASH>..<HASH> 100644 --- a/lib/jets/lambda/dsl.rb +++ b/lib/jets/lambda/dsl.rb @@ -184,7 +184,8 @@ module Jets::Lambda::Dsl properties: @properties, # lambda function properties iam_policy: @iam_policy, managed_iam_poli...
fix config rule name replacement for both managed and custom rules
tongueroo_jets
train
054e2c42a532d4f160bdb36d2b3864880c16ce4b
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/a...
Remove unused method This method is not being called anywhere in our code and a GitHub search show it is not being used in any project.
rails_rails
train
d94773e6856d2764ed88d049da63e7936fb92448
diff --git a/src/transformers/models/hubert/modeling_hubert.py b/src/transformers/models/hubert/modeling_hubert.py index <HASH>..<HASH> 100755 --- a/src/transformers/models/hubert/modeling_hubert.py +++ b/src/transformers/models/hubert/modeling_hubert.py @@ -911,11 +911,7 @@ class HubertModel(HubertPreTrainedModel): ...
Provide mask_time_indices to `_mask_hidden_states` to avoid double masking (#<I>) * We need to provide mask_time_indices to `_mask_hidden_states` to avoid applying the mask two times * apply the same to wav2vec2 * Uniformize the style between hubert and wav2vec2 * fix tf as well
huggingface_pytorch-pretrained-BERT
train
7417297216611c695d12916295bfb8be633697cb
diff --git a/tests.py b/tests.py index <HASH>..<HASH> 100644 --- a/tests.py +++ b/tests.py @@ -940,6 +940,26 @@ class RelatedFieldTests(BasePeeweeTestCase): # this should work the same some_tags = EntryTag.select().where(entry__in=some_entries) self.assertEqual(list(some_tags), [a_tag, b_tag]...
Checking in test for complex subqueries
coleifer_peewee
train
4607251d231a449944977265f479e308f08b3504
diff --git a/ddl/index.go b/ddl/index.go index <HASH>..<HASH> 100644 --- a/ddl/index.go +++ b/ddl/index.go @@ -746,6 +746,7 @@ func (d *ddl) backfillBatchTasks(startTime time.Time, startHandle int64, reorgIn err1 := kv.RunInNewTxn(d.store, true, func(txn kv.Transaction) error { return errors.Trace(reorgInfo.Upda...
metrics:fix add index duration bucket dosen't work (#<I>) * fix add index duration bucket dosen't work
pingcap_tidb
train
b9dcb847418190f2dbbb1d27b0e874add5ea06ae
diff --git a/odl/discr/grid.py b/odl/discr/grid.py index <HASH>..<HASH> 100644 --- a/odl/discr/grid.py +++ b/odl/discr/grid.py @@ -998,11 +998,15 @@ class RegularGrid(TensorGrid): return RegularGrid(new_shape, new_center, new_stride) def __repr__(self): - """repr(self) implementation.""" + ...
Changed `__str__()` in `RegularGrid` to be identical to `__repr__()`
odlgroup_odl
train
c1a1361cde22318f5c70e9444aab51ab64688355
diff --git a/pex/interpreter.py b/pex/interpreter.py index <HASH>..<HASH> 100644 --- a/pex/interpreter.py +++ b/pex/interpreter.py @@ -75,6 +75,16 @@ class PythonIdentity(object): "cp": "CPython", } + @staticmethod + def _normalize_macosx_deployment_target(value): + # type: (Any) -> Optiona...
Fix MACOSX_DEPLOYMENT_TARGET handling. (#<I>) Previously it was assumed the MACOSX_DEPLOYMENT_TARGET sysconfig var was always a string and that has proven to be false. Fixes #<I>
pantsbuild_pex
train
52fcf25366a4f0bd9a07759348646e428b090045
diff --git a/src/sap.m/src/sap/m/FacetFilter.js b/src/sap.m/src/sap/m/FacetFilter.js index <HASH>..<HASH> 100644 --- a/src/sap.m/src/sap/m/FacetFilter.js +++ b/src/sap.m/src/sap/m/FacetFilter.js @@ -484,7 +484,6 @@ sap.ui.define([ FacetFilter.prototype.init = function() { this._pageSize = 5; - this._addDelegate...
[FIX] sap.m.FacetFilter: navigation steps issue * itemNavigation is initialized only once Change-Id: Ic<I>a<I>c0b<I>ce<I>e<I>a<I>b<I>b<I>b6 BCP: <I>
SAP_openui5
train
e90bc9c8f99892d21aa0a6287b59fd172dab71d7
diff --git a/merb-gen/lib/merb-gen.rb b/merb-gen/lib/merb-gen.rb index <HASH>..<HASH> 100644 --- a/merb-gen/lib/merb-gen.rb +++ b/merb-gen/lib/merb-gen.rb @@ -26,12 +26,4 @@ require path / "resource_controller" require path / "resource" require path / "freezer" -# Require all generators that plugins have added to m...
added templater's new discovery feature to merb-gen
wycats_merb
train
6bdf9d07cc93ba5f3a193ceafc0e13d35353316b
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointIDCounter.java b/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointIDCounter.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointIDCounter.java +++ ...
[FLINK-<I>] [runtime] Add setCount(long newCount) to CheckpointIDCounter
apache_flink
train
8602ec5dec59f68c8b7312581c095ce8335c2a43
diff --git a/lib/sprockets.rb b/lib/sprockets.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets.rb +++ b/lib/sprockets.rb @@ -115,9 +115,9 @@ module Sprockets register_bundle_processor 'application/javascript', Bundle register_bundle_processor 'text/css', Bundle - register_bundle_reducer '*/*', :data, :+ - r...
Rename bundle reducer to metadata reducer
rails_sprockets
train
40e8d13d476fd52e8d80625784cf8aa3c3d30f17
diff --git a/joomla/filter/filteroutput.php b/joomla/filter/filteroutput.php index <HASH>..<HASH> 100644 --- a/joomla/filter/filteroutput.php +++ b/joomla/filter/filteroutput.php @@ -82,8 +82,8 @@ class JFilterOutput //remove any '-' from the string they will be used as concatonater $str = str_replace('-', ' ', $...
Forgot to remove a comment before my last commit... This is still related to the JFilteroutput unittest fixes --HG-- extra : convert_revision : svn%3A6f6e1ebd-4c2b-<I>-<I>f-f<I>bde<I>bce9/development/trunk/libraries%<I>
joomla_joomla-framework
train
3094f767d6efdd38cd1e1d181942bfd4fa446dca
diff --git a/src/time.js b/src/time.js index <HASH>..<HASH> 100644 --- a/src/time.js +++ b/src/time.js @@ -13,7 +13,10 @@ Crafty.c("Delay", { var index = this._delays.length; while (--index >= 0) { var item = this._delays[index]; - if (item.start + item.delay + ...
Small fix for very specific bug in Delay component
craftyjs_Crafty
train
4b0c243d9e043f5a8d9ab0b79eb3ab08cb2cfdc7
diff --git a/plugins/datatables/src/main/java/com/sksamuel/jqm4gwt/plugins/datatables/JQMDataTable.java b/plugins/datatables/src/main/java/com/sksamuel/jqm4gwt/plugins/datatables/JQMDataTable.java index <HASH>..<HASH> 100644 --- a/plugins/datatables/src/main/java/com/sksamuel/jqm4gwt/plugins/datatables/JQMDataTable.jav...
JQMDataTable - adjustColumnSizing() and asc/desc resorting on group row click - fixed/improved.
jqm4gwt_jqm4gwt
train
d82cbadbfacd44be1753002246f410500934d8a8
diff --git a/mast.js b/mast.js index <HASH>..<HASH> 100644 --- a/mast.js +++ b/mast.js @@ -56,9 +56,15 @@ Mast = _.extend(Backbone, parent = v.definition.extendsFrom ? entitySet[v.definition.extendsFrom] : Mast[capitalize(v.type)], newEntity = parent.extend(v.definition); + // Extend events hash as we...
Events hash is now inherited as well.
balderdashy_mast
train
9a9b533f2177b16d1f3fbc0b7122253c9c53e73f
diff --git a/test/utils/grunt.js b/test/utils/grunt.js index <HASH>..<HASH> 100644 --- a/test/utils/grunt.js +++ b/test/utils/grunt.js @@ -17,7 +17,7 @@ exports.runTask = function (task) { that.stderr = stderr; // Callback - done(); + done(err); }); });
If a Grunt task fails during a unit test, fail the test
twolfson_grunt-zip
train
b85234b0ef8be743e0e129fe2cd6e6c4797defc6
diff --git a/lib/delivery_boy/fake.rb b/lib/delivery_boy/fake.rb index <HASH>..<HASH> 100644 --- a/lib/delivery_boy/fake.rb +++ b/lib/delivery_boy/fake.rb @@ -2,7 +2,7 @@ module DeliveryBoy # A fake implementation that is useful for testing. class Fake - FakeMessage = Struct.new(:value, :topic, :key, :offset...
Implement `DeliveryBoy::Fake::FakeMessage#headers` attribute for tests `ruby-kafka` implements a `headers` attribute for their `PendingMessage` class, this is supported naturally with that integration in `delivery_boy`, but not in tests as the `DeliveryBoy::Fake::FakeMessage` class is missing the attribute.
zendesk_delivery_boy
train
838a511f72e20f5368e32a969cda34112847a624
diff --git a/pgmpy/factors/continuous/LinearGaussianCPD.py b/pgmpy/factors/continuous/LinearGaussianCPD.py index <HASH>..<HASH> 100644 --- a/pgmpy/factors/continuous/LinearGaussianCPD.py +++ b/pgmpy/factors/continuous/LinearGaussianCPD.py @@ -79,9 +79,9 @@ class LinearGaussianCPD(BaseFactor): self.evidence = e...
Fix LinearGaussianCPD member variables [fixes #<I>] This was causing a compilation error when declaring LinearGaussianCPDs and adding it to a LinearGaussianBayesianNetwork model
pgmpy_pgmpy
train
8d81e3c1e703a46a2eb54f20cdd9564e1f72a503
diff --git a/app/mixins/modal.js b/app/mixins/modal.js index <HASH>..<HASH> 100644 --- a/app/mixins/modal.js +++ b/app/mixins/modal.js @@ -2,7 +2,7 @@ import Ember from 'ember'; export default Ember.Mixin.create({ - layoutName: 'modal', + layoutName: 'sl-components/templates/modal', classNames: [ 'mod...
Finished work on sample app and changes to support proper structure for template names
softlayer_sl-ember-components
train
87aff36c66bbef412e2d863c26e8733d000960d4
diff --git a/raiden/tests/utils/smoketest.py b/raiden/tests/utils/smoketest.py index <HASH>..<HASH> 100644 --- a/raiden/tests/utils/smoketest.py +++ b/raiden/tests/utils/smoketest.py @@ -56,7 +56,7 @@ from raiden.tests.utils.smartcontracts import deploy_contract_web3, deploy_token from raiden.transfer import channel, ...
Allow kwargs in run_app and remove unused extra config from smoketest
raiden-network_raiden
train
4a7ad5235e07a8a781064c6d81133cef64c82975
diff --git a/test/cluster/cluster.go b/test/cluster/cluster.go index <HASH>..<HASH> 100644 --- a/test/cluster/cluster.go +++ b/test/cluster/cluster.go @@ -470,7 +470,7 @@ flynn=$GOPATH/src/github.com/flynn/flynn cd $flynn if [[ -f test/scripts/test-unit.sh ]]; then - test/scripts/test-unit.sh + timeout --signal=Q...
test: Timeout the unit tests after 5 minutes CI is intermittently hanging indefinitely running `go test`. We need to investigate why, but we should also not allow the test to hang indefinitely.
flynn_flynn
train
0c9b0d44398075bd26baf1fee48b75eac2ce4bb3
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - coney_island (0.10.2) + coney_island (0.10.5) amqp (>= 1.5.0) eventmachine rails (>= 4.0.1) diff --git a/lib/coney_island/submitter.rb b/li...
ConeyIsland.run_with_em now submits new jobs to the queue
edraut_coney_island
train
4d564ffb508cc7cc8cf65e1aa92ae6ea1a22ab68
diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/AuthorizeHttpRequestsConfigurer.java b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/AuthorizeHttpRequestsConfigurer.java index <HASH>..<HASH> 100644 --- a/config/src/main/java/org/spri...
Update AuthorizationManager references Issue gh-<I>
spring-projects_spring-security
train
54c871fc01fb43e7bc75442e17e156f68e95b23a
diff --git a/plexapi/utils.py b/plexapi/utils.py index <HASH>..<HASH> 100644 --- a/plexapi/utils.py +++ b/plexapi/utils.py @@ -378,3 +378,14 @@ def choose(msg, items, attr): # pragma: no cover except (ValueError, IndexError): pass + +def getAgentIdentifier(section, agent): + """ Return the f...
create getAgentIdentifier method in utils Return the full agent identifier from a short identifier, name, or confirm full identifier thanks @jonnywong<I>
pkkid_python-plexapi
train
e5ee00f4d044cebbc61454dcf2479ea0b19378bc
diff --git a/server/server.go b/server/server.go index <HASH>..<HASH> 100644 --- a/server/server.go +++ b/server/server.go @@ -848,7 +848,11 @@ func uiAssetExists(filename string) bool { return false } defer io.Close(f) - return true + stat, err := f.Stat() + if err != nil { + return false + } + return !stat.Is...
fix: basehref not set correctly (#<I>)
argoproj_argo-cd
train
104da0b86ed3fd70b08a81c7c54fd105efaf318f
diff --git a/pkg/build/strategies/sti/sti.go b/pkg/build/strategies/sti/sti.go index <HASH>..<HASH> 100644 --- a/pkg/build/strategies/sti/sti.go +++ b/pkg/build/strategies/sti/sti.go @@ -456,7 +456,7 @@ func (b *STI) Execute(command string, user string, config *api.Config) error { if err != nil { return err }...
Truncate the injection truncation script itself
openshift_source-to-image
train
295a26e8fdef5396031f6a19b87f3fa69c6c9bae
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Ruby core extentions and class utilities for Hanami ## v1.0.4 - 2017-10-02 ### Fixed +- [Luca Guidi] Make `Hanami::Utils::BasicObject` to be fully compatible with Ruby's `pp` and to be inspecte...
Make `Hanami::Utils::BasicObject` to be fully compatible with Ruby's `pp` and to be inspected by Pry. (#<I>)
hanami_utils
train
88ccbf3f93d7dfeefd2e1695c4115a535fd2d98a
diff --git a/package.js b/package.js index <HASH>..<HASH> 100644 --- a/package.js +++ b/package.js @@ -18,7 +18,9 @@ Package.onUse(function (api) { 'dist/fonts/glyphicons-halflings-regular.svg', 'dist/fonts/glyphicons-halflings-regular.ttf', 'dist/fonts/glyphicons-halflings-regular.woff', - 'dist/font...
Add support for Meteor <I>
twbs_bootstrap
train
1ea26cde6b0e3a9f06683674d10119f7d9a9c850
diff --git a/tests/Routing/RoutingAnnotationScannerTest.php b/tests/Routing/RoutingAnnotationScannerTest.php index <HASH>..<HASH> 100644 --- a/tests/Routing/RoutingAnnotationScannerTest.php +++ b/tests/Routing/RoutingAnnotationScannerTest.php @@ -8,7 +8,7 @@ class RoutingAnnotationScannerTest extends PHPUnit_Framework_...
Fix RoutingAnnotationScannerTest on Windows.
laravel_framework
train
55cdee05657d10f542a2167de45dcf4a6d0a3d91
diff --git a/compile/compile.go b/compile/compile.go index <HASH>..<HASH> 100644 --- a/compile/compile.go +++ b/compile/compile.go @@ -437,6 +437,10 @@ func (c *Compiler) compileWasm(ctx context.Context) error { // Each entrypoint needs an entry in the manifest along with the // original rule(s) removed from the ...
compile: Add import for removed entrypoints In addition to removing entrypoint rules we will now inject import statements into modules in the same package to maintain any usage of the older rules. Previously any usage of the older rules from the same package without using the fully qualified path would raise an error.
open-policy-agent_opa
train
2ca728ae9bc970cd2e8b9457c6a7c59c11d8003f
diff --git a/spec/support/redirect_server.rb b/spec/support/redirect_server.rb index <HASH>..<HASH> 100644 --- a/spec/support/redirect_server.rb +++ b/spec/support/redirect_server.rb @@ -9,13 +9,13 @@ module RSpec end def self.address - 'http://127.0.0.1:8201/' + 'http://127.0.0.1:8202/' end ...
Change redirect port to avoid Vault's cluster default.
hashicorp_vault-ruby
train
f7ff1bbb8b30f9724916b29e4a915e6f2a3e8770
diff --git a/pygubudesigner/__init__.py b/pygubudesigner/__init__.py index <HASH>..<HASH> 100644 --- a/pygubudesigner/__init__.py +++ b/pygubudesigner/__init__.py @@ -0,0 +1,12 @@ +import logging +import argparse + +# Setup logging level +parser = argparse.ArgumentParser() +parser.add_argument('filename') +parser.add_a...
Allow to specify loggin level from console command.
alejandroautalan_pygubu
train
e306b58443446fb8b525a84ba03cd424c5785af2
diff --git a/spec/behavior/generated-parser-behavior.spec.js b/spec/behavior/generated-parser-behavior.spec.js index <HASH>..<HASH> 100644 --- a/spec/behavior/generated-parser-behavior.spec.js +++ b/spec/behavior/generated-parser-behavior.spec.js @@ -1090,7 +1090,7 @@ describe("generated parser behavior", function() { ...
Behavior specs cleanup: Improve error reporting specs
pegjs_pegjs
train
4de9d8e63d1d6c963e2eec58d3b84abf064aa104
diff --git a/AbstractComponent.php b/AbstractComponent.php index <HASH>..<HASH> 100644 --- a/AbstractComponent.php +++ b/AbstractComponent.php @@ -26,6 +26,8 @@ extends Template */ public $composite_name_template = '{{parent_name}}[{{name}}]'; + public $html_classes = array(); + /** *...
Added option to add/remove HTML classes
amarkal_amarkal-ui
train
84c21ede3c4b90d9d0294e4b30e91fd7516c7243
diff --git a/mocpy/moc.py b/mocpy/moc.py index <HASH>..<HASH> 100644 --- a/mocpy/moc.py +++ b/mocpy/moc.py @@ -109,6 +109,8 @@ class MOC(AbstractMoc): pix_arr = np.array(list(self.best_res_pixels_iterator())) neighbour_pix_arr = AbstractMoc._neighbour_pixels(hp, pix_arr) + neighbour_pix_arr =...
Add/remove neighbours for TimeMocs objects (at max_order)
cds-astro_mocpy
train
c809bad46d1f75b4184e6e7e65c15d707611b728
diff --git a/django_static/templatetags/django_static.py b/django_static/templatetags/django_static.py index <HASH>..<HASH> 100644 --- a/django_static/templatetags/django_static.py +++ b/django_static/templatetags/django_static.py @@ -33,6 +33,7 @@ else: _CAN_SYMLINK = getattr(settings, "DJANGO_STATIC_USE_SYMLINK"...
One more fix for prepending DJANGO_STATIC_MEDIA_URL to filenames: If DJANGO_STATIC_MEDIA_URL is set, it will be prepended to the filename when DJANGO_STATIC is False. This fix makes that true also for the slimall and staticall tags.
peterbe_django-static
train
a0a63c9d5f08cfe4200fccbd7682fd51a54dc61a
diff --git a/src/frontend/org/voltcore/messaging/SocketJoiner.java b/src/frontend/org/voltcore/messaging/SocketJoiner.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltcore/messaging/SocketJoiner.java +++ b/src/frontend/org/voltcore/messaging/SocketJoiner.java @@ -57,6 +57,7 @@ import org.voltcore.utils.Versi...
ENG-<I>: Handle all byte buffers as remnant Correctly handle the remnant in SocketJoiner.processSSC. Update the handling so both heap and direct buffers can be used. Always read the size of the string from the buffer so that the string can be decoded when asserts are disabled. VoltProjectBuilder: Add method to be abl...
VoltDB_voltdb
train
4bc92c8b3bc2335d28e4759b2241d053c6ae9112
diff --git a/docs/source/index.rst b/docs/source/index.rst index <HASH>..<HASH> 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -20,6 +20,18 @@ After downloading the directory, the package can be installed by running:: Changelog ========= +0.8.1 (2017-09-12) +------------------ + +* Introduced a f...
<I> New version release coinciding with a reasonable bugfix. Consolidates the previous few commits (related to #<I> and #<I>) and includes a further internal change to how evidence weights are computed in `weight_function` that should make computations much more stable (which led to problems in some testing).
joshspeagle_dynesty
train
d3e25ca14878dd5df73b213b5a40a73b3805b831
diff --git a/sandbox/library/tests.py b/sandbox/library/tests.py index <HASH>..<HASH> 100644 --- a/sandbox/library/tests.py +++ b/sandbox/library/tests.py @@ -33,6 +33,12 @@ class HashidTests(TestCase): self.assertEqual(len(h.hashid), 10) self.assertEqual(len(h), 10) + def test_hashable(self): + ...
Test for using Hashid objects as keys in dictionaries (needed for many Django db operations, such as prefetch_related())
nshafer_django-hashid-field
train
b9b981871703a958197852a354c1e63b27029339
diff --git a/addon/components/visualizer-course-vocabularies.js b/addon/components/visualizer-course-vocabularies.js index <HASH>..<HASH> 100644 --- a/addon/components/visualizer-course-vocabularies.js +++ b/addon/components/visualizer-course-vocabularies.js @@ -5,7 +5,6 @@ import { restartableTask, timeout } from 'emb...
corrects async data fetching/aggregation process.
ilios_common
train
aca3f48d2139b5aa8496981e60a75fdb341cdbb6
diff --git a/newsplease/__init__.py b/newsplease/__init__.py index <HASH>..<HASH> 100644 --- a/newsplease/__init__.py +++ b/newsplease/__init__.py @@ -4,6 +4,7 @@ import os sys.path.append(os.path.dirname(os.path.realpath(__file__))) from newsplease.pipeline.pipelines import InMemoryStorage from newsplease.single_cr...
fix bug that occurred when crawlin multiple articles
fhamborg_news-please
train
9610c1cadccb39b3fc0697e7bde7f33eee19ffeb
diff --git a/webdriver_test_tools/pageobject/modal.py b/webdriver_test_tools/pageobject/modal.py index <HASH>..<HASH> 100644 --- a/webdriver_test_tools/pageobject/modal.py +++ b/webdriver_test_tools/pageobject/modal.py @@ -6,16 +6,24 @@ from webdriver_test_tools.pageobject import utils, BasePage from webdriver_test_to...
Updated ModalObject docstring
connordelacruz_webdriver-test-tools
train
0311107a077ea372527ae74839eec8042197332f
diff --git a/src/main/java/jcifs/ntlmssp/Type3Message.java b/src/main/java/jcifs/ntlmssp/Type3Message.java index <HASH>..<HASH> 100644 --- a/src/main/java/jcifs/ntlmssp/Type3Message.java +++ b/src/main/java/jcifs/ntlmssp/Type3Message.java @@ -96,12 +96,43 @@ public class Type3Message extends NtlmMessage { */ ...
Allow authentication with empty password (#<I>) This adds another constructor to Type3Message to indicate that empty passwords should not be treated as anonymous.
AgNO3_jcifs-ng
train
3480b97eaa04abe548c65be3576c3cb8aaf64e01
diff --git a/lib/register/boot.rb b/lib/register/boot.rb index <HASH>..<HASH> 100644 --- a/lib/register/boot.rb +++ b/lib/register/boot.rb @@ -127,7 +127,7 @@ module Register :Method => {:name => :Word, :source => :Object, :instructions => :Object, :binary => :Object, :arguments => :Li...
rename variable type to value_type in preparation for next rename
ruby-x_rubyx
train
35bc56eda86783a50facd594d1b50d60cdad87be
diff --git a/examples/tuneHHCell.py b/examples/tuneHHCell.py index <HASH>..<HASH> 100644 --- a/examples/tuneHHCell.py +++ b/examples/tuneHHCell.py @@ -22,34 +22,44 @@ if __name__ == '__main__': #above parameters will not be modified outside these bounds: min_constraints = [50, 10] max_constraints = [20...
Retested HH cell tuner Adding more options on run_optimisation() to help plotting
NeuroML_pyNeuroML
train
f0ab71e1d8bf4d915fab59108b16fd665f5430ec
diff --git a/lib/jekyll-redirect-from/redirect_page.rb b/lib/jekyll-redirect-from/redirect_page.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll-redirect-from/redirect_page.rb +++ b/lib/jekyll-redirect-from/redirect_page.rb @@ -15,7 +15,7 @@ module JekyllRedirectFrom @name = name self.process(name) - ...
Explicitly set layout to nil on redirect pages
jekyll_jekyll-redirect-from
train
b0c35455166c59d1b1bfb2d534eb071d2e7dc976
diff --git a/dallinger/experiment_server/experiment_server.py b/dallinger/experiment_server/experiment_server.py index <HASH>..<HASH> 100644 --- a/dallinger/experiment_server/experiment_server.py +++ b/dallinger/experiment_server/experiment_server.py @@ -60,6 +60,9 @@ app = Flask("Experiment_Server") @app.before_fir...
Test fixes. Move secret setting later in the app launch.
Dallinger_Dallinger
train
88dfbd9977c15331a8d3f05a38e88b3c69ecd579
diff --git a/uni_form/helpers.py b/uni_form/helpers.py index <HASH>..<HASH> 100644 --- a/uni_form/helpers.py +++ b/uni_form/helpers.py @@ -44,7 +44,6 @@ class Button(BaseInput): Note: The first argument is also slugified and turned into the id for the button. """ - input_type = 'button' fi...
Refactoring render_field, documenting it and allowing unicode field names.
pydanny-archive_django-uni-form
train
b2f48e1c772c01dd6ce276342416142d25564c6d
diff --git a/src/ContentBundle/Block/Service/BreadcrumbsBlockService.php b/src/ContentBundle/Block/Service/BreadcrumbsBlockService.php index <HASH>..<HASH> 100644 --- a/src/ContentBundle/Block/Service/BreadcrumbsBlockService.php +++ b/src/ContentBundle/Block/Service/BreadcrumbsBlockService.php @@ -47,7 +47,7 @@ class B...
Get short title instead of title (#<I>) get the short title in the breadcrumbs, because the title can be long.
Opifer_Cms
train
4f9f7e6874d3f31410e732f46527d11358af2d3f
diff --git a/sanic_prometheus/__init__.py b/sanic_prometheus/__init__.py index <HASH>..<HASH> 100644 --- a/sanic_prometheus/__init__.py +++ b/sanic_prometheus/__init__.py @@ -77,7 +77,6 @@ def monitor(app, endpoint_type='url:1', async def before_response(request, response): if request.path != '/metrics': ...
remove early return that kills other middlewares
dkruchinin_sanic-prometheus
train
d885a27ea1c8445137c653f5c563f8edfb56a82c
diff --git a/tests/tests.py b/tests/tests.py index <HASH>..<HASH> 100755 --- a/tests/tests.py +++ b/tests/tests.py @@ -16,6 +16,7 @@ class DNSTest(unittest.TestCase): def setUp(self): self.channel = pycares.Channel(timeout=10.0, tries=1, servers=['8.8.8.8', '8.8.4.4']) + self.is_ci = os.environ.g...
test: add generic way to check for a CI
saghul_pycares
train
7920eb8475ad090c42f61f5051df8449ee9ccf1b
diff --git a/LiSE/LiSE/rule.py b/LiSE/LiSE/rule.py index <HASH>..<HASH> 100644 --- a/LiSE/LiSE/rule.py +++ b/LiSE/LiSE/rule.py @@ -367,14 +367,7 @@ class Rule(object): """ curtime = (branch, tick) = engine.time for trigger in self.triggers: - if not ( - trigger.__nam...
Stop caching trigger and prereq results
LogicalDash_LiSE
train
11a31dff22dfaa87e9efa83de5bb823e1f98b39e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def readme_as_rest(): setup( name='zipline', - version='0.5.3', + version='0.5.4', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opens...
Updates release version to <I> Bugfix release. Notable fixes: - algorithm crashes due to missing data panel slots - slippage model getting out of sync with the algorithm.
quantopian_zipline
train
7c0eef082df719a96273d0b156077a0f10b68a78
diff --git a/osbs/http.py b/osbs/http.py index <HASH>..<HASH> 100644 --- a/osbs/http.py +++ b/osbs/http.py @@ -265,7 +265,10 @@ class PycurlAdapter(object): def request(self, url, method, data=None, kerberos_auth=False, allow_redirects=True, verify_ssl=True, use_json=False, header...
http: create new pycurl instance instead of reset()
projectatomic_osbs-client
train
c6da8db4718714e5a369ecff8cb2abe251efe399
diff --git a/lib/jsduck/ast.rb b/lib/jsduck/ast.rb index <HASH>..<HASH> 100644 --- a/lib/jsduck/ast.rb +++ b/lib/jsduck/ast.rb @@ -59,7 +59,7 @@ module JsDuck # foo: function() {} elsif property?(ast) && function?(ast["value"]) - make_method(key_to_s(ast["key"]), ast["value"]) + make_metho...
Refactor #key_value method into Evaluator.
senchalabs_jsduck
train
777c2a810d0776aa56c13d7d7af47a823fd7c609
diff --git a/Lib/glyphs2ufo/casting.py b/Lib/glyphs2ufo/casting.py index <HASH>..<HASH> 100644 --- a/Lib/glyphs2ufo/casting.py +++ b/Lib/glyphs2ufo/casting.py @@ -53,7 +53,7 @@ CUSTOM_FLOAT_PARAMS = frozenset(( CUSTOM_TRUTHY_PARAMS = frozenset(( 'isFixedPitch', 'postscriptForceBold', 'postscriptIsFixedPitch', -...
[casting] Add custom param for glyph naming
googlefonts_glyphsLib
train
ba5c524965bf4a77b0994127c686e3e2daf3bbe7
diff --git a/vcs/backends/base.py b/vcs/backends/base.py index <HASH>..<HASH> 100644 --- a/vcs/backends/base.py +++ b/vcs/backends/base.py @@ -324,7 +324,7 @@ class BaseChangeset(object): def last(self): if self.repository is None: raise ChangesetError("Cannot check if it's most recent revisi...
fixed last property in base. Some spelling fixes
codeinn_vcs
train
a393f10ac7a953e92f05174916a3f57db07ba95e
diff --git a/packages/node_modules/@ciscospark/plugin-credentials/test/unit/spec/credentials.js b/packages/node_modules/@ciscospark/plugin-credentials/test/unit/spec/credentials.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@ciscospark/plugin-credentials/test/unit/spec/credentials.js +++ b/packages/node_mo...
test(plugin-credentials): Fixes tests for logout changes
webex_spark-js-sdk
train
65ea114b0e0f007109af12712001f218427d3c1b
diff --git a/app/scripts/directives/vjs.directive.js b/app/scripts/directives/vjs.directive.js index <HASH>..<HASH> 100644 --- a/app/scripts/directives/vjs.directive.js +++ b/app/scripts/directives/vjs.directive.js @@ -15,34 +15,33 @@ angular.module('vjs.video', []) transclude: true, link: fun...
Refactored code to remove several nested if statements
arm0th_vjs-video
train
4e6b88afe0ad33c662b2857c4e4fe2e2693ccd17
diff --git a/scanpy/preprocessing/_deprecated/highly_variable_genes.py b/scanpy/preprocessing/_deprecated/highly_variable_genes.py index <HASH>..<HASH> 100644 --- a/scanpy/preprocessing/_deprecated/highly_variable_genes.py +++ b/scanpy/preprocessing/_deprecated/highly_variable_genes.py @@ -16,6 +16,8 @@ def filter_gene...
add remark to docstring
theislab_scanpy
train
a9c1b18d253b6770a6b90b9c63e299086324299d
diff --git a/config/impl/src/main/java/org/jboss/windup/config/loader/WindupConfigurationLoaderImpl.java b/config/impl/src/main/java/org/jboss/windup/config/loader/WindupConfigurationLoaderImpl.java index <HASH>..<HASH> 100644 --- a/config/impl/src/main/java/org/jboss/windup/config/loader/WindupConfigurationLoaderImpl....
Change msgs (makes output a bit nicer and more readable)
windup_windup
train
caa1a4ee1c55ac788e2d95e94d953e29a24f8485
diff --git a/client/my-sites/checkout/composite-checkout/composite-checkout.js b/client/my-sites/checkout/composite-checkout/composite-checkout.js index <HASH>..<HASH> 100644 --- a/client/my-sites/checkout/composite-checkout/composite-checkout.js +++ b/client/my-sites/checkout/composite-checkout/composite-checkout.js @...
Get top level TLD before deciding which cctld forms to display (#<I>) #<I> fixed a theretofore unnoticed bug that caused problems with multi level TLDs, like me.uk. This PR ports that fix to composite checkout. Note that composite checkout is not yet live in the countries and currencies most likely to have been affect...
Automattic_wp-calypso
train
71622a5c963b1fc397db523009c861efd09b6146
diff --git a/ayrton/execute.py b/ayrton/execute.py index <HASH>..<HASH> 100644 --- a/ayrton/execute.py +++ b/ayrton/execute.py @@ -162,7 +162,7 @@ class Command: try: os.execvpe (cmd, args, self.options['_env']) except FileNotFoundError: - sys.exit (127) + os._exit (...
[*] os._exit() works better than sys.esit () :)
StyXman_ayrton
train