hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
3893e0cdca64616e059b704c640ee5ea33a9d884
diff --git a/thefuck/rules/cargo_no_command.py b/thefuck/rules/cargo_no_command.py index <HASH>..<HASH> 100644 --- a/thefuck/rules/cargo_no_command.py +++ b/thefuck/rules/cargo_no_command.py @@ -4,7 +4,7 @@ from thefuck.utils import replace_argument, for_app @for_app('cargo', at_least=1) def match(command): - re...
#<I>: Little refactoring
nvbn_thefuck
train
2da09723e81b579d65a0c3ffb7ac138cf13ced30
diff --git a/oryx-common/src/main/java/com/cloudera/oryx/common/lang/JVMUtils.java b/oryx-common/src/main/java/com/cloudera/oryx/common/lang/JVMUtils.java index <HASH>..<HASH> 100644 --- a/oryx-common/src/main/java/com/cloudera/oryx/common/lang/JVMUtils.java +++ b/oryx-common/src/main/java/com/cloudera/oryx/common/lang...
Add JVM memory methods, rename Before/After methods to be less conflicting
OryxProject_oryx
train
6e11966a68fc4fd2615923e735c9b10f0d78d3b4
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -2,33 +2,47 @@ """Package Keysmith.""" + +import codecs +import os.path +import re + import setuptools # type: ignore -import keysmith +def read(*parts): + """Read a file in this repository.""" + here = os.pat...
Stop importing keysmith in setup.py
dmtucker_keysmith
train
c0c36474223e2b07d062d718d5f7f24bed4261ca
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "The Font Bakery Authors" # The short X.Y version version = "0.7" # The full version, including alpha/beta/rc tags -release = "0.7.1" +release = "0.7.2" ...
update version on docs/source/conf.py
googlefonts_fontbakery
train
091336dc6bad40db9ba1e87a976b07da2cb3ba9e
diff --git a/src/test/org/openscience/cdk/ringsearch/cyclebasis/SimpleCycleBasisTest.java b/src/test/org/openscience/cdk/ringsearch/cyclebasis/SimpleCycleBasisTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/ringsearch/cyclebasis/SimpleCycleBasisTest.java +++ b/src/test/org/openscience/cdk/rings...
Make sure the tests are also run with JUnit4 Change-Id: Ie<I>f2f8ea4cba<I>e4f<I>f<I>b9ec<I>c<I>aa
cdk_cdk
train
296da81fc809f71e8e08bda612ba89925880fb6c
diff --git a/src/java/org/apache/cassandra/net/OutboundTcpConnection.java b/src/java/org/apache/cassandra/net/OutboundTcpConnection.java index <HASH>..<HASH> 100644 --- a/src/java/org/apache/cassandra/net/OutboundTcpConnection.java +++ b/src/java/org/apache/cassandra/net/OutboundTcpConnection.java @@ -27,7 +27,10 @@ im...
Race condition in detecting version on a mixed <I>/<I> cluster patch by Sergio Bossa; reviewed by jasobrown for CASSANDRA-<I>
Stratio_stratio-cassandra
train
212997bb061d92d7a69bc375b9913bee1a11c32c
diff --git a/hipster-core/src/main/java/es/usc/citius/hipster/algorithm/ADStarForward.java b/hipster-core/src/main/java/es/usc/citius/hipster/algorithm/ADStarForward.java index <HASH>..<HASH> 100644 --- a/hipster-core/src/main/java/es/usc/citius/hipster/algorithm/ADStarForward.java +++ b/hipster-core/src/main/java/es/u...
close #<I> : node expander executed before changing values of V and G in the parent node
citiususc_hipster
train
612fe5c831879066d0b6807f8e99dfb390cbb50f
diff --git a/mhcflurry/class1_affinity_predictor.py b/mhcflurry/class1_affinity_predictor.py index <HASH>..<HASH> 100644 --- a/mhcflurry/class1_affinity_predictor.py +++ b/mhcflurry/class1_affinity_predictor.py @@ -707,7 +707,7 @@ class Class1AffinityPredictor(object): throw=True, include_indi...
Switch back to mean instead of robust_mean default
openvax_mhcflurry
train
08ed43585d398fc5efea097ac6e2baedc64ce1a8
diff --git a/lib/draper/railtie.rb b/lib/draper/railtie.rb index <HASH>..<HASH> 100755 --- a/lib/draper/railtie.rb +++ b/lib/draper/railtie.rb @@ -17,7 +17,7 @@ module Draper config.after_initialize do |app| app.config.paths.add 'app/decorators', eager_load: true - unless Rails.env.production? + ...
restrict inclusion of test dependencies to test environment only
drapergem_draper
train
6e43506e8eca60dbc42bbb482d5cce54a7c7c2ce
diff --git a/src/Collection/index.js b/src/Collection/index.js index <HASH>..<HASH> 100644 --- a/src/Collection/index.js +++ b/src/Collection/index.js @@ -53,15 +53,26 @@ export default class Collection<Record: Model> { // (with the same semantics as when calling `model.observe()`) findAndObserve(id: RecordId): O...
Make findAndObserve even leaner
Nozbe_WatermelonDB
train
f9d6877c33618c642718ad273237210e96c0b239
diff --git a/service/logger/default.go b/service/logger/default.go index <HASH>..<HASH> 100644 --- a/service/logger/default.go +++ b/service/logger/default.go @@ -128,7 +128,7 @@ func (l *defaultLogger) Log(level Level, v ...interface{}) { } t := rec.Timestamp.Format("2006-01-02 15:04:05") - fmt.Printf("%s %s %v\...
Fix logger redirection (#<I>)
micro_micro
train
4d9a43c77af06fac6f4ed27d09c46a4b1671b264
diff --git a/contrib/py_stress/stress.py b/contrib/py_stress/stress.py index <HASH>..<HASH> 100644 --- a/contrib/py_stress/stress.py +++ b/contrib/py_stress/stress.py @@ -177,7 +177,7 @@ class Operation(Thread): class Inserter(Operation): def run(self): data = md5(str(get_ident())).hexdigest() - c...
Adapt stress.py to the thrift clock api changes. Patch by johan, review by jbellis. CASSANDRA-<I> git-svn-id: <URL>
Stratio_stratio-cassandra
train
4a4528b75b321282ac27c26f886759184b0f3d2e
diff --git a/account/state/state.go b/account/state/state.go index <HASH>..<HASH> 100644 --- a/account/state/state.go +++ b/account/state/state.go @@ -33,7 +33,7 @@ type StorageGetter interface { } type StorageSetter interface { - // Store a 32-byte value at key for the account at address + // Store a 32-byte value...
Ensure storing zero value removes the key rather than panics
hyperledger_burrow
train
8fba0a5ccbe49d759d80d24d2552978277726155
diff --git a/lib/active_record/connection_adapters/sqlserver_adapter.rb b/lib/active_record/connection_adapters/sqlserver_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/active_record/connection_adapters/sqlserver_adapter.rb +++ b/lib/active_record/connection_adapters/sqlserver_adapter.rb @@ -176,7 +176,7 @@ module Ac...
Fix another def self.<method> vs class << self collision.
rails-sqlserver_activerecord-sqlserver-adapter
train
964366d957e2ab113f23e1ae6f19d12f9f4b20d3
diff --git a/test/decorators/on.spec.js b/test/decorators/on.spec.js index <HASH>..<HASH> 100644 --- a/test/decorators/on.spec.js +++ b/test/decorators/on.spec.js @@ -13,16 +13,4 @@ describe('@on decorator', () => { }); - describe('view.helper.prepareEventDomain', () => { - - it('should prepare eventDomain strin...
test/decorators/on.spec.js: moved tests to test/lib/eventhandler.spec.js
SerkanSipahi_app-decorators
train
eb1681e3fec7ed6b3cec541ac52e34857413f002
diff --git a/test/integrations/awesomatic.js b/test/integrations/awesomatic.js index <HASH>..<HASH> 100644 --- a/test/integrations/awesomatic.js +++ b/test/integrations/awesomatic.js @@ -52,14 +52,15 @@ describe('#initialize', function () { describe('#identify', function () { before(function () { this.stub = s...
Awesomatic integration: moving identify call in test to individual tests instead of before().
segmentio_analytics.js-core
train
9acf2c19fd0a8fae9a929d4d17d27d3abfd3bb3c
diff --git a/natsort/natsort.py b/natsort/natsort.py index <HASH>..<HASH> 100644 --- a/natsort/natsort.py +++ b/natsort/natsort.py @@ -64,6 +64,14 @@ You can mix types with natsorted. This can get around the new >>> natsorted(a) [{u}'2.5', 4.5, 6, {u}'7'] +Natsort will recursively descend into lists of lis...
Added algorithm that allows natsort to sort lists of lists.
SethMMorton_natsort
train
2cdfd69b6ff0b7be1bc11aeff71ff1f58ce58d2e
diff --git a/src/main/java/org/culturegraph/mf/stream/converter/RegexDecoder.java b/src/main/java/org/culturegraph/mf/stream/converter/RegexDecoder.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/culturegraph/mf/stream/converter/RegexDecoder.java +++ b/src/main/java/org/culturegraph/mf/stream/converter/RegexDe...
RegexDecoder should not emit null record ids. Fixes issue #<I>
metafacture_metafacture-core
train
cfd9ba03ca0f63e6ad67666484b6cd93ec5632d4
diff --git a/format/extractjson.go b/format/extractjson.go index <HASH>..<HASH> 100644 --- a/format/extractjson.go +++ b/format/extractjson.go @@ -26,12 +26,11 @@ import ( // message. // Configuration example // -// - "stream.Broadcast": -// Formatter: "format.ExtractJSON" -// ExtractJSONdataFormatter: "forma...
added `applyTo` handling to ExtractJSON formatter
trivago_gollum
train
10efcdbe511b5a24a01caf3594cfd71000f3486a
diff --git a/src/Api/Monetization/Structure/Reports/Criteria/RevenueReportCriteria.php b/src/Api/Monetization/Structure/Reports/Criteria/RevenueReportCriteria.php index <HASH>..<HASH> 100644 --- a/src/Api/Monetization/Structure/Reports/Criteria/RevenueReportCriteria.php +++ b/src/Api/Monetization/Structure/Reports/Crit...
Use toDate instead of endDate for revenue report criteria (#<I>)
apigee_apigee-client-php
train
ada44e4e0214f2ded64f459dc4854397b02bba49
diff --git a/lib/rubocop/cli.rb b/lib/rubocop/cli.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cli.rb +++ b/lib/rubocop/cli.rb @@ -47,7 +47,7 @@ module Rubocop cop.correlations = correlations config = $options[:config] || config_from_dotfile(File.dirname(file)) cop_config = config[c...
The configuration property should be "Enabled", not "Enable".
rubocop-hq_rubocop
train
0dc36c5937a331f8d4dc1f28194bc172ce4eca85
diff --git a/perceval/backend.py b/perceval/backend.py index <HASH>..<HASH> 100644 --- a/perceval/backend.py +++ b/perceval/backend.py @@ -23,17 +23,54 @@ import argparse import sys +from .cache import Cache from .utils import DEFAULT_DATETIME class Backend: + """Abstract class for backends. - def __i...
[backend] Add Cache support on abstract backend class The commit adds the method fetch_from_cache(), that must be implemeted by derived classes. It also adds some methods to delay the insertion of items to the cache, such as _push_cache_queue() and _flush_cache_queue().
chaoss_grimoirelab-perceval
train
2ca5c8de7f1d1834b954ce1cdfac42555fc676f2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -1,5 +1,6 @@ var Promise = require('bluebird'); -var hasher = require('object-hash'); +var CircularJSON = require('circular-json'); +var crypto = require('crypto'); var redis = null; var sequelize = null; ...
Fix for circular references (hasMany to belongsTo)
rfink_sequelize-redis-cache
train
ce08f828bf89f839834f0b9b559f39fe47af8116
diff --git a/pmml-evaluator-testing/src/main/java/org/jpmml/evaluator/testing/IntegrationTestBatch.java b/pmml-evaluator-testing/src/main/java/org/jpmml/evaluator/testing/IntegrationTestBatch.java index <HASH>..<HASH> 100644 --- a/pmml-evaluator-testing/src/main/java/org/jpmml/evaluator/testing/IntegrationTestBatch.jav...
Improved commit 7fde<I>b3
jpmml_jpmml-evaluator
train
378f253eebcef7119fc80b45e00ec66924081314
diff --git a/src/main/java/org/whitesource/agent/dependency/resolver/maven/MavenDependencyResolver.java b/src/main/java/org/whitesource/agent/dependency/resolver/maven/MavenDependencyResolver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/whitesource/agent/dependency/resolver/maven/MavenDependencyResolver.jav...
WSE-<I> - fixed 'getBomPatten' on maven-resolver (there was no '**/*' before the 'pom.xml'
whitesource_fs-agent
train
66f88d9d5077c859f7e20a445060f4bfff8a9496
diff --git a/lib/core.js b/lib/core.js index <HASH>..<HASH> 100644 --- a/lib/core.js +++ b/lib/core.js @@ -237,10 +237,6 @@ function createDynamicDecl (dyn, append) { } } -function isFloatArray (array) { - return Array.isArray(array) || (array instanceof Float32Array) -} - var SCOPE_DECL = new Declaration(false...
fix code generation bug for static uniforms
regl-project_regl
train
507a6bbfc7055516881aa925070b71ec1b0d612e
diff --git a/src/system/modules/metamodels/TableContent.php b/src/system/modules/metamodels/TableContent.php index <HASH>..<HASH> 100644 --- a/src/system/modules/metamodels/TableContent.php +++ b/src/system/modules/metamodels/TableContent.php @@ -175,8 +175,12 @@ class TableContent extends Backend */ public functi...
Fix issue #<I> - make content elements and filters point to child list for render settings and filter settings instead of editing the parent element.
MetaModels_core
train
0457b21c7c013bc7c81e432d11605c96ddee5a30
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-github", - "version": "0.0.4", + "version": "0.1.0", "description": "An implementation of the js-git interface that mounts a live github repo.", "main": "src/repo.js", ...
Update to work with later js-git APIs
creationix_js-github
train
a08a04b11736ccc8a8533d69fe733e4001cb81e7
diff --git a/kubespawner/objects.py b/kubespawner/objects.py index <HASH>..<HASH> 100644 --- a/kubespawner/objects.py +++ b/kubespawner/objects.py @@ -402,9 +402,9 @@ def make_pod( # populate with fs_gid / supplemental_gids if fs_gid is not None: psc["fsGroup"] = int(fs_gid) - if supplemental_gids...
Ensure to omit empty lists in security contexts
jupyterhub_kubespawner
train
f0f4b3194f330f4fd29cb8b568f09c5701faa3ec
diff --git a/src/webargs/pyramidparser.py b/src/webargs/pyramidparser.py index <HASH>..<HASH> 100644 --- a/src/webargs/pyramidparser.py +++ b/src/webargs/pyramidparser.py @@ -138,7 +138,7 @@ class PyramidParser(core.Parser): location = location or self.location # Optimization: If argmap is passed as a...
Import ABC from collections.abc instead of collections for Python <I> compatibility.
marshmallow-code_webargs
train
1f0177c8274ab119a151989123f0d0a4596c0053
diff --git a/commitizen/commands/check.py b/commitizen/commands/check.py index <HASH>..<HASH> 100644 --- a/commitizen/commands/check.py +++ b/commitizen/commands/check.py @@ -89,7 +89,7 @@ class Check: with open(self.commit_msg_file, "r", encoding="utf-8") as commit_file: msg = commit_file...
fix(Check): process empty commit message `elif self.commit_msg` will be skipped if the commit message is empty string, but this should be handled.
Woile_commitizen
train
2c345d4207096b0e41f89ff07ecadeb4aa6b6979
diff --git a/Collection.php b/Collection.php index <HASH>..<HASH> 100755 --- a/Collection.php +++ b/Collection.php @@ -188,7 +188,7 @@ class Collection implements ArrayAccess, ArrayableInterface, Countable, Iterator */ public function map(Closure $callback) { - return new static(array_map($callback, $this->i...
pass keys to the map method on the Collection.
illuminate_support
train
8aae3421d41f379a4b8fc082d3b3d5c304353fff
diff --git a/fulltext/util.py b/fulltext/util.py index <HASH>..<HASH> 100644 --- a/fulltext/util.py +++ b/fulltext/util.py @@ -141,7 +141,7 @@ def is_windows64(): """ Determine if platform is 64 bit Windows. """ - return is_windows() and 'PROGRAMFILES(X86)' in os.environ + return is_windows() and s...
do not support python <I> bit explicitly
btimby_fulltext
train
fe8c897d775d8be5e3e7b51fef73c0745a0196f8
diff --git a/nsq/Reader.py b/nsq/Reader.py index <HASH>..<HASH> 100644 --- a/nsq/Reader.py +++ b/nsq/Reader.py @@ -380,7 +380,7 @@ class Reader(object): try: data = json.loads(data) - except json.JSONDecodeError: + except ValueError: logging.warning("[%s] faile...
fix JSONDecodeError, it is only existed in simplejson
nsqio_pynsq
train
684dba96ff8f7f005928fb26da5b64d67a1b862a
diff --git a/lib/api_auth/request_drivers/rest_client.rb b/lib/api_auth/request_drivers/rest_client.rb index <HASH>..<HASH> 100644 --- a/lib/api_auth/request_drivers/rest_client.rb +++ b/lib/api_auth/request_drivers/rest_client.rb @@ -24,7 +24,7 @@ module ApiAuth def calculated_md5 if @request.payload...
So apparently I didn't read the api. Now api auth doesn't destroy restclient requests.
mgomes_api_auth
train
4a4c1ed29051b69f540741a8f3846ff0e290bd79
diff --git a/aioredis/client.py b/aioredis/client.py index <HASH>..<HASH> 100644 --- a/aioredis/client.py +++ b/aioredis/client.py @@ -1278,16 +1278,16 @@ class Redis: pieces.append(b"-@%s" % category[1:]) else: raise DataError( - 'Catego...
Use f-strings for performance
aio-libs_aioredis
train
feda399843db36bd50056ee5ce2ae7e38346e6ed
diff --git a/memberlist.go b/memberlist.go index <HASH>..<HASH> 100644 --- a/memberlist.go +++ b/memberlist.go @@ -105,24 +105,24 @@ type Memberlist struct { func DefaultConfig() *Config { hostname, _ := os.Hostname() return &Config{ - hostname, - "0.0.0.0", - 7946, - 7946, - 10 * time.Second, // Timeout...
Good form to use keys with big structs
hashicorp_memberlist
train
21d920ed2dfbb3f35072c265638e8c72c0c1476f
diff --git a/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js b/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/plugin-meetings/src/locus-info/selfUtils.js +++ b/packages/node_modules/@webex/plugin-meetings/s...
fix(meetings): mutedByOthers empty param If "mute on join" is set, there will be no "oldSelf" object to compare against.
webex_spark-js-sdk
train
a56e35ad0a2f534f9d7f4138bffbfe91bf31e244
diff --git a/stdlib/sql.go b/stdlib/sql.go index <HASH>..<HASH> 100644 --- a/stdlib/sql.go +++ b/stdlib/sql.go @@ -73,6 +73,7 @@ func init() { databaseSqlOids[pgx.Float8Oid] = true databaseSqlOids[pgx.DateOid] = true databaseSqlOids[pgx.TimestampTzOid] = true + databaseSqlOids[pgx.TimestampOid] = true } type ...
Support decoding of TimestampOid in stdlib driver
jackc_pgx
train
84a059d7e3a83fa754c9b69be0c2ed591de68b55
diff --git a/index.js b/index.js index <HASH>..<HASH> 100755 --- a/index.js +++ b/index.js @@ -19,8 +19,8 @@ var Sharp = function(input) { interpolator: 'bilinear', progressive: false, sequentialRead: false, - quality: 80, - compressionLevel: 6, + quality: 80, + compressionLevel: 6, output: ...
Rotate should throw Error, not String. Minor JSLint and whitespace fixes.
lovell_sharp
train
f3018776b8d0ae1f4746aaf3a664271b40b1eddc
diff --git a/mithril.js b/mithril.js index <HASH>..<HASH> 100644 --- a/mithril.js +++ b/mithril.js @@ -194,7 +194,7 @@ Mithril = m = new function app(window, undefined) { clear(cached.nodes) if (cached.configContext && isFn(cached.configContext.onunload)) cached.configContext.onunload() } - if (typeof d...
Check for weird edge-case & tests
MithrilJS_mithril.js
train
91a2493a7adee77b5ffc1163a5948f5c95cfd240
diff --git a/packages/lib/examples/complex/index.js b/packages/lib/examples/complex/index.js index <HASH>..<HASH> 100644 --- a/packages/lib/examples/complex/index.js +++ b/packages/lib/examples/complex/index.js @@ -21,7 +21,7 @@ async function setupApp(txParams) { // On-chain, single entry point of the entire applic...
Update complex example to latest lib changes
zeppelinos_zos
train
c4c54b5299d4fafebc1ad817de54749feb2fc977
diff --git a/mutable_tree.go b/mutable_tree.go index <HASH>..<HASH> 100644 --- a/mutable_tree.go +++ b/mutable_tree.go @@ -323,7 +323,11 @@ func (tree *MutableTree) LazyLoadVersion(targetVersion int64) (int64, error) { iTree := &ImmutableTree{ ndb: tree.ndb, version: targetVersion, - root: tree.ndb.GetN...
fix: make LazyLoadVersion possible to load empty root
tendermint_iavl
train
16e8eb45cd93d9f0e0ab037ee0560794552b6d0d
diff --git a/lib/Unexpected.js b/lib/Unexpected.js index <HASH>..<HASH> 100644 --- a/lib/Unexpected.js +++ b/lib/Unexpected.js @@ -488,8 +488,6 @@ Unexpected.prototype.fail = function (arg) { var value = arg[key]; if (key === 'diff') { error.createDiff = value; - } ...
Store a reference to the original error instead of just the stack.
unexpectedjs_unexpected
train
9d857c0408b2701b0973459e112139cecf292ba6
diff --git a/mbed/mbed.py b/mbed/mbed.py index <HASH>..<HASH> 100755 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -2435,15 +2435,14 @@ def status_(ignore=False): # Helper function for compile subcommand def _safe_append_profile_to_build_path(build_path, profile): - append_str = 'DEFAULT' - if profile: - ...
Append profile name to default build dir with underscores, not as subdir. Also, no append for default profile, since CI tools are sensitive to build dir, but all use default profile, so this preserves the prior behavior for them.
ARMmbed_mbed-cli
train
53d6d0fe2be2c9529eb6ae26cef867a977837435
diff --git a/src/Hprose/Writer.php b/src/Hprose/Writer.php index <HASH>..<HASH> 100644 --- a/src/Hprose/Writer.php +++ b/src/Hprose/Writer.php @@ -380,7 +380,7 @@ namespace Hprose { $name = $prop->getName(); $fl = ord($name[0]); if ($fl >= ord('A') && $fl <= ord('Z')) ...
Fixed the bug of serializing the properties with the name of beginning of a capital letter.
hprose_hprose-php
train
329928b288f45a1afca40bd17b1fff9a97e141eb
diff --git a/src/ibmiotf/__init__.py b/src/ibmiotf/__init__.py index <HASH>..<HASH> 100644 --- a/src/ibmiotf/__init__.py +++ b/src/ibmiotf/__init__.py @@ -29,7 +29,7 @@ from datetime import datetime from pkg_resources import get_distribution from encodings.base64_codec import base64_encode -__version__ = "0.2.0" +_...
Version incorrectly bumped in last commit
ibm-watson-iot_iot-python
train
99378472b32878bec7f08bd35f6da30f409a737c
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changes +## 7.1.2 (2018-05-22) +- do NOT log `Authorization: Basic` request header + ## 7.1.1 (2018-05-22) - include a very simple `psr/log` logger `ErrorLogger` - mention `psr/log` support in the ...
do NOT log `Authorization: Basic` request header
fkooman_php-oauth2-client
train
c300789daa20b0092e4be6d326aa8cf2b7a3c199
diff --git a/src/it/unitn/disi/smatch/matchers/structure/tree/spsm/ted/data/impl/CTXMLTreeAccessor.java b/src/it/unitn/disi/smatch/matchers/structure/tree/spsm/ted/data/impl/CTXMLTreeAccessor.java index <HASH>..<HASH> 100644 --- a/src/it/unitn/disi/smatch/matchers/structure/tree/spsm/ted/data/impl/CTXMLTreeAccessor.jav...
still to be understand the work of Mikalai
opendatatrentino_s-match
train
f84a4885ab4a3c30d4836d82937c7867d0b325ad
diff --git a/numina/array/stats.py b/numina/array/stats.py index <HASH>..<HASH> 100644 --- a/numina/array/stats.py +++ b/numina/array/stats.py @@ -20,6 +20,7 @@ from __future__ import division from __future__ import print_function +import numpy import numpy as np @@ -42,16 +43,11 @@ def robust_std(x, debug=Fal...
Make robust_std work with n-dimensional arrays
guaix-ucm_numina
train
b1b727bb345a256a1edd2ca47edb23a7bfc74739
diff --git a/php_fpm/test_php_fpm.py b/php_fpm/test_php_fpm.py index <HASH>..<HASH> 100644 --- a/php_fpm/test_php_fpm.py +++ b/php_fpm/test_php_fpm.py @@ -101,6 +101,7 @@ class PHPFPMCheckTest(AgentCheckTest): self.assertServiceCheck('php_fpm.can_ping', status=AgentCheck.OK, ...
[phpfpm][test] fixing test.
DataDog_integrations-core
train
94d0ced90193cd957ef0dcdafae2509100433e91
diff --git a/dpark/rdd.py b/dpark/rdd.py index <HASH>..<HASH> 100644 --- a/dpark/rdd.py +++ b/dpark/rdd.py @@ -151,7 +151,7 @@ class RDD(object): return self.mapPartitions(lambda it: sorted(it, key=key, reverse=reverse)) if numSplits is None: numSplits = min(self.ctx.defaultMinSplits,...
Bugfix: Sampling error in `RDD.sort`. If the length of rdd is big than `numSplits * <I>`, the sample keys will be an empty list, so there will be only one bin.
douban_dpark
train
3a44f2a68a9925eb843dc60e734f450b7c49ee75
diff --git a/core-bundle/src/Resources/contao/library/Contao/DcaExtractor.php b/core-bundle/src/Resources/contao/library/Contao/DcaExtractor.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/library/Contao/DcaExtractor.php +++ b/core-bundle/src/Resources/contao/library/Contao/DcaExtractor.php @@ -3...
[Core] fix handling of legacy database.sql multicolumn keys in dca extractor
contao_contao
train
56f7acad7609152a90effee872aae60b5aae6b41
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ This project adheres to [Semantic Versioning](https://semver.org). * ``ID3v2GeneralEncapsulatedObject``. * ``ID3v2PrivateInfo``. * ``ID3v2UserURLLink``. +* ``ID3v2UserText``. ### Changed ...
Rework ID3v2 user text frame abstractions [#<I>] * Add ``ID3v2UserText`` class. * Change ``ID3v2UserTextFrame`` to have only value attribute. that contains a single user text object. * Change ``ID3v2Frames`` to present a list of user text objects for ``TXXX`` key.
thebigmunch_audio-metadata
train
b9166512f18155e77ad468e3693d16fae7461a89
diff --git a/lib/chiketto/user.rb b/lib/chiketto/user.rb index <HASH>..<HASH> 100644 --- a/lib/chiketto/user.rb +++ b/lib/chiketto/user.rb @@ -16,5 +16,16 @@ module Chiketto def emails @emails.map { |email| Chiketto::Email.new email } end + + def events(params = {}) + events = Chiketto::User.fi...
Add #events method onto User to return all owned events
chrisradford_chiketto
train
6e56ad2040b20b5a3b62e0f16ae72be7743d667e
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -1718,6 +1718,11 @@ class Cmd(cmd.Cmd): try: # Get sigint protection while we set up redirection with self.sigint_protection: + if self._in_py: ...
Pyscript now saves command output during the same period that redirection does
python-cmd2_cmd2
train
67d90150302114a9d0c41a42f35aa1feb84b4f94
diff --git a/Model/Service/ApiHandlerService.php b/Model/Service/ApiHandlerService.php index <HASH>..<HASH> 100644 --- a/Model/Service/ApiHandlerService.php +++ b/Model/Service/ApiHandlerService.php @@ -180,19 +180,19 @@ class ApiHandlerService // Get the billing address $billingAddress = $ent...
Implemented the API Handler billing address logic
checkout_checkout-magento2-plugin
train
8ba0615cc781e40391b946dea8c80abd096788f7
diff --git a/tasks/download.js b/tasks/download.js index <HASH>..<HASH> 100644 --- a/tasks/download.js +++ b/tasks/download.js @@ -112,7 +112,7 @@ module.exports = function(grunt) { * Deletes the downloaded zip & temporary directory. */ var cleanUp = function () { - fs.rmdir(opti...
Fix issue with deleting non-empty temp directory
moov2_grunt-orchard-development
train
b2111b9306e75623eebe607bf8decc571b683a6f
diff --git a/examples/wordcount/index.js b/examples/wordcount/index.js index <HASH>..<HASH> 100644 --- a/examples/wordcount/index.js +++ b/examples/wordcount/index.js @@ -27,7 +27,7 @@ app.get('/doWordCount', function (req, res) { if (err) { res.status(500).send({error: err.msg}); } else { - res.j...
Update dependencies to latest version, also make sure we always output an visible error if we can't connect to jupyter
EclairJS_eclairjs
train
d45e0f444dfcd600ba0d73e4d8431d8bbf9c098c
diff --git a/features/step_definitions/renalware/peritonitis_episodes_steps.rb b/features/step_definitions/renalware/peritonitis_episodes_steps.rb index <HASH>..<HASH> 100644 --- a/features/step_definitions/renalware/peritonitis_episodes_steps.rb +++ b/features/step_definitions/renalware/peritonitis_episodes_steps.rb @...
Implement step for terminating an organism associated with an episode
airslie_renalware-core
train
349e4a614f571aa79a266acf4d283d07daa67522
diff --git a/addon/models/user.js b/addon/models/user.js index <HASH>..<HASH> 100644 --- a/addon/models/user.js +++ b/addon/models/user.js @@ -39,5 +39,15 @@ export default OsfModel.extend({ // Calculated fields profileURL: Ember.computed.alias('links.html'), - profileImage: Ember.computed.alias('links.p...
add computed field to user model; add tests
CenterForOpenScience_ember-osf
train
c4226167d53d1955a286256283debcac3d43fd29
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: - zencodable (0.1.2) + zencodable (0.1.3) aws-s3 rails (~> 3.1.0) typhoeus diff --git a/lib/generators/zencodable/templates/zencodable_add_tr...
add important zencoder_job_id column to migration
sbeam_zencodable
train
52e251db17fed1326114e904048c645802f01b6c
diff --git a/torext/handlers/base.py b/torext/handlers/base.py index <HASH>..<HASH> 100644 --- a/torext/handlers/base.py +++ b/torext/handlers/base.py @@ -181,9 +181,9 @@ class BaseHandler(tornado.web.RequestHandler): chunk could be any type of (str, dict, list) """ assert chunk is not None, ...
fix json header unset in write_json when chunk is str
reorx_torext
train
69e4dc7c9f3515b908a445be5dd102e1eb7dd9a1
diff --git a/cellbase-build/src/main/java/org/opencb/cellbase/build/transform/VariationParser.java b/cellbase-build/src/main/java/org/opencb/cellbase/build/transform/VariationParser.java index <HASH>..<HASH> 100644 --- a/cellbase-build/src/main/java/org/opencb/cellbase/build/transform/VariationParser.java +++ b/cellbas...
Fixed bug in Variation Parser: when variation has only one consequence type that is 'intergenic_variant' displayConsequenceType is not set
opencb_cellbase
train
463eb0eac711629c3d83e51ff3a222dac8f956c2
diff --git a/lib/plugin/components/services/storage/Memory-model.js b/lib/plugin/components/services/storage/Memory-model.js index <HASH>..<HASH> 100644 --- a/lib/plugin/components/services/storage/Memory-model.js +++ b/lib/plugin/components/services/storage/Memory-model.js @@ -138,7 +138,7 @@ class MemoryModel { ...
added 'like' comparator for the where clause so we can find date times on a date for max capacity checking
wmfs_tymly-core
train
cdfb510e0225c53f773cd85a2dfee803a5926b94
diff --git a/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java b/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java index <HASH>..<HASH> 100644 --- a/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java +++ b/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.ja...
#<I> - Allow special chars is pipeline label format. Use parts of the regex from the XSD, when replacing the variables in the label, so that special characters can be used.
gocd_gocd
train
feeaac41b60172495adb7d60779ff0f1330dfa6f
diff --git a/lib/formatters/codeclimate.js b/lib/formatters/codeclimate.js index <HASH>..<HASH> 100644 --- a/lib/formatters/codeclimate.js +++ b/lib/formatters/codeclimate.js @@ -17,6 +17,7 @@ module.exports = function (err, data) { check_name: 'Vulnerable module "' + data[i].module + '" identified', desc...
Add Remediation Points to issues
nodesecurity_nsp
train
fd0797d766b1933ade4b9f6c12c341ddc9c9f95f
diff --git a/test/cri-containerd/main.go b/test/cri-containerd/main.go index <HASH>..<HASH> 100644 --- a/test/cri-containerd/main.go +++ b/test/cri-containerd/main.go @@ -37,6 +37,8 @@ const ( imageLcowAlpine = "docker.io/library/alpine:latest" imageLcowCosmos = "cosmosarno/spark...
Test for starting/stopping container and reusing pod * The test case covers starting and stopping two containers in the same pod.
Microsoft_hcsshim
train
dc6f115383c4bdc0b7867062dc91191834a41df3
diff --git a/test/helpers/bitcoin.rb b/test/helpers/bitcoin.rb index <HASH>..<HASH> 100644 --- a/test/helpers/bitcoin.rb +++ b/test/helpers/bitcoin.rb @@ -8,7 +8,7 @@ module BitVaultTests def keypair @keypair ||= begin - key = Bitcoin::Key.new + key = ::Bitcoin::Key.new key.generate...
fixed constant resolution problem in test helper
GemHQ_round-rb
train
95db2bb6025918cfa24308c39dbc92326da436f9
diff --git a/gami.go b/gami.go index <HASH>..<HASH> 100644 --- a/gami.go +++ b/gami.go @@ -6,6 +6,8 @@ import ( "errors" "net/textproto" "strings" + "net" + "time" ) var errInvalidLogin error = errors.New("InvalidLogin AMI Interface") @@ -14,10 +16,22 @@ var errNotAMI error = errors.New("Server not AMI interf...
client have ReadTimeout for closing connection, and chan Error for parsing errors raise on network connections
bit4bit_gami
train
ba1ee6855d904aaf734ab9804da91acceadd7a28
diff --git a/daemon/endpoint.go b/daemon/endpoint.go index <HASH>..<HASH> 100644 --- a/daemon/endpoint.go +++ b/daemon/endpoint.go @@ -276,15 +276,10 @@ func (h *putEndpointID) Handle(params PutEndpointIDParams) middleware.Responder if err := e.RLockAlive(); err != nil { return api.Error(PutEndpointIDFailed...
daemon: Remove the explicit state check in sync endpoint create The recently added call to e.RLockAlive was already checking whether the endpoint is disconnecting. Remove the explicit state check, which was now dead code.
cilium_cilium
train
5544b922ba2aad38b2bd0c35d6d5de494146918b
diff --git a/src/client/pps.go b/src/client/pps.go index <HASH>..<HASH> 100644 --- a/src/client/pps.go +++ b/src/client/pps.go @@ -553,6 +553,20 @@ func (c APIClient) ListPipeline() ([]*pps.PipelineInfo, error) { return pipelineInfos.PipelineInfo, nil } +// ListPipelineHistory returns historical information about ...
Adds implementation of history flag for pipelines.
pachyderm_pachyderm
train
472ed2ee9a2205872732a0f31462eb8036f66d5c
diff --git a/tests/unit/auth/test_ldap.py b/tests/unit/auth/test_ldap.py index <HASH>..<HASH> 100644 --- a/tests/unit/auth/test_ldap.py +++ b/tests/unit/auth/test_ldap.py @@ -12,24 +12,27 @@ from tests.support.mock import MagicMock, patch, NO_MOCK, NO_MOCK_REASON from tests.support.unit import skipIf, TestCase -cl...
fix class for pylint
saltstack_salt
train
5062c0ce96f23b771354459ef3fae6a7a5cdbaab
diff --git a/lib/Server.js b/lib/Server.js index <HASH>..<HASH> 100644 --- a/lib/Server.js +++ b/lib/Server.js @@ -69,8 +69,11 @@ class Server extends EventEmitter { } close (cb) { - debug('Server: closing socket.') + debug('Server: closing sockets...') cb = cb || noop + for (var c in this._client...
destroy all the clients sockets and use unref() to avoid hanging
roccomuso_netcat
train
215a878316e5bb81e68185dfc01e399a19fc224f
diff --git a/lewis/core/utils.py b/lewis/core/utils.py index <HASH>..<HASH> 100644 --- a/lewis/core/utils.py +++ b/lewis/core/utils.py @@ -374,6 +374,6 @@ def is_compatible_with_framework(version): if version is None: return None - lewis_version = Version(__version__) + lewis_version = Version.coe...
Coerce versions so that 1.X matches 1.X<I>
DMSC-Instrument-Data_lewis
train
f6d64920f4c85c6244af412810ab243c5c4ba954
diff --git a/upload/admin/model/openbay/version.php b/upload/admin/model/openbay/version.php index <HASH>..<HASH> 100644 --- a/upload/admin/model/openbay/version.php +++ b/upload/admin/model/openbay/version.php @@ -1,6 +1,6 @@ <?php class ModelOpenbayVersion extends Model { public function version() { - return (in...
<I> release. non-beta
opencart_opencart
train
8ac8129fe708532f10fbe7cde1c7af04da5682c8
diff --git a/lib/devise/models/database_authenticatable.rb b/lib/devise/models/database_authenticatable.rb index <HASH>..<HASH> 100644 --- a/lib/devise/models/database_authenticatable.rb +++ b/lib/devise/models/database_authenticatable.rb @@ -31,7 +31,7 @@ module Devise extend self def required_fiel...
Added required_fields to database_authenticatable
plataformatec_devise
train
60ad25d6b76b33fd450e37252f4126f7dff4e42b
diff --git a/src/Crawler.php b/src/Crawler.php index <HASH>..<HASH> 100644 --- a/src/Crawler.php +++ b/src/Crawler.php @@ -56,7 +56,7 @@ class Crawler /** @var \Tree\Node\Node */ protected $depthTree; - /** @var boolean */ + /** @var bool */ protected $executeJavaScript = false; /** @var B...
Apply fixes from StyleCI (#<I>)
spatie_crawler
train
75af4bffc73b684e36dd14eff49ccfd836a2e511
diff --git a/lib/solargraph/api_map.rb b/lib/solargraph/api_map.rb index <HASH>..<HASH> 100755 --- a/lib/solargraph/api_map.rb +++ b/lib/solargraph/api_map.rb @@ -544,7 +544,9 @@ module Solargraph if n.kind_of?(AST::Node) if n.type == :class and !n.children[1].nil? s = unpack_na...
Get superclass instance methods from ApiMap.
castwide_solargraph
train
c191cf3d201e93489f182c2a24b23ed25b319680
diff --git a/platform/pure/backend.js b/platform/pure/backend.js index <HASH>..<HASH> 100644 --- a/platform/pure/backend.js +++ b/platform/pure/backend.js @@ -22,11 +22,32 @@ var registerGenericListener = function(target) { ) } +var updatedItems = new Set() +var rootItem = null + +var PureText = function(data) { +...
added PureText and PureImage classes
pureqml_qmlcore
train
97cea2188a6a2af8dd10e3208111b3d1b9699331
diff --git a/Tests/ConnectionFactoryTest.php b/Tests/ConnectionFactoryTest.php index <HASH>..<HASH> 100644 --- a/Tests/ConnectionFactoryTest.php +++ b/Tests/ConnectionFactoryTest.php @@ -145,6 +145,7 @@ class FakeDriver implements Driver * @psalm-suppress InvalidReturnStatement * @psalm-suppress InvalidRetu...
Suppress `InvalidClass: Class, interface or enum Doctrine\DBAL\Platforms\MySQLPlatform has wrong casing`
doctrine_DoctrineBundle
train
a18282ec872bba70578ecdf852b61c591ce72955
diff --git a/user/class.userabstract.php b/user/class.userabstract.php index <HASH>..<HASH> 100644 --- a/user/class.userabstract.php +++ b/user/class.userabstract.php @@ -3,7 +3,7 @@ * abstract base class for for admins and members * * @author Gregor Kofler - * @version 0.5.3 2012-04-14 + * @version 0.5.5 2012-0...
Allows forced notification, which ignores user preference and admin group assignment. Change-Id: Ieea<I>c9b2a<I>ad<I>a2bdb1d<I>c<I>
Vectrex_vxPHP
train
d873ad610e2217dca23ab07320f50d2ecc348f2a
diff --git a/src/Engine/Solr/SolrComparisonFormatter.php b/src/Engine/Solr/SolrComparisonFormatter.php index <HASH>..<HASH> 100644 --- a/src/Engine/Solr/SolrComparisonFormatter.php +++ b/src/Engine/Solr/SolrComparisonFormatter.php @@ -30,6 +30,8 @@ class SolrComparisonFormatter implements ComparisonFormatterInterface ...
<I> - Added logic for less than or equal operation.
g4code_data-mapper
train
a266446746c49f55c3447c467f053f88c2059c66
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index <HASH>..<HASH> 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -3246,6 +3246,12 @@ class Cmd(cmd.Cmd): """ expanded_filename = os.path.expanduser(filename) + if not expanded_filename.endswith('.py'): + s...
Print warning if a user tries to run something other than a *.py file with run_pyscript and ask them if they want to continue
python-cmd2_cmd2
train
11f4411c5f5d53d95a7ec00b623dbdc41e1bc924
diff --git a/lib/chef/provider/package/paludis.rb b/lib/chef/provider/package/paludis.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/package/paludis.rb +++ b/lib/chef/provider/package/paludis.rb @@ -39,6 +39,8 @@ class Chef shell_out!("cave -L warning print-ids -m \"#{package}\" -f \"%c/%p %v %r\n\...
fix detection of accounts and installed-accounts packages
chef_chef
train
54c2b6060e65be850735ef93e673978dfb7be75e
diff --git a/kernel/workflow/workflowlist.php b/kernel/workflow/workflowlist.php index <HASH>..<HASH> 100644 --- a/kernel/workflow/workflowlist.php +++ b/kernel/workflow/workflowlist.php @@ -118,8 +118,6 @@ foreach( $tempworkflow_list as $tmpWorkflow ) { foreach ( $templist_in_group as $tmpInGroup ) { - ...
Fixed #<I>: Wrong logic to fetch temporary workflows in workflowlist view
ezsystems_ezpublish-legacy
train
fb59d5352a069be7c8d56a1b003786cb5ad038fa
diff --git a/mod/assign/submission/onlinetext/locallib.php b/mod/assign/submission/onlinetext/locallib.php index <HASH>..<HASH> 100644 --- a/mod/assign/submission/onlinetext/locallib.php +++ b/mod/assign/submission/onlinetext/locallib.php @@ -139,10 +139,6 @@ class assign_submission_onlinetext extends assign_submission...
MDL-<I> mod_assign: Removed wrongly used format_text call in online text submission.
moodle_moodle
train
6d29905cdf1762d15d1829f2cbc40dacb6b16d02
diff --git a/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/BasicPublisher.java b/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/BasicPublisher.java index <HASH>..<HASH> 100644 --- a/aeron-samples/src/main/java/uk/co/real_logic/aeron/samples/BasicPublisher.java +++ b/aeron-samples/src/main/java/...
Adding new simple publisher and subscriber
real-logic_aeron
train
6410b404b3313e7e90f1ca4663e38ed5db0613f2
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -876,9 +876,6 @@ class Minion(MinionBase): errors = functions['_errors'] functions.pop('_errors') - functions.clear() - returners.clear() - # we're don...
We aren't doing singleton module loaders, lets not clear what we just made
saltstack_salt
train
c1412f3d5383725a0940d7b3d7d552ecd77bf4d7
diff --git a/clair/vulns.go b/clair/vulns.go index <HASH>..<HASH> 100644 --- a/clair/vulns.go +++ b/clair/vulns.go @@ -1,6 +1,7 @@ package clair import ( + "encoding/base64" "fmt" "strings" "time" @@ -88,19 +89,32 @@ func (c *Clair) NewClairLayer(r *registry.Registry, image string, fsLayers []sch // form th...
fix basic auth with clair closes #<I>
genuinetools_reg
train
43bd99528d7f44d4ba834a1cca9ac2ebd12dc21c
diff --git a/install/lang/fi_utf8/installer.php b/install/lang/fi_utf8/installer.php index <HASH>..<HASH> 100644 --- a/install/lang/fi_utf8/installer.php +++ b/install/lang/fi_utf8/installer.php @@ -125,7 +125,7 @@ $string['gdversion'] = 'GD versio'; $string['gdversionerror'] = 'GD kirjaston pitäisi olla päällä, että ...
Automatic installer.php lang files by installer_builder (<I>)
moodle_moodle
train
e77ec8dabbdf2e01c42207a783927d58e077f6a7
diff --git a/src/main/java/com/sonoport/freesound/query/sound/UploadSound.java b/src/main/java/com/sonoport/freesound/query/sound/UploadSound.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/sonoport/freesound/query/sound/UploadSound.java +++ b/src/main/java/com/sonoport/freesound/query/sound/UploadSound.java @...
Added option to add a single tag [Issue #9]
Sonoport_freesound-java
train
aa05642e7c0c6e17c83cf949e8a5c6f132dcdfe6
diff --git a/lib/apiMethods.js b/lib/apiMethods.js index <HASH>..<HASH> 100644 --- a/lib/apiMethods.js +++ b/lib/apiMethods.js @@ -17,6 +17,7 @@ module.exports = { "preauthorization_create" : [ "/${apiVersion}/${clientId}/preauthorizations/card/direct", "POST" ], "preauthorization_get" : [ "/${apiVersion}/${clien...
Implemented Get PreAuthorizations for a User.
Mangopay_mangopay2-nodejs-sdk
train
37d5dd6530857a1abc1db50a48ba22c3459826a1
diff --git a/reflect.go b/reflect.go index <HASH>..<HASH> 100644 --- a/reflect.go +++ b/reflect.go @@ -1023,6 +1023,8 @@ func isEmpty(rt reflect.Type, rv reflect.Value, opts Options) bool { } return false } else { + // TODO: A faster alternative might be to call writeReflectJSON + // onto a buffer and check i...
isEmpty note from review
tendermint_go-amino
train
bf55324eb0032f2fa1cd87d873d72e9bb9525500
diff --git a/lib/mongoid/criteria.rb b/lib/mongoid/criteria.rb index <HASH>..<HASH> 100644 --- a/lib/mongoid/criteria.rb +++ b/lib/mongoid/criteria.rb @@ -10,16 +10,16 @@ module Mongoid #:nodoc: @selector, @options = {}, {} end - # Specify what fields to be returned from the database. - # Similar to...
Make sure alphabetical in spec and class
mongodb_mongoid
train
816ba289e57a95e64c294badacedd378d44cd1b8
diff --git a/lib/plugins/create/tests/create.js b/lib/plugins/create/tests/create.js index <HASH>..<HASH> 100644 --- a/lib/plugins/create/tests/create.js +++ b/lib/plugins/create/tests/create.js @@ -42,6 +42,23 @@ describe('Create', () => { expect(() => create.create()).to.throw(Error); }); + it('shoul...
Add failing test for name option in create
serverless_serverless
train
793348a47cb7fd85cd2aa0a229c43835800f6845
diff --git a/tests/test_optimize.py b/tests/test_optimize.py index <HASH>..<HASH> 100644 --- a/tests/test_optimize.py +++ b/tests/test_optimize.py @@ -55,6 +55,7 @@ def test_mono_not_inverted(resources, outdir): assert im.getpixel((0, 0)) == 255, "Expected white background" +@pytest.mark.skipif(not pngquant.av...
tests: mark test as requiring pngquant
jbarlow83_OCRmyPDF
train
b6bb77b7560400a027f5cd2d1b370ab46c989b9c
diff --git a/lib/Doctrine/Common/Annotations/DocLexer.php b/lib/Doctrine/Common/Annotations/DocLexer.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/Common/Annotations/DocLexer.php +++ b/lib/Doctrine/Common/Annotations/DocLexer.php @@ -79,6 +79,17 @@ final class DocLexer extends AbstractLexer ]; /** + ...
`DocLexer#nextTokenIsAdjacent()`: are there are non-captured sequences between tokens?
doctrine_annotations
train
669c3175570fd25e6d0ed6a18d5114c33809e71c
diff --git a/telemetry/telemetry/core/backends/chrome/chrome_trace_result.py b/telemetry/telemetry/core/backends/chrome/chrome_trace_result.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/core/backends/chrome/chrome_trace_result.py +++ b/telemetry/telemetry/core/backends/chrome/chrome_trace_result.py @@ -21,6 ...
Make timeline model able to return browser process When parsing tracing data into timeline model, also find the browser process and save it into timeline model. This is to support querying async slices starting in browser process. BUG=<I> TEST=Run telemetry smoothness test and make sure input latency trace can b...
catapult-project_catapult
train
e04b51ec85631eaa4a6ebc217f2caf4a01599788
diff --git a/aesh/src/main/java/org/aesh/readline/ShellImpl.java b/aesh/src/main/java/org/aesh/readline/ShellImpl.java index <HASH>..<HASH> 100644 --- a/aesh/src/main/java/org/aesh/readline/ShellImpl.java +++ b/aesh/src/main/java/org/aesh/readline/ShellImpl.java @@ -115,6 +115,8 @@ class ShellImpl implements Shell { ...
Fix for AESH-<I>
aeshell_aesh
train