hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
bf619554c04b592fb6a20c7e16e896e8b7fd0d0d
diff --git a/src/chart/tree/TreeView.js b/src/chart/tree/TreeView.js index <HASH>..<HASH> 100644 --- a/src/chart/tree/TreeView.js +++ b/src/chart/tree/TreeView.js @@ -27,6 +27,7 @@ import View from '../../coord/View'; import * as roamHelper from '../../component/helper/roamHelper'; import RoamController from '../../c...
throw error when radial layout used polyline in dev env
apache_incubator-echarts
train
f3a7b222e9e6724f2be664a786abe4ef6e2b4a86
diff --git a/library/CM/App.php b/library/CM/App.php index <HASH>..<HASH> 100644 --- a/library/CM/App.php +++ b/library/CM/App.php @@ -26,7 +26,7 @@ class CM_App { if ($namespace) { $namespace = '.' . $namespace; } - return (int) CM_Option::getInstance()->get('cm.version' . $namespace); + return (int) CM_Op...
Revert wrongly converted cm./app. for options access
cargomedia_cm
train
e1be847b36ea5d057c11630150799bf06c8192f2
diff --git a/utils.py b/utils.py index <HASH>..<HASH> 100644 --- a/utils.py +++ b/utils.py @@ -25,7 +25,7 @@ __docformat__ = "restructuredtext en" from itertools import imap from logilab.common.compat import enumerate from logilab.astng._exceptions import IgnoreChild, UnresolvableName, \ - NotFoundError, Inferen...
fix utils._are_exclusive bugs notes : 1) we had a never reached "if stmt1_branch != stmt1_branch:" !!! 2) we have to ask for "stmt in body", not "is" --HG-- branch : _ast_compat
PyCQA_astroid
train
5423c91e853708beee3de7d21868e70b92e64ce9
diff --git a/lib/Security/Authorization/Voter/PolicyToRoleMapVoter.php b/lib/Security/Authorization/Voter/PolicyToRoleMapVoter.php index <HASH>..<HASH> 100644 --- a/lib/Security/Authorization/Voter/PolicyToRoleMapVoter.php +++ b/lib/Security/Authorization/Voter/PolicyToRoleMapVoter.php @@ -17,8 +17,22 @@ final class Po...
Update the list of policies in the voter
netgen-layouts_layouts-core
train
f45d80ddda3ad8f98755c31073c94499d6bf2615
diff --git a/synctool/src/main/java/org/duracloud/sync/endpoint/DuraStoreSyncEndpoint.java b/synctool/src/main/java/org/duracloud/sync/endpoint/DuraStoreSyncEndpoint.java index <HASH>..<HASH> 100644 --- a/synctool/src/main/java/org/duracloud/sync/endpoint/DuraStoreSyncEndpoint.java +++ b/synctool/src/main/java/org/dura...
This update applies some synctool clean up to provide consistency to the unit tests. git-svn-id: <URL>
duracloud_duracloud
train
4f678978de4c15b1e07fc6dc153ca977f7f55a69
diff --git a/yotta/folders.py b/yotta/folders.py index <HASH>..<HASH> 100644 --- a/yotta/folders.py +++ b/yotta/folders.py @@ -5,3 +5,8 @@ def globalInstallDirectory(): # that yotta binary is installed under return '/usr/local/lib/yotta_modules' +def globalTargetInstallDirectory(): + # !!! FIXME: windows...
add missing function; use registry base URL as JWT audience
ARMmbed_yotta
train
359b8d0ed3039580f6246385a5d7086f94d7a75d
diff --git a/src/com/opencms/flex/jsp/CmsJspTagInclude.java b/src/com/opencms/flex/jsp/CmsJspTagInclude.java index <HASH>..<HASH> 100644 --- a/src/com/opencms/flex/jsp/CmsJspTagInclude.java +++ b/src/com/opencms/flex/jsp/CmsJspTagInclude.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/com/opencms...
Replaced lookupProperty() with new readProperty() in CmsObject
alkacon_opencms-core
train
21bc12bc4928fc62eeedb098210da65ec6b1a83d
diff --git a/adaptors/mongoose.adp.js b/adaptors/mongoose.adp.js index <HASH>..<HASH> 100644 --- a/adaptors/mongoose.adp.js +++ b/adaptors/mongoose.adp.js @@ -150,7 +150,7 @@ MongooseAdapter.prototype._readLimit = function(query, skip, limit) { var self = this; return new Promise(function(resolve, reject) { - ...
Count operation fix for mongoose adp
thanpolas_entity
train
1eb4ccbcc9bd11cee27fada5329127c369230127
diff --git a/fastentrypoints.py b/fastentrypoints.py index <HASH>..<HASH> 100644 --- a/fastentrypoints.py +++ b/fastentrypoints.py @@ -37,7 +37,7 @@ http://github.com/ninjaaron/fast-entry_points ''' from setuptools.command import easy_install import re -TEMPLATE = '''\ +TEMPLATE = r'''\ # -*- coding: utf-8 -*- # E...
Fix 2 DeprecationWarning: invlid escape sequence (#<I>)
nvbn_thefuck
train
2ae65e7cc2e362dbfb1056615141e7e6e6096077
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -24,8 +24,6 @@ var uniqueIntermediateDirectory = utils.uniqueIntermediateDirectory; var replaceLocation = utils.replaceLocation; function gulpRubySass (source, options) { - var cwd = process.cwd(); - options = assign({ ...
Remove cwd variable It's only used once (although the function is called for every streamed file). I think brevity and readability trumps performance in this case.
sindresorhus_gulp-ruby-sass
train
2116ff91c105cba00a470519b2fb6bbc055a3343
diff --git a/lib/gas/ssh.rb b/lib/gas/ssh.rb index <HASH>..<HASH> 100644 --- a/lib/gas/ssh.rb +++ b/lib/gas/ssh.rb @@ -296,6 +296,9 @@ module Gas FileUtils.cp(GAS_DIRECTORY + "/#{@uid}_id_rsa", SSH_DIRECTORY + "/id_rsa") FileUtils.cp(GAS_DIRECTORY + "/#{@uid}_id_rsa.pub", SSH_DIRECTORY + "/id_rsa.pub") ...
file permissions now set to <I> after file copy to ssh dir
walle_gas
train
2a0e866f8f6b3adddc9cdaeb276322c8769f4a3d
diff --git a/src/frontend/org/voltdb/importer/AbstractImporter.java b/src/frontend/org/voltdb/importer/AbstractImporter.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/importer/AbstractImporter.java +++ b/src/frontend/org/voltdb/importer/AbstractImporter.java @@ -145,6 +145,15 @@ public abstract class Ab...
ENG-<I>: Stop call was never really stopping importers. Added stopImporter method that sets stop flag in AbstractImporter and calls importer specific stop.
VoltDB_voltdb
train
0fb4fa975402047d1f53aa1335f6101d0fc76374
diff --git a/fontbakery-check-bbox.py b/fontbakery-check-bbox.py index <HASH>..<HASH> 100755 --- a/fontbakery-check-bbox.py +++ b/fontbakery-check-bbox.py @@ -30,25 +30,44 @@ import argparse import fontforge, sys +from fontTools.ttLib import TTFont -description = "A FontForge python script for printing bounding b...
check-bbox: Multiple fonts can now be parsed. Added ability to check family bbox with arg option --family
googlefonts_fontbakery
train
a7664c469a9d051c7b0b492698b24c8da0107676
diff --git a/src/producer/eosManager/index.js b/src/producer/eosManager/index.js index <HASH>..<HASH> 100644 --- a/src/producer/eosManager/index.js +++ b/src/producer/eosManager/index.js @@ -276,20 +276,25 @@ module.exports = ({ * @property {number} offset */ async sendOffsets({ consumerGroupId, ...
EoS #<I> Expose "sendOffsets" method on producer
tulios_kafkajs
train
f44f790ddef02f0498f62789740bc4f93a75bee5
diff --git a/spec/helper.rb b/spec/helper.rb index <HASH>..<HASH> 100644 --- a/spec/helper.rb +++ b/spec/helper.rb @@ -31,11 +31,6 @@ Faraday.default_adapter = :test DEBUG = ENV['DEBUG'] == 'true' require 'byebug' if DEBUG && RUBY_VERSION >= '2.6' -# This is dangerous - HERE BE DRAGONS. -# It allows us to refer to ...
Remove reliance on globally included OAuth2 in tests for version <I> (#<I>)
oauth-xx_oauth2
train
9429c6ab98787f731843444bafd768e71450b3db
diff --git a/test/e2e/lib/pages/twitter-feed-page.js b/test/e2e/lib/pages/twitter-feed-page.js index <HASH>..<HASH> 100644 --- a/test/e2e/lib/pages/twitter-feed-page.js +++ b/test/e2e/lib/pages/twitter-feed-page.js @@ -26,6 +26,7 @@ export default class TwitterFeedPage extends AsyncBaseContainer { const driver = thi...
Add a delay so we're not refreshing so quickly that we get rate limited (#<I>)
Automattic_wp-calypso
train
eb7ab4fc0d1203748ce2e301614441be7667109f
diff --git a/django_cassandra_engine/base/features.py b/django_cassandra_engine/base/features.py index <HASH>..<HASH> 100644 --- a/django_cassandra_engine/base/features.py +++ b/django_cassandra_engine/base/features.py @@ -19,4 +19,4 @@ class CassandraDatabaseFeatures(BaseDatabaseFeatures): def _supports_transacti...
Fixes `CassandraDatabaseFeatures.supports_transactions`. Should be a property.
r4fek_django-cassandra-engine
train
2c4403b6592528dc9242230cd7d72a54c1b5e4e8
diff --git a/examples/instance_string/main.go b/examples/instance_string/main.go index <HASH>..<HASH> 100644 --- a/examples/instance_string/main.go +++ b/examples/instance_string/main.go @@ -21,7 +21,7 @@ func main() { "go": 1, "javascript": 100, "php": 10, - }, speed.CounterSemantics, speed.Uin...
examples: update to new client api
performancecopilot_speed
train
152ab113c434d202b629729e55e6b818e42faed9
diff --git a/src/Service/ElasticaService.php b/src/Service/ElasticaService.php index <HASH>..<HASH> 100644 --- a/src/Service/ElasticaService.php +++ b/src/Service/ElasticaService.php @@ -480,6 +480,8 @@ class ElasticaService $suggest = $search->getSuggest(); if (null !== $suggest && \count($suggest) >...
fix: es7 track total hits
ems-project_EMSCommonBundle
train
a4e2a0a29f43a2385d4f0f2cef0af11374996490
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -51,7 +51,7 @@ var alertBrowserStack = function alertBrowserStack(subject, content, params, fn) var urlObject = url.parse(endpoint); var context = config.alert_context || 'Runner alert'; - logger.info(...
Utils: Compress timestamp, include content argument in log
browserstack_browserstack-runner
train
02397f0ee073c0bda532e3f68813fbbc5ced33d5
diff --git a/testing/git.go b/testing/git.go index <HASH>..<HASH> 100644 --- a/testing/git.go +++ b/testing/git.go @@ -4,42 +4,18 @@ package testing import ( - "os" - gc "launchpad.net/gocheck" + "launchpad.net/juju-core/testing/testbase" ) type GitSuite struct { - oldValues map[string]string -} - -// We ensu...
Better fix for git tests polluted environment, just make a temporary HOME
juju_juju
train
bd693143abdb3cda1da30c2e39d88a180aa1b108
diff --git a/spec/unit/pops/validator/validator_spec.rb b/spec/unit/pops/validator/validator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/pops/validator/validator_spec.rb +++ b/spec/unit/pops/validator/validator_spec.rb @@ -19,11 +19,13 @@ describe "validating 3x" do end it 'should raise error for illega...
(PUP-<I>) Fix up failing tests (pending new/better validation) Two tests that expected validation to fail did not get triggered because the too strict validation was removed. It needs to be replaced with a different better validation. Such validation should be added in <I> (too much work for <I>) - instead, just accep...
puppetlabs_puppet
train
6dee0288d0ef994c4b06a49f228786bf20e0f63c
diff --git a/lib/moodle2cc/canvas_cc/models/assessment.rb b/lib/moodle2cc/canvas_cc/models/assessment.rb index <HASH>..<HASH> 100644 --- a/lib/moodle2cc/canvas_cc/models/assessment.rb +++ b/lib/moodle2cc/canvas_cc/models/assessment.rb @@ -67,6 +67,7 @@ module Moodle2CC::CanvasCC::Models if question ...
use different identifier for quiz question copies prevents collisions between bank and quiz questions
instructure_moodle2cc
train
395ad13da82d4fb42cb1edc2018c3538e2df4ec3
diff --git a/sos/plugins/logs.py b/sos/plugins/logs.py index <HASH>..<HASH> 100644 --- a/sos/plugins/logs.py +++ b/sos/plugins/logs.py @@ -29,6 +29,11 @@ class Logs(Plugin): ] def setup(self): + self.add_copy_specs([ + "/etc/syslog.conf", + "/etc/rsyslog.conf" + )] + ...
Move syslog and rsyslog configuratoin collection to logs plug-in
sosreport_sos
train
7a863e6cc82aa7e31ffdd87bc5835f54644ebdcd
diff --git a/lib/transports/websocket.js b/lib/transports/websocket.js index <HASH>..<HASH> 100644 --- a/lib/transports/websocket.js +++ b/lib/transports/websocket.js @@ -51,9 +51,17 @@ */ WS.prototype.open = function () { - var Socket = 'MozWebSocket' in window ? MozWebSocket : WebSocket - , query = i...
Fixed support for Node.JS running `socket.io-client`.
tsjing_socket.io-client
train
a99867f737988c828794ba8827a5bf02d6dc133f
diff --git a/lib/command-publish.js b/lib/command-publish.js index <HASH>..<HASH> 100644 --- a/lib/command-publish.js +++ b/lib/command-publish.js @@ -169,7 +169,9 @@ function onPublishComplete(err) console.log("Successful!") console.log("your application is published and hosted at:") ...
BROWSER=none don't open browser after publish
aws_awsmobile-cli
train
a6968f3fddbe4c20f945339b8b1e6bfb1fdd3c1a
diff --git a/src/main/php/ClassProxyMethodHandler.php b/src/main/php/ClassProxyMethodHandler.php index <HASH>..<HASH> 100644 --- a/src/main/php/ClassProxyMethodHandler.php +++ b/src/main/php/ClassProxyMethodHandler.php @@ -86,10 +86,9 @@ trait ClassProxyMethodHandler } if (null !== $this->ca...
not sure why, but this sprintf call leads to completely weird results, see travis result <URL>
bovigo_callmap
train
08c07d87c7fbe683c6657f41f5f59d37e4e4e1db
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -40,16 +40,19 @@ function create (opts) { misc.get('changes', function (_, key) { var feed = core.createFeed(key) - if (key) return open() - misc.put('changes', feed.key, open) - - function open (e...
fix changes feed ownership issues (#<I>)
mafintosh_hypercore-archiver
train
e064d3b93a117970d4303eba016acd619d115a2b
diff --git a/src/terra/Command/Status.php b/src/terra/Command/Status.php index <HASH>..<HASH> 100644 --- a/src/terra/Command/Status.php +++ b/src/terra/Command/Status.php @@ -101,7 +101,9 @@ class Status extends Command { } $helper = $this->getHelper('question'); - $app_name = $input->getArgument('app_na...
The YML config converts - to _ for some reason.
terra-ops_terra-cli
train
9cce3c7f42e1a5981cb225d44bceb6b8ed1dd407
diff --git a/pidantic/supd/pidsupd.py b/pidantic/supd/pidsupd.py index <HASH>..<HASH> 100644 --- a/pidantic/supd/pidsupd.py +++ b/pidantic/supd/pidsupd.py @@ -73,6 +73,8 @@ class SupDPidanticFactory(PidanticFactory): def _is_alive(self): self._supd.ping() + def get_name(self): + return self._n...
minor changes for eeagent
nimbusproject_pidantic
train
db50a417cdfb587fb3e5ab55172458d1a54f101d
diff --git a/arch/zx48k/translator.py b/arch/zx48k/translator.py index <HASH>..<HASH> 100644 --- a/arch/zx48k/translator.py +++ b/arch/zx48k/translator.py @@ -735,6 +735,23 @@ class BuiltinTranslator(TranslatorVisitor): self.emit('call', 'SQRT', node.operand.size) self.REQUIRES.add('sqrt.asm') + ...
Added LBOUND and UBOUND visitiors.
boriel_zxbasic
train
dc12375ea2cb14044281b1820e6c641537ca25ef
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.6.0 (2015-03-25) + + +#### Bug Fixes + +* **bower.json:** fixes naming ([cc27b7a5](https://github.com/sofa/sofa-basket-service/commit/cc27b7a5a4a0c23f9c99c5e23cd26d43b153b3fe), closes [#2](h...
chore(sofaBasketService): release <I>
sofa_sofa-basket-service
train
f8ae14068a7a8051e26ab062226ce97f5ca5e25d
diff --git a/ELiDE/ELiDE/screen.py b/ELiDE/ELiDE/screen.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/screen.py +++ b/ELiDE/ELiDE/screen.py @@ -275,6 +275,12 @@ class MainScreen(Screen): else: del self._old_time + def on_board(self, *args): + if not self.app: + Clock.sche...
Propagate the board's selection to the rest of the app Fixes #<I>
LogicalDash_LiSE
train
1786fea434962370441830c1579ca4559e81e543
diff --git a/src/rinoh/data/stylesheets/sphinx.rts b/src/rinoh/data/stylesheets/sphinx.rts index <HASH>..<HASH> 100644 --- a/src/rinoh/data/stylesheets/sphinx.rts +++ b/src/rinoh/data/stylesheets/sphinx.rts @@ -142,6 +142,10 @@ font_color=#376f62 [broken hyperlink] font_color=#7f7f7f +[glossary inline definition] +...
Glossary: use before/after for for the inline definition
brechtm_rinohtype
train
d43e0491fc05069f4149a9577d00f0692894aa0d
diff --git a/lib/weibo_2/client.rb b/lib/weibo_2/client.rb index <HASH>..<HASH> 100644 --- a/lib/weibo_2/client.rb +++ b/lib/weibo_2/client.rb @@ -31,15 +31,11 @@ module WeiboOAuth2 def get_token_from_hash(hash) access_token = hash.delete(:access_token) || hash.delete('access_token') - opts = {:e...
authorized? gotta judge @access_token.validated? fix get_token_from_hash problem.
simsicon_weibo_2
train
a4a8700da98f0583d213009e6126582025529fbf
diff --git a/lib/modules/apostrophe-users/index.js b/lib/modules/apostrophe-users/index.js index <HASH>..<HASH> 100644 --- a/lib/modules/apostrophe-users/index.js +++ b/lib/modules/apostrophe-users/index.js @@ -326,6 +326,16 @@ module.exports = { }); }; + var superRequirePiece = self.requirePiece; + ...
Fix issue where a group select in the user editor would always reset to 'guest', regardless of the actual set value.
apostrophecms_apostrophe
train
52555a74dbbe9237ead68cb87706769ba3360e4c
diff --git a/src/test/test.js b/src/test/test.js index <HASH>..<HASH> 100644 --- a/src/test/test.js +++ b/src/test/test.js @@ -423,7 +423,23 @@ describe('Client', () => { s.push(null) client.putObject("bucket", "object", '', 11 * 1024 * 1024, s, checkError('code', 'message', 'requestid', 'hostid',...
Adding test for returning error when put part fails in put object
minio_minio-js
train
a1669b8306ca2c09c4d397bb5b578e072b158eeb
diff --git a/src/Fumocker/MockGenerator.php b/src/Fumocker/MockGenerator.php index <HASH>..<HASH> 100644 --- a/src/Fumocker/MockGenerator.php +++ b/src/Fumocker/MockGenerator.php @@ -26,7 +26,7 @@ class MockGenerator " namespace {$namespace}; -const {$this->generateConstantName($functionName)} = 1; +const {$this->g...
[generator] replace 1 with true in flag constant
formapro_Fumocker
train
70a00c5eecbc1303fd1297a9b1a0ab757c280db8
diff --git a/js/media-uploader.js b/js/media-uploader.js index <HASH>..<HASH> 100644 --- a/js/media-uploader.js +++ b/js/media-uploader.js @@ -38,7 +38,7 @@ if ( attachment.attributes.type == 'image' ) { selector.find('.screenshot').empty().hide().append('<img src="' + attachment.attributes.url + '"><a class...
Translation for js strings in media uploader.
wpplex_wp-options
train
36e2050cf709251cd4e2002d461e16ef9a7009c3
diff --git a/wal_e/worker/pg/psql_worker.py b/wal_e/worker/pg/psql_worker.py index <HASH>..<HASH> 100644 --- a/wal_e/worker/pg/psql_worker.py +++ b/wal_e/worker/pg/psql_worker.py @@ -38,11 +38,12 @@ def psql_csv_run(sql_command, error_handler=None): situations. The output is fully buffered into Python. """...
Disable query timeout for backup push.
wal-e_wal-e
train
860477d5ba39b5e474be130a2f356dfcd29c3a43
diff --git a/compliance_checker/__init__.py b/compliance_checker/__init__.py index <HASH>..<HASH> 100644 --- a/compliance_checker/__init__.py +++ b/compliance_checker/__init__.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0"
Updates version to <I>
ioos_compliance-checker
train
3964f2baeb92136f6fbc4b299ba843dfa4752ca1
diff --git a/src/toil/provisioners/clusterScaler.py b/src/toil/provisioners/clusterScaler.py index <HASH>..<HASH> 100644 --- a/src/toil/provisioners/clusterScaler.py +++ b/src/toil/provisioners/clusterScaler.py @@ -835,8 +835,8 @@ class ScalerThread(ExceptionalThread): def tryRun(self): while not self.s...
Throttle scaler even when an exception is raised The with throttle(seconds): construct doesn't work when an exception is raised through it.
DataBiosphere_toil
train
b08765005765c4b41702831405d26f68e5931281
diff --git a/bio_utils/blast_tools/retrieve_subject_sequences.py b/bio_utils/blast_tools/retrieve_subject_sequences.py index <HASH>..<HASH> 100644 --- a/bio_utils/blast_tools/retrieve_subject_sequences.py +++ b/bio_utils/blast_tools/retrieve_subject_sequences.py @@ -9,7 +9,7 @@ import copy from screed.fasta import fas...
Fixed options error in retrieve_subject_sequences.py
Brazelton-Lab_bio_utils
train
7de81d819b8f8d8767bfddc405f95e1d22057f80
diff --git a/storage/smiles/src/main/java/org/openscience/cdk/smiles/BeamToCDK.java b/storage/smiles/src/main/java/org/openscience/cdk/smiles/BeamToCDK.java index <HASH>..<HASH> 100644 --- a/storage/smiles/src/main/java/org/openscience/cdk/smiles/BeamToCDK.java +++ b/storage/smiles/src/main/java/org/openscience/cdk/smi...
Fix a v. subtle issue in up/down bond handling in SMILES. It's quite a corner case but it turns out some toolkits do write records like this (found one in ChEMBL). Only happens if the bond is written on the ring open (unusual but ok) and then multiple directional bonds are written. BEAM does more in recent releases to ...
cdk_cdk
train
08da7266b2e3b34667dd0d7770531409450e11b8
diff --git a/tangy-form-reducer.js b/tangy-form-reducer.js index <HASH>..<HASH> 100644 --- a/tangy-form-reducer.js +++ b/tangy-form-reducer.js @@ -24,7 +24,7 @@ const tangyFormReducer = function (state = initialState, action) { newState.items = action.itemsInDom.map((itemInDom, index) => { let result = ...
Fix merging in new item in dom when opening a form response with new items
Tangerine-Community_tangy-form
train
e7fb97bb69d4585afa782d1517b432fe3e63e860
diff --git a/pandas/core/indexing.py b/pandas/core/indexing.py index <HASH>..<HASH> 100644 --- a/pandas/core/indexing.py +++ b/pandas/core/indexing.py @@ -1654,8 +1654,8 @@ class _iLocIndexer(_LocationIndexer): # Ensure we have something we can iterate over ilocs = self._ensure_iterable_column_indexer...
CLN: we know type of plane_indexer (#<I>)
pandas-dev_pandas
train
4a04d64bbbe16cb22615e56b66a24b28bd720376
diff --git a/tests/test_storage.py b/tests/test_storage.py index <HASH>..<HASH> 100644 --- a/tests/test_storage.py +++ b/tests/test_storage.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals from . import BaseTest from django.contrib.messages.storage import default_storage +from django.test.utils import ove...
test storage with all the backends
evonove_django-stored-messages
train
23450cbc17397827c8492ff01cabcf726b3a6e1a
diff --git a/lib/client/feeds.js b/lib/client/feeds.js index <HASH>..<HASH> 100644 --- a/lib/client/feeds.js +++ b/lib/client/feeds.js @@ -14,10 +14,10 @@ function constructor(key, id, options) { var defaults = { id: false, - baseURL: 'https://io.adafruit.com', + baseURL: 'https://io.adafruit.com/api/', head...
change the baseURL for the feed module
adafruit_adafruit-io-node
train
a1dc03279b780f901952e38f28fd499d841752af
diff --git a/entry_types/scrolled/package/src/frontend/layouts/TwoColumn.js b/entry_types/scrolled/package/src/frontend/layouts/TwoColumn.js index <HASH>..<HASH> 100644 --- a/entry_types/scrolled/package/src/frontend/layouts/TwoColumn.js +++ b/entry_types/scrolled/package/src/frontend/layouts/TwoColumn.js @@ -20,7 +20,...
Update motif area state on layout change Ensure content area ref get reassigned to trigger bounding box measuring when layout is toggled between left and right. REDMINE-<I>
codevise_pageflow
train
c3c8e2fe3ac5f33030e8a3a8be5da0a6fb06c323
diff --git a/src/Offer/Security/SecurityWithLabelPrivacy.php b/src/Offer/Security/SecurityWithLabelPrivacy.php index <HASH>..<HASH> 100644 --- a/src/Offer/Security/SecurityWithLabelPrivacy.php +++ b/src/Offer/Security/SecurityWithLabelPrivacy.php @@ -69,18 +69,14 @@ class SecurityWithLabelPrivacy extends SecurityDecora...
III-<I>: Remove god user check from label privacy security
cultuurnet_udb3-php
train
8f90239601361b67da93d06a61e79143fc1f87ae
diff --git a/src/edeposit/amqp/storage/structures/comm/tree.py b/src/edeposit/amqp/storage/structures/comm/tree.py index <HASH>..<HASH> 100644 --- a/src/edeposit/amqp/storage/structures/comm/tree.py +++ b/src/edeposit/amqp/storage/structures/comm/tree.py @@ -4,6 +4,7 @@ # Interpreter version: python 2.7 # # Imports ...
#<I>: Impelented automatic generation of tree paths.
edeposit_edeposit.amqp.storage
train
6558b5ae40c88af10db5ed7667847bebf116fbbb
diff --git a/spec/unit/application/cert_spec.rb b/spec/unit/application/cert_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/application/cert_spec.rb +++ b/spec/unit/application/cert_spec.rb @@ -191,9 +191,10 @@ describe Puppet::Application::Cert => true do @cert_app.subcommand = :destroy @cert_app.co...
(maint) Remove 'possibly useless use of == in void context' warnings `ruby -wc` let us know that we had some chained logic in a spec file that wasn't actually chaining. Because of this, we were only using the last test in the chain, instead of and'ing all of the tests together.
puppetlabs_puppet
train
eac66e67ecbb0adad918b6edc79aa09a00c7edf6
diff --git a/cmd/config-common.go b/cmd/config-common.go index <HASH>..<HASH> 100644 --- a/cmd/config-common.go +++ b/cmd/config-common.go @@ -69,7 +69,7 @@ func saveConfig(ctx context.Context, objAPI ObjectLayer, configFile string, data return err } - _, err = objAPI.PutObject(ctx, minioMetaBucket, configFile, ...
Use maximum parity for config files (#<I>) Some deployments have low parity (EC:2), but we really do not need to save our config data with the same parity configuration. N/2 would be better to keep MinIO configurations intact when unexpected a number of drives fail.
minio_minio
train
a7b761ebfe5a3bc0d6b878da393223262c626ca1
diff --git a/lib/sequel_mapper/associations.rb b/lib/sequel_mapper/associations.rb index <HASH>..<HASH> 100644 --- a/lib/sequel_mapper/associations.rb +++ b/lib/sequel_mapper/associations.rb @@ -185,10 +185,7 @@ module SequelMapper end def associate_new_nodes(source_object, collection) - new_node...
Many to many efficiency track added / removed nodes
bestie_terrestrial
train
40c7642642b3d7c4851474e2da57671e5f6f7442
diff --git a/doradus-server/src/main/java/com/dell/doradus/olap/search/XLinksInFields.java b/doradus-server/src/main/java/com/dell/doradus/olap/search/XLinksInFields.java index <HASH>..<HASH> 100644 --- a/doradus-server/src/main/java/com/dell/doradus/olap/search/XLinksInFields.java +++ b/doradus-server/src/main/java/co...
xlinks in query fields: support filters
QSFT_Doradus
train
cd8ca7b1a1a8217c835f1358a7891043e7152fd0
diff --git a/tests/_util.py b/tests/_util.py index <HASH>..<HASH> 100644 --- a/tests/_util.py +++ b/tests/_util.py @@ -42,12 +42,17 @@ def expect(invocation, out, program=None, test=None): # example. # TODO: tho still gotta figure out how to say "expect 'the default' (no # out/err, exit 0, wait 0) for host 'foo'", m...
DDD re: reimagined mock_remote API
fabric_fabric
train
65f72c7a0e7116b8e08cb8d7adcbf71b1684aa0d
diff --git a/collatex/src/test/java/eu/interedition/collatex/lab/CollateXLaboratory.java b/collatex/src/test/java/eu/interedition/collatex/lab/CollateXLaboratory.java index <HASH>..<HASH> 100644 --- a/collatex/src/test/java/eu/interedition/collatex/lab/CollateXLaboratory.java +++ b/collatex/src/test/java/eu/intereditio...
[RHD] CollateXLaboratory: made it possible to collate multiple witnesses with the MatchTable button
interedition_collatex
train
ed0c05a0de710eb1b99880876c671d0ca9014599
diff --git a/picopt.py b/picopt.py index <HASH>..<HASH> 100644 --- a/picopt.py +++ b/picopt.py @@ -74,8 +74,7 @@ ABBREVS = ( ReportStats = namedtuple('ReportStats', ['final_filename', 'bytes_diff', 'report_list']) -ExtArgs = namedtuple('ImageFilenames', ['old_filename', 'new...
fix optimize_png report_stats when nothing was done. use a namedtuple for external arguments
ajslater_picopt
train
9a81ec2bf67f09baa1fa55ba3c5014894202db50
diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py index <HASH>..<HASH> 100644 --- a/intranet/apps/eighth/models.py +++ b/intranet/apps/eighth/models.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# pylint: disable=C0302; Allow more than 1000 lines import datetime import logging from itertool...
Disable pylint warnings about more than <I> lines in two modules
tjcsl_ion
train
e0931eafce6f66771f71ca725bb3f45e59f50634
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,6 @@ before_install: - pip install --upgrade pip - pip install taskw - pip install mock - - pip install unittest2 - cd $TRAVIS_BUILD_DIR install: - pip install .[jira,megaplan,activecolla...
Purge unittest2 now that we only test in <I>+. We dropped python <I> from CI in #<I> so the backport is no longer needed.
ralphbean_bugwarrior
train
b0b8483b6ff7085585a480308d553d2dd4c84c8b
diff --git a/pi/cli.py b/pi/cli.py index <HASH>..<HASH> 100644 --- a/pi/cli.py +++ b/pi/cli.py @@ -19,8 +19,8 @@ def main(): parser = argparse.ArgumentParser(description='Python package manipulation', formatter_class=argparse.ArgumentDefaultsHelpFormatter) parser.add_argument('command', choices=comma...
Add short flags for version and verbose to match 'python' command
chbrown_pi
train
d1f80e0fac97aebd840d2a1380176578030289df
diff --git a/lib/clamp/command.rb b/lib/clamp/command.rb index <HASH>..<HASH> 100644 --- a/lib/clamp/command.rb +++ b/lib/clamp/command.rb @@ -44,9 +44,9 @@ module Clamp self.class.help(name) end - include Option::Parsing - include Parameter::Parsing - include Subcommand::Execution + include C...
Fully qualify included modules, to avoid confusion.
mdub_clamp
train
aefb516a632cb439d971fcdef498691e8a0bf0e9
diff --git a/lib/rfd.rb b/lib/rfd.rb index <HASH>..<HASH> 100644 --- a/lib/rfd.rb +++ b/lib/rfd.rb @@ -155,11 +155,8 @@ module Rfd @panes.size end - def clear_all - @panes.each do |p| - Curses.wclear p - Curses.wrefresh p - end + def close_all + @panes....
Not just make them invisible but had to surely close the windows
amatsuda_rfd
train
2772a50bef5d3dacc9882266beb2d359f43b81f3
diff --git a/itests/src/test/java/org/openengsb/itests/exam/ModelTransformationIT.java b/itests/src/test/java/org/openengsb/itests/exam/ModelTransformationIT.java index <HASH>..<HASH> 100644 --- a/itests/src/test/java/org/openengsb/itests/exam/ModelTransformationIT.java +++ b/itests/src/test/java/org/openengsb/itests/e...
[OPENENGSB-<I>] fixed failing integration test
openengsb_openengsb
train
c9892805614a7d81dfab181cee10d67e59f57d45
diff --git a/app/models/vcard.rb b/app/models/vcard.rb index <HASH>..<HASH> 100644 --- a/app/models/vcard.rb +++ b/app/models/vcard.rb @@ -79,7 +79,7 @@ class Vcard < ActiveRecord::Base } end end - accepts_nested_attributes_for :contacts, :reject_if => proc {|attributes| attributes['number'].blank? } + ...
Allow destroying contacts using nested_attributes for Vcard.
huerlisi_has_vcards
train
d8ad9ca1060897b250bb0f2cd341bc8608ded13a
diff --git a/communicator/ssh/communicator.go b/communicator/ssh/communicator.go index <HASH>..<HASH> 100644 --- a/communicator/ssh/communicator.go +++ b/communicator/ssh/communicator.go @@ -3,10 +3,12 @@ package ssh import ( "bytes" "code.google.com/p/go.crypto/ssh" + "fmt" "github.com/mitchellh/packer/packer" ...
communicator/ssh: A first pass at SCP uploading
hashicorp_packer
train
0242ad486b5c218b79a2e7b415b45d222f61220f
diff --git a/test/test_variants.py b/test/test_variants.py index <HASH>..<HASH> 100644 --- a/test/test_variants.py +++ b/test/test_variants.py @@ -15,9 +15,10 @@ from __future__ import absolute_import import functools +import subprocess +import warnings import pandas -from pandas.util.testing import assert_frame...
don't run test requring netMHC if netMHC is not installed
openvax_varlens
train
450e428bc5ed303260386a7fc37c4e07cae0c94d
diff --git a/recordlinkage/types.py b/recordlinkage/types.py index <HASH>..<HASH> 100644 --- a/recordlinkage/types.py +++ b/recordlinkage/types.py @@ -108,6 +108,16 @@ def is_pandas_like(x): return isinstance(x, (pandas.Series, pandas.DataFrame)) +def is_pandas_multiindex(x): + + return isinstance(x, (panda...
basic inference routines for pandas.MultiIndex objects
J535D165_recordlinkage
train
9ebf88fb2f93320b81b00e7e05aa13b4612007b0
diff --git a/bin/phulp.php b/bin/phulp.php index <HASH>..<HASH> 100644 --- a/bin/phulp.php +++ b/bin/phulp.php @@ -142,7 +142,16 @@ if (count($argv) > 1) { } } -$phulpFiles = glob('[P,p]hulp[Ff]il{e,e.php}', GLOB_BRACE); +if (defined('GLOB_BRACE')) { + $phulpFiles = glob('[P,p]hulp[Ff]il{e,e.php}', GLOB_BRAC...
Fix for support on Alpine and others musl-based distros (#<I>) * Fix for support on Alpine and others musl-based distros Alpine doesn't support GLOB_BRACE since it is using musl libc instead of GNU libc. * Refactoring
reisraff_phulp
train
b2912b84cc2250e954bf2c0b3293db9348071bc1
diff --git a/modules/wyc/src/wyc/builder/GlobalResolver.java b/modules/wyc/src/wyc/builder/GlobalResolver.java index <HASH>..<HASH> 100644 --- a/modules/wyc/src/wyc/builder/GlobalResolver.java +++ b/modules/wyc/src/wyc/builder/GlobalResolver.java @@ -1104,6 +1104,16 @@ public class GlobalResolver { // Misc // =====...
WyC: more documentation for global resolver.
Whiley_WhileyCompiler
train
3ac53de6224eb9216d014b79ec3bba1b414ce05d
diff --git a/build/js/Treeview.js b/build/js/Treeview.js index <HASH>..<HASH> 100644 --- a/build/js/Treeview.js +++ b/build/js/Treeview.js @@ -80,6 +80,7 @@ class Treeview { const collapsedEvent = $.Event(EVENT_COLLAPSED) parentLi.removeClass(`${CLASS_NAME_IS_OPENING} ${CLASS_NAME_OPEN}`) + parentLi.find...
fix Closing parent in Treeview closes descendants, but "arrow" icon is not changed properly (#<I>) * fix #<I> * added extra line * remove extra space
ColorlibHQ_AdminLTE
train
1227a07029438e8d31ef50edd2ce544bcc8afe45
diff --git a/protoparser/src/main/java/com/squareup/protoparser/FieldElement.java b/protoparser/src/main/java/com/squareup/protoparser/FieldElement.java index <HASH>..<HASH> 100644 --- a/protoparser/src/main/java/com/squareup/protoparser/FieldElement.java +++ b/protoparser/src/main/java/com/squareup/protoparser/FieldEl...
Coerce option value to string before comparing. Both string and boolean values are supported by the reference implementation, so we support both.
square_wire
train
0d0816eb89d942704a7bfb4dcc467e94a685c1c4
diff --git a/src/main/java/com/twilio/twiml/Gather.java b/src/main/java/com/twilio/twiml/Gather.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/twilio/twiml/Gather.java +++ b/src/main/java/com/twilio/twiml/Gather.java @@ -55,6 +55,9 @@ public class Gather extends TwiML { @XmlAttribute private final S...
Add speechTimeout support to Gather (#<I>) * Add speechTimeout support to Gather * Add int overload function for speechTimeout
twilio_twilio-java
train
3bab5d2df7776b5c742c99029acb94dc5aade5cd
diff --git a/src/security/index.js b/src/security/index.js index <HASH>..<HASH> 100644 --- a/src/security/index.js +++ b/src/security/index.js @@ -49,7 +49,12 @@ module.exports = ({ dataLocation, securityConfig, db }) => { * @param {string} token * @return {boolean} whether the token is valid */ - const au...
switch to including Bearer scheme into the auth header <URL>
botpress_botpress
train
c480cdc4bf1577d11594324fde64af2062dbf47a
diff --git a/src/main/java/com/mercadopago/resources/datastructures/payment/Address.java b/src/main/java/com/mercadopago/resources/datastructures/payment/Address.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/mercadopago/resources/datastructures/payment/Address.java +++ b/src/main/java/com/mercadopago/resourc...
Fix street number not numeric string deserialization in payments
mercadopago_dx-java
train
28e1230a364dcb6e9be4fc34132bd5457c696df9
diff --git a/custodian/qchem/jobs.py b/custodian/qchem/jobs.py index <HASH>..<HASH> 100644 --- a/custodian/qchem/jobs.py +++ b/custodian/qchem/jobs.py @@ -245,6 +245,7 @@ class QCJob(Job): smx=orig_input.smx, vdw_mode=orig_input.vdw_mode, van_der_waals=orig_input.van_d...
Fix NBO passing in FFopt
materialsproject_custodian
train
81499066295f14249c346a5e73533f9d01d230df
diff --git a/abstract.js b/abstract.js index <HASH>..<HASH> 100644 --- a/abstract.js +++ b/abstract.js @@ -22,7 +22,8 @@ function abstractPersistence (opts) { id: 'broker-42', mq: mq, publish: mq.emit.bind(mq), - subscribe: mq.on.bind(mq) + subscribe: mq.on.bind(mq), + unsubscribe: m...
Added unsubscribe to the abstract tests.
mcollina_aedes-persistence
train
77f17c03b0d930e18cd3ab8005e27f86316a0065
diff --git a/js/bittrex.js b/js/bittrex.js index <HASH>..<HASH> 100644 --- a/js/bittrex.js +++ b/js/bittrex.js @@ -270,36 +270,45 @@ module.exports = class bittrex extends Exchange { const market = response[i]; const baseId = this.safeString (market, 'baseCurrencySymbol'); const q...
bittrex fetchMarkets unified structure
ccxt_ccxt
train
c889b76893ee9f137ef9d519533a37d582f0f220
diff --git a/app/models/concerns/acquisition.rb b/app/models/concerns/acquisition.rb index <HASH>..<HASH> 100644 --- a/app/models/concerns/acquisition.rb +++ b/app/models/concerns/acquisition.rb @@ -3,15 +3,21 @@ module Concerns::Acquisition included do # % of people who have logged in at least once - def ...
Add before and after options to acquisition metric Enables calculation of acquisition metric for a cohort of users based on their created_at date.
ministryofjustice_peoplefinder
train
56db03d75454145528aae9d6524744b64aa443b5
diff --git a/twitter4j-core/src/main/java/twitter4j/StatusStream.java b/twitter4j-core/src/main/java/twitter4j/StatusStream.java index <HASH>..<HASH> 100644 --- a/twitter4j-core/src/main/java/twitter4j/StatusStream.java +++ b/twitter4j-core/src/main/java/twitter4j/StatusStream.java @@ -27,8 +27,6 @@ SOFTWARE, EVEN IF A...
TFJ-<I> infinite loop in TwitterStream, results <I>% cpu utilization - adding a test case
Twitter4J_Twitter4J
train
146d2031548af3903a397dfdbb1748eec329653d
diff --git a/lib/Daemon_Bootstrap.php b/lib/Daemon_Bootstrap.php index <HASH>..<HASH> 100755 --- a/lib/Daemon_Bootstrap.php +++ b/lib/Daemon_Bootstrap.php @@ -156,7 +156,7 @@ class Daemon_Bootstrap { $error = true; } - $eventDownloadUrl = 'https://bitbucket.org/osmanov/pecl-event/downloads/event-1.2.0.tgz'; +...
Event version now is <I>
kakserpom_phpdaemon
train
f0f480d654ffbb40cb6ad204a14888dcfdd5d7c1
diff --git a/eZ/Publish/Core/Persistence/Legacy/Handler.php b/eZ/Publish/Core/Persistence/Legacy/Handler.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/Persistence/Legacy/Handler.php +++ b/eZ/Publish/Core/Persistence/Legacy/Handler.php @@ -775,6 +775,10 @@ class Handler implements HandlerInterface } ...
Update PHPDocs in base legacy handler
ezsystems_ezpublish-kernel
train
3ebe5bf5637ffba99d4f4ac55d0f7ada12fc86c1
diff --git a/packages/preprocessors/inlineSlice.js b/packages/preprocessors/inlineSlice.js index <HASH>..<HASH> 100644 --- a/packages/preprocessors/inlineSlice.js +++ b/packages/preprocessors/inlineSlice.js @@ -9,6 +9,5 @@ function replace (raw, p1, p2) { } exports = function (path, moduleDef, opts) { - // logger....
Remove commented out `logger` call
gameclosure_js.io
train
5e378f15dc13a21cef756e1d7f0cada19557c3d5
diff --git a/phy/gui/actions.py b/phy/gui/actions.py index <HASH>..<HASH> 100644 --- a/phy/gui/actions.py +++ b/phy/gui/actions.py @@ -453,9 +453,17 @@ class Snippets(object): self.command += char return callback - self.actions.add(name='_snippet_{}'.format(i), - ...
Support uppercase letters in snippets
kwikteam_phy
train
0c6e09106635aa2d114d2ca507aed32e05d75671
diff --git a/pi_results/class.tx_solr_pi_results_facetingcommand.php b/pi_results/class.tx_solr_pi_results_facetingcommand.php index <HASH>..<HASH> 100644 --- a/pi_results/class.tx_solr_pi_results_facetingcommand.php +++ b/pi_results/class.tx_solr_pi_results_facetingcommand.php @@ -120,8 +120,8 @@ class tx_solr_pi_resu...
Changed renderAvailableFacets() to use a facet object when checking whether the facet is active
TYPO3-Solr_ext-solr
train
c3d1b2b26b5422e7e4d9d24d8c682e8caf947c71
diff --git a/dns-controller/pkg/dns/record_test.go b/dns-controller/pkg/dns/record_test.go index <HASH>..<HASH> 100644 --- a/dns-controller/pkg/dns/record_test.go +++ b/dns-controller/pkg/dns/record_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2016 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (t...
updating headers, OMG we need this in the ci
kubernetes_kops
train
912bb0a4aa77c56136d25c1990d20bbf3905a5c2
diff --git a/autolab_core/tensor_dataset.py b/autolab_core/tensor_dataset.py index <HASH>..<HASH> 100644 --- a/autolab_core/tensor_dataset.py +++ b/autolab_core/tensor_dataset.py @@ -207,7 +207,7 @@ class TensorDatapoint(dict): @property def field_names(self): - return self.keys() + return lis...
More fixes for python3 dict compatibility!
BerkeleyAutomation_autolab_core
train
122e904e166317f97ca860a83b375ac47b3f6ddf
diff --git a/drone/client.go b/drone/client.go index <HASH>..<HASH> 100644 --- a/drone/client.go +++ b/drone/client.go @@ -67,6 +67,8 @@ const ( pathNodes = "%s/api/nodes" pathNode = "%s/api/nodes/%s" pathVersion = "%s/version" + pathTemplates = "%s/api/templates" + pathTemp...
Added template type & interface methods required by the CLI to call endpoints.
drone_drone-go
train
6fe20cf4d02ef56d9abca36f18a46488ed5e4593
diff --git a/lib/vws.rb b/lib/vws.rb index <HASH>..<HASH> 100644 --- a/lib/vws.rb +++ b/lib/vws.rb @@ -2,6 +2,8 @@ require "vws/version" require 'rubygems' require 'hmac-sha1' require 'rest_client' +require 'digest/md5' + module Vws @@ -16,7 +18,7 @@ module Vws @secret = key || ENV['VWS_SECRET'] ...
include md5 digest method call from ruby digest lib
nkokkos_vws
train
58fc865f98a93bc647fa829cbc3a948875a91ba2
diff --git a/cs-jclouds/src/main/java/io/cloudslang/content/jclouds/actions/network/CreateNetworkInterfaceAction.java b/cs-jclouds/src/main/java/io/cloudslang/content/jclouds/actions/network/CreateNetworkInterfaceAction.java index <HASH>..<HASH> 100644 --- a/cs-jclouds/src/main/java/io/cloudslang/content/jclouds/action...
Amazon AWS EC2 VPC - Added Create Network Interface operation.
CloudSlang_cs-actions
train
7ed7772fa47ba9a97d8c169e5eb70de16ee7324f
diff --git a/spec/client_spec.rb b/spec/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/client_spec.rb +++ b/spec/client_spec.rb @@ -398,7 +398,7 @@ describe Vra::Client do describe '#validate_client_options!' do context 'when all required options are supplied' do it 'does not raise an exception' d...
Removing specific error class from #validate_client_options test Rspec is warning about this potentially causing false positives, so the specific error class in the raise_error call has been removed.
chef-partners_vmware-vra-gem
train
92871f2e31fc0c04f8bae566cf39f0e0f07146a2
diff --git a/angr/analyses/analysis.py b/angr/analyses/analysis.py index <HASH>..<HASH> 100644 --- a/angr/analyses/analysis.py +++ b/angr/analyses/analysis.py @@ -108,7 +108,7 @@ class AnalysisFactory(Generic[A]): @functools.wraps(self._analysis_cls.__init__) def wrapper(*args, **kwargs): ...
un-break resilience with named errors; closes #<I>
angr_angr
train
93b53f74d83f6a2425afc6604ad97fb279613d79
diff --git a/test/fetch_multi_test.rb b/test/fetch_multi_test.rb index <HASH>..<HASH> 100644 --- a/test/fetch_multi_test.rb +++ b/test/fetch_multi_test.rb @@ -162,12 +162,12 @@ class FetchMultiTest < IdentityCache::TestCase def test_fetch_multi_reads_in_batches cache_response = {} cache_response[@bob_blob_...
Improve testing of #fetch_multi "reads in batches" behavior
Shopify_identity_cache
train
16d9d85fbb851e6a5f53b500e4a4ed55d14e57e0
diff --git a/theanets/graph.py b/theanets/graph.py index <HASH>..<HASH> 100644 --- a/theanets/graph.py +++ b/theanets/graph.py @@ -532,9 +532,8 @@ class Network(object): if isinstance(inputs, dict): inputs = inputs.items() for pattern, levels in inputs: - levels = list(parse_le...
Evaluate levels pattern as needed. The previous code caused an issue due to late binding of the level value -- all closures were being bound to the last value of the level.
lmjohns3_theanets
train
37f4399ab4b4a1d3ae68390f47e8eb8b5edd3d62
diff --git a/h5p.classes.php b/h5p.classes.php index <HASH>..<HASH> 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -67,7 +67,13 @@ interface H5PFrameworkInterface { */ public function t($message, $replacements = array()); - public function getLibraryFilePath($library_folder, $file); + /** + * Get UR...
Added interface function that returns library file URL [HFP-<I>]
h5p_h5p-php-library
train
683989d5586d58753eb813b3618500253d9b6f1e
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -2,5 +2,6 @@ module.exports = { "server": require('./lib/WebSocketServer'), "client": require('./lib/WebSocketClient'), "router": require('./lib/WebSocketRouter'), - "frame": require('./lib/WebSocketFrame') ...
Exposing WebSocketRequest in the public API to support Socket.IO integration.
theturtle32_WebSocket-Node
train
0a8f0630af2329707c268dcaa57c0238f5f802ba
diff --git a/modules/search-filter/js/search-filter_directive.js b/modules/search-filter/js/search-filter_directive.js index <HASH>..<HASH> 100644 --- a/modules/search-filter/js/search-filter_directive.js +++ b/modules/search-filter/js/search-filter_directive.js @@ -123,6 +123,11 @@ queue: false ...
fix search-filter: set input as undefined when doing blur with empty string
lumapps_lumX
train
b8614eae6fb2f3df9fd74acc24b9bc8c9a441d06
diff --git a/lib/haml/helpers/action_view_mods.rb b/lib/haml/helpers/action_view_mods.rb index <HASH>..<HASH> 100644 --- a/lib/haml/helpers/action_view_mods.rb +++ b/lib/haml/helpers/action_view_mods.rb @@ -17,6 +17,16 @@ if defined?(ActionView) and not defined?(Merb::Plugins) module Helpers # :stopdoc: ...
Override ActionView's #capture helper, so that it can be safely used within a helper.
sass_ruby-sass
train
20697cc1bb003c4103b35b70f42a71b612a2bd9a
diff --git a/examples/halflife3-bot/settings.py b/examples/halflife3-bot/settings.py index <HASH>..<HASH> 100644 --- a/examples/halflife3-bot/settings.py +++ b/examples/halflife3-bot/settings.py @@ -1,3 +1,3 @@ -scopes = ['identity', 'submit'] +scopes = ['identity', 'submit', 'read'] user_agent = 'Half Life 3 Demo App...
Update settings of Half Life 3 bot to work with latest praw
avinassh_prawoauth2
train
dd562e4348a24dac9341a9f9503f1e7b1bd39d62
diff --git a/applications/default/extensions/management/management.js b/applications/default/extensions/management/management.js index <HASH>..<HASH> 100644 --- a/applications/default/extensions/management/management.js +++ b/applications/default/extensions/management/management.js @@ -50,7 +50,8 @@ management.page = f...
Adding redirect to panels adding forms.
recidive_choko
train