hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
58506df70429b4a15b4f63cdc0950eddadd557ba
diff --git a/workbench/clients/workbench_shell.py b/workbench/clients/workbench_shell.py index <HASH>..<HASH> 100644 --- a/workbench/clients/workbench_shell.py +++ b/workbench/clients/workbench_shell.py @@ -50,20 +50,50 @@ class AutoQuoteTransformer(IPython.core.prefilter.PrefilterTransformer): def transform(self,...
working on the shortcut logic; this will be an ongoing process but this logic seems one better than old; Issue #<I>
SuperCowPowers_workbench
train
b8bcee3f73b598db48fc534b5c57a956219a25ec
diff --git a/generators/generator-base.js b/generators/generator-base.js index <HASH>..<HASH> 100644 --- a/generators/generator-base.js +++ b/generators/generator-base.js @@ -1215,7 +1215,9 @@ Generator.prototype.getAngularAppName = function () { * get the java main class name. */ Generator.prototype.getMainClassN...
Revert mainClassName to be 'Application' This fixes the problem where baseName can create class names that have invalid Java syntax.
jhipster_generator-jhipster
train
81ab2bb02026d4b46b22aac4c983453fc64d275f
diff --git a/src/ai/backend/client/scaling_group.py b/src/ai/backend/client/scaling_group.py index <HASH>..<HASH> 100644 --- a/src/ai/backend/client/scaling_group.py +++ b/src/ai/backend/client/scaling_group.py @@ -200,7 +200,7 @@ class ScalingGroup: @api_function @classmethod - async def associate_domai...
Add total_resource_slots fields in associating sgroup
lablup_backend.ai-client-py
train
a00bf3e1e17bab4338889628809a49c7b930866c
diff --git a/browser/default_app/main.js b/browser/default_app/main.js index <HASH>..<HASH> 100644 --- a/browser/default_app/main.js +++ b/browser/default_app/main.js @@ -9,6 +9,7 @@ if (argv._.length > 0) { require(path.resolve(argv._[0])); } catch(e) { if (e.code == 'MODULE_NOT_FOUND') { + console.e...
Print stack when got error on startup.
electron_electron
train
689f01c533ce09e5094e90df0c9cac82089cf7a1
diff --git a/master/contrib/github_buildbot.py b/master/contrib/github_buildbot.py index <HASH>..<HASH> 100755 --- a/master/contrib/github_buildbot.py +++ b/master/contrib/github_buildbot.py @@ -19,7 +19,7 @@ import os import sys import traceback from hashlib import sha1 -from httplib import BAD_REQUEST +from httpli...
fix exception logging and respond to the request with the error
buildbot_buildbot
train
2c4cdb2ab18ebc8a4e07649106ec7abb8c105e71
diff --git a/utility/metadata-schema-to-js-doc/inject-schema.js b/utility/metadata-schema-to-js-doc/inject-schema.js index <HASH>..<HASH> 100644 --- a/utility/metadata-schema-to-js-doc/inject-schema.js +++ b/utility/metadata-schema-to-js-doc/inject-schema.js @@ -161,11 +161,12 @@ function addGeneratedComment(options, c...
code to walk the nodes and set the comments based on the root comments.
eXigentCoder_swagger-spec-express
train
622f410d94b1fd80c27fb7c751cea164318e2ec9
diff --git a/slurmpy/slurmpy.py b/slurmpy/slurmpy.py index <HASH>..<HASH> 100755 --- a/slurmpy/slurmpy.py +++ b/slurmpy/slurmpy.py @@ -10,11 +10,29 @@ r""" <BLANKLINE> #SBATCH --account=ucgd-kp #SBATCH --partition=ucgd-kp +#SBATCH --time=84:00:00 <BLANKLINE> set -eo pipefail -o nounset <BLANKLINE> __script__ +...
name modification 1. bash_strict is a better name. 2. delete lines to make directory "logs". 3. add "#SBATCH --time=<I>:<I>:<I>" in the doctests to pass test.
brentp_slurmpy
train
cbc1cd9ae0f8328dde8b5fb6c2168b78e7ece9e1
diff --git a/examples/tornado_server.py b/examples/tornado_server.py index <HASH>..<HASH> 100755 --- a/examples/tornado_server.py +++ b/examples/tornado_server.py @@ -7,6 +7,8 @@ import tornado.tcpserver from options import get_args from tchannel.messages import CallResponseMessage +from tchannel.messages import Er...
make tornado server pong and respond with error on unknown endpoints
uber_tchannel-python
train
d4d63af2b006967a6b5845c2a88c014005c46e0a
diff --git a/lib/app.js b/lib/app.js index <HASH>..<HASH> 100644 --- a/lib/app.js +++ b/lib/app.js @@ -41,10 +41,13 @@ module.exports = function (config) { } app.use(bodyParser.json({ strict: false })); - app.use(log4js.connectLogger(logger, { - format: ':status :method :url :response-timems', - ...
Option to disable request logging. Because all request details are available via prometheus there is no need to also log all requests. This solves #<I> but we should still replace log4j with something else.
Unleash_unleash
train
a7a18ccbed61f5f620109d7d3828c45cfbce65e9
diff --git a/src/main/java/com/thinkaurelius/titan/diskstorage/berkeleydb/je/BerkeleyJEStorageManager.java b/src/main/java/com/thinkaurelius/titan/diskstorage/berkeleydb/je/BerkeleyJEStorageManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/thinkaurelius/titan/diskstorage/berkeleydb/je/BerkeleyJEStorageMa...
Aborting tx when id block renewal fails
thinkaurelius_titan
train
a6bc3bf786629df1cb3c578a85569d272a39e4ba
diff --git a/src/i18n/ca.js b/src/i18n/ca.js index <HASH>..<HASH> 100644 --- a/src/i18n/ca.js +++ b/src/i18n/ca.js @@ -63,7 +63,7 @@ export default { "loginAtLabel": "Iniciar a %s", "loginLabel": "Iniciar sessió", "loginSubmitLabel": "Iniciar sessió", - "loginWithLabel": "Iniciar ambb %s", + "loginWithLabel"...
Update ca.js (#<I>) "with" translation error --> "amb"
auth0_lock
train
0d7fa83bec36f803e72d611b363fe7d793a2641c
diff --git a/lib/client_side_validations/action_view/form_builder.rb b/lib/client_side_validations/action_view/form_builder.rb index <HASH>..<HASH> 100644 --- a/lib/client_side_validations/action_view/form_builder.rb +++ b/lib/client_side_validations/action_view/form_builder.rb @@ -34,6 +34,13 @@ module ClientSideValid...
Added FormBuilder#validate Inject validators for attributes that are not rendered initially on the form object
DavyJonesLocker_client_side_validations
train
7a5dd25c6e6eef4f1556a57f457b1baf89e4ed5b
diff --git a/test/build_realtest.rb b/test/build_realtest.rb index <HASH>..<HASH> 100644 --- a/test/build_realtest.rb +++ b/test/build_realtest.rb @@ -19,8 +19,8 @@ class TestVeeweeBuild < Test::Unit::TestCase # - postinstall execution def test_box_1_build assert_nothing_raised { - #@box.build({"auto" =...
fix mixed options from symbols to strings for tests
jedi4ever_veewee
train
a9913527ebd74549157512fcd5417f50c4308f1e
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index <HASH>..<HASH> 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -3669,8 +3669,8 @@ class MastodonMalformedEventError(MastodonError): def guess_type(media_file): mime_type = None - if magic: + try: mime_type = magic.from...
Try/catch magic for #<I>.
halcy_Mastodon.py
train
b12a6b86aa3b5d537ff5c0d4b675d8df1a9ce70a
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index <HASH>..<HASH> 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,14 @@ Change Log Unreleased ~~~~~~~~~~ +[0.19.1] - 2017-01-30 +~~~~~~~~~~~~~~~~~~~~~ + +Added +----- + +* Resolved conflicting urls for User API endpoint. + [0.19.0] - 2017-01-30 ~~~~~~~~~~~...
Resolve conflicting urls for User API endpoint.
edx_edx-enterprise
train
d3a3f18fb99df8a343bbac55d966686f97f0fe1c
diff --git a/test/client-test.js b/test/client-test.js index <HASH>..<HASH> 100644 --- a/test/client-test.js +++ b/test/client-test.js @@ -54,20 +54,18 @@ var testData = { } }; -suite.addBatch(modelBatch('client', 'Client', testSchema, testData)); +var mb = modelBatch('client', 'Client', testSchema, testData); ...
Hackaround hard-coded stuff in activityobject
pump-io_pump.io
train
c22d7d2dc64aa4b2f05ed04f5ab1179442e7a8a9
diff --git a/Octo/Pages/Block/Text.php b/Octo/Pages/Block/Text.php index <HASH>..<HASH> 100644 --- a/Octo/Pages/Block/Text.php +++ b/Octo/Pages/Block/Text.php @@ -52,7 +52,7 @@ class Text extends Block if (!empty($content)) { // Replace file blocks - $content = preg_replace_callback('...
fix regex for parsing img with file id
Block8_Octo
train
5d9804d8f5d63cf58268170fb51654326ca8710d
diff --git a/host/scan/scan.py b/host/scan/scan.py index <HASH>..<HASH> 100644 --- a/host/scan/scan.py +++ b/host/scan/scan.py @@ -11,7 +11,7 @@ from analysis.RawDataConverter.data_struct import NameValue from basil.dut import Dut from fei4.register import FEI4Register from fei4.register_utils import FEI4RegisterU...
ENH: abort scan on no data timeout and stop timeout
SiLab-Bonn_pyBAR
train
a61a86111193bb1ade99b99a3eec26936efcde3e
diff --git a/test/common/tc_tree_node.rb b/test/common/tc_tree_node.rb index <HASH>..<HASH> 100644 --- a/test/common/tc_tree_node.rb +++ b/test/common/tc_tree_node.rb @@ -80,7 +80,18 @@ class TCTreeNode < Test::Unit::TestCase assert_equal( 1, tb.nr_nodes ) assert_equal( 1, tb.nr_leaves ) assert_equal( 0,...
moving from svn repository (dreamhost) to git
26fe_tree.rb
train
e47b0562896f48b6346b63a4d507e8891312370a
diff --git a/tensorbase/base.py b/tensorbase/base.py index <HASH>..<HASH> 100644 --- a/tensorbase/base.py +++ b/tensorbase/base.py @@ -47,7 +47,8 @@ class Layers: """ self.count['conv'] += 1 scope = 'conv_' + str(self.count['conv']) - with tf.variable_scope(scope): + with tf.var...
convnet and deconvnet
dancsalo_TensorBase
train
257240864df1bfd554e3b2ab69e37180cf8cb473
diff --git a/library/ZF2DoctrineCrudHandler/src/ZF2DoctrineCrudHandler/Handler/AbstractDataHandler.php b/library/ZF2DoctrineCrudHandler/src/ZF2DoctrineCrudHandler/Handler/AbstractDataHandler.php index <HASH>..<HASH> 100644 --- a/library/ZF2DoctrineCrudHandler/src/ZF2DoctrineCrudHandler/Handler/AbstractDataHandler.php +...
switched to let the "Property"-Class of entity reader ensure printable values
Cyberrebell_ZF2DoctrineCrudHandler
train
8b594dfa090dedd642bc0b584f620eb427100a2d
diff --git a/auth0/v3/test/authentication/test_logout.py b/auth0/v3/test/authentication/test_logout.py index <HASH>..<HASH> 100644 --- a/auth0/v3/test/authentication/test_logout.py +++ b/auth0/v3/test/authentication/test_logout.py @@ -31,7 +31,7 @@ class TestLogout(unittest.TestCase): args, kwargs = mock_get...
Corrected URL structure in test_federated_logout
auth0_auth0-python
train
8833c529f358fd6edfddebc7e3139812b52b1b9d
diff --git a/lib/components/map/enhanced-stop-marker.js b/lib/components/map/enhanced-stop-marker.js index <HASH>..<HASH> 100644 --- a/lib/components/map/enhanced-stop-marker.js +++ b/lib/components/map/enhanced-stop-marker.js @@ -23,10 +23,10 @@ const getComplementaryColor = color => color.isLight() ? color.darken(30)...
improvement(enhanced-stop-marker): thicken active stop border
opentripplanner_otp-react-redux
train
9183eaf41f558da51dc80eb3fee430dd4038fdbd
diff --git a/Kwf/Component/View/Helper/Component.php b/Kwf/Component/View/Helper/Component.php index <HASH>..<HASH> 100644 --- a/Kwf/Component/View/Helper/Component.php +++ b/Kwf/Component/View/Helper/Component.php @@ -6,7 +6,7 @@ class Kwf_Component_View_Helper_Component extends Kwf_Component_View_Renderer if...
remove type parameter, now unused current helper type will always be used as type
koala-framework_koala-framework
train
76beb98546791e2ff2cbb03ba6aae239b3c5610d
diff --git a/lib/app.js b/lib/app.js index <HASH>..<HASH> 100644 --- a/lib/app.js +++ b/lib/app.js @@ -85,11 +85,6 @@ module.exports = function(tilelive, options) { uri = clone(uri); } - if (uri.protocol === "mapnik:") { - // disable mapnik's internal cache - uri.query.internal_cache = false; - } - ...
Move Mapnik cache bypass to tilelive-cache
mojodna_tessera
train
e1d3158d162c35d4b8e7b65840f9ac347199be63
diff --git a/src/Illuminate/Collections/Collection.php b/src/Illuminate/Collections/Collection.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Collections/Collection.php +++ b/src/Illuminate/Collections/Collection.php @@ -873,36 +873,6 @@ class Collection implements ArrayAccess, Enumerable } /** - ...
[8.x] Pass $key to closure in Collection and LazyCollection's reduce method as well (#<I>) * add reduce with keys to collections * add reduce with keys to lazy collections * add test for reduce with keys * fix style * merge reduceWithKeys into the existing reduce method * remove reduce and reduceWithKey...
laravel_framework
train
ea2355b972fbf766e85505fc329a6c3a8126f719
diff --git a/lib/json_schemer/schema/base.rb b/lib/json_schemer/schema/base.rb index <HASH>..<HASH> 100644 --- a/lib/json_schemer/schema/base.rb +++ b/lib/json_schemer/schema/base.rb @@ -36,7 +36,7 @@ module JSONSchemer keywords: nil, ref_resolver: DEFAULT_REF_RESOLVER ) - raise InvalidS...
Fix an issue where empty schema causes a crash
davishmcclurg_json_schemer
train
d2a7bf0f1383e042cc6f6ba75392f6f9b898961c
diff --git a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/com/github/commonsrdf/api/BlankNode.java +++ b/api/src/main/java/com/github/commonsrdf/api/BlankNode.java @@ -18,11 +18,11 @@ package c...
Clarify that internalIdentifer need not match ntriplesString
commons-rdf_commons-rdf
train
8fbb98c8ff6206d5ab59ca27cb7f83807b82a6d9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( packages=['jsonrpcclient'], package_data={'jsonrpcclient': ['response-schema.json']}, install_requires=['requests', 'jsonschema'], - version='1.0.3', + version='1.0.4', descripti...
Updated setup.py to new version <I>
bcb_jsonrpcclient
train
5669c599c222713757e6107348412da9f74ebd25
diff --git a/test/unit/exception_handling/log_error_stub_test.rb b/test/unit/exception_handling/log_error_stub_test.rb index <HASH>..<HASH> 100644 --- a/test/unit/exception_handling/log_error_stub_test.rb +++ b/test/unit/exception_handling/log_error_stub_test.rb @@ -3,25 +3,25 @@ require File.expand_path('../../test_h...
TECH-<I> change log_error_stub_test.rb to use rspec
Invoca_exception_handling
train
7638c2b8b0da137a36755acdcf1d0dcc9c281084
diff --git a/asv/commands/compare.py b/asv/commands/compare.py index <HASH>..<HASH> 100644 --- a/asv/commands/compare.py +++ b/asv/commands/compare.py @@ -163,14 +163,18 @@ class Compare(Command): raise util.UserError( "Results for machine '{0} not found".format(machine)) + commit...
compare/continuous: display commit names in table printout, if available
airspeed-velocity_asv
train
ee22eb506f03fc9dba8893be64b828ce5d7d4e26
diff --git a/UITable/index.js b/UITable/index.js index <HASH>..<HASH> 100644 --- a/UITable/index.js +++ b/UITable/index.js @@ -214,9 +214,9 @@ class UITable extends UIView { Math.abs(this.yNext - this.yLowerBound) / this.cellHeight ); - if (this.cache_nRowsToShift + this.rowEndIndex > thi...
UITable: fix last row sometimes not being displayed The perils of zero-based indexing systems.
enigma-io_boundless
train
fecbbbb6dd1c39c252f7437ae59c4915b9fee653
diff --git a/yotta/lib/cmakegen.py b/yotta/lib/cmakegen.py index <HASH>..<HASH> 100644 --- a/yotta/lib/cmakegen.py +++ b/yotta/lib/cmakegen.py @@ -519,7 +519,7 @@ class CMakeGen(object): for root, dires, files in os.walk(os.path.join(component.path, 'source')): for f in files: ...
Ensure custom .cmake files are ignored * ignore .cmake files in dummy libs, normal libs/exes, and test directories * add test for ignoring of .cmake and CMakeLists.txt files
ARMmbed_yotta
train
13021409737b977771d6c79a3a084aac1b0d24a4
diff --git a/blockstack/lib/rpc.py b/blockstack/lib/rpc.py index <HASH>..<HASH> 100644 --- a/blockstack/lib/rpc.py +++ b/blockstack/lib/rpc.py @@ -1224,6 +1224,20 @@ class BlockstackAPIEndpointHandler(SimpleHTTPRequestHandler): self._reply_json({'status': 'alive', 'version': VERSION}) return + +...
expose getinfo as a RESTful endpoint
blockstack_blockstack-core
train
dfc54fa74725d7c74a3a654fdaf81acc962ead9b
diff --git a/lib/optionscrapper.rb b/lib/optionscrapper.rb index <HASH>..<HASH> 100644 --- a/lib/optionscrapper.rb +++ b/lib/optionscrapper.rb @@ -22,7 +22,7 @@ module OptionScrapper def self.version OptionScrapper::VERSION - end + end def self.new &block OptionScrapper::OptParser::new do |o| dif...
[changes] - adding the program_name to the base of the command - removing the trailing spaces in the code
gambol99_optionscrapper
train
c6777039d980026c0b921e1ebf9e2725d8846fa6
diff --git a/examples/mlgtv/main.rb b/examples/mlgtv/main.rb index <HASH>..<HASH> 100644 --- a/examples/mlgtv/main.rb +++ b/examples/mlgtv/main.rb @@ -42,9 +42,13 @@ loop do "Call of Duty: Modern Warfare Remastered", "Call of Duty 4: Modern Warfare", ].each do |game| - (JSON.parse( - ...
caught JSON::ParserError
Nakilon_reddit_bot
train
6db0f57fb222ea3a81c3f38ac925ba0943592433
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( description='Show all LogEntries in the Django admin site.', long_description=open('README.rst').read(), install_requires=[ - 'Django>=1.4', + 'Django>=1.7', ], clas...
Upgrade Django version in setup.py, add Python <I> classifiers
yprez_django-logentry-admin
train
0f570fcd76a6622491632477330ad690a0a6ea9d
diff --git a/src/Laracasts/TestDummy/Builder.php b/src/Laracasts/TestDummy/Builder.php index <HASH>..<HASH> 100644 --- a/src/Laracasts/TestDummy/Builder.php +++ b/src/Laracasts/TestDummy/Builder.php @@ -229,7 +229,7 @@ class Builder { return $this->relationshipIds[$relationshipType]; } - ...
Use `Model:getKey()` for getting the ID for relationships.
laracasts_TestDummy
train
f0c2586a1e177ed5a3b478db1e4e5a454b450c69
diff --git a/store/search/definition.js b/store/search/definition.js index <HASH>..<HASH> 100644 --- a/store/search/definition.js +++ b/store/search/definition.js @@ -7,7 +7,7 @@ module.exports = { facet:{ domain: "DO_TEXT" }, - list:{ + map:{ domain: "DO_TEXT" }, pageInfos: { d...
[search-store] new contract : only maps
KleeGroup_focus-core
train
72ba73d9c8d7b31efb6c1814372bb7617b6d54e9
diff --git a/distutilazy/test.py b/distutilazy/test.py index <HASH>..<HASH> 100644 --- a/distutilazy/test.py +++ b/distutilazy/test.py @@ -97,7 +97,7 @@ class run_tests(Command): try: self.announce("importing {0} as package ...".format(package_name)) importlib.import_modul...
Fix errors for python3 while importing possible test files in run test Pyton3 __pycahe__ directory is also the target of the discovery, by catching import errors silent the importing errors for those files.
farzadghanei_distutilazy
train
df0d317a64e4a74433359e826bc1d606e050a5ed
diff --git a/container/container.go b/container/container.go index <HASH>..<HASH> 100644 --- a/container/container.go +++ b/container/container.go @@ -400,21 +400,20 @@ func (container *Container) AddMountPointWithVolume(destination string, vol volu func (container *Container) UnmountVolumes(volumeEventLog func(name, ...
Add refcount for MountPoint This makes sure that multiple users of MountPoint pointer can mount/unmount without affecting each other. Before this PR, if you run a container (stay running), then do `docker cp`, when the `docker cp` is done the MountPoint is mutated such that when the container stops the volume driver ...
moby_moby
train
6e8f66a140e44c42eb1ce53951daa998184e55f0
diff --git a/pgpy/pgp.py b/pgpy/pgp.py index <HASH>..<HASH> 100644 --- a/pgpy/pgp.py +++ b/pgpy/pgp.py @@ -28,7 +28,7 @@ def PGPLoad(pgpbytes): b = [] # now, are there any ASCII PGP blocks at all? - if f.is_ascii(): + if f.is_ascii: # decode/parse ASCII PGP blocks nascii = list(re.fi...
is_ascii is a property method now
SecurityInnovation_PGPy
train
2456ca0668ddf28b20a5ed0ba33d422e14bc2669
diff --git a/modules/bootstrap-launcher/src/main/java/coursier/bootstrap/launcher/Download.java b/modules/bootstrap-launcher/src/main/java/coursier/bootstrap/launcher/Download.java index <HASH>..<HASH> 100644 --- a/modules/bootstrap-launcher/src/main/java/coursier/bootstrap/launcher/Download.java +++ b/modules/bootstra...
Shutdown thread pool created by bootstraps
coursier_coursier
train
1a6a2f3b42ef3e00a0e1cbaece9b8f4fecaf3899
diff --git a/driver-core/src/main/com/mongodb/connection/ScramSha1Authenticator.java b/driver-core/src/main/com/mongodb/connection/ScramSha1Authenticator.java index <HASH>..<HASH> 100644 --- a/driver-core/src/main/com/mongodb/connection/ScramSha1Authenticator.java +++ b/driver-core/src/main/com/mongodb/connection/Scram...
JAVA-<I>: Replace ',' (comma) with =2C instead of =2D in username for SCRAM-SHA-1 authentication
mongodb_mongo-java-driver
train
98075352f1887dba909457bc0930d90a69873cbb
diff --git a/lib/conceptql/operators/vocabulary.rb b/lib/conceptql/operators/vocabulary.rb index <HASH>..<HASH> 100644 --- a/lib/conceptql/operators/vocabulary.rb +++ b/lib/conceptql/operators/vocabulary.rb @@ -193,7 +193,7 @@ module ConceptQL end def vocab_format_regexp - (vocab_entry || {format...
Vocabulary: fix potential issue with format checker
outcomesinsights_conceptql
train
1717ca64217a8757f45fc1f6ac78ed9e0ab37cfc
diff --git a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java b/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java index <HASH>..<HASH> 100644 --- a/flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java +++ b/flink-staging/flink-gelly/src/main/java/org...
[FLINK-<I>] [gelly] integrated inline suggestions
apache_flink
train
ddf412070c2de5edd7fb39a7afb6778a4cf43e5c
diff --git a/kconfiglib.py b/kconfiglib.py index <HASH>..<HASH> 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1114,12 +1114,18 @@ class Kconfig(object): Fetches and tokenizes the next line from the current Kconfig file. Returns False at EOF and True otherwise. """ - # This provide...
Simplify help text parsing and _next_line() - _saved_line already handles EOF automagically, so no need to special-case it at the end of help text parsing. - Check for EOF earlier in _next_line(). Bit silly to do it after line joining.
ulfalizer_Kconfiglib
train
73c13cde704ef396a152ed9dcb8596779473107d
diff --git a/src/videoCache.js b/src/videoCache.js index <HASH>..<HASH> 100644 --- a/src/videoCache.js +++ b/src/videoCache.js @@ -14,6 +14,12 @@ import { config } from './config.js'; import {auctionManager} from './auctionManager.js'; /** + * Might be useful to be configurable in the future + * Depending on publis...
Prebid Core: Add ttl buffer to videoCache.js (#<I>) * Update videoCache.js * Update videoCache.js * Update videoCache_spec.js * Update videoCache_spec.js * master into ttl-buffer (#<I>) * Update Sonobi adapter with GVLID (#<I>) * dgkeyword RTD provider: fix tests causing ID5 test failures (#<I>)
prebid_Prebid.js
train
3ac94fe967bde3046bfd8c69b88ff5d39c0a446a
diff --git a/contact_form/__init__.py b/contact_form/__init__.py index <HASH>..<HASH> 100644 --- a/contact_form/__init__.py +++ b/contact_form/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 2, 'stable') +VERSION = (0, 3, 3, 'dev') def get_release():
running on <I>-dev
dlancer_django-crispy-contact-form
train
6b626630c8eb4892ade5c1b484c359d3afa4a224
diff --git a/lib/zendesk_apps_support/validations/requirements.rb b/lib/zendesk_apps_support/validations/requirements.rb index <HASH>..<HASH> 100644 --- a/lib/zendesk_apps_support/validations/requirements.rb +++ b/lib/zendesk_apps_support/validations/requirements.rb @@ -1,29 +1,55 @@ require 'multi_json' +require 'jso...
Add validations for unique and valid types
zendesk_zendesk_apps_support
train
4d086907f0dc8718a9008af8218cc997633d1e9f
diff --git a/tests/unit/components/sl-chart-test.js b/tests/unit/components/sl-chart-test.js index <HASH>..<HASH> 100755 --- a/tests/unit/components/sl-chart-test.js +++ b/tests/unit/components/sl-chart-test.js @@ -31,22 +31,22 @@ test( 'Default classNames are present', function( assert ) { this.subject({ object, ...
issue #<I> revision, added spaces around parenthesis based on code review
softlayer_sl-ember-components
train
7c96fe43600803e9d48364e1018e2a7ef626f5ab
diff --git a/Core/Listener/Page/EditSeoListener.php b/Core/Listener/Page/EditSeoListener.php index <HASH>..<HASH> 100644 --- a/Core/Listener/Page/EditSeoListener.php +++ b/Core/Listener/Page/EditSeoListener.php @@ -21,9 +21,9 @@ use AlphaLemon\AlphaLemonCmsBundle\Core\Event\Content\Page\BeforeEditPageCommitE use Alpha...
fixed docblocks [ci skip]
redkite-labs_RedKiteCmsBundle
train
9ba2f73f2d2b501eb4c517e71fb4dd35f889f5e0
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ data/test2.png +vendor/ diff --git a/src/PNG/Image.php b/src/PNG/Image.php index <HASH>..<HASH> 100644 --- a/src/PNG/Image.php +++ b/src/PNG/Image.php @@ -1,6 +1,6 @@ <?php -namespace UoMCS\PNG; +namespa...
Move files around to meet composer conventions By laying out the directory structure in this manner, we can take advantage of default rules such as the composer autoloading (specified in composer.json) instead of having to write our own autoloader. Should also make the library easier to work with in other projects.
UoMCS_php-png
train
817473cda6ce038d0e483fd1bf01a22723066417
diff --git a/tests/dummy/app/controllers/modules/nag.js b/tests/dummy/app/controllers/modules/nag.js index <HASH>..<HASH> 100644 --- a/tests/dummy/app/controllers/modules/nag.js +++ b/tests/dummy/app/controllers/modules/nag.js @@ -3,7 +3,7 @@ import Ember from 'ember'; export default Ember.Controller.extend(Ember.Ev...
Removed the unnecessary variable for nag
Semantic-Org_Semantic-UI-Ember
train
0d455de96546f756e8830efeec8dab0f489af135
diff --git a/generator.go b/generator.go index <HASH>..<HASH> 100644 --- a/generator.go +++ b/generator.go @@ -170,7 +170,7 @@ func writeCompressedFileInfo(w io.Writer, file *fileInfo, r io.Reader) error { return err } sw := &stringWriter{Writer: w} - gw := gzip.NewWriter(sw) + gw, _ := gzip.NewWriterLevel(sw, g...
use BestCompression level for gzip writer In the context of vfsgen, it should be a favorable trade-off to spend more time and effort when performing file compression, if it can lead to file sizes being reduced further. The previous choice of compression level (DefaultCompression) was inherited from this project'...
shurcooL_vfsgen
train
85c423f3e58f53bbd4c90886357a2e8f2aab9476
diff --git a/core/lib/refinery/cli.rb b/core/lib/refinery/cli.rb index <HASH>..<HASH> 100644 --- a/core/lib/refinery/cli.rb +++ b/core/lib/refinery/cli.rb @@ -28,6 +28,11 @@ module Refinery :dir => 'models', :desc => 'model', }, + :helper => { + :glob => '*.rb', + :dir => 'he...
Added ability to override helper.
refinery_refinerycms
train
29da39d2185296f9c728fc22d3bc95acbdf52497
diff --git a/enforcer.go b/enforcer.go index <HASH>..<HASH> 100644 --- a/enforcer.go +++ b/enforcer.go @@ -243,9 +243,8 @@ func (e *Enforcer) SetWatcher(watcher persist.Watcher) error { } // SetDispatcher sets the current dispatcher. -func (e *Enforcer) SetDispatcher(dispatcher persist.Dispatcher) error { +func (e ...
fix: add update policy to dispatcher
casbin_casbin
train
48fcc4646a648c3af8b405d9ec3481274a34a425
diff --git a/solr/search.go b/solr/search.go index <HASH>..<HASH> 100644 --- a/solr/search.go +++ b/solr/search.go @@ -55,7 +55,7 @@ func (q *Query) FieldList(fl string) { } // geofilt - The distance filter http://wiki.apache.org/solr/SpatialSearch -// output example: fq={!geofilt+pt=45.15,-93.850000021001+sfield=s...
Make output example with urlencoding, easier to read
vanng822_go-solr
train
d70ee31ad38a5dc50af7212811b4bb492c7e0b06
diff --git a/biotools/bbtools.py b/biotools/bbtools.py index <HASH>..<HASH> 100644 --- a/biotools/bbtools.py +++ b/biotools/bbtools.py @@ -170,7 +170,11 @@ def bbnorm(forward_in, forward_out, returncmd=False, reverse_in='NA', reverse_ou cmd = 'bbnorm.sh in1={} in2={} out1={} out2={} {}'.format(forward_in, reve...
Getting methods to work with conda-sourced dependencies
lowandrew_OLCTools
train
8f1246a5a8a8ed65a694dc25cbd2cd54cfd04956
diff --git a/metpy/calc/tools.py b/metpy/calc/tools.py index <HASH>..<HASH> 100644 --- a/metpy/calc/tools.py +++ b/metpy/calc/tools.py @@ -323,10 +323,12 @@ def _get_bound_pressure_height(pressure, bound, heights=None, interpolate=True): The bound pressure and height. """ + # Make sure pressure is mo...
Sort pressure and heights before getting bounds.
Unidata_MetPy
train
36b012b88c9f81cfc84a80eb3f5b2af6d49a72f1
diff --git a/controllers/DefaultController.php b/controllers/DefaultController.php index <HASH>..<HASH> 100644 --- a/controllers/DefaultController.php +++ b/controllers/DefaultController.php @@ -131,6 +131,7 @@ class DefaultController extends Controller public function actionDelete($id) { $commentMod...
skip the validation of parentId on deletion
yii2mod_yii2-comments
train
d0f4717bd22afce3fabe3dd2c523550a3928efea
diff --git a/dump/__init__.py b/dump/__init__.py index <HASH>..<HASH> 100644 --- a/dump/__init__.py +++ b/dump/__init__.py @@ -6,5 +6,5 @@ import logging logging.getLogger(__name__).addHandler(logging.NullHandler()) -__version__ = '0.0.4' +__version__ = '0.0.5' diff --git a/setup.py b/setup.py index <HASH>..<HAS...
modifies setup.py a bit to try and figure out issue #<I>
Jaymon_dump
train
062326eadc058ad9b5faa62434eb7bbdb043fa42
diff --git a/lib/stale_fish.rb b/lib/stale_fish.rb index <HASH>..<HASH> 100644 --- a/lib/stale_fish.rb +++ b/lib/stale_fish.rb @@ -12,24 +12,15 @@ end module StaleFish # no one likes stale fish. - def self.use_fakeweb=(enabled) - @use_fakeweb = enabled - end - def self.use_fakeweb - @use_fakeweb + cla...
refactor to use attr_accessor instead of declaring by hand
jsmestad_stale_fish
train
0c9b2d47b0ebeb83ce099fe77567fe720e8672ea
diff --git a/src/Symfony/Component/Security/Http/Firewall/ContextListener.php b/src/Symfony/Component/Security/Http/Firewall/ContextListener.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Security/Http/Firewall/ContextListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/ContextListener.php @@ -2...
use SecurityContextInterface instead of SecurityContext
symfony_symfony
train
726973ef8b6cd3e6c0d42345d216790f27b34a5f
diff --git a/bench.py b/bench.py index <HASH>..<HASH> 100644 --- a/bench.py +++ b/bench.py @@ -107,8 +107,8 @@ def benchmark(chardet_mod=chardet, verbose=False, num_iters=10): print('\nCalls per second for each encoding:') for encoding in sorted(encoding_times.keys()): print('{}: {}'.format(encoding,...
Fix miscalculation in bench.py
chardet_chardet
train
69cceed4aed504994e766768897d5215fa97da7f
diff --git a/types/container/config.go b/types/container/config.go index <HASH>..<HASH> 100644 --- a/types/container/config.go +++ b/types/container/config.go @@ -36,7 +36,7 @@ type HealthConfig struct { type Config struct { Hostname string // Hostname Domainname string //...
container: Config.User field supports "user:group" syntax
docker_engine-api
train
2524146eae222f643e087d8f3b30372830330696
diff --git a/lib/janky/repository.rb b/lib/janky/repository.rb index <HASH>..<HASH> 100644 --- a/lib/janky/repository.rb +++ b/lib/janky/repository.rb @@ -190,6 +190,7 @@ module Janky md5 << job_config_path.read md5 << builder.callback_url.to_s md5.hexdigest + "#{github_owner}-#{github_name}-#...
use readable job_name that is also unique "#{github_owner}/#{github_name}-#{md5.hexdigest}" (note fwd-slash) would be better but not sure how much jenkins would appreciate a / in the name...
github_janky
train
53590d5f72426773073b3ac3d565224422f9f145
diff --git a/packages/components/bolt-typeahead/typeahead.autosuggest.js b/packages/components/bolt-typeahead/typeahead.autosuggest.js index <HASH>..<HASH> 100755 --- a/packages/components/bolt-typeahead/typeahead.autosuggest.js +++ b/packages/components/bolt-typeahead/typeahead.autosuggest.js @@ -267,7 +267,9 @@ class...
refactor: temporarily disable the additional `description` suggestion field until further fine-tuned
bolt-design-system_bolt
train
4ba8107abebdfee698a2bed234a0599a5a8b84f2
diff --git a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/ResultCache.java b/languagetool-office-extension/src/main/java/org/languagetool/openoffice/ResultCache.java index <HASH>..<HASH> 100644 --- a/languagetool-office-extension/src/main/java/org/languagetool/openoffice/ResultCache.java +++ ...
[LO extension] ResultCache description of functions changed (entries -> entry)
languagetool-org_languagetool
train
f8a30f45677697bf92a6515be6e6a7c452ab22e3
diff --git a/lib/is-xml.js b/lib/is-xml.js index <HASH>..<HASH> 100644 --- a/lib/is-xml.js +++ b/lib/is-xml.js @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2015 by Greg Reimer <gregreimer@gmail.com> + * MIT License. See mit-license.txt for more info. + */ + +// TODO: This simple regex will cover many cases but +// will proba...
Added comments in is-xml module
greim_hoxy
train
3dc852c57cacb3177cd8714031ea6724afe95d25
diff --git a/pymc/diagnostics.py b/pymc/diagnostics.py index <HASH>..<HASH> 100644 --- a/pymc/diagnostics.py +++ b/pymc/diagnostics.py @@ -134,6 +134,8 @@ def gelman_rubin(mtrace): def calc_rhat(x): try: + # When the variable is multidimensional, this assignment will fail, triggering + ...
Added comments to describe error handling in calc_rhat
pymc-devs_pymc
train
7a8d96e5f0f18cd82b1fda7ef736817855cbf7bc
diff --git a/src/AppWrapper.php b/src/AppWrapper.php index <HASH>..<HASH> 100644 --- a/src/AppWrapper.php +++ b/src/AppWrapper.php @@ -8,6 +8,8 @@ use Psr\Http\Message\ServerRequestInterface; use Slim\App; use Slim\Container; use Slim\Exception\Exception as SlimException; +use Slim\Http\Headers; +use Slim\Http\Respo...
Bugfix: Response body persistence Bugfix: Response body was being appended to (stream isn't immutable).
PHPFastCGI_SlimAdapter
train
c006e9e82fda5dd698a915488a78f448a9dcfcef
diff --git a/src/Encryptor/OpenSsl.php b/src/Encryptor/OpenSsl.php index <HASH>..<HASH> 100644 --- a/src/Encryptor/OpenSsl.php +++ b/src/Encryptor/OpenSsl.php @@ -85,6 +85,7 @@ class OpenSsl implements EncryptorInterface protected $saltLength = 8; protected $ivLength = null; // dependant on cipher method ...
Use separate keys for encryption and authentication The derived key is still generated the same way as before, but we're now splitting the string to give two separate keys. This means that each key will now be <I> bits instead of <I> bits, but this should still be sufficient for use in the hmac and encryption. Fixes...
phlib_encrypt
train
5b92d8e83d019bb9d9a28b9b1a1b5b174d7dd0f0
diff --git a/src/org/mozilla/classfile/ClassFileWriter.java b/src/org/mozilla/classfile/ClassFileWriter.java index <HASH>..<HASH> 100644 --- a/src/org/mozilla/classfile/ClassFileWriter.java +++ b/src/org/mozilla/classfile/ClassFileWriter.java @@ -4191,7 +4191,14 @@ public class ClassFileWriter { "o...
Fix bug <I> - Codegen optimizer fails with Unsupported major.minor version <I> on JDK7
mozilla_rhino
train
471c1e4194135e639ec4fd398f129a48b03102a3
diff --git a/js/developer.js b/js/developer.js index <HASH>..<HASH> 100644 --- a/js/developer.js +++ b/js/developer.js @@ -77,7 +77,7 @@ function setupDeveloperMenu(param) { views: views }; - if (config.autoJoin) { + if (config.autoJoin && !param.isReplay) { // NOTE: この時点でgame._loadedにgame._start()がハンドルされている必...
do not send joinEvent when replay
akashic-games_akashic-sandbox
train
6c39c22266f314f7a8008c6c4cbb966eeed9d41f
diff --git a/ghost/admin/app/components/gh-members-chart.js b/ghost/admin/app/components/gh-members-chart.js index <HASH>..<HASH> 100644 --- a/ghost/admin/app/components/gh-members-chart.js +++ b/ghost/admin/app/components/gh-members-chart.js @@ -131,7 +131,12 @@ export default Component.extend({ bodyF...
Added 'thousands' separator to members chart no refs. - added 'thousands' separator to Y axis values and tooltip in members chart
TryGhost_Ghost
train
3722c49e25ec895758e5791ac56593e141a1f9a3
diff --git a/dispatch/modules/content/mixins.py b/dispatch/modules/content/mixins.py index <HASH>..<HASH> 100644 --- a/dispatch/modules/content/mixins.py +++ b/dispatch/modules/content/mixins.py @@ -43,19 +43,50 @@ class AuthorMixin(object): def get_author_type_string(self, links=False): def author_type...
Wrote a function to make type statements on article look great
ubyssey_dispatch
train
5fce7030e193ba7a14263bfee9879cbdc7d9ba32
diff --git a/tests/calculators/hazard/classical/core_test.py b/tests/calculators/hazard/classical/core_test.py index <HASH>..<HASH> 100644 --- a/tests/calculators/hazard/classical/core_test.py +++ b/tests/calculators/hazard/classical/core_test.py @@ -157,7 +157,7 @@ class ClassicalHazardCalculatorTestCase(unittest.Test...
rm obsolete tests and fix the failing ones
gem_oq-engine
train
c6dd07e7f29bb1ef098197c9bf80e5e41866091b
diff --git a/viewer.js b/viewer.js index <HASH>..<HASH> 100644 --- a/viewer.js +++ b/viewer.js @@ -41,13 +41,10 @@ , states = { DEFAULT: 0, ANSWER_DRAW: 1, - SOLUTION_DRAW: 2, - SOLUTION_MOVE: 3, - SOLUTION_POINT_DELETE: 4, - ANNOTATION_SELECT: 5, - ...
refactoring towards multiple polygons
pfirpfel_image-viewer
train
ad4d1c7608dcb9ba0eea781db0f3923200a208af
diff --git a/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java b/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java +++ b/java/client/src/org/openqa/selenium/firefox/FirefoxBinary.java @@ -139,6 +13...
[java] Passing extra options to legacy Firefox process
SeleniumHQ_selenium
train
824ee8678eb4e4f59b1b1a6e62e7fba70f0ac7ba
diff --git a/clients/web/src/server.js b/clients/web/src/server.js index <HASH>..<HASH> 100644 --- a/clients/web/src/server.js +++ b/clients/web/src/server.js @@ -83,6 +83,18 @@ restartServer._checkServer = function (lastStartDate) { }); }; +/* Having these as object properties facilitates testing */ +restartSe...
Reorder and move some private functions to a more logical grouping
girder_girder
train
36c816e8e0b341aa8857cc45693560a5935a5b8c
diff --git a/lib/snmp/manager.rb b/lib/snmp/manager.rb index <HASH>..<HASH> 100644 --- a/lib/snmp/manager.rb +++ b/lib/snmp/manager.rb @@ -270,10 +270,10 @@ class Manager # Sends an SNMPv2c style trap. # # sys_up_time: an integer respresenting the number of hundredths of - # a second that...
Changing rdoc comments so the formating isnt messed up
hallidave_ruby-snmp
train
2bcba718d3dcd79fdec0e108b24fd3c8a841c89e
diff --git a/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java b/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java index <HASH>..<HASH> 100644 --- a/drools-compiler/src/test/java/org/drools/integrationtests/MiscTest.java +++ b/drools-compiler/src/test/java/org/drools/integrat...
yet another test to MiscTest
kiegroup_drools
train
3458de86389ee3e912e65c9d15eaf87185724efa
diff --git a/web/concrete/config/version.php b/web/concrete/config/version.php index <HASH>..<HASH> 100644 --- a/web/concrete/config/version.php +++ b/web/concrete/config/version.php @@ -1,3 +1,3 @@ <? defined('C5_EXECUTE') or die("Access Denied."); -$APP_VERSION = '5.5.1b1'; \ No newline at end of file +$APP_VERSION...
fixing bug in attribute set attributes and packages Former-commit-id: c<I>ca<I>cdc<I>c<I>b<I>
concrete5_concrete5
train
fe0a41f5a70b99d3f3ee0b5393259b94ecd404f5
diff --git a/autopython/cpython.py b/autopython/cpython.py index <HASH>..<HASH> 100644 --- a/autopython/cpython.py +++ b/autopython/cpython.py @@ -130,6 +130,18 @@ class PresenterShell(object): color_scheme=self._color_scheme, locals=ns) else: self._interpreter = Prese...
Add readline support (with autocomplete) for CPython interactive prompt
gosella_autopython
train
3c5ea7f329f1b346b39a30fbf79b23fe42478065
diff --git a/voluptuous/validators.py b/voluptuous/validators.py index <HASH>..<HASH> 100644 --- a/voluptuous/validators.py +++ b/voluptuous/validators.py @@ -416,8 +416,13 @@ def IsFile(v): True >>> with raises(FileInvalid, 'not a file'): ... IsFile()("random_filename_goes_here.py") + >>> with rais...
Fixes #<I>: Making Path validators resilient to None.
alecthomas_voluptuous
train
2036017f9696ad82b2166bfde0a1b6046de34a15
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,6 @@ module.exports = function(opts) { opts || (opts = {}); opts.wait || (opts.wait = 1000); - function debounce(fn, wait, immediate) { var req = this, map, id; @@ -40,6 +39,11 ...
Closes #3, with test to reproduce
kof_connect-debounce
train
970fa9f041fd5738091af3eea90fda3bc18c25b2
diff --git a/objects/interface.go b/objects/interface.go index <HASH>..<HASH> 100644 --- a/objects/interface.go +++ b/objects/interface.go @@ -219,6 +219,8 @@ type UserProfile struct { LastName string `json:"last_name"` RealName string `json:"real_name"` RealNameNormalized string `json:"real_n...
Add these status fields while we're at it
lestrrat_go-slack
train
af8637c7d20144d0a0d3f2d0bbf7c0c4a4a041d1
diff --git a/bika/lims/content/analysisrequest.py b/bika/lims/content/analysisrequest.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/analysisrequest.py +++ b/bika/lims/content/analysisrequest.py @@ -313,13 +313,6 @@ schema = BikaSchema.copy() + Schema(( showOn=True, ), ), - Compute...
Performance. Removal of reindex of BatchUID on ObjectModifiedEvent
senaite_senaite.core
train
c8fa5bd43f4d94f27fb16a20de84fbf6f3b0a70f
diff --git a/underfs/hdfs/src/main/java/alluxio/underfs/hdfs/HdfsUnderFileSystem.java b/underfs/hdfs/src/main/java/alluxio/underfs/hdfs/HdfsUnderFileSystem.java index <HASH>..<HASH> 100644 --- a/underfs/hdfs/src/main/java/alluxio/underfs/hdfs/HdfsUnderFileSystem.java +++ b/underfs/hdfs/src/main/java/alluxio/underfs/hdf...
Implement setowner for hdfs.
Alluxio_alluxio
train
9a1cf7ab9ee1662c4d1a69c5579ce1935da24a99
diff --git a/src/python/pants/backend/codegen/tasks/scrooge_gen.py b/src/python/pants/backend/codegen/tasks/scrooge_gen.py index <HASH>..<HASH> 100644 --- a/src/python/pants/backend/codegen/tasks/scrooge_gen.py +++ b/src/python/pants/backend/codegen/tasks/scrooge_gen.py @@ -259,8 +259,9 @@ class ScroogeGen(NailgunTask,...
Fix error message in scrooge_gen I hit this error within an error when I tried to run the gen goal. Testing Done: Built a pex, triggered the error. Reviewed at <URL>
pantsbuild_pants
train
50dcc09f17d1e641360f4db519a4b2656f3f4ae2
diff --git a/openxc/formats/binary.py b/openxc/formats/binary.py index <HASH>..<HASH> 100644 --- a/openxc/formats/binary.py +++ b/openxc/formats/binary.py @@ -3,6 +3,7 @@ from __future__ import absolute_import import binascii import numbers +import logging import google.protobuf.message from google.protobuf.int...
Adding missing definition of logging object.
openxc_openxc-python
train
21259185e604a10a09982e22808d3c0cc1240e33
diff --git a/modules/org.opencms.workplace.explorer/resources/system/workplace/resources/commons/explorer.js b/modules/org.opencms.workplace.explorer/resources/system/workplace/resources/commons/explorer.js index <HASH>..<HASH> 100644 --- a/modules/org.opencms.workplace.explorer/resources/system/workplace/resources/com...
fixed issue in context menu that mouse up did not work when selecting an option
alkacon_opencms-core
train
31afd2f44a9830e5de459e09b9bdcabb96e4e182
diff --git a/src/actions/__tests__/entity-action-builder-test.js b/src/actions/__tests__/entity-action-builder-test.js index <HASH>..<HASH> 100644 --- a/src/actions/__tests__/entity-action-builder-test.js +++ b/src/actions/__tests__/entity-action-builder-test.js @@ -10,6 +10,7 @@ describe('The actionBuilder', () => { ...
[action builder] Add the string empty test for the name.
get-focus_deprecated-focus-graph
train
b42dd7880a5be56b761c1f6886244420754fb1af
diff --git a/parsl/monitoring/monitoring.py b/parsl/monitoring/monitoring.py index <HASH>..<HASH> 100644 --- a/parsl/monitoring/monitoring.py +++ b/parsl/monitoring/monitoring.py @@ -3,6 +3,7 @@ import socket import pickle import logging import time +import typeguard import datetime import zmq @@ -12,7 +13,7 @@ ...
Add typeguard to MonitoringHub initializer (#<I>) * Add typeguard to MonitoringHub initializer This is part of issue #<I> * Change resource monitoring interval to float after feedback from zhuozhao * change docstring to match new type
Parsl_parsl
train
643f78a8f906161860652632df7261616259debf
diff --git a/cid.go b/cid.go index <HASH>..<HASH> 100644 --- a/cid.go +++ b/cid.go @@ -161,11 +161,11 @@ type Cid struct{ str string } // also acceptable. var Nil = Cid{} -// Nil returns true if a Cid is uninitialized or the Nil value. -// Calling any other methods on an uninitialized Cid will result in +// Defined...
Change 'IsNil' method to 'Defined'.
ipfs_go-cid
train
27f10c17c26b4d55e05db7b47c634ac32d3e7f72
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( '': 'src', }, install_requires=[ - 'requests==2.19.1', + 'requests==2.20.1', 'defusedxml==0.5.0', 'lxml==4.2.3', 'python-dateutil==2.7.3'
Forgot to Update requests version in setup.py
onelogin_onelogin-python-sdk
train
158b1863f5b544aaea5946273b97980f5ee5493f
diff --git a/track.go b/track.go index <HASH>..<HASH> 100644 --- a/track.go +++ b/track.go @@ -62,6 +62,8 @@ type PlaylistTrack struct { // The Spotify user who added the track to the playlist. // Warning: vary old playlists may not populate this value. AddedBy User `json:"added_by"` + // Whether this track is a ...
Add IsLocal boolean field on PlaylistTrack object (#<I>)
zmb3_spotify
train
7923015646596b3ab6eda557985cb2829010fc05
diff --git a/app/models/renalware/hd/sessions/auditable_session.rb b/app/models/renalware/hd/sessions/auditable_session.rb index <HASH>..<HASH> 100644 --- a/app/models/renalware/hd/sessions/auditable_session.rb +++ b/app/models/renalware/hd/sessions/auditable_session.rb @@ -13,10 +13,12 @@ module Renalware module HD...
Correct mean weight loss calculation Exclude weight measurements where the user has selected Taken: No
airslie_renalware-core
train
0f5e5df71382068d9464e2f8586e1f6b59b2e270
diff --git a/src/frontend/org/voltdb/exportclient/ExportToFileClient.java b/src/frontend/org/voltdb/exportclient/ExportToFileClient.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/exportclient/ExportToFileClient.java +++ b/src/frontend/org/voltdb/exportclient/ExportToFileClient.java @@ -75,29 +75,38 @@ p...
Replace the 'write to /dev/null when file exists' hack with: - Exit with an error if any output file already exists - Add a --discard switch to write intentionally to /dev/null
VoltDB_voltdb
train