hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
e2c6dd07ca9424bba8da61fe253240d0de1e87ab
diff --git a/memote/suite/tests/test_consistency.py b/memote/suite/tests/test_consistency.py index <HASH>..<HASH> 100644 --- a/memote/suite/tests/test_consistency.py +++ b/memote/suite/tests/test_consistency.py @@ -54,3 +54,12 @@ def test_unbalanced_reactions(model): "The following reactions are not balanced" ...
Test for blocked reactions [fix #<I>] (#<I>) * Add check for blocked reactions * Add test for function find_blocked_reactions * Fix docstring of 'find_blocked_reactions' * refactor: use new API and DataFrame
opencobra_memote
train
4248174eb0c92132229199a600bd62eed659e9e5
diff --git a/src/OEmbed.php b/src/OEmbed.php index <HASH>..<HASH> 100644 --- a/src/OEmbed.php +++ b/src/OEmbed.php @@ -12,6 +12,7 @@ class OEmbed use HttpApiTrait; private static $providers; + private array $defaults = []; private static function getProviders(): array { @@ -70,6 +71,7 @@ clas...
improved url detection in oEmbed using initialurl
oscarotero_Embed
train
e876335aaaf44d09bb8a9b64a64154ae28d838a0
diff --git a/blocks/diff/diff__editorcontroller_double.js b/blocks/diff/diff__editorcontroller_double.js index <HASH>..<HASH> 100644 --- a/blocks/diff/diff__editorcontroller_double.js +++ b/blocks/diff/diff__editorcontroller_double.js @@ -638,7 +638,7 @@ define([ diffTool.Parser.LineType.DELETED, ...
Fix error with choosing of wrong class for connector for modified code. Former-commit-id: 4e<I>a<I>bcb7b<I>b5a<I>c9e<I>d<I>
JetBrains_ring-ui
train
313e9dbbe45e8a6cef55c407d918c1d19cb4087e
diff --git a/treeherder/settings/local.sample.py b/treeherder/settings/local.sample.py index <HASH>..<HASH> 100644 --- a/treeherder/settings/local.sample.py +++ b/treeherder/settings/local.sample.py @@ -4,39 +4,11 @@ import os -TREEHERDER_DATABASE_NAME = os.environ.get("TREEHERDER_DATABASE_NAME", "") -TREEHERDER_D...
Bug <I> - Remove prefs from local.sample.py that are identical to base.py We're trying to move away from specifying prefs in files.
mozilla_treeherder
train
cf9c19732baa51816c08401e3520714d7fc058f2
diff --git a/tensorboard/plugins/pr_curve/summary.py b/tensorboard/plugins/pr_curve/summary.py index <HASH>..<HASH> 100644 --- a/tensorboard/plugins/pr_curve/summary.py +++ b/tensorboard/plugins/pr_curve/summary.py @@ -154,7 +154,7 @@ def op( summary_metadata = tf.SummaryMetadata( display_name=display_nam...
Rename pr_curve plugin to pr_curves (#<I>) Other plugin names are plural.
tensorflow_tensorboard
train
9398558e059fae9d30cc726dd69438d991d04549
diff --git a/etc/sync-function-template.js b/etc/sync-function-template.js index <HASH>..<HASH> 100644 --- a/etc/sync-function-template.js +++ b/etc/sync-function-template.js @@ -77,6 +77,14 @@ function(doc, oldDoc) { function validateDoc(doc, oldDoc, docDefinition, docType) { var validationErrors = [ ]; + ...
Ensure attachments cannot be stored in documents unless explicitly enabled
Kashoo_synctos
train
8718b82ae97aa7eba60a9de2bb826c5cba3f0b2a
diff --git a/openxc/src/main/java/com/openxc/remote/RemoteVehicleService.java b/openxc/src/main/java/com/openxc/remote/RemoteVehicleService.java index <HASH>..<HASH> 100644 --- a/openxc/src/main/java/com/openxc/remote/RemoteVehicleService.java +++ b/openxc/src/main/java/com/openxc/remote/RemoteVehicleService.java @@ -4...
Write to internal memory the Android way.
openxc_openxc-android
train
e97a79a6d5186cb65de08321a82f955763a57fbd
diff --git a/lib/srf.js b/lib/srf.js index <HASH>..<HASH> 100644 --- a/lib/srf.js +++ b/lib/srf.js @@ -351,11 +351,11 @@ class Srf extends Emitter { const parsed = parser.parseUri(opts.uri) ; if (!parsed) { - if (-1 === opts.uri.indexOf('@') && 0 !== opts.uri.indexOf('sip')) { + if (-1 ===...
createUAC: Check for colon too in URI
davehorton_drachtio-srf
train
e89f583c4ddc17127a08143d340f585f7d9a98c1
diff --git a/src/main/org/openscience/cdk/fingerprint/EStateFingerprinter.java b/src/main/org/openscience/cdk/fingerprint/EStateFingerprinter.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/fingerprint/EStateFingerprinter.java +++ b/src/main/org/openscience/cdk/fingerprint/EStateFingerprinter.java @...
JavaDoc warnings in MACCS and ESTATE fingerprints.
cdk_cdk
train
58866a854d6073c30b058c175de767122f6212c2
diff --git a/src/Themosis/Core/Application.php b/src/Themosis/Core/Application.php index <HASH>..<HASH> 100644 --- a/src/Themosis/Core/Application.php +++ b/src/Themosis/Core/Application.php @@ -21,7 +21,6 @@ use Symfony\Component\Finder\SplFileInfo; use Symfony\Component\HttpFoundation\Request as SymfonyRequest; use...
Fix route service provider regiser method call. Add exception handling on response.
themosis_framework
train
f349f1cccccc007e0a0a1539a4e222d4ddfc47e9
diff --git a/lib/vestal_versions/reload.rb b/lib/vestal_versions/reload.rb index <HASH>..<HASH> 100644 --- a/lib/vestal_versions/reload.rb +++ b/lib/vestal_versions/reload.rb @@ -6,7 +6,6 @@ module VestalVersions base.class_eval do include InstanceMethods - alias_method_chain :reload, :versions...
small refactor moving off of alias_chain_method for one class
laserlemon_vestal_versions
train
0ebaf2218b96240e8153b606870b4c8c0bac290a
diff --git a/openpnm/models/geometry/throat_equivalent_area.py b/openpnm/models/geometry/throat_equivalent_area.py index <HASH>..<HASH> 100644 --- a/openpnm/models/geometry/throat_equivalent_area.py +++ b/openpnm/models/geometry/throat_equivalent_area.py @@ -33,6 +33,36 @@ def spherical_pores(target, throat_area='throa...
truncated_pyramid_area model
PMEAL_OpenPNM
train
a97f5daa1103e05ff5cf9f8459ec8a8578bcfa5a
diff --git a/lib/app.js b/lib/app.js index <HASH>..<HASH> 100644 --- a/lib/app.js +++ b/lib/app.js @@ -101,14 +101,6 @@ if (process.env.NODE_ENV === app.PRODUCTION || process.env.JSBIN_PROXY) { app.set('root', path.resolve(path.join(__dirname, '..'))); app.set('version', require('../package').version); -if (String(...
Allow any config property to be overridden with Env var Using format JSBIN_[KEY]_[KEY]=whatever for example the following config setting: { "url": { "host": "localhost:<I>" } } can be overriden with the following environment variable set JSBIN_URL_HOST=my.url.com
jsbin_jsbin
train
052fa8ba81329138b9e398ae881cdbae728e38e5
diff --git a/lib/rautomation/adapter/ms_uia/select_list.rb b/lib/rautomation/adapter/ms_uia/select_list.rb index <HASH>..<HASH> 100644 --- a/lib/rautomation/adapter/ms_uia/select_list.rb +++ b/lib/rautomation/adapter/ms_uia/select_list.rb @@ -28,14 +28,17 @@ module RAutomation end def set(value) - ...
update SelectList to use set / select api as well for multi-selection
jarmo_RAutomation
train
de46593b2b00dd6502dff313f51cdd5b42ba9c48
diff --git a/lib/type-collection.js b/lib/type-collection.js index <HASH>..<HASH> 100644 --- a/lib/type-collection.js +++ b/lib/type-collection.js @@ -22,11 +22,14 @@ var getTypeName = function (value) { return T; }; + module.exports = Collection.extend(lodashMixin, parentMixin, { namespace: 'TypeCollection',...
<I>% coverage, all tests passing.
mongodb-js_mongodb-schema
train
5423f4c5955e0335958b012d80e31a8c50bb8f6b
diff --git a/lib/properties/shorthand-compactor.js b/lib/properties/shorthand-compactor.js index <HASH>..<HASH> 100644 --- a/lib/properties/shorthand-compactor.js +++ b/lib/properties/shorthand-compactor.js @@ -76,6 +76,9 @@ function invalidateOrCompact(properties, position, candidates, validator) { function compactSh...
No shorthand compacting for less than 3 properties. There is no shorthand for 2 properties so there is no way it may shorten the content. It speeds up processing by ~5%.
jakubpawlowicz_clean-css
train
1dac01c6bafd9278c2fc8d3ce2e76d97ce6d5792
diff --git a/lib/rest-ftp-daemon/job.rb b/lib/rest-ftp-daemon/job.rb index <HASH>..<HASH> 100644 --- a/lib/rest-ftp-daemon/job.rb +++ b/lib/rest-ftp-daemon/job.rb @@ -324,21 +324,21 @@ module RestFtpDaemon # set_info :target, :method, :ftp set_info :target, :method, JOB_METHOD_FTP #@target_me...
log_context becomes log_prefix
bmedici_rest-ftp-daemon
train
0195a3706070c93ad3240f6ab0ea385351abdf7c
diff --git a/fc/excel_ui.py b/fc/excel_ui.py index <HASH>..<HASH> 100644 --- a/fc/excel_ui.py +++ b/fc/excel_ui.py @@ -173,9 +173,13 @@ def process_beads_table(beads_table, ``beads_table.index``. """ - # Do nothing if beads table is empty + # Initialize output variables + beads_samples = [] + ...
Excel UI can now deal with empty tables.
taborlab_FlowCal
train
532008bb23b42bac011b74bae93e16c307735d17
diff --git a/docs/conf.py b/docs/conf.py index <HASH>..<HASH> 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,8 @@ master_doc = 'index' # General information about the project. author = project_metadata['author'] project = project_metadata['name'] -copyright = project_metadata['copyright'] +copyright = '(c...
Fixed copyright in docs conf.py
dusktreader_py-buzz
train
0edb782acf77a1542c5b6b3f532f19db8e85f39d
diff --git a/library/MinkWrapper.php b/library/MinkWrapper.php index <HASH>..<HASH> 100644 --- a/library/MinkWrapper.php +++ b/library/MinkWrapper.php @@ -543,12 +543,9 @@ abstract class MinkWrapper extends BaseTestCase $value = $this->getMinkSession()->getSelectorsHandler()->xpathLiteral($value); ...
Fix fatal crash when no option is present in select box
OXID-eSales_testing_library
train
e902379d32e39198a54aa7e0e5a2314fbaade05a
diff --git a/lib/etl/control/destination/insert_update_database_destination.rb b/lib/etl/control/destination/insert_update_database_destination.rb index <HASH>..<HASH> 100644 --- a/lib/etl/control/destination/insert_update_database_destination.rb +++ b/lib/etl/control/destination/insert_update_database_destination.rb @...
each_hash is a MysqlAdapter specific call. Use the supposingly equivalent one in Postgres and raise an exception in other cases.
activewarehouse_activewarehouse-etl
train
6be9ecf73634ec8f45ac58c19097eec015b6ee37
diff --git a/eccodes_grib/dataset.py b/eccodes_grib/dataset.py index <HASH>..<HASH> 100644 --- a/eccodes_grib/dataset.py +++ b/eccodes_grib/dataset.py @@ -19,6 +19,7 @@ from builtins import list, object, str import collections import datetime +import functools import logging import pkg_resources import typing as...
Attrs of encoded coordintas are assigned.
ecmwf_cfgrib
train
d14dcf2cf70538159f27e5e45aeaf4e342bafd7b
diff --git a/entei.py b/entei.py index <HASH>..<HASH> 100755 --- a/entei.py +++ b/entei.py @@ -211,7 +211,9 @@ def render(template, data, partials_path='.', partials_ext='mustache', else: tokens = tokenize(template) + output = '' + if type(data) is list: scopes = data else: @@ -2...
Fixed partial scoping partials would not get their parent's partial detials (partials_path, partials_ext, partials_dict)
noahmorrison_chevron
train
51ba353d13725b04601622aae83e104acbef4a25
diff --git a/lib/tick_tack/day.rb b/lib/tick_tack/day.rb index <HASH>..<HASH> 100644 --- a/lib/tick_tack/day.rb +++ b/lib/tick_tack/day.rb @@ -2,15 +2,15 @@ module TickTack class Day include TickTack::Scope::Day + attr_reader :date + def initialize(calendar, year_i = nil, month_i = nil, day_i = nil) ...
Set the first_day_date for all classes on initialization
tomraithel_tick_tack
train
f0d3f0e3ee21e874f2d0b1277164f2f10ac212c1
diff --git a/bot.go b/bot.go index <HASH>..<HASH> 100644 --- a/bot.go +++ b/bot.go @@ -79,7 +79,7 @@ func NewIrcBot(user, nick, password, server, port string, channels []string) *Ir //defautl actions, needed to run proprely bot.AddInternAction(&pong{}) bot.AddInternAction(&validConnect{}) - bot.AddInternAction(&H...
.ping is a command fire by user we need to register using AddUserAction
zaibon_ircbot
train
aba8821f605ef14c8da7ff6e7f5ab5cbbca0f0dd
diff --git a/cli/command/container/logs.go b/cli/command/container/logs.go index <HASH>..<HASH> 100644 --- a/cli/command/container/logs.go +++ b/cli/command/container/logs.go @@ -50,6 +50,11 @@ func NewLogsCommand(dockerCli command.Cli) *cobra.Command { func runLogs(dockerCli command.Cli, opts *logsOptions) error { ...
don't need to type ssh password twice when docker logs with ssh
docker_cli
train
99dd73a211ac46fba99375ddae8fcc5b03002b7b
diff --git a/client-vendor/source/logger/handlers/recorder.js b/client-vendor/source/logger/handlers/recorder.js index <HASH>..<HASH> 100644 --- a/client-vendor/source/logger/handlers/recorder.js +++ b/client-vendor/source/logger/handlers/recorder.js @@ -7,7 +7,8 @@ var util = require('util'); var Recorder = function(...
Limit number of logs recorded on the client side
cargomedia_cm
train
fa3f914b2d5a69100cacb6a95ee06fa655514c9c
diff --git a/lib/dm-core/resource.rb b/lib/dm-core/resource.rb index <HASH>..<HASH> 100644 --- a/lib/dm-core/resource.rb +++ b/lib/dm-core/resource.rb @@ -48,6 +48,81 @@ module DataMapper alias model class + # returns the value of the attribute. Do not read from instance variables directly, + # but use t...
Updated Resource#attribute_get and #attribute_set be public again
datamapper_dm-core
train
739700bf4ef7f1dca5b111dec55114fc66207aaa
diff --git a/echo.go b/echo.go index <HASH>..<HASH> 100644 --- a/echo.go +++ b/echo.go @@ -167,7 +167,7 @@ const ( const ( charsetUTF8 = "charset=UTF-8" // PROPFIND Method can be used on collection and property resources. - PROPFIND = "PROPFIND" + PROPFIND = "PROPFIND" ) // Headers @@ -221,7 +221,7 @@ const...
Bumped up version to <I> (related to #<I>)
labstack_echo
train
5977aaea7cabf6e91399aee52db8a1b52f980239
diff --git a/lib/puppet-lint/lexer.rb b/lib/puppet-lint/lexer.rb index <HASH>..<HASH> 100644 --- a/lib/puppet-lint/lexer.rb +++ b/lib/puppet-lint/lexer.rb @@ -311,6 +311,11 @@ class PuppetLint @line_no += 1 @column = 1 end + if type == :SSTRING and /(?:\r\n|\r|\n)/.match(value) + li...
Do count the lines in multiline strings.
rodjek_puppet-lint
train
c058096ef9ab27c0b074a347f06fe8f9a129fcfa
diff --git a/includes/styles.php b/includes/styles.php index <HASH>..<HASH> 100644 --- a/includes/styles.php +++ b/includes/styles.php @@ -65,7 +65,7 @@ function carelib_get_parent_stylesheet_uri() { $stylesheet_uri = carelib_get_parent_uri() . "style{$suffix}.css"; } - return apply_filters( 'get_parent_styleshe...
Weird filter. Still weird
cipherdevgroup_carelib
train
40922254ff26a9ab2c0518e0a20a11ad6fc82a98
diff --git a/src/Storage/ContentRequest/Listing.php b/src/Storage/ContentRequest/Listing.php index <HASH>..<HASH> 100644 --- a/src/Storage/ContentRequest/Listing.php +++ b/src/Storage/ContentRequest/Listing.php @@ -62,12 +62,12 @@ class Listing 'order' => $options->getOrder() ?: $contentType['sort'], ...
only set search mode if there is a filter
bolt_bolt
train
98aa4d991ae2c813eb60c818006dafcbccca67e4
diff --git a/src/Sonata/CustomerBundle/Admin/CustomerAdmin.php b/src/Sonata/CustomerBundle/Admin/CustomerAdmin.php index <HASH>..<HASH> 100644 --- a/src/Sonata/CustomerBundle/Admin/CustomerAdmin.php +++ b/src/Sonata/CustomerBundle/Admin/CustomerAdmin.php @@ -68,8 +68,11 @@ class CustomerAdmin extends Admin ...
SONATA-<I> - Removed unnecessary links
sonata-project_ecommerce
train
b13585d07715aa5cc998f1d0457dae01a010e48f
diff --git a/tests/core/eth-module/test_accounts.py b/tests/core/eth-module/test_accounts.py index <HASH>..<HASH> 100644 --- a/tests/core/eth-module/test_accounts.py +++ b/tests/core/eth-module/test_accounts.py @@ -150,7 +150,9 @@ def test_eth_account_recover_message(web3): @pytest.mark.parametrize( 'signature_by...
eth.account: recovery test comments
ethereum_web3.py
train
cef7aea955a66334ea1d9d81e5b7b625f6d141b1
diff --git a/tests/positive/timeouts/timeouts.go b/tests/positive/timeouts/timeouts.go index <HASH>..<HASH> 100644 --- a/tests/positive/timeouts/timeouts.go +++ b/tests/positive/timeouts/timeouts.go @@ -36,15 +36,16 @@ var ( w.WriteHeader(http.StatusOK) })) - lastResponse time.Time + lastResponses ...
tests/timeouts: fix backoff test race Fix race where each config version test uses the same endpoint on the backoff server. This causes the the time since the last request to be reset by dualing tests. Fix it so each test hits a /$version endpoint. Ultimately the tests should probably have a way of spinning up per-te...
coreos_ignition
train
23d488eeab60041abe07be1948eed3c28e49d381
diff --git a/openquake/db/models.py b/openquake/db/models.py index <HASH>..<HASH> 100644 --- a/openquake/db/models.py +++ b/openquake/db/models.py @@ -25,6 +25,7 @@ Model representations of the OpenQuake DB tables. ''' +import itertools import os import re @@ -1531,39 +1532,47 @@ class GmfSet(djm.Model): ...
db/models: Added support to GmfSet for generating the `complete logic tree GMF`.
gem_oq-engine
train
29c0dd057e91be3ee62c341a3bf449513a6aab42
diff --git a/src/oidcendpoint/endpoint_context.py b/src/oidcendpoint/endpoint_context.py index <HASH>..<HASH> 100755 --- a/src/oidcendpoint/endpoint_context.py +++ b/src/oidcendpoint/endpoint_context.py @@ -111,6 +111,7 @@ class EndpointContext(object): self.id_token_schema = IdToken self.endpoint_to_...
Allow for different types of cookies. Don't reference classes by name. Direct import the class instead.
IdentityPython_oidcendpoint
train
79613478dc55319cd89855bd86ba5b60d00ec329
diff --git a/src/main/java/com/alibaba/ttl/threadpool/agent/internal/transformlet/impl/TtlForkJoinTransformlet.java b/src/main/java/com/alibaba/ttl/threadpool/agent/internal/transformlet/impl/TtlForkJoinTransformlet.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/alibaba/ttl/threadpool/agent/internal/transform...
simplify CtNewMethod.copy invocation
alibaba_transmittable-thread-local
train
799ca4fd0f7f6506e088f01248285d135c52628d
diff --git a/src/components/search/index.js b/src/components/search/index.js index <HASH>..<HASH> 100644 --- a/src/components/search/index.js +++ b/src/components/search/index.js @@ -143,18 +143,25 @@ const search = services => { let data = $searchForm.serializeArray(); // fix bug : if a sb is dual ch...
PHRAS-<I> #comment Port<I> of Prod-search: Result sort #time 1h
alchemy-fr_Phraseanet-production-client
train
c22ecd149541b88d407e82f48b72974eede7af63
diff --git a/src/Error/Middleware/WhoopsHandlerMiddleware.php b/src/Error/Middleware/WhoopsHandlerMiddleware.php index <HASH>..<HASH> 100644 --- a/src/Error/Middleware/WhoopsHandlerMiddleware.php +++ b/src/Error/Middleware/WhoopsHandlerMiddleware.php @@ -24,7 +24,7 @@ class WhoopsHandlerMiddleware extends ErrorHandlerM...
Disable middleware in cli mode
dereuromark_cakephp-whoops
train
24d37b6f80e2ec71f12a09122d70463c3091ef14
diff --git a/spec/decorators/socializer/application_decorator_spec.rb b/spec/decorators/socializer/application_decorator_spec.rb index <HASH>..<HASH> 100644 --- a/spec/decorators/socializer/application_decorator_spec.rb +++ b/spec/decorators/socializer/application_decorator_spec.rb @@ -19,7 +19,7 @@ module Socializer ...
use Time.zone.now instead of Time.now
socializer_socializer
train
75bdc89110cd65eb942cd0ea00bb347b5cb2af6e
diff --git a/cocaine/tools/actions/app.py b/cocaine/tools/actions/app.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/actions/app.py +++ b/cocaine/tools/actions/app.py @@ -184,7 +184,7 @@ class DockerUpload(actions.Storage): self.path = path self.name = name or os.path.basename(os.path.abspath(path...
Forget to upload manifest with docker upload.
cocaine_cocaine-tools
train
13dedbeae0538d6a9924595232ba4a2f3ce92335
diff --git a/pressure.js b/pressure.js index <HASH>..<HASH> 100644 --- a/pressure.js +++ b/pressure.js @@ -97,11 +97,12 @@ change3DTouch: function(selector, closure){ // loop over each item that is returned forEach(queryElement(selector), function(index, element){ - + // create new Touch3D obj...
Put Touch3D into a function constructor so multiple objects of it can be made
stuyam_pressure
train
7a1d99647deedbaa540a066d71fc70a4a2a71a9a
diff --git a/robospice-core-parent/robospice/src/main/java/com/octo/android/robospice/request/notifier/DefaultRequestListenerNotifier.java b/robospice-core-parent/robospice/src/main/java/com/octo/android/robospice/request/notifier/DefaultRequestListenerNotifier.java index <HASH>..<HASH> 100644 --- a/robospice-core-pare...
Bug fix : NPE when notifying listener of a request not found when screen was turned on.
stephanenicolas_robospice
train
6a3dbd3198786a73af96b93fa6ddb0dca68cf400
diff --git a/contribs/gmf/src/services/datasourcesmanager.js b/contribs/gmf/src/services/datasourcesmanager.js index <HASH>..<HASH> 100644 --- a/contribs/gmf/src/services/datasourcesmanager.js +++ b/contribs/gmf/src/services/datasourcesmanager.js @@ -325,6 +325,12 @@ gmf.DataSourcesManager = class { ogcServe...
Set wfsOutputFormat to GML2 with qgis server
camptocamp_ngeo
train
9de7e338fef6838bb389cd1f101041f42b2e422f
diff --git a/pandas/tseries/index.py b/pandas/tseries/index.py index <HASH>..<HASH> 100644 --- a/pandas/tseries/index.py +++ b/pandas/tseries/index.py @@ -298,7 +298,8 @@ class DatetimeIndex(Int64Index): else: _normalized = _normalized and end.time() == _midnight - if hasattr(offs...
BUG: fix lingering date_range over DST transition issue described in #<I>
pandas-dev_pandas
train
41949bd4529c08d07315a6d968f5b92df21a8063
diff --git a/tests/traversal.test.js b/tests/traversal.test.js index <HASH>..<HASH> 100644 --- a/tests/traversal.test.js +++ b/tests/traversal.test.js @@ -3,7 +3,7 @@ import { assert } from 'chai'; import Tree from '../src/index'; -describe ('traversal check', () => { +describe('traversal check', () => { ...
more tests for prev() and next()
w8r_avl
train
15db5582246bb205533569eb13e18299d0f7bc2a
diff --git a/util/arena/arena_test.go b/util/arena/arena_test.go index <HASH>..<HASH> 100644 --- a/util/arena/arena_test.go +++ b/util/arena/arena_test.go @@ -24,12 +24,8 @@ func TestSimpleArenaAllocator(t *testing.T) { t.Error("off not match, expect 10 bug got", arena.off) } - if len(slice) != 0 { - t.Error("s...
arena: clean up tests. (#<I>)
pingcap_tidb
train
b24877b9ed52d61893b46cc5dd8fd14a1daa4555
diff --git a/lib/fog/voxel/models/compute/images.rb b/lib/fog/voxel/models/compute/images.rb index <HASH>..<HASH> 100644 --- a/lib/fog/voxel/models/compute/images.rb +++ b/lib/fog/voxel/models/compute/images.rb @@ -10,12 +10,12 @@ module Fog model Fog::Compute::Voxel::Image def all - data =...
[voxel|compute] Updates reference to service
fog_fog
train
9ca4bf3ec7903285eb269c35853f586c4f7cf5a2
diff --git a/crossplane/__init__.py b/crossplane/__init__.py index <HASH>..<HASH> 100644 --- a/crossplane/__init__.py +++ b/crossplane/__init__.py @@ -10,7 +10,7 @@ __title__ = 'crossplane' __summary__ = 'Reliable and fast NGINX configuration file parser.' __url__ = 'https://github.com/nginxinc/crossplane' -__versi...
Increased version to <I>
nginxinc_crossplane
train
38b0f13001b5c5f89db6c8a7cc8ebcd9e9f6e22c
diff --git a/salt/states/user.py b/salt/states/user.py index <HASH>..<HASH> 100644 --- a/salt/states/user.py +++ b/salt/states/user.py @@ -374,7 +374,7 @@ def present(name, ret['result'] = None ret['comment'] = ('The following user attributes are set to be ' 'cha...
List call not needed. Changing it back to what it was
saltstack_salt
train
054c49c219c07ac691f4d8ba2ae1dc1d97a03d3b
diff --git a/doc/source/whatsnew/v1.1.3.rst b/doc/source/whatsnew/v1.1.3.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v1.1.3.rst +++ b/doc/source/whatsnew/v1.1.3.rst @@ -53,6 +53,7 @@ Bug fixes - Bug in :meth:`DataFrame.stack` raising a ``ValueError`` when stacking :class:`MultiIndex` columns based on pos...
BUG: Fix unordered cut with Series labels (#<I>)
pandas-dev_pandas
train
e0fda2bd81bd7e7b1a9006c403d52c470954701b
diff --git a/spacy/errors.py b/spacy/errors.py index <HASH>..<HASH> 100644 --- a/spacy/errors.py +++ b/spacy/errors.py @@ -104,6 +104,8 @@ class Warnings(object): "string \"Field1=Value1,Value2|Field2=Value3\".") # TODO: fix numbering after merging develop into master + W097 = ("No Model config w...
throw warning when model_cfg is None
explosion_spaCy
train
3d62e651ad0d764fe82cee8f97221a6e22e1dc67
diff --git a/morphia/src/main/java/com/google/code/morphia/converters/DoubleConverter.java b/morphia/src/main/java/com/google/code/morphia/converters/DoubleConverter.java index <HASH>..<HASH> 100644 --- a/morphia/src/main/java/com/google/code/morphia/converters/DoubleConverter.java +++ b/morphia/src/main/java/com/googl...
check for List only since both checks are Lists anyway
MorphiaOrg_morphia
train
fda2d59afe3289596499abc1972baa09bd6ccaf7
diff --git a/restlib2/resources.py b/restlib2/resources.py index <HASH>..<HASH> 100644 --- a/restlib2/resources.py +++ b/restlib2/resources.py @@ -504,7 +504,7 @@ class Resource(object): return True # Utility methods - def serialize(self, request, response, content, accept_type=None): + def write(...
Rename `serialize` to `write` This is doing more than simply serializing the response content and it updates the response in-place, so `write` is more appropriate
bruth_restlib2
train
0762bcb9968cbcd164bc2c17f22cb9e7106d8bd3
diff --git a/kryonet/src/com/esotericsoftware/kryonet/Client.java b/kryonet/src/com/esotericsoftware/kryonet/Client.java index <HASH>..<HASH> 100644 --- a/kryonet/src/com/esotericsoftware/kryonet/Client.java +++ b/kryonet/src/com/esotericsoftware/kryonet/Client.java @@ -197,7 +197,8 @@ public class Client extends Conne...
Added LagListener which simulates increased network latency.
EsotericSoftware_kryonet
train
36815e01ffe5f7d58b75571a90c65d334510af0e
diff --git a/test/spec/CodeHint-test.js b/test/spec/CodeHint-test.js index <HASH>..<HASH> 100644 --- a/test/spec/CodeHint-test.js +++ b/test/spec/CodeHint-test.js @@ -33,7 +33,7 @@ define(function (require, exports, module) { Editor = require("editor/Editor").Editor, KeyEvent = require...
Fix for a module not loaded issue
adobe_brackets
train
c80108efafbd8dae9a4b797038656b0ae88e7797
diff --git a/src/builders/SelectBuilder.php b/src/builders/SelectBuilder.php index <HASH>..<HASH> 100644 --- a/src/builders/SelectBuilder.php +++ b/src/builders/SelectBuilder.php @@ -80,6 +80,11 @@ class SelectBuilder { return $builder->build($parsed); } + protected function buildReserved($parsed) { ...
CHG: the SELECT builder knows reserved keywords now, but there is a problem with issue <I>, after the DISTINCT the builder sets a comma git-svn-id: <URL>
greenlion_PHP-SQL-Parser
train
956cecf48d1f093a27ebf68fc0f7a8280ec11200
diff --git a/diff_cover/tests/test_diff_reporter.py b/diff_cover/tests/test_diff_reporter.py index <HASH>..<HASH> 100644 --- a/diff_cover/tests/test_diff_reporter.py +++ b/diff_cover/tests/test_diff_reporter.py @@ -64,6 +64,27 @@ class GitDiffReporterTest(unittest.TestCase): self.assertEqual(len(source_paths),...
Add test for filtering of supported extensions
Bachmann1234_diff-cover
train
bcae39b98bf6175ba2b51920de68427a5bb066bc
diff --git a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_3d.js b/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_3d.js index <HASH>..<HASH> 100644 --- a/lib/node_modules/@stdlib/types/ndarray/ctor/test/test.instance.set_3d.js +++ b/lib/node_modules/@stdlib/types/ndarray/ctor/te...
Add tests for setting a 3d array element in clamp mode
stdlib-js_stdlib
train
18a29ea6582aba837c463a9f739fcfe7ab896159
diff --git a/lib/neuron/loader/passive.js b/lib/neuron/loader/passive.js index <HASH>..<HASH> 100755 --- a/lib/neuron/loader/passive.js +++ b/lib/neuron/loader/passive.js @@ -215,10 +215,7 @@ function _define(identifier, dependencies, factory){ exports: {Object} module exports } */...
loader/passive: fix a bug that pending queue might be unexpectedly cleared when executing;
kaelzhang_neuron.js
train
601c459724a7912b2d8ed94bf8110a15d7efa302
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,5 +1,7 @@ 'use strict'; +require('dotenv').config({silent: true}); + module.exports = function(grunt) { grunt.initConfig({
Adapt grunt to new dotenv mechanism
Financial-Times_polyfill-service
train
0ff2533ba0cce0c6cdec323e1a5b323c4e310cc6
diff --git a/reposerver/metrics/metrics.go b/reposerver/metrics/metrics.go index <HASH>..<HASH> 100644 --- a/reposerver/metrics/metrics.go +++ b/reposerver/metrics/metrics.go @@ -8,8 +8,9 @@ import ( ) type MetricsServer struct { - handler http.Handler - gitRequestCounter *prometheus.CounterVec + handler ...
Issue #<I> - Add gauge Prometheus metric which represents the number of pending manifest requests. (#<I>)
argoproj_argo-cd
train
ea5c0d68153880fd5fd7055e9760e62176d8e452
diff --git a/src/bbn/Cron/Runner.php b/src/bbn/Cron/Runner.php index <HASH>..<HASH> 100644 --- a/src/bbn/Cron/Runner.php +++ b/src/bbn/Cron/Runner.php @@ -123,9 +123,7 @@ class Runner extends bbn\Models\Cls\Basic } } } - if (!$this->isTestingEnvironment()) { - exit(); - } + exit(); ...
Removed some calls to the isTestingEnvironment method
nabab_bbn
train
1506a3d8465b2a0ae89338105e7d97dae2219677
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + """ Created on 4 Sep 2020 Updated 23 Mar 2021
Refactored setup.py
south-coast-science_scs_core
train
07838e7fcc22b7682f952f6a953087d26d26169e
diff --git a/modules/wyrl/src/wyautl/rw/AbstractRewriter.java b/modules/wyrl/src/wyautl/rw/AbstractRewriter.java index <HASH>..<HASH> 100644 --- a/modules/wyrl/src/wyautl/rw/AbstractRewriter.java +++ b/modules/wyrl/src/wyautl/rw/AbstractRewriter.java @@ -25,15 +25,12 @@ package wyautl.rw; -import java.io.IOExcepti...
WyRL: updated some of the documentation in the AbstractRewriter class #<I>
Whiley_WhileyCompiler
train
90843b1d5ee830e5edcae97bd6ad705e29fd3ac7
diff --git a/GoCardless/Enterprise/Client.php b/GoCardless/Enterprise/Client.php index <HASH>..<HASH> 100644 --- a/GoCardless/Enterprise/Client.php +++ b/GoCardless/Enterprise/Client.php @@ -228,13 +228,13 @@ class Client $endpoint = self::ENDPOINT_MANDATE; $path = $mandate->getId()."/actions/...
Amend request syntax to post/get
Lendable_gocardless-enterprise
train
51a92387892f773297ad06bcad926227391f9e5f
diff --git a/test/runtime/Policies.go b/test/runtime/Policies.go index <HASH>..<HASH> 100644 --- a/test/runtime/Policies.go +++ b/test/runtime/Policies.go @@ -305,9 +305,11 @@ var _ = Describe("RuntimePolicies", func() { assertFn = BeFalse } - _, err := vm.ContainerInspectNet(client) - ExpectWithOffset(1, er...
test: Add L7 ingress tests from the host. Add basic ingress L7 proxy tests from host. Locally tested to prevent regression like fixed in #<I>.
cilium_cilium
train
71898497737f8d7a16fd18f643289b1dd8b9c7a8
diff --git a/src/Handler/Pdo.php b/src/Handler/Pdo.php index <HASH>..<HASH> 100644 --- a/src/Handler/Pdo.php +++ b/src/Handler/Pdo.php @@ -53,8 +53,7 @@ class Pdo implements Handler implode(', ', $placeholders) )); $update = $this->pdo->prepare(sprintf( - "UPDAT...
meh, syntax differs between engines - use trigger instead
monolyth-php_cesession
train
beffe89c24ab88727122cfbbf5ce6ff6d2da8e94
diff --git a/mtools/util/logfile.py b/mtools/util/logfile.py index <HASH>..<HASH> 100644 --- a/mtools/util/logfile.py +++ b/mtools/util/logfile.py @@ -310,7 +310,7 @@ class LogFile(InputSource): def _check_for_restart(self, logevent): - if logevent.thread == 'mongosMain': + if logevent.thread == ...
made version detection more stable, including enterprise builds (with ssl). Closes #<I>.
rueckstiess_mtools
train
0493c3e5a7b2630886df585d898e8deeed5b957d
diff --git a/test/library/suppress-exit-code.test.js b/test/library/suppress-exit-code.test.js index <HASH>..<HASH> 100644 --- a/test/library/suppress-exit-code.test.js +++ b/test/library/suppress-exit-code.test.js @@ -1,23 +1,23 @@ /* global describe, it, expect, newman */ -describe('--suppress-exit-code', function (...
Update suppressExitCode tests to chai
postmanlabs_newman
train
1f2cd06d7ff2f32686b759f7dc476ba582b37529
diff --git a/library/CM/Usertext/Filter/Emoticons.php b/library/CM/Usertext/Filter/Emoticons.php index <HASH>..<HASH> 100644 --- a/library/CM/Usertext/Filter/Emoticons.php +++ b/library/CM/Usertext/Filter/Emoticons.php @@ -2,22 +2,9 @@ class CM_Usertext_Filter_Emoticons extends CM_Usertext_Filter_Abstract { - priv...
removed not needed strip in CM_Usertext_Filter_Emoticons
cargomedia_cm
train
7f7ea485b17415f2011595d0ab25afa63dbbcb01
diff --git a/indexer/src/main/java/com/metamx/druid/indexer/DeterminePartitionsJob.java b/indexer/src/main/java/com/metamx/druid/indexer/DeterminePartitionsJob.java index <HASH>..<HASH> 100644 --- a/indexer/src/main/java/com/metamx/druid/indexer/DeterminePartitionsJob.java +++ b/indexer/src/main/java/com/metamx/druid/i...
DeterminePartitionsJob: Minimize distance from target instead of mean
apache_incubator-druid
train
d96e2b915af92ec6418a51ffa319cb55aef665f0
diff --git a/src/ossos-pipeline/ossos/downloads/async.py b/src/ossos-pipeline/ossos/downloads/async.py index <HASH>..<HASH> 100644 --- a/src/ossos-pipeline/ossos/downloads/async.py +++ b/src/ossos-pipeline/ossos/downloads/async.py @@ -5,7 +5,7 @@ import threading from ossos.gui import logger -MAX_THREADS = 4 +MAX_...
Closes Issue #<I> Added prefetching of images to work-unit prefetching and remove extra pre-fetching from the validation work_unit loader. Increased the number of prefetched work units to 6 in async added wcs alignment to ds9 display process.
OSSOS_MOP
train
bb2afc1aea3a849f3304bc2eb0aad27e5862e83a
diff --git a/lib/square.js b/lib/square.js index <HASH>..<HASH> 100644 --- a/lib/square.js +++ b/lib/square.js @@ -786,7 +786,7 @@ Square.prototype.template = function template(str, data) { * @api private */ function getObjectByKey(data, prop) { - if (!prop || !~prop.indexOf('.')) return data[prop] || pro...
[test] Added test for the #template method
observing_square
train
f1000706fe4f281cb5d75e4e06d468cdacca5f54
diff --git a/generators/webduino.js b/generators/webduino.js index <HASH>..<HASH> 100644 --- a/generators/webduino.js +++ b/generators/webduino.js @@ -1368,7 +1368,7 @@ Blockly.JavaScript['sound_recognition'] = function (block) { consoleFinal1 = 'console.log("final");\n'; consoleFinal2 = ''; } - var code ...
add async in google speech block
webduinoio_webduino-blockly
train
9fbcbf0a7db3bd7ee5d8e6147b76e8aa3e7a6ac2
diff --git a/lib/puppet/ssl/certificate_factory.rb b/lib/puppet/ssl/certificate_factory.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/ssl/certificate_factory.rb +++ b/lib/puppet/ssl/certificate_factory.rb @@ -99,7 +99,13 @@ module Puppet::SSL::CertificateFactory # certificate through where the CA constraint was ...
(PUP-<I>) add authorityKeyIdentifier to client certificates As discussed in the ticket this will add the authorityKeyIdentifier that is not required, but recommended to add to certs signed by a CA conforming to RFC <I>. This extension takes the subjectKeyIdentifier of the CA certificate and adds it as keyid to authori...
puppetlabs_puppet
train
6800730764d31a2edced12049f823fefb367e9ad
diff --git a/anthem/lyrics/loaders.py b/anthem/lyrics/loaders.py index <HASH>..<HASH> 100644 --- a/anthem/lyrics/loaders.py +++ b/anthem/lyrics/loaders.py @@ -57,7 +57,10 @@ def read_csv(data, dialect='excel', encoding='utf-8', **fmtparams): def load_rows(ctx, model, header, rows): if isinstance(model, basestri...
Add tracking_disable=True as default context to load CSVs (#<I>) * Add tracking_disable=True as default context to load CSVs closes #<I>
camptocamp_anthem
train
d9ab6ca4626ceb83bb6b501ff966157e3f2a791d
diff --git a/tests/test_basic.py b/tests/test_basic.py index <HASH>..<HASH> 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -1,9 +1,27 @@ from cee_syslog_handler import get_fields + class Record(object): - pass + def __init__(self, value=None): + if value: + self.some_column = ...
added failing test for non-string types
blue-yonder_cee_syslog_handler
train
9dd22eaeee10b63598f588b59c799daae017ec12
diff --git a/lib/errors.js b/lib/errors.js index <HASH>..<HASH> 100644 --- a/lib/errors.js +++ b/lib/errors.js @@ -1,18 +1,17 @@ /* Copyright (c) 2012-2013 LevelUP contributors * See list at <https://github.com/rvagg/node-levelup#contributing> - * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/...
remove CloseError The final else case in LevelUP#close() corresponds to the status 'new', which is the state the database has after the constructor has been called. Since we always call LevelUP#open() before returning the database object, it's impossible for the user to call close() while the database is in the state ...
Level_leveldown-mobile
train
8f792fa68e4e923901f7c527c6a7a1a06e4539db
diff --git a/lib/tenacity/class_methods.rb b/lib/tenacity/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/tenacity/class_methods.rb +++ b/lib/tenacity/class_methods.rb @@ -397,11 +397,11 @@ module Tenacity end end - define_method("#{ActiveSupport::Inflector.singularize(association.name)}_i...
force association name to string before calling inflector
jwood_tenacity
train
97b4b0d908a321acf70c145769739b332b406e13
diff --git a/src/inputmask.js b/src/inputmask.js index <HASH>..<HASH> 100644 --- a/src/inputmask.js +++ b/src/inputmask.js @@ -9,10 +9,10 @@ function init(Survey) { numericDigitsOptional: false, numericPlaceholder: "0", autoUnmask: true, - widgetIsLoaded: function() { + widgetIsLoaded: function () ...
Fix: InputMask widget doesn't support inputFormat property #<I>
surveyjs_widgets
train
1ccc2925a57ff35fada864cefef6b5370ea8d5b8
diff --git a/lib/theme/view.js b/lib/theme/view.js index <HASH>..<HASH> 100644 --- a/lib/theme/view.js +++ b/lib/theme/view.js @@ -4,23 +4,18 @@ const { dirname, extname, join } = require('path'); const yfm = require('hexo-front-matter'); const Promise = require('bluebird'); -const assignIn = (...args) => { - cons...
refactor(theme/view): faster assignIn (#<I>)
hexojs_hexo
train
81eb065391dafb4cca105fff0a56a785d94fc4e9
diff --git a/server/reload.go b/server/reload.go index <HASH>..<HASH> 100644 --- a/server/reload.go +++ b/server/reload.go @@ -525,6 +525,7 @@ func (s *Server) Reload() error { clientOrgPort := curOpts.Port clusterOrgPort := curOpts.Cluster.Port gatewayOrgPort := curOpts.Gateway.Port + leafnodesOrgPort := curOpts...
Ensure leafnode listen port set to -1 does not prevent config reload
nats-io_gnatsd
train
b88fd4158f1cf21d065e4d616454dafdb262bbae
diff --git a/src/Context/ContextSource.php b/src/Context/ContextSource.php index <HASH>..<HASH> 100644 --- a/src/Context/ContextSource.php +++ b/src/Context/ContextSource.php @@ -25,7 +25,9 @@ abstract class ContextSource public function getAllAvailableContexts() { if (null === $this->lazyLoadedAllAv...
Issue #<I>: Wrap lines exceeding <I> characters
lizards-and-pumpkins_catalog
train
e220a34e396f026bbee8c7492aaa0ca515995a05
diff --git a/actionmailer/lib/action_mailer/base.rb b/actionmailer/lib/action_mailer/base.rb index <HASH>..<HASH> 100644 --- a/actionmailer/lib/action_mailer/base.rb +++ b/actionmailer/lib/action_mailer/base.rb @@ -724,11 +724,11 @@ module ActionMailer # format.html # end # - # You can even rend...
Update Docs in favor to use render plain instead of text option ref #<I>
rails_rails
train
8a5f19cae2f4cbbfb5ab6dac7e49bc614ce33209
diff --git a/functional_consumer_test.go b/functional_consumer_test.go index <HASH>..<HASH> 100644 --- a/functional_consumer_test.go +++ b/functional_consumer_test.go @@ -139,6 +139,7 @@ func TestVersionMatrixIdempotent(t *testing.T) { } func TestReadOnlyAndAllCommittedMessages(t *testing.T) { + t.Skip("TODO: TestR...
fix(test): skip TestReadOnlyAndAllCommittedMessages This is periodically failing with the consumer seemingly being delivered an uncommitted message. Needs further investigation
Shopify_sarama
train
ebb4d35e7c749eb248af3256abd96bdc54fbfa64
diff --git a/src/Url.php b/src/Url.php index <HASH>..<HASH> 100644 --- a/src/Url.php +++ b/src/Url.php @@ -53,7 +53,7 @@ class Url implements StringInterface * @param $values * @return \G4\ValueObject\Url */ - public function path($values) + public function path(...$values) { $this...
<I> - Injected Port value object into port method, injected Dictionary object into query method, instead of array typehint, added splat operator into path method.
g4code_value-object
train
e29ff4366b8f8ff5151742430218443c9c711f59
diff --git a/spec/dependent_protect_spec.rb b/spec/dependent_protect_spec.rb index <HASH>..<HASH> 100644 --- a/spec/dependent_protect_spec.rb +++ b/spec/dependent_protect_spec.rb @@ -37,6 +37,25 @@ describe DependentRestrict do end + context 'when not restricting' do + it 'should allow creating reflect...
Added spec for standard association definition behaviour Make sure the gem does not break association definitions without restrictions
sealink_dependent_restrict
train
899526dfed272615f5f42a5fbac923d1b6760f91
diff --git a/genepattern/static/resources/genepattern.job.js b/genepattern/static/resources/genepattern.job.js index <HASH>..<HASH> 100644 --- a/genepattern/static/resources/genepattern.job.js +++ b/genepattern/static/resources/genepattern.job.js @@ -248,9 +248,9 @@ define("genepattern/job", ["base/js/namespace", ...
Renamed "Remove Job" to "Clear Job Results"
genepattern_genepattern-notebook
train
3d58d1f395df61b14e5307a0d874cedd4fdc4669
diff --git a/invenio_records/views.py b/invenio_records/views.py index <HASH>..<HASH> 100644 --- a/invenio_records/views.py +++ b/invenio_records/views.py @@ -145,7 +145,7 @@ def metadata(recid, of='hd', ot=None): if get_output_format_content_type(of) != 'text/html': from invenio.modules.search.views.sear...
views: fix export of non HTML formats * FIX Fixes export of records in non HTML formats. (closes inveniosoftware/invenio#<I>)
inveniosoftware_invenio-records
train
4821ad073d66513beb022140c0578b605ff1b2bf
diff --git a/ext/Rakefile b/ext/Rakefile index <HASH>..<HASH> 100644 --- a/ext/Rakefile +++ b/ext/Rakefile @@ -19,9 +19,9 @@ task :default do if local_build? report["build"]["source"] = "local" else - archive = download_archive(ARCH, library_type) + archive = download_archive(library_type) ...
Remove unneeded param in `download_archive` and `check_archive`. The passed param was derived from a constant. This change makes the `arch_config` a constant as well.
appsignal_appsignal-ruby
train
9f4b7c3f904bb41274303521e625ef8863dbe225
diff --git a/src/Constraint/WebDriverNot.php b/src/Constraint/WebDriverNot.php index <HASH>..<HASH> 100644 --- a/src/Constraint/WebDriverNot.php +++ b/src/Constraint/WebDriverNot.php @@ -13,6 +13,9 @@ class WebDriverNot extends WebDriver protected function fail($nodes, $selector, ComparisonFailure $comparisonFai...
WebDriverNotConstraint can receive non-string selecters on <I>
Codeception_Codeception
train
ca920688311eda98d128f5dfb08f67fe6c1621ce
diff --git a/TextFormatter/Parser.js b/TextFormatter/Parser.js index <HASH>..<HASH> 100644 --- a/TextFormatter/Parser.js +++ b/TextFormatter/Parser.js @@ -236,7 +236,7 @@ Parser = function() cntTotal = {}, cntOpen = {}, - openTags = [], + openTags = {}, pos = 0; @@ -471,7 +471,8 @@ Parser = funct...
Fixed the handling of end tags which have no start tag
s9e_TextFormatter
train
24527c774ed7777046930c5c4e8194c6caed2eb1
diff --git a/packages/babel-plugin-transform-merge-sibling-variables/__tests__/transform-merge-sibling-variables-test.js b/packages/babel-plugin-transform-merge-sibling-variables/__tests__/transform-merge-sibling-variables-test.js index <HASH>..<HASH> 100644 --- a/packages/babel-plugin-transform-merge-sibling-variables...
don't merge block-scoped sibling vars across scopes, fix #<I> (#<I>)
babel_minify
train
0d7d0b4f6a088ea221c4949d4158a08a0f436aa3
diff --git a/lib/postrank-uri.rb b/lib/postrank-uri.rb index <HASH>..<HASH> 100644 --- a/lib/postrank-uri.rb +++ b/lib/postrank-uri.rb @@ -134,7 +134,7 @@ module PostRank end def hash(uri, opts = {}) - Digest::MD5.hexdigest(opts[:clean] == false ? uri : clean(uri)) + Digest::MD5.hexdigest(opts[:cl...
No longer clean in hash by default
postrank-labs_postrank-uri
train
f2695daba2506d047831e39aeb521e94adec5e8d
diff --git a/tests/python_package_test/test_basic.py b/tests/python_package_test/test_basic.py index <HASH>..<HASH> 100644 --- a/tests/python_package_test/test_basic.py +++ b/tests/python_package_test/test_basic.py @@ -1,6 +1,5 @@ # coding: utf-8 import os -import tempfile import lightgbm as lgb import numpy as n...
completely remove tempfile from test_basic (#<I>)
Microsoft_LightGBM
train
a225f8ab2e6888ec30f5afd087b455b36066a68e
diff --git a/src/parse-tree/actionWrapper.js b/src/parse-tree/actionWrapper.js index <HASH>..<HASH> 100644 --- a/src/parse-tree/actionWrapper.js +++ b/src/parse-tree/actionWrapper.js @@ -3,7 +3,7 @@ function createNamedVariables(virtualPath, action) { // TODO: do this return function(matchedPath) { v...
Ensure route handlers are bound to router instance Reviewed by J Husain
Netflix_falcor-router
train
32d5fed8c9d7610c1e78a0ccb32001d2f1e585e5
diff --git a/src/Traits/Cachable.php b/src/Traits/Cachable.php index <HASH>..<HASH> 100644 --- a/src/Traits/Cachable.php +++ b/src/Traits/Cachable.php @@ -3,6 +3,7 @@ use GeneaLabs\LaravelModelCaching\CacheKey; use GeneaLabs\LaravelModelCaching\CacheTags; use GeneaLabs\LaravelModelCaching\CachedModel; +use Illuminat...
Removing session driver dependancy, using cache
GeneaLabs_laravel-model-caching
train
273752dab2ed751443d650d06209e60c9ce9d517
diff --git a/src/Potaka/BbCode/Tag/ImgTag.php b/src/Potaka/BbCode/Tag/ImgTag.php index <HASH>..<HASH> 100644 --- a/src/Potaka/BbCode/Tag/ImgTag.php +++ b/src/Potaka/BbCode/Tag/ImgTag.php @@ -16,7 +16,7 @@ class ImgTag implements TagInterface public function format(TokenTag $tokenTag): string { $link ...
allow more chars in img tag (#<I>)
angelk_bbCode
train