hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2df39403fe7e3e7c57675331334ac441609a3ca5
diff --git a/lib/twat/argparse.rb b/lib/twat/argparse.rb index <HASH>..<HASH> 100644 --- a/lib/twat/argparse.rb +++ b/lib/twat/argparse.rb @@ -4,6 +4,8 @@ module Twat class ArgParse + # TODO delegate specifically instead of shimming everything? + def usage(additional=nil) puts additional if additi...
Closer, but still doesn't read config properly
richo_twat
train
484ef0cbcd4f700ac5706dce22b8d4fc58110ffe
diff --git a/lib/config/validation.js b/lib/config/validation.js index <HASH>..<HASH> 100644 --- a/lib/config/validation.js +++ b/lib/config/validation.js @@ -158,6 +158,19 @@ async function validateConfig(config) { } } } + if ( + (key === 'packagePat...
feat: validate user regex (#<I>) Validate that user-inputted regex for package patterns are valid RegExp(). Closes #<I>
renovatebot_renovate
train
9c3a7322d8511d66b77da53cca00e2c947f3f7f7
diff --git a/integration/ledger/snapshot_test.go b/integration/ledger/snapshot_test.go index <HASH>..<HASH> 100644 --- a/integration/ledger/snapshot_test.go +++ b/integration/ledger/snapshot_test.go @@ -1035,16 +1035,15 @@ func invokeWithoutPassingOrdererEndPoint(n *nwo.Network, peer *nwo.Peer, channel } // commitT...
integration/ledger: rename commitTx argument Addresses a review comment.
hyperledger_fabric
train
e20f8d512f64ef1a97d88e38bf16e364451c3d8c
diff --git a/bulbs/api/views.py b/bulbs/api/views.py index <HASH>..<HASH> 100644 --- a/bulbs/api/views.py +++ b/bulbs/api/views.py @@ -214,6 +214,14 @@ class ContentListViewSet(UncachedResponse, viewsets.ModelViewSet): def post_save(self, obj, created=False): ContentListHistory.objects.create(content_list...
More refactoring, plus testing the link content type
theonion_django-bulbs
train
be6ac884ff67707f7ae89528db723cd5714223d0
diff --git a/classes/core_mysql.php b/classes/core_mysql.php index <HASH>..<HASH> 100644 --- a/classes/core_mysql.php +++ b/classes/core_mysql.php @@ -72,12 +72,18 @@ class core_mysql { } } - function query($sql, $connection = 'connection') { + function query($sql, $params = NULL, $connection = 'connection') { ...
Added a work around for the second parameter that holds an array of values to be parsed into the MySQL Extension class.
dark-prospect-games_obsidian-moon-engine
train
114e7c503e4681291365ab3e386c7d9025fb055d
diff --git a/src/test/java/org/skyscreamer/jsonassert/JSONCompareTest.java b/src/test/java/org/skyscreamer/jsonassert/JSONCompareTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/skyscreamer/jsonassert/JSONCompareTest.java +++ b/src/test/java/org/skyscreamer/jsonassert/JSONCompareTest.java @@ -66,8 +66,8 @@...
Nest objects to see path in diagnostics
skyscreamer_JSONassert
train
55bb6a1117a7da68d713fd731ce26d7561b6dd6b
diff --git a/Kwc/Box/InheritContent/Cc/Component.php b/Kwc/Box/InheritContent/Cc/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/Box/InheritContent/Cc/Component.php +++ b/Kwc/Box/InheritContent/Cc/Component.php @@ -23,8 +23,12 @@ class Kwc_Box_InheritContent_Cc_Component extends Kwc_Chained_Cc_Component ...
Stop looking up inherited box when box doesn't exist anymore
koala-framework_koala-framework
train
0adc066e8b8d0c5f4550d2bc2cf9d7ecd25a82c2
diff --git a/process_windows.go b/process_windows.go index <HASH>..<HASH> 100644 --- a/process_windows.go +++ b/process_windows.go @@ -11,5 +11,5 @@ func terminateGracefully(process *os.Process) { } func gracefulTerminationPossible() bool { - return true + return false }
Left windows gracefulTerminationPossible set to true for some dumb reason.
githubnemo_CompileDaemon
train
75118cc0bdb95b2f13fe803c699708c2ddd9d017
diff --git a/lib/gruvi/local.py b/lib/gruvi/local.py index <HASH>..<HASH> 100644 --- a/lib/gruvi/local.py +++ b/lib/gruvi/local.py @@ -25,7 +25,6 @@ class local(object): def __getattr__(self, key): grid = id(greenlet.getcurrent()) - print('__getattr__(): grid: %s' % grid) try: ...
Remove stray debugging statement.
geertj_gruvi
train
3e96995af51427ca5ed9b34cda1327063a38f38a
diff --git a/src/Utility/FileUpload.php b/src/Utility/FileUpload.php index <HASH>..<HASH> 100644 --- a/src/Utility/FileUpload.php +++ b/src/Utility/FileUpload.php @@ -16,12 +16,12 @@ use Burzum\FileStorage\Storage\StorageManager; use Cake\Core\App; use Cake\Core\Configure; use Cake\Datasource\QueryInterface; +use Ca...
Type-hinting to interface (task #<I>)
QoboLtd_cakephp-csv-migrations
train
abb3b9b12d29de615021ca4b3d9a187215e12140
diff --git a/libnetwork/endpoint.go b/libnetwork/endpoint.go index <HASH>..<HASH> 100644 --- a/libnetwork/endpoint.go +++ b/libnetwork/endpoint.go @@ -533,13 +533,16 @@ func (ep *endpoint) rename(name string) error { n.updateSvcRecord(ep, n.getController().getLocalEps(netWatch), false) oldName := ep.name + oldAno...
Fixes #<I> Embedded DNS problem after renaming container
moby_moby
train
d0235788f7f1723fd61aba091e7f77bc4e0b1d87
diff --git a/h2o-algos/src/main/java/hex/schemas/DeepWaterV3.java b/h2o-algos/src/main/java/hex/schemas/DeepWaterV3.java index <HASH>..<HASH> 100755 --- a/h2o-algos/src/main/java/hex/schemas/DeepWaterV3.java +++ b/h2o-algos/src/main/java/hex/schemas/DeepWaterV3.java @@ -82,7 +82,7 @@ public class DeepWaterV3 extends Mo...
Disallow text problem_type for now.
h2oai_h2o-3
train
61ec038ae3b0379bc466d844c774f8b78b1e79e1
diff --git a/lib/produce/developer_center.rb b/lib/produce/developer_center.rb index <HASH>..<HASH> 100644 --- a/lib/produce/developer_center.rb +++ b/lib/produce/developer_center.rb @@ -1,7 +1,7 @@ require 'fastlane_core/developer_center/developer_center' -module FastlaneCore - class DeveloperCenter +module Produc...
Extending fastlane_core things
fastlane_fastlane
train
f3dd7307403d7841dbf60f02bd17c3a10c99d8cc
diff --git a/src/OfficeConverter/OfficeConverter.php b/src/OfficeConverter/OfficeConverter.php index <HASH>..<HASH> 100755 --- a/src/OfficeConverter/OfficeConverter.php +++ b/src/OfficeConverter/OfficeConverter.php @@ -199,7 +199,8 @@ class OfficeConverter 'Jpg' => ['pdf'], 'Jpeg' => ['pdf'],...
Updated Allowed converters to allow TXT
ncjoes_office-converter
train
7ca97873f6ef363c005a73f54877c6131afc3993
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jsx-a11y", - "version": "0.3.0", + "version": "0.3.1", "description": "A static analysis linter of jsx and their accessibility with screen readers.", "keywords"...
Alt must be populated on img-uses-alt.
evcohen_eslint-plugin-jsx-a11y
train
da3537ac5170a65cb5dab87b8fccf6188144a7a8
diff --git a/src/Calendar.js b/src/Calendar.js index <HASH>..<HASH> 100644 --- a/src/Calendar.js +++ b/src/Calendar.js @@ -518,15 +518,7 @@ let Calendar = React.createClass({ onNavigate(date, view) if (action === navigate.DATE) - this._viewNavigate(date) - }, - - _viewNavigate(nextDate) { - let { ...
Always navigate to day view when action is navigate.DATE
intljusticemission_react-big-calendar
train
4c250213a61f364e20ab27fad4fb887396a31639
diff --git a/pyatv/support/mdns.py b/pyatv/support/mdns.py index <HASH>..<HASH> 100644 --- a/pyatv/support/mdns.py +++ b/pyatv/support/mdns.py @@ -455,11 +455,11 @@ class MulticastDnsSdClientProtocol: # pylint: disable=too-many-instance-attribu [service.name + "." + service.type for service in service...
mdns: Verify end condition with all services Wait until responses to all requests have been received and pass all services to the end condition (not services per response). Relates to #<I>
postlund_pyatv
train
18d96a220561ddb4c71fe9e110ebd02fa4961391
diff --git a/test/spec/ol/source/tile.test.js b/test/spec/ol/source/tile.test.js index <HASH>..<HASH> 100644 --- a/test/spec/ol/source/tile.test.js +++ b/test/spec/ol/source/tile.test.js @@ -1,9 +1,13 @@ +import Map from '../../../../src/ol/Map.js'; import Projection from '../../../../src/ol/proj/Projection.js'; impo...
Auto-grow tile cache from zero
openlayers_openlayers
train
b736f7db8e78a7be0ee4e4f5d6eec69bcdd3118e
diff --git a/spec/bolt_ext/server_config_spec.rb b/spec/bolt_ext/server_config_spec.rb index <HASH>..<HASH> 100644 --- a/spec/bolt_ext/server_config_spec.rb +++ b/spec/bolt_ext/server_config_spec.rb @@ -4,13 +4,20 @@ require 'spec_helper' require 'bolt_ext/server-config' describe TransportConfig do + let(:missingc...
(maint) Isolate config tests, add default args case Isolate config tests from files on the system by always passing an argument. Add a test that verifies we read the default paths.
puppetlabs_bolt
train
38ab0cd75f82ba7a84ebd7d70ba3f38a09d4b31c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ setup( 'Intended Audience :: Developers', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programmi...
drop support py<I>
aamalev_aiohttp_apiset
train
06a6722c5bdadadeebedb59af98bb17c6e7b2773
diff --git a/invenio_files_rest/models.py b/invenio_files_rest/models.py index <HASH>..<HASH> 100644 --- a/invenio_files_rest/models.py +++ b/invenio_files_rest/models.py @@ -1155,7 +1155,9 @@ class MultipartObject(db.Model, Timestamp): @property def last_part_number(self): """Get last part number.""...
models: last part number fix * Fixes issue with wrongly calculated last part number when the last part size was equal to the part size.
inveniosoftware_invenio-files-rest
train
ce70a8cd6045c3815e43a689aeb068fef75d8807
diff --git a/cmd/discovery.go b/cmd/discovery.go index <HASH>..<HASH> 100644 --- a/cmd/discovery.go +++ b/cmd/discovery.go @@ -48,7 +48,9 @@ var discoveryCmd = &cobra.Command{ DB: viper.GetInt("discovery.redis-db"), }) - connectRedis(client) + if err := connectRedis(client); err != nil { + ctx.WithEr...
FATAL if database connection fails on start
TheThingsNetwork_ttn
train
ee3d4edd09afa542f5fa722e71c2931ba3172aa6
diff --git a/tests/fields_tests.py b/tests/fields_tests.py index <HASH>..<HASH> 100644 --- a/tests/fields_tests.py +++ b/tests/fields_tests.py @@ -64,5 +64,30 @@ class TestTypedField(unittest.TestCase): self.assertEqual(entity.foo, None) # All TypedFields unset self.assertEqual(entity.bar, None) # A...
Added tests for fields.find()
CybOXProject_mixbox
train
5a11b438bc6f8c5c00d93d5c0ac63fc4cc28d1c5
diff --git a/Rendered.php b/Rendered.php index <HASH>..<HASH> 100644 --- a/Rendered.php +++ b/Rendered.php @@ -50,7 +50,7 @@ final class Rendered $this->css = $css; } - public function add(array $js) + public function addJs(array $js) { $this->js = array_merge($this->js, $js); }...
Fix name of Rendered::addJs method
LastCallMedia_Mannequin-Core
train
8f4aeae5d50b4cde4ad6b0daba1b6ba054b6385f
diff --git a/ejb3/src/main/java/org/jboss/as/ejb3/component/singleton/SingletonComponentDescription.java b/ejb3/src/main/java/org/jboss/as/ejb3/component/singleton/SingletonComponentDescription.java index <HASH>..<HASH> 100644 --- a/ejb3/src/main/java/org/jboss/as/ejb3/component/singleton/SingletonComponentDescription....
AS7-<I>: make sure a tx is rolledback when the BMT singleton did not complete it
wildfly_wildfly
train
bd289e59f0c27b54b0bbc89dbd3a40e7b7f38317
diff --git a/Lib/fontbakery/checkrunner.py b/Lib/fontbakery/checkrunner.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/checkrunner.py +++ b/Lib/fontbakery/checkrunner.py @@ -880,18 +880,18 @@ def check_log_override(check, new_id, overrides, reason=None): if overriden: # nothing changed (despite of ...
yield only DEBUG for overrides, not INFO
googlefonts_fontbakery
train
d03c41e0738ab9ec56ccd017beb7ce42b33b1fed
diff --git a/runc.go b/runc.go index <HASH>..<HASH> 100644 --- a/runc.go +++ b/runc.go @@ -240,9 +240,24 @@ func (r *Runc) Run(context context.Context, id, bundle string, opts *CreateOpts) return Monitor.Wait(cmd) } +type DeleteOpts struct { + Force bool +} + +func (o *DeleteOpts) args() (out []string) { + if o.Fo...
Add DeleteOpts to support --force
containerd_go-runc
train
154afeac0f7c3e2fc0039c101b08bd57d5ae48d7
diff --git a/examples/counter-hot/store/actions.js b/examples/counter-hot/store/actions.js index <HASH>..<HASH> 100644 --- a/examples/counter-hot/store/actions.js +++ b/examples/counter-hot/store/actions.js @@ -9,6 +9,6 @@ export const incrementIfOdd = ({ commit, state }) => { export const incrementAsync = ({ commit...
Update actions.js (#<I>)
vuejs_vuex
train
cff0b102833de4a5953ba303b3955b0164a153b7
diff --git a/packages/@ember/runloop/index.js b/packages/@ember/runloop/index.js index <HASH>..<HASH> 100644 --- a/packages/@ember/runloop/index.js +++ b/packages/@ember/runloop/index.js @@ -1,4 +1,4 @@ -import { assert, deprecate, isTesting } from '@ember/debug'; +import { assert, deprecate } from '@ember/debug'; imp...
Drop autorun assertion This removes the autorun assertion in test mode. The original conditions that caused it to be added are no longer true, as we are on a version of backburner that uses microtask scheduling.
emberjs_ember.js
train
d4cc09309a79715434b051b275d379d95e8d5bee
diff --git a/project_generator/project.py b/project_generator/project.py index <HASH>..<HASH> 100644 --- a/project_generator/project.py +++ b/project_generator/project.py @@ -207,6 +207,7 @@ class Project: try: f = open(project_file, 'rt') project_file_data = yaml.load(f) ...
Fixed calling set_attributes and eliminated group_name logic
project-generator_project_generator
train
5578111b44763d510f3cf2c1e776af0955b814f2
diff --git a/resource_aws_network_acl_test.go b/resource_aws_network_acl_test.go index <HASH>..<HASH> 100644 --- a/resource_aws_network_acl_test.go +++ b/resource_aws_network_acl_test.go @@ -15,9 +15,10 @@ func TestAccAWSNetworkAcl_EgressAndIngressRules(t *testing.T) { var networkAcl ec2.NetworkAcl resource.Test(...
providers/aws: network_acl id-only
terraform-providers_terraform-provider-aws
train
4ed9d7fdeea0380768af1fa780fa150e2f8ded0e
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ # limitations under the License. """Module setuptools script.""" +import distutils.command.build from setuptools import setup description = """PySC2 - StarCraft II Learning Environment @@ -32,6 +33,15 @@...
Specify a custom build directory in setup.py to avoid clashing with the BUILD file on MacOS and Windows. PiperOrigin-RevId: <I>
deepmind_pysc2
train
6df8567df100b4f291d7523f81aca765291d11b8
diff --git a/scripts/tests/test_validate_docstrings.py b/scripts/tests/test_validate_docstrings.py index <HASH>..<HASH> 100644 --- a/scripts/tests/test_validate_docstrings.py +++ b/scripts/tests/test_validate_docstrings.py @@ -633,6 +633,43 @@ class BadReturns(object): """ return "Hello world!" + ...
DOC: add checks on the returns section in the docstrings (#<I>) (#<I>)
pandas-dev_pandas
train
116df68664e96f43da5d7470c9b4ac15f28b1696
diff --git a/test/example/app/controllers/application_controller.rb b/test/example/app/controllers/application_controller.rb index <HASH>..<HASH> 100644 --- a/test/example/app/controllers/application_controller.rb +++ b/test/example/app/controllers/application_controller.rb @@ -1,8 +1,6 @@ class ApplicationController ...
Remove undefined skip_before_filter
Shopify_turbograft
train
eb1efce68890125e63c64ed4005fa587b5d8209e
diff --git a/lib/woodhouse.rb b/lib/woodhouse.rb index <HASH>..<HASH> 100644 --- a/lib/woodhouse.rb +++ b/lib/woodhouse.rb @@ -31,6 +31,10 @@ module Woodhouse # some of this down into NodeConfiguration or something like it. module GlobalMethods + def logger + global_configuration.logger + end + ...
Use a connection pool in the Bunny dispatcher.
mboeh_woodhouse
train
4cc6bd407053ea4b19ca363f8a777fa7f7c5578f
diff --git a/nornir/core/configuration.py b/nornir/core/configuration.py index <HASH>..<HASH> 100644 --- a/nornir/core/configuration.py +++ b/nornir/core/configuration.py @@ -306,7 +306,7 @@ class Config(object): return cls( inventory=InventoryConfig(**{**data.get("inventory", {}), **inventory}), ...
Fix logging bug (#<I>)
nornir-automation_nornir
train
b89bc8a90311ab6248bdc87e8e3b5b36fdbd17e1
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -29,6 +29,7 @@ class Configuration implements ConfigurationInterface ->scalarNode('site_class...
product sync command p<I>
loevgaard_dandomain-foundation-bundle
train
aa6093c04405a18f03c89cef428cffaef751528f
diff --git a/src/test/java/com/arangodb/ArangoDriverImportTest.java b/src/test/java/com/arangodb/ArangoDriverImportTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/arangodb/ArangoDriverImportTest.java +++ b/src/test/java/com/arangodb/ArangoDriverImportTest.java @@ -28,6 +28,7 @@ import java.util.HashMap; ...
added Test for details Flag in ImportOptions
arangodb_arangodb-java-driver
train
c05b1a114f33e3c03cd228c2804127eee802e20b
diff --git a/source/rafcon/mvc/utils/dialog.py b/source/rafcon/mvc/utils/dialog.py index <HASH>..<HASH> 100644 --- a/source/rafcon/mvc/utils/dialog.py +++ b/source/rafcon/mvc/utils/dialog.py @@ -1,8 +1,18 @@ import gtk +from enum import Enum from rafcon.mvc.utils import constants +class ButtonDialog(Enum): + ...
Add new dialog type: RAFCONButtonDialog - inherits from RAFCONDialog - constructor takes all parameters required for the complete dialog - ensures that the dialog is up front, has the focus and is modal
DLR-RM_RAFCON
train
b0b6e3baa942c3e3046a17c7aa9a54331686fb97
diff --git a/tests/integration/cloud/clouds/test_digitalocean.py b/tests/integration/cloud/clouds/test_digitalocean.py index <HASH>..<HASH> 100644 --- a/tests/integration/cloud/clouds/test_digitalocean.py +++ b/tests/integration/cloud/clouds/test_digitalocean.py @@ -5,7 +5,10 @@ Integration tests for DigitalOcean APIv2...
Generate new key each time for digital ocean key test
saltstack_salt
train
786b8409f7d5b5db3d98be2e630e8583377d70ef
diff --git a/autotest/plot_tests.py b/autotest/plot_tests.py index <HASH>..<HASH> 100644 --- a/autotest/plot_tests.py +++ b/autotest/plot_tests.py @@ -60,7 +60,7 @@ def pst_plot_test(): # ax = pst.plot(kind="phi_pie") plt.show() - + # ax = plt.subplot(111,aspect="equal") # pst.plot(kind="...
small tweak to pst plot
jtwhite79_pyemu
train
8d4d182a7aacf7c41cf71025b669de0ba0b6b55c
diff --git a/tdm/src/main/java/thredds/tdm/CatalogConfigReader.java b/tdm/src/main/java/thredds/tdm/CatalogConfigReader.java index <HASH>..<HASH> 100644 --- a/tdm/src/main/java/thredds/tdm/CatalogConfigReader.java +++ b/tdm/src/main/java/thredds/tdm/CatalogConfigReader.java @@ -73,23 +73,34 @@ public class CatalogConfi...
better diagnostucs for alias handling and root directory errors
Unidata_thredds
train
a0d50cdca6fe3e36b94ff5b3635855e71676c195
diff --git a/src/JohnKary/PHPUnit/Listener/SpeedTrapListener.php b/src/JohnKary/PHPUnit/Listener/SpeedTrapListener.php index <HASH>..<HASH> 100644 --- a/src/JohnKary/PHPUnit/Listener/SpeedTrapListener.php +++ b/src/JohnKary/PHPUnit/Listener/SpeedTrapListener.php @@ -16,8 +16,6 @@ class SpeedTrapListener implements Test...
Remove majority of param and return type hints They are self-documenting with native scalar type hinting and return types
johnkary_phpunit-speedtrap
train
6bcdaa7fd9cd668f790d73ccd228bfd6b3b05523
diff --git a/docker_squash/image.py b/docker_squash/image.py index <HASH>..<HASH> 100644 --- a/docker_squash/image.py +++ b/docker_squash/image.py @@ -636,7 +636,7 @@ class Image(object): squashed_files.append(normalized_name) # This list shouldn't be that long - for m...
Convert dictionary values to list to make it work in both Python versions
goldmann_docker-squash
train
7d1e4d2c83e2b877bf598a0d4ec4077d42ee0488
diff --git a/lib/compile/index.js b/lib/compile/index.js index <HASH>..<HASH> 100644 --- a/lib/compile/index.js +++ b/lib/compile/index.js @@ -32,7 +32,8 @@ function compile(schema, root, localRefs, baseId) { , patternsHash = {} , defaults = [] , defaultsHash = {} - , customRules = []; + , customRu...
Add option to not retain validator source code I noticed that in a program with many schemas, a large amount of memory was taken up by the source code strings used to compile the validators. This commit adds an option, `retainSourceCode`, default true, which allows source code strings to be left out of the heap.
epoberezkin_ajv
train
91195de614e7b767b04c50ad31cf08978b9f8e71
diff --git a/lib/common/encryption.js b/lib/common/encryption.js index <HASH>..<HASH> 100644 --- a/lib/common/encryption.js +++ b/lib/common/encryption.js @@ -92,16 +92,16 @@ function encryptionFactory( Encryption.prototype.createSalt = function (algorithm, salt) { algorithm = algorithm || 'sha512'; ...
Fix indentation and add unit test for createSalt
RackHD_on-core
train
d9929fc711600ba136284ce4836c78ac78779dc5
diff --git a/lib/fluent/plugin/out_exec_filter.rb b/lib/fluent/plugin/out_exec_filter.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/plugin/out_exec_filter.rb +++ b/lib/fluent/plugin/out_exec_filter.rb @@ -114,9 +114,9 @@ module Fluent super - if localtime = conf['localtime'] + if conf['localtime'...
Remove unused variables lib/fluent/plugin/out_exec_filter.rb:<I>: warning: assigned but unused variable - localtime lib/fluent/plugin/out_exec_filter.rb:<I>: warning: assigned but unused variable - utc lib/fluent/plugin/out_exec_filter.rb:<I>: warning: assigned but unused variable - pid
fluent_fluentd
train
79d0f47ee70ac62c2d7a62a7d84c5277d3ec5b84
diff --git a/pkg/services/sqlstore/migrations/dashboard_snapshot_mig.go b/pkg/services/sqlstore/migrations/dashboard_snapshot_mig.go index <HASH>..<HASH> 100644 --- a/pkg/services/sqlstore/migrations/dashboard_snapshot_mig.go +++ b/pkg/services/sqlstore/migrations/dashboard_snapshot_mig.go @@ -54,4 +54,15 @@ func addDa...
Added columns in dashboard_snapshot
grafana_grafana
train
97124fdc86c199c1081cf9dd09e1e7060d6a26fd
diff --git a/lib/ooor/services.rb b/lib/ooor/services.rb index <HASH>..<HASH> 100644 --- a/lib/ooor/services.rb +++ b/lib/ooor/services.rb @@ -4,6 +4,7 @@ # Licensed under the MIT license, see MIT-LICENSE file require 'json' +require 'nokogiri' module Ooor autoload :InvalidSessionError, 'ooor/errors' @@ -6...
implement a csrf_token service to be used mostly when proxying forms to Odoo; used by Erpify for instance
akretion_ooor
train
82d095ef4963b10a8d0a54c436428e6d0821a78d
diff --git a/skitai/__init__.py b/skitai/__init__.py index <HASH>..<HASH> 100644 --- a/skitai/__init__.py +++ b/skitai/__init__.py @@ -1,6 +1,6 @@ # 2014. 12. 9 by Hans Roh hansroh@gmail.com -__version__ = "0.28.3" +__version__ = "0.28.4.3" version_info = tuple (map (lambda x: not x.isdigit () and x or int (x), ...
reinstate was.decated T.T
hansroh_skitai
train
67575421f628515c97998d8457f9bfaac020728a
diff --git a/lib/Menu/Advanced.php b/lib/Menu/Advanced.php index <HASH>..<HASH> 100644 --- a/lib/Menu/Advanced.php +++ b/lib/Menu/Advanced.php @@ -40,7 +40,10 @@ abstract class Menu_Advanced extends View if ($action) { if (is_string($action) || is_array($action) || $action instanceof URL) { - ...
better handling for Menu::setModel(), add title field detection and ability to override
atk4_atk4
train
abf2d843627ceef4b82c0dac31aaa6ab2bd19d4f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name='readthedocs-sphinx-ext', - version='2.1.5', + version='2.1.6', author='Read the Docs, Inc', author_email='dev@readthedocs.com', ...
Release <I> (#<I>)
rtfd_readthedocs-sphinx-ext
train
39ed63e9feee3caaccf6d21d61ce18cfea8b4155
diff --git a/animanager/anime/cmd.py b/animanager/anime/cmd.py index <HASH>..<HASH> 100644 --- a/animanager/anime/cmd.py +++ b/animanager/anime/cmd.py @@ -110,7 +110,6 @@ class AnimeCmd(Cmd): This is free software, and you are welcome to redistribute it under certain conditions; type "gpl c" for details.''')....
Fix readline Stupid docs
darkfeline_animanager
train
fa8b6bbd0386e3b98845c5d1f10148b29915d4b9
diff --git a/socket.go b/socket.go index <HASH>..<HASH> 100644 --- a/socket.go +++ b/socket.go @@ -295,7 +295,38 @@ func (s *Socket) newConnID(remoteAddr resolvedAddrStr) (id uint16) { return } +var ( + zeroipv4 = net.ParseIP("0.0.0.0") + zeroipv6 = net.ParseIP("::") + + ipv4lo = mustResolveUDP("127.0.0.1") + ipv6...
Use real address of remote host. Use actual address used, instead of address passed by caller. This means we can diall <I> and it will work, since the underlying UDP packet using <I> actually gets <I> as its address. This makes utp similar to how TCP works.
anacrolix_utp
train
03b17216e061bd1310c72e6420ffba244a9e15ff
diff --git a/api/src/main/java/io/minio/HttpResponse.java b/api/src/main/java/io/minio/HttpResponse.java index <HASH>..<HASH> 100644 --- a/api/src/main/java/io/minio/HttpResponse.java +++ b/api/src/main/java/io/minio/HttpResponse.java @@ -16,6 +16,9 @@ package io.minio; +import java.util.List; +import java.util.Ma...
fix: add method to return http headers in ObjectStat (#<I>) Previously ObjectStat did not carry HTTP headers returned from S3 server. This patch fixes the issue by adding a new method `Map<String,List<String>> ObjectStat.httpHeaders()` which returns received headers from the server. Fixes #<I>
minio_minio-java
train
8c39d2660262ce21805acfc586b8a607ced87aa3
diff --git a/code/libraries/joomlatools/library/http/url/url.php b/code/libraries/joomlatools/library/http/url/url.php index <HASH>..<HASH> 100644 --- a/code/libraries/joomlatools/library/http/url/url.php +++ b/code/libraries/joomlatools/library/http/url/url.php @@ -414,8 +414,8 @@ class KHttpUrl extends KObject implem...
#<I> - Do not escape '[' and ']' and remove escaping of '+'
joomlatools_joomlatools-framework
train
29e45e5bc1788d2540a7440da389d3ff6fc662ad
diff --git a/tests/PointTest.php b/tests/PointTest.php index <HASH>..<HASH> 100644 --- a/tests/PointTest.php +++ b/tests/PointTest.php @@ -214,7 +214,13 @@ class PointTest extends AbstractTestCase */ public function testEnvelope(Point $point) { - $this->assertTrue($point->envelope()->equals($poin...
Fixed Point::envelope() tests to accommodate both POINT and POLYGON results
brick_geo
train
6982dfbe79fb945aa1a5ff83510fac92c07f10af
diff --git a/docs/server/generate_http_server_api_documentation.py b/docs/server/generate_http_server_api_documentation.py index <HASH>..<HASH> 100644 --- a/docs/server/generate_http_server_api_documentation.py +++ b/docs/server/generate_http_server_api_documentation.py @@ -67,6 +67,14 @@ Content-Type: application/json...
Put back the accidentally-removed post-tx-response
bigchaindb_bigchaindb
train
5ae2fa08821c7bc6aa458b477f1417fb9070f0f9
diff --git a/examples/circuit_failure_rates.py b/examples/circuit_failure_rates.py index <HASH>..<HASH> 100644 --- a/examples/circuit_failure_rates.py +++ b/examples/circuit_failure_rates.py @@ -15,10 +15,21 @@ import random from twisted.internet import reactor, task from twisted.internet.endpoints import TCP4Clien...
start on providing command-line options for circuit_failure_rates example
meejah_txtorcon
train
7d95fddbed1742e1a57c2a763c243fbde4334694
diff --git a/src/babel/patch.js b/src/babel/patch.js index <HASH>..<HASH> 100644 --- a/src/babel/patch.js +++ b/src/babel/patch.js @@ -28,6 +28,11 @@ def("RestElement") .build("argument") .field("argument", def("expression")); +def("DoExpression") + .bases("Expression") + .build("body") + .field("body", [def...
add do expression definition to ast-types - fixes #<I>
babel_babel
train
3c3f8087647a15a5e88dd18a45d41358eacce142
diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -63,9 +63,9 @@ module ActiveRecord #:nodoc: # == Conditions # # Conditions can either be specifie...
Explicitly included hashes in sentence regarding SQL-injection-safe forms
rails_rails
train
b277b613f798b5fd73ef301eab0f0eeb90beca36
diff --git a/model/ddl.go b/model/ddl.go index <HASH>..<HASH> 100644 --- a/model/ddl.go +++ b/model/ddl.go @@ -17,7 +17,6 @@ import ( "encoding/json" "fmt" "sync" - "sync/atomic" "github.com/juju/errors" "github.com/pingcap/tidb/terror" @@ -130,12 +129,18 @@ type Job struct { // SetRowCount sets the numb...
model: fix ddl data race (#<I>)
pingcap_tidb
train
a2a537db28bbf8dab1300e95409990e82052acfc
diff --git a/mod/resource/fetch.php b/mod/resource/fetch.php index <HASH>..<HASH> 100644 --- a/mod/resource/fetch.php +++ b/mod/resource/fetch.php @@ -1,6 +1,8 @@ <?php // $Id$ // Fetches an external URL and passes it through the filters + die; //not used anymore, please FIX SC #99 before enabling + ...
merged from MOODLE_<I>_STABLE
moodle_moodle
train
3ea7f55818ad36bc6981ee6c2cc52fc662ef14bd
diff --git a/app/oryx-app-serving/src/main/java/com/cloudera/oryx/app/serving/als/Console.java b/app/oryx-app-serving/src/main/java/com/cloudera/oryx/app/serving/als/Console.java index <HASH>..<HASH> 100644 --- a/app/oryx-app-serving/src/main/java/com/cloudera/oryx/app/serving/als/Console.java +++ b/app/oryx-app-servin...
Make endpoints respond to no root and / instead of just /index.html
OryxProject_oryx
train
a29c8d8e13414644b724933db3c9833026b986e4
diff --git a/src/Carbon/PHPStan/MacroScanner.php b/src/Carbon/PHPStan/MacroScanner.php index <HASH>..<HASH> 100644 --- a/src/Carbon/PHPStan/MacroScanner.php +++ b/src/Carbon/PHPStan/MacroScanner.php @@ -20,7 +20,19 @@ final class MacroScanner */ public function hasMethod(string $className, string $methodName...
Fix "Cannot call abstract method Carbon\CarbonInterface::hasMacro()" error
briannesbitt_Carbon
train
837cb48068e2af9575317d366a7135c7e1cebfd1
diff --git a/lib/poseidon/protocol/request_buffer.rb b/lib/poseidon/protocol/request_buffer.rb index <HASH>..<HASH> 100644 --- a/lib/poseidon/protocol/request_buffer.rb +++ b/lib/poseidon/protocol/request_buffer.rb @@ -11,6 +11,7 @@ module Poseidon end def append(string) + string.force_encoding("...
Force all incoming strings to ASCII-8BIT in RequestBuffer. Maybe fix #<I>
bpot_poseidon
train
6270f4798147ef38dc4ab1a7885a4aa5b1a26622
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ The `job` object has methods as follows: * reportStatus - reports job's status to the job server * reportWarning - sends a warning explicitly to the job server * reportError - to indicate that the job fai...
starting on WORK_EXCEPTION
bda-research_gearman-node
train
ceef8719680d4f88db3df65a47bb83818b5470ac
diff --git a/lib/art-decomp/graph.rb b/lib/art-decomp/graph.rb index <HASH>..<HASH> 100644 --- a/lib/art-decomp/graph.rb +++ b/lib/art-decomp/graph.rb @@ -3,23 +3,23 @@ module ArtDecomp class Graph def initialize blanket, seps vertices = blanket.ints.dup vertices.delete_if { |this| vertices.any? { |other| ...
Graph: rename @edges to @neighbours
chastell_art-decomp
train
4eca15197274980a97011f119f49f9dcd84b102a
diff --git a/src/article/models/Figure.js b/src/article/models/Figure.js index <HASH>..<HASH> 100644 --- a/src/article/models/Figure.js +++ b/src/article/models/Figure.js @@ -32,6 +32,10 @@ export default class Figure extends DocumentNode { )) } } + + static get refType () { + return 'fig' + } } F...
Provide static refType getters for referenced models.
substance_texture
train
f28c9e502f812c2686aba1963058cc599a46ce2c
diff --git a/scandir.py b/scandir.py index <HASH>..<HASH> 100644 --- a/scandir.py +++ b/scandir.py @@ -137,6 +137,9 @@ if sys.platform == 'win32': return exc def scandir(path='.', windows_wildcard='*.*'): + """Like os.listdir(), but yield DirEntry objects instead of returning + a list of n...
Add docstrings to scandir() functions.
benhoyt_scandir
train
281466d5862de83ed901c4e639445bed040fa207
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,6 @@ Here's a quick example to demonstrate what a Slim template looks like: > Same as the double equal sign (`==`), except that it adds a trailing whitespace. -#### `!` - -> This is a directive. Most com...
remove directive syntax "! doctype" is not supported anymore
slim-template_slim
train
e4aacee7a0a15e658887386d3ba6a3758022754a
diff --git a/benchexec/tools/depthk.py b/benchexec/tools/depthk.py index <HASH>..<HASH> 100644 --- a/benchexec/tools/depthk.py +++ b/benchexec/tools/depthk.py @@ -52,9 +52,9 @@ class Tool(benchexec.tools.template.BaseTool): return executableDir def version(self, executable): - workingDir = self.w...
Bug fix on version method The wrapper were getting depthk.py path of wrong way.
sosy-lab_benchexec
train
7329671793e60cf492ea3aac097af3d0b57dcd49
diff --git a/pkg/components/imguploader/s3uploader.go b/pkg/components/imguploader/s3uploader.go index <HASH>..<HASH> 100644 --- a/pkg/components/imguploader/s3uploader.go +++ b/pkg/components/imguploader/s3uploader.go @@ -58,8 +58,8 @@ func (u *S3Uploader) Upload(ctx context.Context, imageDiskPath string) (string, ...
Cloudwatch: prefer webIdentity over EC2 role (#<I>)
grafana_grafana
train
1ac12a616ea60e4495acdebe1d2e002b4b92e8d6
diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java b/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java index <HASH>..<HASH> 100644 --- a/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java +++ b/logback-classic/src/main/java/ch/qos/logback/classic/Logger.java @@ -2...
- fixing silly but nonetheless serious copy-and-paste bugs, as reported by by Joern Huxhorn in bug #<I> <URL>
tony19_logback-android
train
96eee6ccadeb94552f3b4011639b1ef649e63db5
diff --git a/annis-gui/src/main/java/annis/gui/flatquerybuilder/SpanBox.java b/annis-gui/src/main/java/annis/gui/flatquerybuilder/SpanBox.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/flatquerybuilder/SpanBox.java +++ b/annis-gui/src/main/java/annis/gui/flatquerybuilder/SpanBox.java @@ -59,6 ...
new constructor: SpanBox can be build with a predefined value for the reBox
korpling_ANNIS
train
17d332e1b6f9d4cfd16226c93e47fa3fb142b463
diff --git a/tests/opentrons_sdk/drivers/motor_test.py b/tests/opentrons_sdk/drivers/motor_test.py index <HASH>..<HASH> 100644 --- a/tests/opentrons_sdk/drivers/motor_test.py +++ b/tests/opentrons_sdk/drivers/motor_test.py @@ -39,7 +39,7 @@ class OpenTronsTest(SerialTestCase): # set this to True if testing wit...
added script for randomly moving robot in a loop
Opentrons_opentrons
train
b46754c4be1bb642802d362432df2aabdc767597
diff --git a/src/test/java/org/gitlab4j/api/TestCommitsApi.java b/src/test/java/org/gitlab4j/api/TestCommitsApi.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/gitlab4j/api/TestCommitsApi.java +++ b/src/test/java/org/gitlab4j/api/TestCommitsApi.java @@ -2,12 +2,15 @@ package org.gitlab4j.api; import static ...
Added more get commits by path tests.
gmessner_gitlab4j-api
train
ee5e377f52f6d3d6c9729cbb88658c7f247889c9
diff --git a/test.py b/test.py index <HASH>..<HASH> 100644 --- a/test.py +++ b/test.py @@ -181,7 +181,7 @@ class LiSETest(unittest.TestCase): self.engine._things_cache ) - def test_roommate_collisions(self): + def testRoommateCollisions(self): """Test queries' ability to tell that...
camelCase all method names, to match unittest module style
LogicalDash_LiSE
train
975d765dddb9fad9f5f025fdf446ab7befbd338c
diff --git a/SALib/sample/morris.py b/SALib/sample/morris.py index <HASH>..<HASH> 100644 --- a/SALib/sample/morris.py +++ b/SALib/sample/morris.py @@ -70,7 +70,7 @@ class Morris(Sample): def flatten(self, l): for el in l: - if isinstance(el, Iterable) and not isinstance(el, basestring): + ...
Updated tolerances and fixed py3 compat
SALib_SALib
train
3bf983200bbc638910ea2016d7f895a7dad43d46
diff --git a/model/DataList.php b/model/DataList.php index <HASH>..<HASH> 100644 --- a/model/DataList.php +++ b/model/DataList.php @@ -297,7 +297,7 @@ class DataList extends ViewableData implements SS_List { */ function setByIDList($idList) { $has = array(); - + // Index current data foreach($this->colu...
BUGFIX DataQuery: ensuring ORDER BY columns are set in SELECT clauses
silverstripe_silverstripe-framework
train
3b73f9ae17596872d2eb7a74c23461e8740243c8
diff --git a/src/Util.php b/src/Util.php index <HASH>..<HASH> 100644 --- a/src/Util.php +++ b/src/Util.php @@ -160,14 +160,6 @@ final class Util // ORM = first L octets of T /** @var string $orm */ $orm = Binary::safeSubstr($t, 0, $length); - - // @codeCoverageIgnoreStart - if (...
This check is actually not needed with constant_time_encoding v2+
paragonie_halite
train
a5b4f7a04aaa241298264db9e327f261c9fc36e7
diff --git a/spec/cliSpec.js b/spec/cliSpec.js index <HASH>..<HASH> 100644 --- a/spec/cliSpec.js +++ b/spec/cliSpec.js @@ -12,6 +12,20 @@ var runCliAppAndGetOutput = function(args, inputData, outputResults, options) { return outputResults.getData(); }; +var runCliAppWithCallback = function(args, inputData, outputR...
Tests involving streams should wait until output is finished before making assertions
brettmclean_number-converter
train
69b7af425193d09a2d00b368b5dc72d09d302422
diff --git a/src/org/zaproxy/zap/extension/globalexcludeurl/ExtensionGlobalExcludeURL.java b/src/org/zaproxy/zap/extension/globalexcludeurl/ExtensionGlobalExcludeURL.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/globalexcludeurl/ExtensionGlobalExcludeURL.java +++ b/src/org/zaproxy/zap/extension/g...
Tidy up, remove unused imports.
zaproxy_zaproxy
train
93ae99759d97fca4fb364179ac42bf41effd02a8
diff --git a/src/main/java/org/pinae/nala/xb/util/TypeConver.java b/src/main/java/org/pinae/nala/xb/util/TypeConver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/pinae/nala/xb/util/TypeConver.java +++ b/src/main/java/org/pinae/nala/xb/util/TypeConver.java @@ -15,7 +15,7 @@ import org.apache.log4j.Logger; *...
Bug Fixed: check node's value is null
PinaeOS_nala
train
f7b2f07aafddba97751e4b9343a679b2e10f8c07
diff --git a/lib/object-sugar.js b/lib/object-sugar.js index <HASH>..<HASH> 100644 --- a/lib/object-sugar.js +++ b/lib/object-sugar.js @@ -101,7 +101,7 @@ function create(model, data, cb) { return true; }).length === fcount(model.meta); - +console.log('create', model, data, cb); if(ok) { /...
In case there is no middleware, trigger callback still
sugarjs_object-sugar
train
eb9b222201fbca99074b3d654550ee1963cb8ffa
diff --git a/resolwe/storage/connectors/transfer.py b/resolwe/storage/connectors/transfer.py index <HASH>..<HASH> 100644 --- a/resolwe/storage/connectors/transfer.py +++ b/resolwe/storage/connectors/transfer.py @@ -317,10 +317,6 @@ class Transfer: ex = [f.exception() for f in futures if f.exception() i...
Refresh hashes after setting metadata since setting metadata may change hash value
genialis_resolwe
train
fdea10ad8044c899fd93e15b7d19e7bfb9c7dd72
diff --git a/collection.go b/collection.go index <HASH>..<HASH> 100644 --- a/collection.go +++ b/collection.go @@ -24,6 +24,8 @@ type Collection struct { root *rootNodeLoc // Protected by rootLock. allocStats AllocStats // User must serialize access (e.g., see locks in alloc.go). + + AppData unsafe.Pointer //...
Allow app-specific user data per Collection.
steveyen_gkvlite
train
8e52983990d7237c8a826187cc24412ff14025e9
diff --git a/view/attachments/html.php b/view/attachments/html.php index <HASH>..<HASH> 100644 --- a/view/attachments/html.php +++ b/view/attachments/html.php @@ -32,5 +32,7 @@ class ComFilesViewAttachmentsHtml extends ComKoowaViewHtml $context->data->container = $container->getIterator()->current(); ...
re #<I> Add view config to parameters. Config contains the attach and detach actions permission valus.
joomlatools_joomlatools-framework
train
6c9f9719a772a8de3d63d5edfadd0ef326a59a62
diff --git a/spec/grape/endpoint_spec.rb b/spec/grape/endpoint_spec.rb index <HASH>..<HASH> 100644 --- a/spec/grape/endpoint_spec.rb +++ b/spec/grape/endpoint_spec.rb @@ -61,12 +61,12 @@ describe Grape::Endpoint do get('/get/cookies') - last_response.headers['Set-Cookie'].tap { |set_cookies| - se...
Fixed spec, headers returned in no particular order.
ruby-grape_grape
train
4ba09c009dc711656ec9f86ca014291802638980
diff --git a/molgenis-data-mysql/src/main/java/org/molgenis/data/mysql/MysqlRepositoryCollection.java b/molgenis-data-mysql/src/main/java/org/molgenis/data/mysql/MysqlRepositoryCollection.java index <HASH>..<HASH> 100644 --- a/molgenis-data-mysql/src/main/java/org/molgenis/data/mysql/MysqlRepositoryCollection.java +++ ...
Don't try to remove metadata if it has not yet been added. Fixes #<I>
molgenis_molgenis
train
4da3dfa8941f78b4d6037a452c5a13a078c0bbdb
diff --git a/testsuite/shared/src/main/java/org/jboss/as/test/integration/domain/management/util/DomainTestUtils.java b/testsuite/shared/src/main/java/org/jboss/as/test/integration/domain/management/util/DomainTestUtils.java index <HASH>..<HASH> 100644 --- a/testsuite/shared/src/main/java/org/jboss/as/test/integration/...
Add diagnostic output for debugging failures
wildfly_wildfly-core
train
b0fb4c12d74a35588e648bd851f70079a7779cc8
diff --git a/lib/outputrequirementslib.php b/lib/outputrequirementslib.php index <HASH>..<HASH> 100644 --- a/lib/outputrequirementslib.php +++ b/lib/outputrequirementslib.php @@ -207,7 +207,7 @@ class page_requirements_manager { ) ) )); - $configname = $this->YUI_config->se...
MDL-<I> JavaScript: Don't use -min files for YUI CSS
moodle_moodle
train
4bbf356d23033f10ace79a03a40b1416a0b3c9aa
diff --git a/src/xml-pulley.js b/src/xml-pulley.js index <HASH>..<HASH> 100644 --- a/src/xml-pulley.js +++ b/src/xml-pulley.js @@ -141,9 +141,7 @@ export function makePulley(xml, options) { } else if(v && v.type === 'wstext') { queue.pop(); if(v.wsHasNext) queue.pop(); - v.type = 'text'; - ...
I felt like changing the nextText() implementation a bit
Permutatrix_xml-pulley
train
59dcfc6ef762f756d070981287dc41d22b81e248
diff --git a/ReText/mdx_posmap.py b/ReText/mdx_posmap.py index <HASH>..<HASH> 100644 --- a/ReText/mdx_posmap.py +++ b/ReText/mdx_posmap.py @@ -36,15 +36,15 @@ POSMAP_MARKER_RE = re.compile(r'__posmapmarker__\d+\n\n') class PosMapExtension(Extension): """ Position Map Extension for Python-Markdown. """ - def ...
posmap: Fix deprecation warnings and drop support for Python-Markdown 2
retext-project_retext
train
2aa74f721cfb0d64ea90f6d2ab2eefb931ed6118
diff --git a/samples/singleton.rb b/samples/singleton.rb index <HASH>..<HASH> 100644 --- a/samples/singleton.rb +++ b/samples/singleton.rb @@ -1,7 +1,6 @@ -require_relative '../lib/after_do' +require 'after_do' module M - def self.magic puts 'magic' end @@ -10,4 +9,5 @@ end M.singleton_class.extend After...
Add specs for attaching callbacks to the singleton class of a method
PragTob_after_do
train
a9a5895ab00e81e88a17243de2e7afa9ccfabe57
diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index <HASH>..<HASH> 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -17,7 +17,7 @@ const webpackConfig = (options, env, argv) => { let filename = production ? '[name]-[chunkhash]' : '[name]'; ...
Update default publicPath to be Empty String (#<I>) * Update default publicPath to be Empty String I was mistaken that the default publicPath value was `/`, but it is actually `''`. Both tt-serve and tt-serve-static work as expected, however this error was seen with github-deployments. * Update webpack.config.te...
cerner_terra-toolkit
train
f5035722888810af6ed41cc83a67cbaab97024af
diff --git a/hcsvlab.py b/hcsvlab.py index <HASH>..<HASH> 100644 --- a/hcsvlab.py +++ b/hcsvlab.py @@ -508,7 +508,7 @@ class Client(object): return not self.__eq__(other) - def api_request(self, url, data=None): + def api_request(self, url, data=None, method=None): """ Perform an API request...
problem with rename_item_list solved by introducing a method to the api_request
Alveo_pyalveo
train
cb9ef4a06dfa7b551b843aa7f84fa48ed0d470ac
diff --git a/mod/forum/lib.php b/mod/forum/lib.php index <HASH>..<HASH> 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -3104,7 +3104,7 @@ function forum_tp_add_read_record($userid, $postid, $discussionid=-1, $forumid=- } if ($forumid > -1) { /// Update the 'forumid' field. - ...
Fixed Bug <I>. Forum ID was getting changed in read tables.
moodle_moodle
train
7bf33728b6251d012986f657ddb8496194ae1ae1
diff --git a/lib/closure_tree/acts_as_tree.rb b/lib/closure_tree/acts_as_tree.rb index <HASH>..<HASH> 100644 --- a/lib/closure_tree/acts_as_tree.rb +++ b/lib/closure_tree/acts_as_tree.rb @@ -392,7 +392,7 @@ module ClosureTree tree_scope.each do |ea| h = id_to_hash[ea.id] = ActiveSupport::OrderedHa...
fixed for instance-leve hash_tree
ClosureTree_closure_tree
train
be9db6e6fe0929aa998566027edd9870cd82a1a0
diff --git a/libkbfs/folder_block_ops.go b/libkbfs/folder_block_ops.go index <HASH>..<HASH> 100644 --- a/libkbfs/folder_block_ops.go +++ b/libkbfs/folder_block_ops.go @@ -277,8 +277,10 @@ func (fbo *folderBlockOps) getBlockHelperLocked(ctx context.Context, // If the block was cached in the past, we need to handle it...
prefetcher: Don't prefetch when initializing block helpers if the block has already been cached. This causes prefetcher explosion because the way we navigate node paths.
keybase_client
train