hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c497a5f1dc3b1452a7b5ee4bdc69040e386e79bb
diff --git a/config.go b/config.go index <HASH>..<HASH> 100644 --- a/config.go +++ b/config.go @@ -58,7 +58,8 @@ type Config struct { BackgroundInterval int // Workers indicates how many goroutines may be used for various tasks // (processing incoming writes and batching them to disk, background tasks, - // etc.)...
Small doc changes and renaming config.VLM
gholt_store
train
955ef60292ac5d847877796d5cc249c3e599b8f8
diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index <HASH>..<HASH> 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -35,6 +35,9 @@ }).render(); window.addEventListener('resize', this.inbox.resize.bind(this.inbox)); + window.addEventListener('befor...
Fix list_view-related error in background page Background page conversations were trying to trigger events on the inbox list view which had been destroyed, resulting in a background page console error of "can't read innerHeight of null". Avoid this by removing listeners when the inbox window is closed.
ForstaLabs_librelay-node
train
460635599a730da7c9f796160c5cf619bb65f3ea
diff --git a/enrol/authorize/authorizenetlib.php b/enrol/authorize/authorizenetlib.php index <HASH>..<HASH> 100644 --- a/enrol/authorize/authorizenetlib.php +++ b/enrol/authorize/authorizenetlib.php @@ -417,7 +417,26 @@ function authorize_action(&$order, &$message, &$extra, $action=AN_ACTION_NONE, $ ca...
Autoconfigure accepted echeck bank account types. CHECKING, BUSINESSCHECKING, SAVINGS
moodle_moodle
train
7458afded6858ec7aa8bac1f443f6fa5da81b948
diff --git a/integration_tests/test_trash_put.py b/integration_tests/test_trash_put.py index <HASH>..<HASH> 100644 --- a/integration_tests/test_trash_put.py +++ b/integration_tests/test_trash_put.py @@ -2,6 +2,7 @@ from trashcli.put import TrashPutCmd import os +from os.path import exists as file_exists from datet...
Refactor: using os.path.exists with alias file_exists, and removed unused method: should_fail
andreafrancia_trash-cli
train
ced1eab7b2bf0d6f122b8308b95d86e125ea1214
diff --git a/pkg/util/ratelimiter/ratelimiter.go b/pkg/util/ratelimiter/ratelimiter.go index <HASH>..<HASH> 100644 --- a/pkg/util/ratelimiter/ratelimiter.go +++ b/pkg/util/ratelimiter/ratelimiter.go @@ -54,6 +54,8 @@ func (rlf *RateLimitedFunction) pop() { } // Invoke adds a request if its not already present and r...
Clean up a misleading comment in the ratelimiter code (take 2) The ratelimiter Invoke() function had a comment that implied the Invoke() would block until the function called was run. This clearly does not match the behavior of the function. Instead, Invoke() queues the request and the background thread will pick it u...
openshift_origin
train
da8b7faad51e53b14e7a07fc3e8df340dd58819b
diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index <HASH>..<HASH> 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -72,6 +72,23 @@ rwslib provides several sets of syamdard request types arranged into python unit * ``odm_adapter_requests.py`` contai...
Added option to over-ride default virtual directory
mdsol_rwslib
train
7522ed1f2371b1eafe0c24ba2776edebbc21cfb2
diff --git a/calendar/classes/local/event/forms/create.php b/calendar/classes/local/event/forms/create.php index <HASH>..<HASH> 100644 --- a/calendar/classes/local/event/forms/create.php +++ b/calendar/classes/local/event/forms/create.php @@ -250,10 +250,13 @@ class create extends \moodleform { } if...
MDL-<I> core_calendar: fix phpunit failures on event form
moodle_moodle
train
88d3b1dab1fd780166e39d0995ee1710105a9cd3
diff --git a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js b/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js index <HASH>..<HASH> 100644 --- a/src/main/resources/META-INF/resources/primefaces/datatable/datatable.js +++ b/src/main/resources/META-INF/resources/primefaces/...
Fix #<I>: Datatable radio selection same as checkbox (#<I>)
primefaces_primefaces
train
3b831d8ad0bff56a2502f5e410a95e541e8c1dec
diff --git a/py3status/modules/aws_bill.py b/py3status/modules/aws_bill.py index <HASH>..<HASH> 100644 --- a/py3status/modules/aws_bill.py +++ b/py3status/modules/aws_bill.py @@ -17,7 +17,7 @@ Configuration parameters: (default '{bill_amount}$') s3_bucket_name: The bucket where billing files are sent by A...
aws_bill: replace http with secure https
ultrabug_py3status
train
0878f130e8370d1d0d935313726020582d145381
diff --git a/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php b/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php index <HASH>..<HASH> 100644 --- a/src/Graviton/GeneratorBundle/Command/GenerateDynamicBundleCommand.php +++ b/src/Graviton/GeneratorBundle/Command/GenerateDynamicBun...
derivate hash from contents as mtime may be not conistent..
libgraviton_graviton
train
17faf82d9dee20e28ec9fb16b6d99988ad2fe5e9
diff --git a/app/models/pageflow/theme_customization_file.rb b/app/models/pageflow/theme_customization_file.rb index <HASH>..<HASH> 100644 --- a/app/models/pageflow/theme_customization_file.rb +++ b/app/models/pageflow/theme_customization_file.rb @@ -39,7 +39,7 @@ module Pageflow # A hash of urls based on the styl...
Ensure original theme customization file style is not processed Prevent Paperclip from messing with uploaded SVG and ICO files. We want to be able to use the unchanged originals. REDMINE-<I>
codevise_pageflow
train
9ee5cebc0d2c0af48f3b3b7bb6b4e17088fde5c5
diff --git a/framework/views/carousel.js b/framework/views/carousel.js index <HASH>..<HASH> 100644 --- a/framework/views/carousel.js +++ b/framework/views/carousel.js @@ -16,7 +16,7 @@ limitations under the License. */ (function() { - 'use strict;'; + 'use strict'; var module = angular.module('onsen'); dif...
refactor(all): Fix typos to enable strict mode in some view codes.
OnsenUI_OnsenUI
train
7f1770942265d95ad8d03e8e9cbca66b7e8abe97
diff --git a/netpyne/cell.py b/netpyne/cell.py index <HASH>..<HASH> 100644 --- a/netpyne/cell.py +++ b/netpyne/cell.py @@ -285,7 +285,6 @@ class Cell (object): sec['synMechs'].append(synMech) if not synMech.get('hSyn'): # if synMech doesn't have NEURON obj, then create ...
fixed bug where loc was hardcoded to <I> for debugging
Neurosim-lab_netpyne
train
8966feecef90502e631ee25c3768490a29df7dd5
diff --git a/src/Common/Traits/GetCountCommon.php b/src/Common/Traits/GetCountCommon.php index <HASH>..<HASH> 100644 --- a/src/Common/Traits/GetCountCommon.php +++ b/src/Common/Traits/GetCountCommon.php @@ -906,7 +906,7 @@ trait GetCountCommon // Filter out any SQL operators $aOperators = $this->getS...
Allow no space after the oeprator
nails_common
train
395c19459360ad968595d0a5c814f90468b12988
diff --git a/app/models/glue/pulp/repo.rb b/app/models/glue/pulp/repo.rb index <HASH>..<HASH> 100644 --- a/app/models/glue/pulp/repo.rb +++ b/app/models/glue/pulp/repo.rb @@ -508,9 +508,9 @@ module Glue::Pulp::Repo if a['finish_time'].nil? && b['finish_time'].nil? a['start_time'] <=> b['start_time']...
<I> - fix finding the recent task status for sync in UI
Katello_katello
train
c96e6d39931c41f06bcce84932bd3d640eca87d8
diff --git a/precipice-core/src/test/java/net/uncontended/precipice/metrics/DefaultLatencyMetricsTest.java b/precipice-core/src/test/java/net/uncontended/precipice/metrics/DefaultLatencyMetricsTest.java index <HASH>..<HASH> 100644 --- a/precipice-core/src/test/java/net/uncontended/precipice/metrics/DefaultLatencyMetric...
Add comment about work to be completed.
tbrooks8_Precipice
train
fbb9ca9b2332f69f03b4ce353ea79c58219aa316
diff --git a/generators/generator-constants.js b/generators/generator-constants.js index <HASH>..<HASH> 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -29,7 +29,7 @@ const NODE_VERSION = '14.16.0'; const NPM_VERSION = commonPackageJson.devDependencies.npm; const OPENAPI_GENE...
Update gradle version to <I>
jhipster_generator-jhipster
train
42e682f3d1163cac34dc99c5f77a9501a5cbd023
diff --git a/lib/docker-sync/sync_process.rb b/lib/docker-sync/sync_process.rb index <HASH>..<HASH> 100644 --- a/lib/docker-sync/sync_process.rb +++ b/lib/docker-sync/sync_process.rb @@ -71,16 +71,14 @@ module DockerSync end def get_host_ip_default - return '127.0.0.1' if Dependencies::Docker::Driver.d...
fix default host ip detection in non osx environment
EugenMayer_docker-sync
train
12bab53becb6c7682f007878c9c9d199389646da
diff --git a/great_expectations/dataset/sqlalchemy_dataset.py b/great_expectations/dataset/sqlalchemy_dataset.py index <HASH>..<HASH> 100644 --- a/great_expectations/dataset/sqlalchemy_dataset.py +++ b/great_expectations/dataset/sqlalchemy_dataset.py @@ -5,6 +5,12 @@ from great_expectations.dataset import Dataset from...
add mismatch details to expect_table_columns_to_match_ordered_list related to issue #<I> and PR #<I>
great-expectations_great_expectations
train
c518b36d572588a14e42cebaeb15345a8013ac4c
diff --git a/src/NewCommand.php b/src/NewCommand.php index <HASH>..<HASH> 100644 --- a/src/NewCommand.php +++ b/src/NewCommand.php @@ -44,7 +44,9 @@ class NewCommand extends Command throw new RuntimeException('The Zip PHP extension is not installed. Please install it and try again.'); } - ...
Create a new project in the current directory using "laravel new ."
laravel_installer
train
54105644f7e99049ad6757bbe8a54bdcfadcaeb7
diff --git a/src/Sulu/Bundle/MediaBundle/Controller/CollectionController.php b/src/Sulu/Bundle/MediaBundle/Controller/CollectionController.php index <HASH>..<HASH> 100644 --- a/src/Sulu/Bundle/MediaBundle/Controller/CollectionController.php +++ b/src/Sulu/Bundle/MediaBundle/Controller/CollectionController.php @@ -14,9 ...
add thumbnails to collection put post cget
sulu_sulu
train
ce6cd7f70575d97ac9481ab50dcf7f9e2dad3010
diff --git a/nolds/examples.py b/nolds/examples.py index <HASH>..<HASH> 100644 --- a/nolds/examples.py +++ b/nolds/examples.py @@ -276,22 +276,25 @@ def aste_line_fitting(N=100): def hurst_mf_stock(): + """ + Recreates results from DiMatteo 2003 (table at start of section 4). + """ import matplotlib.pyplot a...
finishes first version of stock example from DiMatteo <I>
CSchoel_nolds
train
bd42d237deefdc42fbf7553e531f862846a1b091
diff --git a/examples/phylesystem/count_trees.py b/examples/phylesystem/count_trees.py index <HASH>..<HASH> 100644 --- a/examples/phylesystem/count_trees.py +++ b/examples/phylesystem/count_trees.py @@ -4,7 +4,7 @@ from peyotl.nexson_syntax import extract_tree_nexson import sys try: phylsys = Phylesystem() -exce...
Oops. this time it really is a better error exit message
OpenTreeOfLife_peyotl
train
ebae6d2e1f4e2521af032b71905178c495e39f81
diff --git a/src/utils.js b/src/utils.js index <HASH>..<HASH> 100644 --- a/src/utils.js +++ b/src/utils.js @@ -22,6 +22,7 @@ module.exports = { if (binding == null) return null; if (binding.type != null && (binding.type === 'typed-literal' || binding.type === 'literal')) { switch (binding.datatype) { + cas...
support xsd:double in google chart
OpenTriply_YASGUI.YASR
train
6e1d1cf85ac452ce32cbc887006108a715fb941e
diff --git a/azurerm/internal/services/databricks/databricks_workspace_resource.go b/azurerm/internal/services/databricks/databricks_workspace_resource.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/databricks/databricks_workspace_resource.go +++ b/azurerm/internal/services/databricks/databricks_workspa...
azurerm_databricks_workspace - allow for workspace names up to <I> characters (#<I>)
terraform-providers_terraform-provider-azurerm
train
9f53405d422e95b77f42d6e61b0fc810bb02f890
diff --git a/contrib/mesos/pkg/proc/proc_test.go b/contrib/mesos/pkg/proc/proc_test.go index <HASH>..<HASH> 100644 --- a/contrib/mesos/pkg/proc/proc_test.go +++ b/contrib/mesos/pkg/proc/proc_test.go @@ -356,7 +356,10 @@ func TestProc_doWithNestedXConcurrent(t *testing.T) { var wg sync.WaitGroup const CONC = 20 wg...
increase timeout for nested concurrent test that is still intermittently timing out in travis
kubernetes_kubernetes
train
575599283bd551b14a40c93533e2dac6ee85eef8
diff --git a/abydos/tests/test_stemmer.py b/abydos/tests/test_stemmer.py index <HASH>..<HASH> 100644 --- a/abydos/tests/test_stemmer.py +++ b/abydos/tests/test_stemmer.py @@ -25,7 +25,7 @@ import unittest from abydos.stemmer import _m_degree, _sb_has_vowel, _ends_in_doubled_cons, \ _ends_in_cvc, porter, _sb_r1, _...
added clef_german examples to parallel clef_german_plus differences
chrislit_abydos
train
92bec7a47435c5c925161c3fe484b5f93f3bd288
diff --git a/bindings/angular1/vendor/class.js b/bindings/angular1/vendor/class.js index <HASH>..<HASH> 100644 --- a/bindings/angular1/vendor/class.js +++ b/bindings/angular1/vendor/class.js @@ -1,64 +1,66 @@ -/* Simple JavaScript Inheritance - * By John Resig http://ejohn.org/ +/* Simple JavaScript Inheritance for ES ...
fix(angular1): update Class inheritance to support strict mode.
OnsenUI_OnsenUI
train
4b78c8b048020880322f5ded82fa412f078c9afb
diff --git a/packages/rebound-router/lib/rebound-router.js b/packages/rebound-router/lib/rebound-router.js index <HASH>..<HASH> 100644 --- a/packages/rebound-router/lib/rebound-router.js +++ b/packages/rebound-router/lib/rebound-router.js @@ -308,19 +308,23 @@ var ReboundRouter = Backbone.Router.extend({ css...
Add a method to short circuit css load status fallback if events exist for the <link> element and bump up fallback's timeout.
reboundjs_rebound
train
5f9bfd53048c8f7990c8355ffbea3c88a0c3477d
diff --git a/core/fcsreader.py b/core/fcsreader.py index <HASH>..<HASH> 100755 --- a/core/fcsreader.py +++ b/core/fcsreader.py @@ -1,10 +1,12 @@ #!/usr/bin/env python -# A script to read FCS 3.0 formatted file. +# A script to read FCS 3.0 formatted file (and potentially FCS 2.0 and 3.1) # Eugene Yurtsev 07/20/2013 #...
Added partial support for FCS <I> and FCS <I>. # TODO: Fix data that was saved with logarithmic scaling
eyurtsev_FlowCytometryTools
train
c0668909db5ab932a7f47693a662e20a8e3ff978
diff --git a/aiolambda/app.py b/aiolambda/app.py index <HASH>..<HASH> 100644 --- a/aiolambda/app.py +++ b/aiolambda/app.py @@ -16,12 +16,12 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) def get_app(init_db: Callable = None, init_mq: Dict[str, Callable] = None) -> connexion.AioHttpApp: ap...
Add mechanism to get db and mq in function
pando85_aiolambda
train
50aee591f0917787781ad2b45af3074a63366e60
diff --git a/example.py b/example.py index <HASH>..<HASH> 100755 --- a/example.py +++ b/example.py @@ -1,4 +1,6 @@ #!/usr/bin/env python +from __future__ import print_function + from sys import argv from coinshot import Coinshot, CoinshotException @@ -19,9 +21,9 @@ try: coinshot_object.push(**args) except ...
making example.py work with python3
charlesthomas_coinshot
train
b35366d42703b1b025b212c5a22b11d4fcab31b3
diff --git a/lib/rest/request.rb b/lib/rest/request.rb index <HASH>..<HASH> 100644 --- a/lib/rest/request.rb +++ b/lib/rest/request.rb @@ -155,7 +155,11 @@ module REST when :delete Net::HTTP::Delete.new(path, headers) when :patch - Net::HTTP::Patch.new(path, headers) + if defined?(N...
[Specs] Add spec for PATCH on supported Rubies.
Fingertips_nap
train
cc49f80522c6a0dbb6491cf047d864172e91ad83
diff --git a/src/View/Directives/AssetCssDirective.php b/src/View/Directives/AssetCssDirective.php index <HASH>..<HASH> 100644 --- a/src/View/Directives/AssetCssDirective.php +++ b/src/View/Directives/AssetCssDirective.php @@ -17,8 +17,8 @@ class AssetCssDirective public function handle($styles, $category = null) ...
Update asset css directive.
yajra_cms-core
train
4845073261db1da3d710f5169e27f7dc3a1f596e
diff --git a/src/S3/Transfer.php b/src/S3/Transfer.php index <HASH>..<HASH> 100644 --- a/src/S3/Transfer.php +++ b/src/S3/Transfer.php @@ -25,7 +25,7 @@ class Transfer // Available options. private $concurrency = 5; - private $mup_size = 20000000; + private $mup_threshold = 20971520; private $bas...
Fixing mup name and MB size
aws_aws-sdk-php
train
538388dceaaba03419715e295f66f73145bf2d8c
diff --git a/definitions/npm/winston_v3.x.x/flow_v0.34.x-/winston_v3.x.x.js b/definitions/npm/winston_v3.x.x/flow_v0.34.x-/winston_v3.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/winston_v3.x.x/flow_v0.34.x-/winston_v3.x.x.js +++ b/definitions/npm/winston_v3.x.x/flow_v0.34.x-/winston_v3.x.x.js @@ -66,7 +66,...
colorize, logstash, printf types to winstonFormatSubModule (#<I>)
flow-typed_flow-typed
train
3a8bd867d12ac1918d580107d0e8c97f1ce6b384
diff --git a/mindmaps-engine/src/test/java/io/mindmaps/engine/postprocessing/BackgroundTasksTest.java b/mindmaps-engine/src/test/java/io/mindmaps/engine/postprocessing/BackgroundTasksTest.java index <HASH>..<HASH> 100644 --- a/mindmaps-engine/src/test/java/io/mindmaps/engine/postprocessing/BackgroundTasksTest.java +++ ...
Fix BackgroundTasksTests (#<I>)
graknlabs_grakn
train
88b5d3d1a19276516ee3f4e6723d0b81343b981c
diff --git a/lib/Doctrine/DBAL/Schema/Column.php b/lib/Doctrine/DBAL/Schema/Column.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/DBAL/Schema/Column.php +++ b/lib/Doctrine/DBAL/Schema/Column.php @@ -464,14 +464,6 @@ class Column extends AbstractAsset } /** - * @param \Doctrine\DBAL\Schema\Visitor\Vi...
[DBAL-<I>] Remove Column#visit(). The table is responsible for this, because of dependencies.
doctrine_dbal
train
510953df88f9067e81af63ceb371b00e250882c6
diff --git a/src/function/constrict.js b/src/function/constrict.js index <HASH>..<HASH> 100644 --- a/src/function/constrict.js +++ b/src/function/constrict.js @@ -7,35 +7,46 @@ define(function (require) { "use strict"; require("../array/from"); - require("../class/shim"); + require("../class/method"); var met...
adding Function.constrict() zero argument signature for full constrict
bob-gray_solv
train
fc757e7e6e761eb72c8a06d210aa91f43e06614b
diff --git a/lib/oembed/provider.rb b/lib/oembed/provider.rb index <HASH>..<HASH> 100644 --- a/lib/oembed/provider.rb +++ b/lib/oembed/provider.rb @@ -65,7 +65,8 @@ module OEmbed @required_query_params = {} required_query_params.each do |param, default_env_var| param = param.to_sym - @requ...
Perform query param escaping on required_query_params set via env var
ruby-oembed_ruby-oembed
train
5843914f4c0d1138c941716ce2a9a69fbf7545cf
diff --git a/io3d/datawriter.py b/io3d/datawriter.py index <HASH>..<HASH> 100644 --- a/io3d/datawriter.py +++ b/io3d/datawriter.py @@ -166,6 +166,28 @@ class DataWriter: return data + def save_image_stack(self, data3d, filepattern): + datadir, dataname = os.path.split(filepattern) + + if n...
write image stack, generating smooth data
mjirik_io3d
train
8fdddef2a28d29d8acc82755f2160eaa048752be
diff --git a/spec/integration/session_spec.rb b/spec/integration/session_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/session_spec.rb +++ b/spec/integration/session_spec.rb @@ -18,12 +18,12 @@ describe 'Session' do specify 'fetching an object from a relation' do Session.start(:users => relation) d...
Update to use Relation#to_a
rom-rb_rom
train
80e016fe323ffbc290ab807e5694afeb8cb9031d
diff --git a/lib/adhearsion/cli_commands.rb b/lib/adhearsion/cli_commands.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/cli_commands.rb +++ b/lib/adhearsion/cli_commands.rb @@ -68,13 +68,12 @@ module Adhearsion def stop(path = nil) execute_from_app_dir! path - path ||= '.' - pid_...
[BUGFIX] Avoid descending into app directory twice * All because Aruba doesn't cd properly
adhearsion_adhearsion
train
163188e25e436cb377d2fb44a09878245d8fa432
diff --git a/src/com/lookfirst/wepay/WePayApi.java b/src/com/lookfirst/wepay/WePayApi.java index <HASH>..<HASH> 100644 --- a/src/com/lookfirst/wepay/WePayApi.java +++ b/src/com/lookfirst/wepay/WePayApi.java @@ -95,8 +95,8 @@ public class WePayApi { } /** */ - private static final String STAGING_URL = "https://sta...
Update the stage and prod API endpoints to match the API documentation: <URL>
lookfirst_WePay-Java-SDK
train
5b294761889be560ea573e800baa6a99918a87a2
diff --git a/salesforce/models.py b/salesforce/models.py index <HASH>..<HASH> 100644 --- a/salesforce/models.py +++ b/salesforce/models.py @@ -22,14 +22,14 @@ from django.db.models.sql import compiler # Only these two `on_delete` options are currently supported from django.db.models import PROTECT, DO_NOTHING #from ...
Simplified SalesforceModel to not switch classes. Solved by backporting "with_metaclass" from Django <I> to Django <I>
django-salesforce_django-salesforce
train
1f796f7b72bac0bee11e690d2a6acf77e9e7c229
diff --git a/asyncgrpc/plugin/main.py b/asyncgrpc/plugin/main.py index <HASH>..<HASH> 100644 --- a/asyncgrpc/plugin/main.py +++ b/asyncgrpc/plugin/main.py @@ -37,7 +37,7 @@ class Buffer: def render(proto_file, package, imports, services): buf = Buffer() - buf.add('# Generated by the protocol buffer compiler....
Forgot to add exclamation mark in generated by plugin stubs
vmagamedov_grpclib
train
82ae47e933d31cbc0d5cd0bf6a25cf8c95a2b4d6
diff --git a/src/Converter/TimeConverter/DecimalTime.php b/src/Converter/TimeConverter/DecimalTime.php index <HASH>..<HASH> 100644 --- a/src/Converter/TimeConverter/DecimalTime.php +++ b/src/Converter/TimeConverter/DecimalTime.php @@ -2,6 +2,7 @@ namespace Popy\Calendar\Converter\TimeConverter; +use Popy\Calendar\...
[COnverter] Reworked TimeConverters
popy-dev_popy-calendar
train
035edbaf85860bf04a6c2e352c7625d9b13102b0
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -694,8 +694,11 @@ func (me *Client) connectionLoop(t *torrent, c *connection) error { var msg pp.Message err := decoder.Decode(&msg) me.mu.Lock() - if c.getClosed() { + c.lastMessageReceived = time.Now() + sele...
Rename connection.closed->closing
anacrolix_torrent
train
71dd9e5167ea6f786301a66d9e9bec4b9d1f6032
diff --git a/zhaquirks/sinope/thermostat.py b/zhaquirks/sinope/thermostat.py index <HASH>..<HASH> 100644 --- a/zhaquirks/sinope/thermostat.py +++ b/zhaquirks/sinope/thermostat.py @@ -44,6 +44,15 @@ class SinopeTechnologiesManufacturerCluster(CustomCluster): 0x0010: ("outdoor_temp", t.int16s), 0x0011: ...
Manufacturer cluster specific attributes for thermoostats (#<I>) * Added many manufacturer cluster * Typo fix * fix zigpy type
dmulcahey_zha-device-handlers
train
a68bba99d03d0298c88eb38326a7ebf6af5b77b0
diff --git a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/service/GitServiceImpl.java b/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/service/GitServiceImpl.java index <HASH>..<HASH> 100644 --- a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/se...
Git build/tag sync: correction after merge
nemerosa_ontrack
train
a17d51b52e4c7a2f83b8bc15a6cdf9558d3e5d91
diff --git a/lib/models/payment-processor-adapters/coinpayments.js b/lib/models/payment-processor-adapters/coinpayments.js index <HASH>..<HASH> 100644 --- a/lib/models/payment-processor-adapters/coinpayments.js +++ b/lib/models/payment-processor-adapters/coinpayments.js @@ -27,15 +27,15 @@ const coinpaymentsAdapter = {...
updates payment processor validation This commit fixes an issue that didn't allow a user to have multiple payment processors - search for `name` field instead of `payment_processor` field - add some better error handling
storj_service-storage-models
train
0cdd8bd3d6640f87ebcebb84a9a9ab0d3821f1d1
diff --git a/datastore/__init__.py b/datastore/__init__.py index <HASH>..<HASH> 100644 --- a/datastore/__init__.py +++ b/datastore/__init__.py @@ -1,5 +1,5 @@ -__version__ = '0.2.1' +__version__ = '0.2.2' __author__ = 'Juan Batiz-Benet <juan@benet.ai>' __doc__ = ''' diff --git a/setup.py b/setup.py index <HASH>.....
Bumped version to <I>
datastore_datastore
train
c568c8567e3f8ef1432e7bc507c1ecf29223a2c0
diff --git a/pinax/teams/tests/tests.py b/pinax/teams/tests/tests.py index <HASH>..<HASH> 100644 --- a/pinax/teams/tests/tests.py +++ b/pinax/teams/tests/tests.py @@ -331,3 +331,31 @@ class ViewTests(BaseTeamTests): pk=membership.pk, ) self.assertEqual(response.status_code, 20...
Add demote and remove view tests
pinax_pinax-teams
train
15398bbb7239e5b73eb54c7ad2ae360a74dd4f7d
diff --git a/pychromecast/controllers/media.py b/pychromecast/controllers/media.py index <HASH>..<HASH> 100644 --- a/pychromecast/controllers/media.py +++ b/pychromecast/controllers/media.py @@ -451,15 +451,15 @@ class MediaController(BaseController): msg['media']['metadata']['images'].append({'url': thu...
Fixes typo and list-requirement in subtitle support (#<I>)
balloob_pychromecast
train
a6a0c05f57a9b8876406e1651200bf40c16a1753
diff --git a/trezor_agent/gpg/keyring.py b/trezor_agent/gpg/keyring.py index <HASH>..<HASH> 100644 --- a/trezor_agent/gpg/keyring.py +++ b/trezor_agent/gpg/keyring.py @@ -24,7 +24,9 @@ def connect_to_agent(sock_path='~/.gnupg/S.gpg-agent'): def _communicate(sock, msg): - sock.sendall(msg + '\n') + msg += '\n...
keyring: fix more Python 2/3 issues
romanz_trezor-agent
train
3d7ad4318f28a642ce110757728b962407848d49
diff --git a/test/tests.py b/test/tests.py index <HASH>..<HASH> 100755 --- a/test/tests.py +++ b/test/tests.py @@ -31,10 +31,11 @@ import tldap.test.data import tldap.test.slapd import tldap.transaction import tldap.exceptions +import tldap.modlist import tldap.test.schemas -import ldap.modlist +import ldap ...
Replace ldap.modlist.addModlist with tldap.modlist.addModlist
Karaage-Cluster_python-tldap
train
e222bc933c7c644e9e276a712767de04b9221e0b
diff --git a/prov-json/src/main/java/org/openprovenance/prov/json/ProvDocumentDeserializer.java b/prov-json/src/main/java/org/openprovenance/prov/json/ProvDocumentDeserializer.java index <HASH>..<HASH> 100644 --- a/prov-json/src/main/java/org/openprovenance/prov/json/ProvDocumentDeserializer.java +++ b/prov-json/src/ma...
Updated hadMember deserialising
lucmoreau_ProvToolbox
train
368d67ccd1399dbaeea265caad38ca44e4ec217b
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -676,13 +676,14 @@ class RiskCalculator(HazardCalculator): """ oq = self.oqparam E = oq.number_of_ground_motion_fie...
Added a check on the required IMTs
gem_oq-engine
train
acbe1f97b4b6f4dbb0f3f8109a2a289367862172
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ const watchers = {}; // This is the template for the file that we will send back to cypress instead of the text of a // feature file const createCucumber = (spec, definitions) => ( - ` + ` const {resol...
feat(allow_custom_step_path): Some trailin commas are removed because cause some issues with cypress.
TheBrainFamily_cypress-cucumber-preprocessor
train
98fdd4d2cc50d5e31a50bf80fb1e8f9e4c5035bc
diff --git a/pychromecast/socket_client.py b/pychromecast/socket_client.py index <HASH>..<HASH> 100644 --- a/pychromecast/socket_client.py +++ b/pychromecast/socket_client.py @@ -1092,7 +1092,6 @@ class ReceiverController(BaseController): self.launch_failure = None self.app_to_launch = None s...
Fix broken attempt to update status during tear down (#<I>)
balloob_pychromecast
train
409c73657932f8d0951da36faf216c77a0445c96
diff --git a/docs/badge.stories.js b/docs/badge.stories.js index <HASH>..<HASH> 100644 --- a/docs/badge.stories.js +++ b/docs/badge.stories.js @@ -8,7 +8,6 @@ stories.addDecorator(withKnobs); stories.add('badges', () => { const optionsLeft = radios('class-left', { - default: 'is-dark', 'is-dark': 'is-dark...
feat(badges): removed default from histories
nostalgic-css_NES.css
train
2c768c9f5d8a1514229be57bd5717f9da619aae4
diff --git a/fcrepo-http-api/src/main/java/org/fcrepo/api/FedoraTransactions.java b/fcrepo-http-api/src/main/java/org/fcrepo/api/FedoraTransactions.java index <HASH>..<HASH> 100644 --- a/fcrepo-http-api/src/main/java/org/fcrepo/api/FedoraTransactions.java +++ b/fcrepo-http-api/src/main/java/org/fcrepo/api/FedoraTransac...
added @InjectedSession and @Scope(prototype) to FedoraTransactions for Session injection
fcrepo4_fcrepo4
train
912e5fdd46bad5b5b2dd74b670668e3626d98caa
diff --git a/salt/states/dockerio.py b/salt/states/dockerio.py index <HASH>..<HASH> 100644 --- a/salt/states/dockerio.py +++ b/salt/states/dockerio.py @@ -40,6 +40,13 @@ Available Functions ubuntu: docker.pulled +- pushed + + .. code-block:: yaml + + corp/mysuperdocker_img: + docker.pushe...
Adding doc under available functions for pushed
saltstack_salt
train
b7acf8840626e17854904c0f689e3d26ca62d672
diff --git a/src/poetry/puzzle/provider.py b/src/poetry/puzzle/provider.py index <HASH>..<HASH> 100644 --- a/src/poetry/puzzle/provider.py +++ b/src/poetry/puzzle/provider.py @@ -550,19 +550,33 @@ class Provider: # An example of this is: # - pypiwin32 (220); sys_platform == "win32" and python_versio...
provider: do not merge deps from different sources This change ensures that the provider is less eager when merging duplicate dependencies for a package. In particular, takes into consideration source type, url and reference if available.
sdispater_poetry
train
c50cdcabea12f7568b5b131e2fcc4e4e68f088cb
diff --git a/pysat/tests/test_utils_testing.py b/pysat/tests/test_utils_testing.py index <HASH>..<HASH> 100644 --- a/pysat/tests/test_utils_testing.py +++ b/pysat/tests/test_utils_testing.py @@ -172,3 +172,64 @@ class TestTestingUtils(object): assert str(aerr).find('did not find') >= 0 return + + ...
TST: added unit tests Added unit tests for the new test function.
rstoneback_pysat
train
5b7002510f6aab7d05e4629e96f7adfa70c2dd87
diff --git a/src/DocumentManager.php b/src/DocumentManager.php index <HASH>..<HASH> 100644 --- a/src/DocumentManager.php +++ b/src/DocumentManager.php @@ -3,6 +3,7 @@ namespace Fazland\ODM\Elastica; use Doctrine\Common\EventManager; +use Elastica\Query; use Fazland\ODM\Elastica\Collection\CollectionInterface; use...
add createSearch method to document manager and repository
fazland_elastica-odm
train
935f50b8b8f8b4e26425053f1e6ac247b49be245
diff --git a/library/WT/Report/Base.php b/library/WT/Report/Base.php index <HASH>..<HASH> 100644 --- a/library/WT/Report/Base.php +++ b/library/WT/Report/Base.php @@ -3089,7 +3089,7 @@ function ListSHandler($attrs) { * Place any other filter before these filters because they will pick up any filters that has not ...
Rest of fix for "not all individuals listed in birth report"
fisharebest_webtrees
train
70e87ef88806f939565c4aeefbd20eac44c85cb2
diff --git a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/UnionNodeImpl.java b/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/UnionNodeImpl.java index <HASH>..<HASH> 100644 --- a/core/model/src/main/java/it/unibz/inf/ontop/iq/node/impl/UnionNodeImpl.java +++ b/core/model/src/main/java/it/unibz/inf...
Bugfix in UnionNodeImpl: was distinct when no definition was provided for a given variable.
ontop_ontop
train
347da8d0341e055123d2d90c42c7a59713d290d7
diff --git a/lib/engineyard.rb b/lib/engineyard.rb index <HASH>..<HASH> 100644 --- a/lib/engineyard.rb +++ b/lib/engineyard.rb @@ -1,5 +1,5 @@ module EY - VERSION = "0.2.6.pre" + VERSION = "0.2.6" autoload :Account, 'engineyard/account' autoload :API, 'engineyard/api' diff --git a/lib/engineyard/cli.rb b...
Remove pre for release, bump required server version Change-Id: Ibe<I>db<I>aca0b9e<I>e<I>ad<I>e8b4f7 Reviewed-on: <URL>
engineyard_engineyard
train
73b02d11ecd2896e46b42197142283d747fa8f43
diff --git a/benchbuild/source/__init__.py b/benchbuild/source/__init__.py index <HASH>..<HASH> 100644 --- a/benchbuild/source/__init__.py +++ b/benchbuild/source/__init__.py @@ -7,6 +7,7 @@ from .base import Variant as Variant from .base import VariantContext as VariantContext from .base import context as context f...
tests: add a few filter tests
PolyJIT_benchbuild
train
c421b843c23125ac903d9b47a455a91f3aacaba8
diff --git a/config/logger.js b/config/logger.js index <HASH>..<HASH> 100644 --- a/config/logger.js +++ b/config/logger.js @@ -2,4 +2,6 @@ var winston = require('winston'); -module.exports = winston.Logger; +module.exports = function() { + return winston.Logger; +}; diff --git a/hooks/routes.js b/hooks/routes.j...
fixes logger issue, adds regex functionality for routes
cludden_mycro
train
c103b5ac54f917c0a903bddaa2f6fb79a4d482dd
diff --git a/thumbor/handlers/__init__.py b/thumbor/handlers/__init__.py index <HASH>..<HASH> 100644 --- a/thumbor/handlers/__init__.py +++ b/thumbor/handlers/__init__.py @@ -281,7 +281,7 @@ class BaseHandler(tornado.web.RequestHandler): context.config.RESULT_STORAGE_STORES_UNSAFE or not context.request.un...
set content type based on mime
thumbor_thumbor
train
9c66adfec35e4b9782066b58e8960fd27c262110
diff --git a/precipice-core/src/main/java/net/uncontended/precipice/concurrent/Eventual.java b/precipice-core/src/main/java/net/uncontended/precipice/concurrent/Eventual.java index <HASH>..<HASH> 100644 --- a/precipice-core/src/main/java/net/uncontended/precipice/concurrent/Eventual.java +++ b/precipice-core/src/main/j...
Add comment to pass along user timeout in future
tbrooks8_Precipice
train
5c784890b6f323ea37c6171a59184e9304cbcb5c
diff --git a/kafka/conn.py b/kafka/conn.py index <HASH>..<HASH> 100644 --- a/kafka/conn.py +++ b/kafka/conn.py @@ -738,11 +738,15 @@ class BrokerConnection(object): Returns: version tuple, i.e. (0, 10), (0, 9), (0, 8, 2), ... """ - # Monkeypatch the connection request timeout - # Gener...
Monkeypatch max_in_flight_requests_per_connection when checking broker version (#<I>)
dpkp_kafka-python
train
37682577ccc4c31bd976b84ba05b919b71e12c82
diff --git a/src/com/google/javascript/jscomp/CodeGenerator.java b/src/com/google/javascript/jscomp/CodeGenerator.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CodeGenerator.java +++ b/src/com/google/javascript/jscomp/CodeGenerator.java @@ -1012,7 +1012,7 @@ class CodeGenerator { for (int...
Switch from octal to hex for string literal null escaping. Hex is also fixed length, so it prevents the problem that octal was solving (accidentally merging with a following digit) but is allowed in es5 strict mode, unlike octal. R=johnlenz DELTA=5 (0 added, 0 deleted, 5 changed) Revision created by MOE tool push_c...
google_closure-compiler
train
f9308c5beb7ee4235df0f79f503181655712d3bc
diff --git a/besticon/besticon/cmd.go b/besticon/besticon/cmd.go index <HASH>..<HASH> 100644 --- a/besticon/besticon/cmd.go +++ b/besticon/besticon/cmd.go @@ -3,11 +3,15 @@ package main import ( "flag" "fmt" - "github.com/mat/besticon/besticon" + "io/ioutil" "os" + + "github.com/mat/besticon/besticon" ) func...
Disable verbose logging in command line tool.
mat_besticon
train
92165c850ad8e048403cdb5565bec3a41474141d
diff --git a/pylama/config.py b/pylama/config.py index <HASH>..<HASH> 100644 --- a/pylama/config.py +++ b/pylama/config.py @@ -30,7 +30,7 @@ STREAM = logging.StreamHandler(sys.stdout) LOGGER.addHandler(STREAM) -class _Default(object): +class _Default(object): # pylint: disable=too-few-public-methods def __...
Fixing some linter errors And ignore some other linter errors
klen_pylama
train
e9ff617b7721ae255d7462c3a0181b03f3fb1c79
diff --git a/app/models/simplec/document.rb b/app/models/simplec/document.rb index <HASH>..<HASH> 100644 --- a/app/models/simplec/document.rb +++ b/app/models/simplec/document.rb @@ -16,6 +16,14 @@ module Simplec self.file.url end + # @!visibility private + module Normalizers + def slug=(val) +...
fix slug validation on documents and sets.
nearapogee_simplec
train
d86fe1e33c81b23d9f9a7dd5f47649577ffa8537
diff --git a/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php b/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php +++ b/src/Kunstmaan/NodeBundle/Entity/NodeTranslation.php @@ -253,17 +253,17 @@ class NodeTranslation { return nu...
fix get parents method in nodetranslation to also return own id
Kunstmaan_KunstmaanBundlesCMS
train
60caf3e8a33b9a17f25c593a31fbd2dc4f9abf65
diff --git a/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java b/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java index <HASH>..<HASH> 100644 --- a/core/server/src/main/java/alluxio/master/file/FileSystemMaster.java +++ b/core/server/src/main/java/alluxio/master/file/FileSystemMaste...
Avoid use of whitebox in FileSystemMasterTest
Alluxio_alluxio
train
c0ed04e6ccc1b1405b750b9449bd04cef84ae31e
diff --git a/core/common/src/main/java/alluxio/resource/ResourcePool.java b/core/common/src/main/java/alluxio/resource/ResourcePool.java index <HASH>..<HASH> 100644 --- a/core/common/src/main/java/alluxio/resource/ResourcePool.java +++ b/core/common/src/main/java/alluxio/resource/ResourcePool.java @@ -36,6 +36,7 @@ pub...
Check null in release method, and keep the original logic of mCurrentCapacity
Alluxio_alluxio
train
57eb73c768c80f42c63d97e218928656f2750f1f
diff --git a/lib/closeio/resources/lead.rb b/lib/closeio/resources/lead.rb index <HASH>..<HASH> 100644 --- a/lib/closeio/resources/lead.rb +++ b/lib/closeio/resources/lead.rb @@ -22,6 +22,10 @@ module Closeio delete(lead_path(id)) end + def merge_leads(id_source, id_destination) + post('le...
Added merge_leads method
taylorbrooks_closeio
train
4f5387cbbd4bca879fdacb354013f65d1b3efb9c
diff --git a/client_test.go b/client_test.go index <HASH>..<HASH> 100644 --- a/client_test.go +++ b/client_test.go @@ -498,7 +498,6 @@ func BenchmarkAddLargeTorrent(b *testing.B) { cfg := TestingConfig() cfg.DisableTCP = true cfg.DisableUTP = true - cfg.ListenHost = func(string) string { return "redonk" } cl, e...
Fix benchmark broken by changes to client listeners
anacrolix_torrent
train
1a974f1637e44183c2e1909dc30940f70ca9b5f6
diff --git a/sportsreference/nba/constants.py b/sportsreference/nba/constants.py index <HASH>..<HASH> 100644 --- a/sportsreference/nba/constants.py +++ b/sportsreference/nba/constants.py @@ -133,7 +133,7 @@ BOXSCORE_SCHEME = { 'home_blocks': 'tfoot td[data-stat="blk"]', 'home_turnovers': 'tfoot td[data-stat="...
Fix NBA home team score in Boxscore The Boxscore class was producing the incorrect score for the home team, and instead was pulling the home team's second half points total. By reading the score directly from the header, the chances of running into a parsing issue are much lower in case the layout changes again on the...
roclark_sportsreference
train
4116254e6caa27b97ae47a5d78ceaa6a06fe3348
diff --git a/cli_handlers.go b/cli_handlers.go index <HASH>..<HASH> 100644 --- a/cli_handlers.go +++ b/cli_handlers.go @@ -16,6 +16,7 @@ import ( "github.com/xenolf/lego/providers/dns/dnsimple" "github.com/xenolf/lego/providers/dns/rfc2136" "github.com/xenolf/lego/providers/dns/route53" + "github.com/xenolf/lego/...
Fixed CLI after WebRoot provider was moved
go-acme_lego
train
1e744e42394c589f3071ad791270a297a0bd4b65
diff --git a/rundeckapp/grails-app/assets/javascripts/jobedit.js b/rundeckapp/grails-app/assets/javascripts/jobedit.js index <HASH>..<HASH> 100644 --- a/rundeckapp/grails-app/assets/javascripts/jobedit.js +++ b/rundeckapp/grails-app/assets/javascripts/jobedit.js @@ -52,9 +52,9 @@ function _addOption(data) { function _...
fix #<I> remove option in job editor works
rundeck_rundeck
train
7bc2de4339250a66c204393faef4c0da0ac2428c
diff --git a/core/Pimf/Application.php b/core/Pimf/Application.php index <HASH>..<HASH> 100644 --- a/core/Pimf/Application.php +++ b/core/Pimf/Application.php @@ -171,6 +171,7 @@ final class Application pcntl_signal(SIGKILL, function ($signal) { Event::fire('on.sigkill', array($signal)); ...
call signal handlers for pending signals
gjerokrsteski_pimf-framework
train
5f25e270efd03c6caea19bc47fb613035d54c6a1
diff --git a/src/main/java/pl/project13/janbanery/core/flow/ColumnCreateFlowImpl.java b/src/main/java/pl/project13/janbanery/core/flow/ColumnCreateFlowImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/pl/project13/janbanery/core/flow/ColumnCreateFlowImpl.java +++ b/src/main/java/pl/project13/janbanery/core/flow...
reorder and privatize what's not needed public
ktoso_janbanery
train
6b0343538d86ace49d837485734e8d926114bd74
diff --git a/pygeotools/warptool.py b/pygeotools/warptool.py index <HASH>..<HASH> 100755 --- a/pygeotools/warptool.py +++ b/pygeotools/warptool.py @@ -11,15 +11,26 @@ import argparse from pygeotools.lib import warplib from pygeotools.lib import geolib +def fmt_choices(param, choices): + outstr = 'Valid choices f...
warptool: update argparse help to include choices
dshean_pygeotools
train
c6f6bd48bfa6c72490e04c4b62f8dfafb308c4fb
diff --git a/imhotep/tools.py b/imhotep/tools.py index <HASH>..<HASH> 100644 --- a/imhotep/tools.py +++ b/imhotep/tools.py @@ -59,8 +59,21 @@ class Tool(object): line_number, error_messages) or None to indicate no error. :param: dirname - directory the code is running in + + For default imple...
Making the Tool interface a little nicer to use. Default implementations of `process_line` and `get_file_extensions`
justinabrahms_imhotep
train
359af89c74df9055e4a1dde73039d2c686185e82
diff --git a/genmodel/manager.py b/genmodel/manager.py index <HASH>..<HASH> 100644 --- a/genmodel/manager.py +++ b/genmodel/manager.py @@ -121,7 +121,7 @@ def wait_for_droplet_to_be_created(droplet_uid): volume_ids=%s, updated=DEFAULT WHERE uid=%s - ...
uid was not defined, should have been droplet_uid
empirical-org_Quill-NLP-Tools-and-Datasets
train
9d8e0a28cd94f76dd470c20d02ddf374b0302caa
diff --git a/mordred/task_identities.py b/mordred/task_identities.py index <HASH>..<HASH> 100644 --- a/mordred/task_identities.py +++ b/mordred/task_identities.py @@ -68,7 +68,7 @@ class TaskIdentitiesCollection(Task): backend_conf = self.conf[self.backend_section] if 'collect' in backend_conf and n...
[mordred] Change ERROR log with INFO log for a normal state in loading identities
chaoss_grimoirelab-sirmordred
train
ba20d9bff39c71912399746d8711b9868afa0dd7
diff --git a/java/com/google/flatbuffers/FlatBufferBuilder.java b/java/com/google/flatbuffers/FlatBufferBuilder.java index <HASH>..<HASH> 100644 --- a/java/com/google/flatbuffers/FlatBufferBuilder.java +++ b/java/com/google/flatbuffers/FlatBufferBuilder.java @@ -106,6 +106,22 @@ public class FlatBufferBuilder { ...
Added a clear function for purging all data that is holded by the FlatBuffer. (#<I>)
google_flatbuffers
train
b3f94ef40fe2763a44af7e16639d7a221a2f380f
diff --git a/babelfish/country.py b/babelfish/country.py index <HASH>..<HASH> 100644 --- a/babelfish/country.py +++ b/babelfish/country.py @@ -65,7 +65,7 @@ class Country(object): :rtype: :class:`Country` """ - return cls(*get_country_converter(converter).reverse(code)) + return cls(ge...
Revert incorrect changes to fromcode in Country
Diaoul_babelfish
train
d16a3e0d4e49c18169440bb1b87f373087067378
diff --git a/txaws/ec2/client.py b/txaws/ec2/client.py index <HASH>..<HASH> 100644 --- a/txaws/ec2/client.py +++ b/txaws/ec2/client.py @@ -40,9 +40,9 @@ class EC2Client(BaseClient): action="DescribeInstances", creds=self.creds, endpoint=self.endpoint, other_params=instances) d = query...
Revert back to private methods for parsing -- later we may want to pull the parsing out of client.py and then public methods would be reasonable.
twisted_txaws
train
b8c2b8090f92455255d5c40769a81505f477416f
diff --git a/util.js b/util.js index <HASH>..<HASH> 100644 --- a/util.js +++ b/util.js @@ -526,5 +526,36 @@ function getAttributeNodeTestNames(object, names) { return names; } +function stepPredicateContainsPositionalSelector(step) { + for (var i = 0; i < step.predicate.length; ++i) { + var predicate = step.p...
Further implement returnOnFirstMatch; now we can skip predicate checking, which can potentially boost performance quite a bit. I'm already seeing noticeable performance improvements; however I still need to verify the validity of my check for positional selectors in the XPath predicates.
fiduswriter_xslt-processor
train
2b67c2bacb7a1e9c57f5eb36ed9d7f3d77b82a97
diff --git a/tests/wt/jinja/conftest.py b/tests/wt/jinja/conftest.py index <HASH>..<HASH> 100644 --- a/tests/wt/jinja/conftest.py +++ b/tests/wt/jinja/conftest.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -import sys - import pytest from wt import jinja @@ -47,7 +45,5 @@ def jinja_env_with_helpers(tmpdir): ji...
closes #<I> - jinja_helpers.py module will be imported from project workdir if exists (without relying on sys.path)
ysegorov_wt
train
f9952d5d0cbcf53e6f43e1d3d17d30a8a7534e66
diff --git a/src/Parser/Ini.php b/src/Parser/Ini.php index <HASH>..<HASH> 100644 --- a/src/Parser/Ini.php +++ b/src/Parser/Ini.php @@ -9,7 +9,7 @@ * * @copyright Copyright (c) FuturaSoft (https://futurasoft.fr) * @link https://pabana.futurasoft.fr Pabana Project - * @since 1.0.0 + * @since ...
Replace version number <I> by <I> in docblock Replace variable name to usual variable name in PHP
FuturaSoft_Pabana
train
9becc72e506e81957f4e977c3589a52682632430
diff --git a/interp/builtin.go b/interp/builtin.go index <HASH>..<HASH> 100644 --- a/interp/builtin.go +++ b/interp/builtin.go @@ -215,7 +215,27 @@ func (r *Runner) builtinCode(ctx context.Context, pos syntax.Pos, name string, a return r.builtinCode(ctx, pos, args[0], args[1:]) case "type": anyNotFound := false...
interp: start supporting "type" builtin flags Beginning with -p, which is useful as a builtin replacement for "which". Fixes #<I>.
mvdan_sh
train
81f205df7cd4cd75f61fd675c88c636d92196293
diff --git a/baron/baron.py b/baron/baron.py index <HASH>..<HASH> 100644 --- a/baron/baron.py +++ b/baron/baron.py @@ -44,7 +44,7 @@ def parse(source_code, print_function=None): # This solution behave in the expected way for 90% of the case newline_appended = False linesep = "\r\n" if source_code.endswit...
[fix] works better with not…
PyCQA_baron
train