hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d3ac007d65068d8662bae7e586237ca360dd6ce5
diff --git a/openquake/job/__init__.py b/openquake/job/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/job/__init__.py +++ b/openquake/job/__init__.py @@ -97,10 +97,6 @@ def spawn_job_supervisor(job_id, pid): OqJob.objects.filter(id=job_id).update( supervisor_pid=supervisor_pid, job_pid=pi...
removed some redundant code from a merge Former-commit-id: <I>d<I>a<I>c4bbd<I>eacbac7acedc9ff0a0
gem_oq-engine
train
e9610b4055cd907d5f2d9234191771c11011f9b4
diff --git a/src/Kunstmaan/FormBundle/Entity/FormSubmissionFieldTypes/ChoiceFormSubmissionField.php b/src/Kunstmaan/FormBundle/Entity/FormSubmissionFieldTypes/ChoiceFormSubmissionField.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/FormBundle/Entity/FormSubmissionFieldTypes/ChoiceFormSubmissionField.php +++ b/src/...
fix choice field validation the first item has value "0" which is empty but not null, so is_null is a better check there
Kunstmaan_KunstmaanBundlesCMS
train
276be8879f373be4851b112789a446bfa3a2cd99
diff --git a/spec/sauce/capybara_spec.rb b/spec/sauce/capybara_spec.rb index <HASH>..<HASH> 100644 --- a/spec/sauce/capybara_spec.rb +++ b/spec/sauce/capybara_spec.rb @@ -1,6 +1,7 @@ require 'spec_helper' require 'sauce/capybara' require 'sauce/connect' +#require 'capybara/server' describe Sauce::Capybara do @@...
Make Capybara specs more stable
saucelabs_sauce_ruby
train
58b085f0dc6e5f65f3ed52e464e44f2205965a4b
diff --git a/terraform/transform_destroy_edge.go b/terraform/transform_destroy_edge.go index <HASH>..<HASH> 100644 --- a/terraform/transform_destroy_edge.go +++ b/terraform/transform_destroy_edge.go @@ -221,6 +221,13 @@ func (t *pruneUnusedNodesTransformer) Transform(g *Graph) error { } } + case Graph...
prune unused providers from the graph, again The provider transformers remove extra provider nodes when they are initially setup, but it may turn out that they are not used later on. The pruneUnusedNodesTransformer takes care of removing unused expansion nodes, which originally required a provider, and hence may caus...
hashicorp_terraform
train
bfebaae4708abaf2d14735d496db0dd71bf17c9b
diff --git a/salt/modules/win_pkg.py b/salt/modules/win_pkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_pkg.py +++ b/salt/modules/win_pkg.py @@ -704,7 +704,7 @@ def get_repo_data(saltenv='base'): if not cached_repo: __salt__['pkg.refresh_db']() try: - with salt.utils.fopen(cached_rep...
read repo file as binary for msgpack
saltstack_salt
train
87d7cb4b0862dd66fbf641615e3142154143e1c7
diff --git a/tests/test.py b/tests/test.py index <HASH>..<HASH> 100644 --- a/tests/test.py +++ b/tests/test.py @@ -6,6 +6,21 @@ from hedgehog.protocol.messages.motor import POWER, BRAKE, VELOCITY class TestClient(unittest.TestCase): + def test_multiple_clients(self): + context = zmq.Context() + + ...
add test for multiple clients connecting to the same controller
PRIArobotics_HedgehogClient
train
4b450a5998cd10887dd7d014923239da47f5155b
diff --git a/v1.go b/v1.go index <HASH>..<HASH> 100644 --- a/v1.go +++ b/v1.go @@ -41,13 +41,13 @@ func parseVersion1(reader *bufio.Reader) (*Header, error) { transportProtocol = TCPv4 case "TCP6": transportProtocol = TCPv6 - case "UNKNOWN": // no-op + case "UNKNOWN": // no-op as UNSPEC is set already d...
v1: validate UNSPEC to show how it's used to signal UNKNOWN
pires_go-proxyproto
train
7f3c6d1fcfac834fe6b2852eed33ca2539610043
diff --git a/jOOX/src/main/java/org/joox/Util.java b/jOOX/src/main/java/org/joox/Util.java index <HASH>..<HASH> 100644 --- a/jOOX/src/main/java/org/joox/Util.java +++ b/jOOX/src/main/java/org/joox/Util.java @@ -98,8 +98,9 @@ class Util { */ static final DocumentFragment createContent(Document doc, String te...
[#<I>] Match.content(String) should treat &amp; and other entities as entities
jOOQ_jOOX
train
2b133e7e8ffe539e58fe17d4da812d57e96392be
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Usage -i, --ignore <selector, ...> Do not remove given selectors -C, --csspath <path> Relative path where the CSS files are located -s, --stylesheets <file, ...> Specify additiona...
Added ability to pass in a raw chunk of CSS.
uncss_uncss
train
977e6459e2ebbc250e6efd90cbabad143bf5c8e3
diff --git a/pypeerassets/main.py b/pypeerassets/main.py index <HASH>..<HASH> 100644 --- a/pypeerassets/main.py +++ b/pypeerassets/main.py @@ -111,15 +111,16 @@ def deck_spawn(provider, deck, network, utxos=None, change_address=None, prod=Tr if provider.is_testnet: p2th_fee = constants.testnet_p2th_fee ...
deck_spawn: that needs to go in opposite order
PeerAssets_pypeerassets
train
188fca65384dcaba6b66f8dbb35220c2d9fbca9c
diff --git a/mnet-graph.py b/mnet-graph.py index <HASH>..<HASH> 100644 --- a/mnet-graph.py +++ b/mnet-graph.py @@ -2,7 +2,7 @@ ''' MNet-Graph.py - v0.1 + v0.2 Michael Laforest mjlaforest@gmail.com @@ -31,6 +31,12 @@ root device using SNMP. Neighbors are discovered through CDP. + + Dependencies: + - Gr...
Update mnet-graph.py
MJL85_natlas
train
4cbe2f982ea4165a4e838a6c265271021ef099c0
diff --git a/openpnm/algorithms/_reactive_transport.py b/openpnm/algorithms/_reactive_transport.py index <HASH>..<HASH> 100644 --- a/openpnm/algorithms/_reactive_transport.py +++ b/openpnm/algorithms/_reactive_transport.py @@ -40,7 +40,6 @@ class ReactiveTransportSettings: """ relaxation_factor = 1.0 - s...
Changing settings.sources to obj[pore.sources']
PMEAL_OpenPNM
train
fb8e86406534cd07e6ba13335d0f23ebb8d7bc57
diff --git a/synapse/models/inet.py b/synapse/models/inet.py index <HASH>..<HASH> 100644 --- a/synapse/models/inet.py +++ b/synapse/models/inet.py @@ -1448,35 +1448,38 @@ class InetMod(CoreModule): ('inet:web:group', {}, [ ('site', {'ptype': 'inet:fqdn', 'ro': 1, - ...
Update inet.py inet:web:group docstring formatting / typo fixing / consistency with inet:web:acct
vertexproject_synapse
train
3719891f6f066c870ebc605eda55bcbfcdc44b47
diff --git a/test/psych/test_date_time.rb b/test/psych/test_date_time.rb index <HASH>..<HASH> 100644 --- a/test/psych/test_date_time.rb +++ b/test/psych/test_date_time.rb @@ -9,10 +9,25 @@ module Psych assert_cycle time end + def test_usec + time = Time.utc(2017, 4, 13, 12, 0, 0, 5) + assert_...
Add tests for time with usec and with time zone offset Add test cases for times with nonzero usec, and for times other than UTC. Note that in the latter case the test only ensures that the restored time designates the same point in time, not that is has the same time zone offset.
ruby_psych
train
51b6b8d41968dfa7c1c4755cb01b665746cc6417
diff --git a/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java b/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpreter/VoiceInterpreter.java index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.interpreter/src/main/java/org/restcomm/connect/interpre...
Code cleanup This refer to #RESTCOMM-<I>
RestComm_Restcomm-Connect
train
0c2c1b1a4b4e64b7c919ddb8512ffce7c6620db3
diff --git a/PySO8601/durations.py b/PySO8601/durations.py index <HASH>..<HASH> 100644 --- a/PySO8601/durations.py +++ b/PySO8601/durations.py @@ -43,4 +43,4 @@ def parse_duration(duration): minutes=elements['minutes'], seconds=elements['seco...
raise exception when parsing duration to be consistent with datetime treatment
OldhamMade_PySO8601
train
14444cc045e48178bb11c919fb227f103183d398
diff --git a/example.py b/example.py index <HASH>..<HASH> 100644 --- a/example.py +++ b/example.py @@ -21,7 +21,7 @@ config = { 'block_map': dict(BLOCK_MAP, **{ BLOCK_TYPES.HEADER_TWO: { 'element': ['h2', {'className': 'c-amazing-heading'}], - 'wrapper': 'hgroup', + 'wra...
Remove obsolete hgroup element from demo
springload_draftjs_exporter
train
f288376e5c41cb94f57105a17eec9262441e484e
diff --git a/helpers/cdn_helper.php b/helpers/cdn_helper.php index <HASH>..<HASH> 100644 --- a/helpers/cdn_helper.php +++ b/helpers/cdn_helper.php @@ -134,7 +134,7 @@ if (!function_exists('cdn_scale')) { */ function cdn_scale($iObjectId, $iWidth, $iHeight) { - return cdnCrop($iObjectId, $iWidth, ...
bug fix in cdn helper
nails_common
train
011add48bcf77e05c6688227767df705e7b3b250
diff --git a/src/FieldHandlers/DblistFieldHandler.php b/src/FieldHandlers/DblistFieldHandler.php index <HASH>..<HASH> 100644 --- a/src/FieldHandlers/DblistFieldHandler.php +++ b/src/FieldHandlers/DblistFieldHandler.php @@ -97,17 +97,24 @@ class DblistFieldHandler extends BaseListFieldHandler return $result...
Dblist search input (task #<I>) Fix issue with search input for dblist type fields, which is using the obsolete cell for rendering the search input.
QoboLtd_cakephp-csv-migrations
train
c546faa687bb3e1c9b2d6522ec1028904e418d8e
diff --git a/lib/dm-validations.rb b/lib/dm-validations.rb index <HASH>..<HASH> 100644 --- a/lib/dm-validations.rb +++ b/lib/dm-validations.rb @@ -2,7 +2,7 @@ require 'rubygems' require 'pathname' gem 'dm-core', '=0.9.1' -require 'data_mapper' +require 'dm-core' dir = Pathname(__FILE__).dirname.expand_path / 'dm...
moving all of dm-mores gems over to require dm-core, instead of data_mapper
emmanuel_aequitas
train
411106faa7d12e51e4e9fb2d70e920bbf9385017
diff --git a/moco-core/src/main/java/com/github/dreamhead/moco/util/RedirectDelegate.java b/moco-core/src/main/java/com/github/dreamhead/moco/util/RedirectDelegate.java index <HASH>..<HASH> 100644 --- a/moco-core/src/main/java/com/github/dreamhead/moco/util/RedirectDelegate.java +++ b/moco-core/src/main/java/com/github...
unified redirect implementation in redirect delegate
dreamhead_moco
train
9c32ef9b4a069e72a913d4fa508276fe789a087b
diff --git a/state/migration_internal_test.go b/state/migration_internal_test.go index <HASH>..<HASH> 100644 --- a/state/migration_internal_test.go +++ b/state/migration_internal_test.go @@ -683,6 +683,7 @@ func (s *MigrationSuite) TestIPAddressDocFields(c *gc.C) { "GatewayAddress", "IsDefaultGateway", "Provid...
Adds new provider network ID field to migration test for link-layer devices.
juju_juju
train
c92e5ba17d39ebd07f7224d623734bf769a611ea
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -279,13 +279,16 @@ class Client * @param array $info * @return string */ - public function generateConnectionToken($userId = '', $exp = 0, $info = array()) + public function gene...
Improve: Accept channels array on connection token generation (#<I>)
centrifugal_phpcent
train
24838df77e724dc645a5ad92aab1aab4a63e6b94
diff --git a/Executor.js b/Executor.js index <HASH>..<HASH> 100755 --- a/Executor.js +++ b/Executor.js @@ -1093,7 +1093,7 @@ var ExecutorProto = { if ( !invoker.SpecTools.checkType( iface_info, resvars, result ) ) { - as.error( FutoInError.InternalError, "Invalid result...
CHANGED: to include Executor's error result in error_info
futoin_core-js-ri-executor
train
e75143a5d76588953fec76f4ee18f3794539ac98
diff --git a/externs/browser/w3c_anim_timing.js b/externs/browser/w3c_anim_timing.js index <HASH>..<HASH> 100644 --- a/externs/browser/w3c_anim_timing.js +++ b/externs/browser/w3c_anim_timing.js @@ -36,6 +36,11 @@ function requestAnimationFrame(callback, opt_element) {}; function cancelRequestAnimationFrame(handle) {}...
externs: Declare cancelAnimationFrame as a global function It's already declared as a function on the window object, it just isn't as a global. Previously it was called cancelRequestAnimationFrame, but cancelAnimationFrame is the standard: <URL>
google_closure-compiler
train
156d6f48766da03aa8c0517554aa0fcd31092dbc
diff --git a/mod/assignment/lib.php b/mod/assignment/lib.php index <HASH>..<HASH> 100644 --- a/mod/assignment/lib.php +++ b/mod/assignment/lib.php @@ -257,6 +257,8 @@ class assignment_base { * * This default method prints the teacher picture and name, date when marked, * grade and teacher submissionco...
MDL-<I>: now complete report properly calls view_feedback in assignment
moodle_moodle
train
0fb18f689e57dfa20b3717967aa39bd7aa8f64f9
diff --git a/src/Toolkit.php b/src/Toolkit.php index <HASH>..<HASH> 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -2,9 +2,10 @@ namespace x2ts; - abstract class Toolkit { - private static $camelCase = []; + private static $camelCase = ['t' => [], 'f' => []]; + + private static $snake_case = ['t' ...
x2ts\Toolkit cache the result of to_snake_case for faster converting.
x2ts_x2ts
train
9b0440d9cc4f208801669c630fd76714e89f64fc
diff --git a/aws/resource_aws_flow_log_test.go b/aws/resource_aws_flow_log_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_flow_log_test.go +++ b/aws/resource_aws_flow_log_test.go @@ -75,6 +75,7 @@ func TestAccAWSFlowLog_VPCID(t *testing.T) { resource.ParallelTest(t, resource.TestCase{ PreCheck: f...
tests/r/flow_log: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
e608ad034481cade81b0fb2752478120b2cb9ffe
diff --git a/lib/prey.js b/lib/prey.js index <HASH>..<HASH> 100644 --- a/lib/prey.js +++ b/lib/prey.js @@ -1,5 +1,4 @@ var common = exports.common = require('./prey/common'); - if(!common.config) common.load_config(); // var config = exports.config = exports.common.config;
Line-break. 'Nuff said.
prey_prey-node-client
train
8030480e831582f97084296ff63ab84dccb85c2e
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Clean up event code [#2751](https://github.com/opendatateam/udata/pull/2751) - Replace mongo legacy image in CI [#2754](https://github.com/opendatateam/udata/pull/2754) - Fixes test `test_sugg...
Fix doc name duplicate on rdf endpoints (#<I>)
opendatateam_udata
train
5adacaa7e4ef0b165de16d8ec8b4c193f74d35cd
diff --git a/example_project/settings/base.py b/example_project/settings/base.py index <HASH>..<HASH> 100644 --- a/example_project/settings/base.py +++ b/example_project/settings/base.py @@ -74,7 +74,6 @@ MIDDLEWARE_CLASSES = [ 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.Authe...
Update Python/Django: Remove pagination middleware from example settings Accidentally left over from when django-pagination was removed.
caktus_django-timepiece
train
cfe94468179ebec6fb5e74e6cdb618507dc4e3cd
diff --git a/lib/file/file_info_user.php b/lib/file/file_info_user.php index <HASH>..<HASH> 100644 --- a/lib/file/file_info_user.php +++ b/lib/file/file_info_user.php @@ -30,6 +30,10 @@ class file_info_user extends file_info { return fullname($this->user, true); } + public function is_writable() { + ...
MDL-<I> list of user areas is read only
moodle_moodle
train
f662af48aa41ab53d98edb9de1554224da862edb
diff --git a/pcapkit/protocols/protocol.py b/pcapkit/protocols/protocol.py index <HASH>..<HASH> 100644 --- a/pcapkit/protocols/protocol.py +++ b/pcapkit/protocols/protocol.py @@ -614,7 +614,7 @@ class Protocol(metaclass=abc.ABCMeta): def _read_packet(self, length: 'Optional[int]' = ..., *, header: 'None' = ...) ->...
bugfix in Protocol class (_read_packet has wrong return value)
JarryShaw_PyPCAPKit
train
2e5afaeaf03f1714ba200c112a95712a464765b9
diff --git a/pycbc/filter/matchedfilter.py b/pycbc/filter/matchedfilter.py index <HASH>..<HASH> 100644 --- a/pycbc/filter/matchedfilter.py +++ b/pycbc/filter/matchedfilter.py @@ -26,7 +26,7 @@ This modules provides matchedfiltering and related match and chisq calculations. """ from math import log,ceil,sqrt -from p...
added out argument to matched_filter, now returns complex TimeSeries
gwastro_pycbc
train
79dd35f7a74d50c854e460f8dd11a3222f7fb384
diff --git a/octodns/provider/fastdns.py b/octodns/provider/fastdns.py index <HASH>..<HASH> 100644 --- a/octodns/provider/fastdns.py +++ b/octodns/provider/fastdns.py @@ -433,7 +433,6 @@ class AkamaiProvider(BaseProvider): _params_for_A = _params_for_multiple _params_for_AAAA = _params_for_multiple _para...
fastdns: fixed an issue with handling spaces in SPF records
github_octodns
train
6f9eba2bcd6073010ad0331a44d9eac162697b24
diff --git a/vivarium/framework/population.py b/vivarium/framework/population.py index <HASH>..<HASH> 100644 --- a/vivarium/framework/population.py +++ b/vivarium/framework/population.py @@ -191,7 +191,7 @@ class PopulationManager: return PopulationView(self, columns, query) def register_simulant_initia...
Added another post-condition to the initializer ordering. Commented it out because disease state naming is broken
ihmeuw_vivarium
train
47f6cdf9f87eb7e1f01cb0cf27e91777567d10d6
diff --git a/spec/statsd/timer_spec.rb b/spec/statsd/timer_spec.rb index <HASH>..<HASH> 100644 --- a/spec/statsd/timer_spec.rb +++ b/spec/statsd/timer_spec.rb @@ -50,8 +50,8 @@ describe Datadog::Statsd::Timer do second_call_time = call_times.pop # the third call is made immediatelly after the second c...
Increase delta of be_within just to be safe 1ms is so short that the test might sometimes fail.
DataDog_dogstatsd-ruby
train
9475e17f9dfd9f02a936a9be8a16a443e592364d
diff --git a/lib/hamlit/doctype_compiler.rb b/lib/hamlit/doctype_compiler.rb index <HASH>..<HASH> 100644 --- a/lib/hamlit/doctype_compiler.rb +++ b/lib/hamlit/doctype_compiler.rb @@ -28,12 +28,12 @@ module Hamlit when :html4, :html5 [:newline] else - [:static, "<?xml version='1.0' encoding...
Fix doctype haml-spec
haml_haml
train
56311d5fe3279d564e139c83456e180b9f01735d
diff --git a/component.js b/component.js index <HASH>..<HASH> 100644 --- a/component.js +++ b/component.js @@ -199,7 +199,7 @@ function base (base) { propValue = this[propName]; } - if (propValue === undefined && 'value' in property) { + if ('value' in property && isUndefinedPropValu...
made focusing, focus async and awaited
xinix-technology_xin
train
c54b0699cb56dc8e2ac7506f698833b9c2b219c5
diff --git a/lib/frozenplague/by_month.rb b/lib/frozenplague/by_month.rb index <HASH>..<HASH> 100644 --- a/lib/frozenplague/by_month.rb +++ b/lib/frozenplague/by_month.rb @@ -14,7 +14,7 @@ module Frozenplague # => <Posts for January> # Post.by_month(Time.local(2008,1,16)) # => <Posts for January> -...
Allow the user to merge options into by_month calls.
radar_by_star
train
733baa6e814c38e1f193cc3cadab56b8bea8f489
diff --git a/tests/test_js_xpcom.py b/tests/test_js_xpcom.py index <HASH>..<HASH> 100644 --- a/tests/test_js_xpcom.py +++ b/tests/test_js_xpcom.py @@ -27,13 +27,13 @@ def test_nsiaccessibleretrieval(): var c = Components.classes[""].createInstance( Components.interfaces.nsIAccessibleRetrievalWhatever); ...
Removed Components check and tests
mozilla_amo-validator
train
34b028c3fb2b02d7fae060c9affbab5a48997039
diff --git a/lib/plugins/package/lib/packageService.js b/lib/plugins/package/lib/packageService.js index <HASH>..<HASH> 100644 --- a/lib/plugins/package/lib/packageService.js +++ b/lib/plugins/package/lib/packageService.js @@ -97,7 +97,7 @@ module.exports = { */ const filesToChmodPlusX = process.platform !==...
[SLS-<I>] fix regerssion with golang check on windows
serverless_serverless
train
f768442ebbf02367ce7d1e5f2e9e1de348932950
diff --git a/lib/teen_process.js b/lib/teen_process.js index <HASH>..<HASH> 100644 --- a/lib/teen_process.js +++ b/lib/teen_process.js @@ -134,6 +134,12 @@ class SubProcess extends EventEmitter { return !!this.proc; } + emitLines (stream, lines) { + for (let line of lines) { + this.emit('stream-line'...
add a new type of output emission 'stream-lines' that covers a common consumer case
appium_node-teen_process
train
72ade19046f47b35c1b5ad7333f11fee0dc1e56f
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index <HASH>..<HASH> 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -2624,7 +2624,8 @@ class Project(SaveMixin, ObjectDeleteMixin, RESTObject): """ path = '/projects/%s/trigger/pipeline' % self.get_id() post_data = {'re...
make trigger_pipeline return the pipeline Trigger_pipeline returns nothing, which makes it difficult to track the pipeline being trigger. Next PR will be about updating a pipeline object to get latest status (not sure yet the best way to do it)
python-gitlab_python-gitlab
train
dc97c6df9ebe87b588d37a1577ff5c7552b07fa1
diff --git a/client/config/config.go b/client/config/config.go index <HASH>..<HASH> 100644 --- a/client/config/config.go +++ b/client/config/config.go @@ -40,4 +40,27 @@ type Config struct { // Node provides the base node Node *structs.Node + + // Options provides arbitrary key-value configuration for nomad inter...
Added Config.Options so we can support arbitrary key-value configuration
hashicorp_nomad
train
80d18887c5c1e8f6035a7985072b25d745e17dda
diff --git a/test/test_scheduler.py b/test/test_scheduler.py index <HASH>..<HASH> 100644 --- a/test/test_scheduler.py +++ b/test/test_scheduler.py @@ -346,6 +346,7 @@ class TestScheduler(unittest.TestCase): 'force_update': True, }, }) + time.sleep(1) ...
wait for 1 seconds for scheduler finish it's work
binux_pyspider
train
7b1615193c0f50d909e2a4dc5b54d07f03ba1fe7
diff --git a/lib/better_errors.rb b/lib/better_errors.rb index <HASH>..<HASH> 100644 --- a/lib/better_errors.rb +++ b/lib/better_errors.rb @@ -17,12 +17,33 @@ class << BetterErrors alias_method :binding_of_caller_available?, :binding_of_caller_available def editor - # default to opening files in TextMate -...
support handy shortenings for editors
BetterErrors_better_errors
train
4262d6009d47f5b1399b584f22e13b1f6f30b46c
diff --git a/reana_commons/version.py b/reana_commons/version.py index <HASH>..<HASH> 100755 --- a/reana_commons/version.py +++ b/reana_commons/version.py @@ -14,4 +14,4 @@ and parsed by ``setup.py``. from __future__ import absolute_import, print_function -__version__ = "0.7.5a1" +__version__ = "0.7.5a2"
release: <I>a2
reanahub_reana-commons
train
340b745eee43347eed03dd47ab763ab6700d66a4
diff --git a/xchange-anx/src/main/java/org/knowm/xchange/anx/v2/ANXAdapters.java b/xchange-anx/src/main/java/org/knowm/xchange/anx/v2/ANXAdapters.java index <HASH>..<HASH> 100644 --- a/xchange-anx/src/main/java/org/knowm/xchange/anx/v2/ANXAdapters.java +++ b/xchange-anx/src/main/java/org/knowm/xchange/anx/v2/ANXAdapter...
[anx] fix NPE and added txn field for funding record
knowm_XChange
train
5ca4f5490802d858cc9f647a478cc3ab7abf13d7
diff --git a/frontend/components/Home.js b/frontend/components/Home.js index <HASH>..<HASH> 100644 --- a/frontend/components/Home.js +++ b/frontend/components/Home.js @@ -227,7 +227,13 @@ class Home extends React.Component { let resultsElement = null; if (this.state.results) { - if (this.state.searchTe...
Made the meme come up if you type in more stuff
ryanhugh_searchneu
train
59ebb77d445c69429882ed8a14aa01b783f05f3a
diff --git a/target.go b/target.go index <HASH>..<HASH> 100644 --- a/target.go +++ b/target.go @@ -11,7 +11,6 @@ import ( "github.com/chromedp/cdproto" "github.com/chromedp/cdproto/cdp" "github.com/chromedp/cdproto/dom" - "github.com/chromedp/cdproto/inspector" "github.com/chromedp/cdproto/page" "github.com/c...
clean up the target handler code a bit We can deal with EventDocumentUpdated in the domEvent method, so we remove an extra type switch on each incoming event. While at it, remove outdated comments and clean up code a bit.
chromedp_chromedp
train
35f51e97bc173e1af92a4fda5aaebfca03232699
diff --git a/tests/xapian_tests/tests/xapian_query.py b/tests/xapian_tests/tests/xapian_query.py index <HASH>..<HASH> 100644 --- a/tests/xapian_tests/tests/xapian_query.py +++ b/tests/xapian_tests/tests/xapian_query.py @@ -56,11 +56,11 @@ class XapianSearchQueryTestCase(TestCase): self.sq.add_filter(SQ(content...
Passing three tests. Empty query, single content value, multi-content values
notanumber_xapian-haystack
train
867effce93ba2ceda363631f0e0b4a8369949c66
diff --git a/admin/tool/dbtransfer/lang/en/tool_dbtransfer.php b/admin/tool/dbtransfer/lang/en/tool_dbtransfer.php index <HASH>..<HASH> 100644 --- a/admin/tool/dbtransfer/lang/en/tool_dbtransfer.php +++ b/admin/tool/dbtransfer/lang/en/tool_dbtransfer.php @@ -22,8 +22,8 @@ * @license http://www.gnu.org/copyleft/gpl...
MDL-<I> fix switched lang strings
moodle_moodle
train
8e0c54ebe819b28bdeb2ff5e22f2bcf3deca4f8d
diff --git a/core/src/main/java/pl/project13/core/GitDataProvider.java b/core/src/main/java/pl/project13/core/GitDataProvider.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/pl/project13/core/GitDataProvider.java +++ b/core/src/main/java/pl/project13/core/GitDataProvider.java @@ -292,7 +292,7 @@ public abstra...
escape & to fix javadoc generation
git-commit-id_maven-git-commit-id-plugin
train
67da9740f9f445caff76b0b0cea20a1b496ea616
diff --git a/keanu-project/src/test/java/io/improbable/keanu/vertices/dbl/nonprobabilistic/operators/binary/SliceVertexTest.java b/keanu-project/src/test/java/io/improbable/keanu/vertices/dbl/nonprobabilistic/operators/binary/SliceVertexTest.java index <HASH>..<HASH> 100644 --- a/keanu-project/src/test/java/io/improbab...
Change the changesMatchGradient test for slice so the slice vertex isn't the "of" vertex
improbable-research_keanu
train
90491bcb04c53bc0df68f947f7df11f886c89217
diff --git a/code/extensions/BetterButtonDataObject.php b/code/extensions/BetterButtonDataObject.php index <HASH>..<HASH> 100644 --- a/code/extensions/BetterButtonDataObject.php +++ b/code/extensions/BetterButtonDataObject.php @@ -165,15 +165,8 @@ class BetterButtonDataObject extends DataExtension { * @return boo...
REGRESSION: reapply several pull requests that were lost in <I> release
unclecheese_silverstripe-gridfield-betterbuttons
train
88668f370c8016654f744f25db0a63582c810d0e
diff --git a/packages-api/webiny-entity/src/entityAttributes/entitiesAttribute.js b/packages-api/webiny-entity/src/entityAttributes/entitiesAttribute.js index <HASH>..<HASH> 100644 --- a/packages-api/webiny-entity/src/entityAttributes/entitiesAttribute.js +++ b/packages-api/webiny-entity/src/entityAttributes/entitiesAt...
fix(webiny-entity): Entity/entities attributes - errors Both attributes must throw an error if needed, which must be catchable from users end. close #<I>
Webiny_webiny-js
train
e13d1906add43067f5d07d58aaafa4335094d176
diff --git a/yowsup/layers/axolotl/layer.py b/yowsup/layers/axolotl/layer.py index <HASH>..<HASH> 100644 --- a/yowsup/layers/axolotl/layer.py +++ b/yowsup/layers/axolotl/layer.py @@ -103,7 +103,7 @@ class YowAxolotlLayer(YowProtocolLayer): self.store = None def send(self, node): - if node...
skip encryption of text messages to groups at axolotl layer
tgalal_yowsup
train
e02524a037456454262535300e8629634f4552c2
diff --git a/collection-tool/test-result-collection-tool/src/main/java/com/hp/mqm/clt/RestClient.java b/collection-tool/test-result-collection-tool/src/main/java/com/hp/mqm/clt/RestClient.java index <HASH>..<HASH> 100644 --- a/collection-tool/test-result-collection-tool/src/main/java/com/hp/mqm/clt/RestClient.java +++ ...
defect <I>: [Publishing Tool]: 'VALIDATION_CSRF_HEADER_MISSING' exception received while running the collection tool
hpsa_hpe-application-automation-tools-plugin
train
0f53089fde3954b2e9a6f90b631093d6a7260a81
diff --git a/app/views/pageflow/themes/_theme.json.jbuilder b/app/views/pageflow/themes/_theme.json.jbuilder index <HASH>..<HASH> 100644 --- a/app/views/pageflow/themes/_theme.json.jbuilder +++ b/app/views/pageflow/themes/_theme.json.jbuilder @@ -1,4 +1,4 @@ -json.(theme, :name) +json.(theme, :name, :options) json.p...
Use theme color as placeholder for waveform color input Pass all theme options along in editor seed data to allow reading the color from the theme backbone model.
codevise_pageflow
train
5a63f60d2311b2c00abae4aba0e50f7dcf374229
diff --git a/salt/states/linux_acl.py b/salt/states/linux_acl.py index <HASH>..<HASH> 100644 --- a/salt/states/linux_acl.py +++ b/salt/states/linux_acl.py @@ -75,7 +75,7 @@ def __virtual__(): return False, 'The linux_acl state cannot be loaded: the getfacl or setfacl binary is not in the path.' -def present(na...
fix handling of lists removed single value comprehension with list
saltstack_salt
train
d7926f599816d76f4a69f8de0dc1d54b57c2c2de
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: - markdownizer (0.3.6) + markdownizer (0.3.7) activerecord (>= 3.0.3) coderay rdiscount @@ -34,7 +34,7 @@ GEM minitest (4.7.5) mult...
Tiny optimization, and make sure the comment bug is not there anymore. Fixes #3
codegram_markdownizer
train
fa200dcb0ecc0f03deeedfacd7945fce6ce0a192
diff --git a/java/client/src/org/openqa/selenium/support/events/EventFiringWebDriver.java b/java/client/src/org/openqa/selenium/support/events/EventFiringWebDriver.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/support/events/EventFiringWebDriver.java +++ b/java/client/src/org/openqa/seleniu...
EranMes, on behalf of AlexeiBarantsev: Allow WebElements originating from the EventFiringWebDriver to be serialized by the WebElementToJsonConverter by making them implement the WrapsElement interface. This solves issue <I>. r<I>
SeleniumHQ_selenium
train
6f80708a2561275fc3ee461a4b1e216e2aaf8e3d
diff --git a/js/huobipro.js b/js/huobipro.js index <HASH>..<HASH> 100644 --- a/js/huobipro.js +++ b/js/huobipro.js @@ -330,7 +330,7 @@ module.exports = class huobipro extends Exchange { symbol = market['symbol']; let timestamp = this.safeInteger2 (trade, 'ts', 'created-at'); let order = t...
another minor edit to huobipro parseTrade for python safety
ccxt_ccxt
train
9c430bdfd523200bf97dd366d1b405dac57623f2
diff --git a/lib/veewee/provider/core/box/build.rb b/lib/veewee/provider/core/box/build.rb index <HASH>..<HASH> 100644 --- a/lib/veewee/provider/core/box/build.rb +++ b/lib/veewee/provider/core/box/build.rb @@ -5,6 +5,10 @@ module Veewee def build(options={}) + if definition.nil? + rais...
respond with error if build can't find any definition
jedi4ever_veewee
train
a0b359b1fcb9f76f476a95e93f9df664a424c49f
diff --git a/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/radio/OperationPriorityFifoBlockingQueue.java b/rxandroidble/src/main/java/com/polidea/rxandroidble/internal/radio/OperationPriorityFifoBlockingQueue.java index <HASH>..<HASH> 100644 --- a/rxandroidble/src/main/java/com/polidea/rxandroidble/inter...
Added debug logging of commands that were queued on the radio but unsubscribed before execution time. Reviewers: michal.zielinski, pawel.urban Reviewed By: michal.zielinski, pawel.urban Differential Revision: <URL>
Polidea_RxAndroidBle
train
e3262daec600ff2327c06a41bfb151baefb37831
diff --git a/chef/spec/unit/environment_spec.rb b/chef/spec/unit/environment_spec.rb index <HASH>..<HASH> 100644 --- a/chef/spec/unit/environment_spec.rb +++ b/chef/spec/unit/environment_spec.rb @@ -83,7 +83,7 @@ describe Chef::Environment do lambda { @environment.attributes(Array.new) }.should raise_error(Argum...
fix spec test for Chef::Environment
chef_chef
train
3ace0b91e46725777a7c7940c77f4561c82bd725
diff --git a/sos/collector/__init__.py b/sos/collector/__init__.py index <HASH>..<HASH> 100644 --- a/sos/collector/__init__.py +++ b/sos/collector/__init__.py @@ -1104,11 +1104,6 @@ this utility or remote systems that it connects to. except KeyboardInterrupt: self.exit("Exiting on user can...
[collect] Remove double prompt for case ID Remove the case ID prompt within `collect`, since the one from `Policy` will always apply. This avoids a double prompt for a case ID if the user does not originally provide one.
sosreport_sos
train
019003b9266872f912b188708583141a34561007
diff --git a/staging/src/k8s.io/apiserver/pkg/audit/request.go b/staging/src/k8s.io/apiserver/pkg/audit/request.go index <HASH>..<HASH> 100644 --- a/staging/src/k8s.io/apiserver/pkg/audit/request.go +++ b/staging/src/k8s.io/apiserver/pkg/audit/request.go @@ -94,10 +94,11 @@ func NewEventFromRequest(req *http.Request, l...
audit: fill in sub-resource
kubernetes_kubernetes
train
1dfb2f609bfeb97a2951056538103b05dc89631e
diff --git a/tests/Unit/Core/SystemEventHandlerTest.php b/tests/Unit/Core/SystemEventHandlerTest.php index <HASH>..<HASH> 100644 --- a/tests/Unit/Core/SystemEventHandlerTest.php +++ b/tests/Unit/Core/SystemEventHandlerTest.php @@ -43,14 +43,7 @@ class SystemEventHandlerTest extends \OxidEsales\TestingLibrary\UnitTestCa...
OXDEV-<I> Restructure test to be more readable
OXID-eSales_oxideshop_ce
train
8b3328e149626c92ee67aa51d5673f80f8cdf288
diff --git a/Parsing/StreetAddressParser.php b/Parsing/StreetAddressParser.php index <HASH>..<HASH> 100644 --- a/Parsing/StreetAddressParser.php +++ b/Parsing/StreetAddressParser.php @@ -16,7 +16,7 @@ class StreetAddressParser //cases where first line is street line $line = $lines[0]; - if (p...
tighten street address parser logic to use heuristic that a 'word' containing lowercase letters is part of a street name
usemarkup_addressing
train
f10cce89321f27db98618fbbe52fdd43ef49adf2
diff --git a/detect_secrets/plugins/common/filters.py b/detect_secrets/plugins/common/filters.py index <HASH>..<HASH> 100644 --- a/detect_secrets/plugins/common/filters.py +++ b/detect_secrets/plugins/common/filters.py @@ -7,13 +7,13 @@ import string def is_false_positive(secret): - for func in [ - is_se...
:snake: Refactor `for...if...return` with `any`
Yelp_detect-secrets
train
857f5a80dacc8d2880bf6c5448ca4a304a5d6ceb
diff --git a/web/concrete/models/user_private_message.php b/web/concrete/models/user_private_message.php index <HASH>..<HASH> 100644 --- a/web/concrete/models/user_private_message.php +++ b/web/concrete/models/user_private_message.php @@ -1,19 +1,12 @@ <? - defined('C5_EXECUTE') or die("Access Denied."); -/** - * @pa...
pm events Former-commit-id: <I>ddfa8b3b2a3c<I>bff6ddf<I>a<I>f3bb7
concrete5_concrete5
train
6fbab62bfcaf91ce2525408f963a99e4ba4c1ad6
diff --git a/js/ftx.js b/js/ftx.js index <HASH>..<HASH> 100644 --- a/js/ftx.js +++ b/js/ftx.js @@ -1612,6 +1612,7 @@ module.exports = class ftx extends Exchange { 'market': market['id'], 'side': side, // 'buy' or 'sell' // 'price': 0.306525, // send null for market orders + ...
ftx revert #<I>
ccxt_ccxt
train
d2c16502b47c61045d4e3bc1eca026b2ab2e0f26
diff --git a/lib/PathFinder.php b/lib/PathFinder.php index <HASH>..<HASH> 100644 --- a/lib/PathFinder.php +++ b/lib/PathFinder.php @@ -205,6 +205,14 @@ class PathFinder extends AbstractController ->setBaseURL(dirname($this->api->pm->base_path)); } + // Add shared locations + if...
Add shared location if it exists.
atk4_atk4
train
637a29f1140efcb6af2da8db9f7915a60cbb78e9
diff --git a/lib/cocoapods-chillax-swift.rb b/lib/cocoapods-chillax-swift.rb index <HASH>..<HASH> 100644 --- a/lib/cocoapods-chillax-swift.rb +++ b/lib/cocoapods-chillax-swift.rb @@ -1,3 +1,3 @@ module CocoaPodsChillaxSwift - VERSION = "0.1.0" + VERSION = "0.2.0" end diff --git a/lib/installer.rb b/lib/installer.rb...
Disables GCC optimizations, too.
ashfurrow_cocoapods-chillax-swift
train
3b309d86c879785efc3de2f6ddbc51b9b4ced275
diff --git a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/AddColumnGenerator.java b/liquibase-core/src/main/java/liquibase/sqlgenerator/core/AddColumnGenerator.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/sqlgenerator/core/AddColumnGenerator.java +++ b/liquibase-core/src/mai...
CORE-<I> addColumn should support not-null constraint with an initial default value Fixed order of "default value" and "not null"
liquibase_liquibase
train
2385a3b132370be9821a3a6add6280bfc5531dd9
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Removed ### Fixed +- Treat `,` character as only special character in non quoted top-level strings. #78 ## [0.4.1] ...
Only `,` is special on top-level strings (#<I>)
elastic_go-ucfg
train
678d3146110c4585b164cb3f3c4c2077fc966aa4
diff --git a/src/Ingruz/Rest/Helpers/DBQueryHelper.php b/src/Ingruz/Rest/Helpers/DBQueryHelper.php index <HASH>..<HASH> 100644 --- a/src/Ingruz/Rest/Helpers/DBQueryHelper.php +++ b/src/Ingruz/Rest/Helpers/DBQueryHelper.php @@ -193,9 +193,10 @@ class DBQueryHelper { } else { ...
Added support to specify table name in relations constraint
ingro_Rest
train
54c11eca7a70800bce63e9c207ca42a3ead52c34
diff --git a/api/app.go b/api/app.go index <HASH>..<HASH> 100644 --- a/api/app.go +++ b/api/app.go @@ -1610,7 +1610,8 @@ func stop(w http.ResponseWriter, r *http.Request, t auth.Token) (err error) { // 200: Ok // 401: Unauthorized // 404: App not found -func forceDeleteLock(w http.ResponseWriter, r *http.Reque...
api: add event to app unlock, fixes #<I>
tsuru_tsuru
train
665217848603b147be9b23c60bf3104cd4afbbc1
diff --git a/src/type/__tests__/schema-test.js b/src/type/__tests__/schema-test.js index <HASH>..<HASH> 100644 --- a/src/type/__tests__/schema-test.js +++ b/src/type/__tests__/schema-test.js @@ -333,24 +333,6 @@ describe('Type System: Schema', () => { }).__validationErrors, ).to.deep.equal([]); ...
schema: Always validate basic config structure (#<I>) It introduces small perfomance penalty but simplify writing code around GraphQLSchema a lot. Also good long term solution would be to have separate dev and production (without `devAssert` checks) builds.
graphql_graphql-js
train
e0ffe70e2798277b208ff29dc29088129a082536
diff --git a/src/CfdiUtils/Nodes/NodeInterface.php b/src/CfdiUtils/Nodes/NodeInterface.php index <HASH>..<HASH> 100644 --- a/src/CfdiUtils/Nodes/NodeInterface.php +++ b/src/CfdiUtils/Nodes/NodeInterface.php @@ -10,7 +10,7 @@ interface NodeInterface extends \ArrayAccess, \Countable, \IteratorAggregate */ publ...
Changed return of :self instead the object name
eclipxe13_CfdiUtils
train
0ab3219e67d3dbf512cda87ce429d806b7db995c
diff --git a/moskito-core/java/net/java/dev/moskito/core/predefined/ThreadCountStats.java b/moskito-core/java/net/java/dev/moskito/core/predefined/ThreadCountStats.java index <HASH>..<HASH> 100644 --- a/moskito-core/java/net/java/dev/moskito/core/predefined/ThreadCountStats.java +++ b/moskito-core/java/net/java/dev/mos...
added getValueByNameAsString
anotheria_moskito
train
4d0b492a7958292ed7df0a28b07198a79033e77e
diff --git a/setuptools/dist.py b/setuptools/dist.py index <HASH>..<HASH> 100644 --- a/setuptools/dist.py +++ b/setuptools/dist.py @@ -364,9 +364,8 @@ class Distribution(Distribution_parse_config_files, _Distribution): `"extra:{marker}": ["barbazquux"]`. """ extras_require = defaultdict(lis...
Extract variable for nicer indentation
pypa_setuptools
train
73d0e5a60fbac9b2fa4a4af3b9fec2b037f37308
diff --git a/Api/Helper/Customer/Currency.php b/Api/Helper/Customer/Currency.php index <HASH>..<HASH> 100644 --- a/Api/Helper/Customer/Currency.php +++ b/Api/Helper/Customer/Currency.php @@ -16,9 +16,10 @@ interface Currency /** * @param float $amount * @param int|array|\Praxigento\Core\Data|null $cust...
MOBI-<I> Fix wallet amounts rounding & currency
praxigento_mobi_mod_core
train
b82f62809f684133953d82597f95abcd19956a66
diff --git a/devassistant/assistant_base.py b/devassistant/assistant_base.py index <HASH>..<HASH> 100644 --- a/devassistant/assistant_base.py +++ b/devassistant/assistant_base.py @@ -14,6 +14,20 @@ class AssistantBase(object): args = [] usage_string_fmt = 'Usage of {verbose_name}:' + def get_subassistant...
Allow gathering assistants into a dict
devassistant_devassistant
train
dee48fb4c7a68ea1168f57b0c91d92e6b5af46e7
diff --git a/poker/_common.py b/poker/_common.py index <HASH>..<HASH> 100644 --- a/poker/_common.py +++ b/poker/_common.py @@ -1,6 +1,6 @@ import random import functools -from collections import Iterable +from collections.abc import Iterable import enum diff --git a/poker/strategy.py b/poker/strategy.py index <H...
Fix DeprecationWarning caused by importing from collections Abstract Base Classes are moved to collections.abc. The error message was: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in <I> it will stop working from collections import Iterable
pokerregion_poker
train
50feba2dd9769421c1b7b7e7060418f957881e9e
diff --git a/db.go b/db.go index <HASH>..<HASH> 100644 --- a/db.go +++ b/db.go @@ -71,18 +71,19 @@ func (db *Database) Exists() (bool, error) { // Create creates a new database func (db *Database) Create() error { type response struct { - Error string `json:"error"` - Ok bool `json:"ok"` + Error string `js...
Changing the template to add a condition status. Using string replaces to get it working. Pretty weird code !
gospackler_couchdb
train
8089827befa5ef9315c501966ec6e02a0bfd2589
diff --git a/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRule.java b/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRule.java index <HASH>..<HASH> 100644 --- a/languagetool-core/src/main/java/org/languagetool/rules/patterns/PatternRule.java +++ b/languagetool-core/src/...
tiny optimization: stop for "infinity = true" as soon as possible
languagetool-org_languagetool
train
ac7f59618a80b6a4aac777f6184e7fa6a0614079
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ + Fixed #1201 - all external node attributes are converted to strings. + Adding a ResourceTemplate class for using templates directly within resources (i.e., client-side templates). This would re...
Fixed #<I> - all external node attributes are converted to strings.
puppetlabs_puppet
train
6afa1eaee08cfc11a9a05f789ed06be6cc0ecce7
diff --git a/integration/jena/src/main/java/com/github/jsonldjava/jena/JsonLDReader.java b/integration/jena/src/main/java/com/github/jsonldjava/jena/JsonLDReader.java index <HASH>..<HASH> 100644 --- a/integration/jena/src/main/java/com/github/jsonldjava/jena/JsonLDReader.java +++ b/integration/jena/src/main/java/com/gi...
Rethrow exceptions as RIOTException
jsonld-java_jsonld-java
train
3bd604fc555380e1311d961f5ff8bcbae7d27880
diff --git a/pynmea2/types/talker.py b/pynmea2/types/talker.py index <HASH>..<HASH> 100644 --- a/pynmea2/types/talker.py +++ b/pynmea2/types/talker.py @@ -884,7 +884,7 @@ class MDA(TalkerSentence): fields = ( ('Barometric pressure, inches of mercury', 'b_pressure_inch', Decimal), ('Inches', 'in...
Fix a small typo. s/presure/pressure/ Managed to run into this on a New Mountain acoustic weather station.
Knio_pynmea2
train
1633bd354f17ed9906a110d9f7ced69921b70f47
diff --git a/pytest_cov.py b/pytest_cov.py index <HASH>..<HASH> 100644 --- a/pytest_cov.py +++ b/pytest_cov.py @@ -1,9 +1,11 @@ """Coverage plugin for pytest.""" +import os import pytest import cov_core +import cov_core_init def pytest_addoption(parser): @@ -64,6 +66,8 @@ class CovPlugin(object): ...
run coverage manually if test is in a new process credits go to @mocksoul for initial inspiration
pytest-dev_pytest-cov
train
dbce0b47783f1088438dbdabe85585bb12570905
diff --git a/pyinfra/api/inventory.py b/pyinfra/api/inventory.py index <HASH>..<HASH> 100644 --- a/pyinfra/api/inventory.py +++ b/pyinfra/api/inventory.py @@ -174,19 +174,31 @@ class Inventory(object): for host in six.itervalues(self.hosts): yield host - def get_host(self, name, default=None)...
Make `Inventory.get_group` and `Inventory.get_host` raise exceptions, just like the old `__getattr__` and `__getitem__` they replace. Can still be changed to return anything instead, but by default now raises.
Fizzadar_pyinfra
train
0a385c848db66ddcb1ef2bfdb30572d07af2f18d
diff --git a/__workbench__/superv/platform/src/Domains/Asset/Asset.php b/__workbench__/superv/platform/src/Domains/Asset/Asset.php index <HASH>..<HASH> 100644 --- a/__workbench__/superv/platform/src/Domains/Asset/Asset.php +++ b/__workbench__/superv/platform/src/Domains/Asset/Asset.php @@ -205,8 +205,6 @@ class Asset ...
Do not force live assets if only enabled in config, but also check for live filter
superv_platform
train
d84d05af95a1f5eebf1e1d4a2c98c90173a21577
diff --git a/test/func/author-credit.js b/test/func/author-credit.js index <HASH>..<HASH> 100644 --- a/test/func/author-credit.js +++ b/test/func/author-credit.js @@ -55,9 +55,9 @@ describe('fetchOrCreateCredit', () => { return truncateTables(bookshelf, [ 'bookbrainz.entity', - 'bookbrainz.creator_header', -...
refactor: Fix test refering to creator_ tables
bookbrainz_bookbrainz-data-js
train
890cde3d4c766d8b918ad945501257fd1ddd3ba8
diff --git a/cmd/dlv/dlv_test.go b/cmd/dlv/dlv_test.go index <HASH>..<HASH> 100644 --- a/cmd/dlv/dlv_test.go +++ b/cmd/dlv/dlv_test.go @@ -637,6 +637,7 @@ func TestDap(t *testing.T) { client := daptest.NewClient(listenAddr) client.DisconnectRequest() client.ExpectDisconnectResponse(t) + client.ExpectTerminatedEve...
service/dap: send terminated event when disconnecting (#<I>) * service/dap: send terminated event when disconnecting If the program terminates while disconnecting, either because it was killed or otherwise, send a terminated event.
go-delve_delve
train
e02318a2f33aad7058e1b2e8ad504150710b8f10
diff --git a/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java b/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java +++ b/src/frontend/org/voltdb/sysprocs/UpdateApplicationBase.java @@ -229,6 +229,7 @@ publi...
attempt to change sitesperhost should return status UNSUPPORTED_DYNAMIC_CHANGE
VoltDB_voltdb
train
3b55b5ece4ab5f24571190a23996629d91aae9d3
diff --git a/src/Command/ProfileRunCommand.php b/src/Command/ProfileRunCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/ProfileRunCommand.php +++ b/src/Command/ProfileRunCommand.php @@ -21,10 +21,6 @@ use Drutiny\Target\Target; */ class ProfileRunCommand extends Command { - const EMOJI_REMEDIATION = "\xE...
Support the ability to exclude a policy from a profile:run
drutiny_drutiny
train
838f2e30a89cb755c5691dbdefe92f762ee26f87
diff --git a/pyxel/sound.py b/pyxel/sound.py index <HASH>..<HASH> 100644 --- a/pyxel/sound.py +++ b/pyxel/sound.py @@ -34,12 +34,12 @@ class Sound: self.speed = 1 @staticmethod - def fromstring(data, speed): + def fromstring(note, tone, volume, effect, speed): sound = Sound() - sou...
Changed the arguments of the Sound fromstring method
kitao_pyxel
train