hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
336f25780bfb0e37541ee4735727da3f3eb4e0ea
diff --git a/tests/feature_extraction/test_feature_calculations.py b/tests/feature_extraction/test_feature_calculations.py index <HASH>..<HASH> 100644 --- a/tests/feature_extraction/test_feature_calculations.py +++ b/tests/feature_extraction/test_feature_calculations.py @@ -383,8 +383,8 @@ class FeatureCalculationTestC...
include unit test for num_cwt_peaks (#<I>)
blue-yonder_tsfresh
train
773e92226b02300e8222000c8f8845e5b00ec24a
diff --git a/bin/express-droonga-report-live-engine-hosts b/bin/express-droonga-report-live-engine-hosts index <HASH>..<HASH> 100755 --- a/bin/express-droonga-report-live-engine-hosts +++ b/bin/express-droonga-report-live-engine-hosts @@ -6,7 +6,7 @@ var options = require('../lib/serf/options'); options = options.defi...
Use self-hosting Serf agent as the RPC node if possible
droonga_express-droonga
train
3bfb1f59cd919eb0f5d964b7da6a536324c6eec2
diff --git a/admin/index.php b/admin/index.php index <HASH>..<HASH> 100644 --- a/admin/index.php +++ b/admin/index.php @@ -84,6 +84,7 @@ require_capability('moodle/site:config', $context); /// check that site is properly customized + $site = get_site(); if (empty($site->shortname)) { // probabl...
undefined $site causing registerauth to be asked once and again, and again... MDL-<I> eVS: ----------------------------------------------------------------------
moodle_moodle
train
8e1c6a2b37fb1f7b1563b2df81fdd0f5d77e3c48
diff --git a/gson/src/test/java/com/google/gson/functional/ObjectTest.java b/gson/src/test/java/com/google/gson/functional/ObjectTest.java index <HASH>..<HASH> 100644 --- a/gson/src/test/java/com/google/gson/functional/ObjectTest.java +++ b/gson/src/test/java/com/google/gson/functional/ObjectTest.java @@ -548,6 +548,10...
Ensure that BigDecimals fields are properly converted into its string representation.
google_gson
train
2c7a00f00333a82872bc2885a61ac955babfcb43
diff --git a/blockstack/atlas.py b/blockstack/atlas.py index <HASH>..<HASH> 100644 --- a/blockstack/atlas.py +++ b/blockstack/atlas.py @@ -2445,51 +2445,66 @@ def atlas_get_zonefiles( my_hostport, peer_hostport, zonefile_hashes, timeout=No host, port = url_to_host_port( peer_hostport ) rpc = BlockstackRPCClie...
fetch zonefiles in batches of <I> or less
blockstack_blockstack-core
train
f02b2f56f7a4e4dd12704668c8d0fe39ce45edf9
diff --git a/microcosm_flask/decorators/schemas.py b/microcosm_flask/decorators/schemas.py index <HASH>..<HASH> 100644 --- a/microcosm_flask/decorators/schemas.py +++ b/microcosm_flask/decorators/schemas.py @@ -14,7 +14,7 @@ class SelectedField: required: bool = True -def _get_fields_and_make_required(schema_c...
Allow different parent classes for associated schema Allow overriding the base class when defining an associated schema.
globality-corp_microcosm-flask
train
f6c2e37f18b00e556607c9b4b96f7b9ac350eebd
diff --git a/core/src/test/java/com/github/jsonldjava/impl/TurtleRDFParserTest.java b/core/src/test/java/com/github/jsonldjava/impl/TurtleRDFParserTest.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/com/github/jsonldjava/impl/TurtleRDFParserTest.java +++ b/core/src/test/java/com/github/jsonldjava/impl/Turtle...
disabling turtle tests by default until I figure out a way to download the test suite that's compatible with travis
jsonld-java_jsonld-java
train
d73b3bdf168028b4fe17fc53a06094ab0f5a0bb3
diff --git a/src/Pdf.php b/src/Pdf.php index <HASH>..<HASH> 100644 --- a/src/Pdf.php +++ b/src/Pdf.php @@ -145,7 +145,7 @@ class Pdf */ public function getNumberOfPages() { - return $this->numberOfPages; + return $this->numberOfPages; } /** @@ -198,7 +198,7 @@ class Pdf */ ...
Apply fixes from StyleCI (#<I>)
spatie_pdf-to-image
train
76d5a005be4acb7461ec60d6950e362776f4a867
diff --git a/lib/listen/adapter/linux.rb b/lib/listen/adapter/linux.rb index <HASH>..<HASH> 100644 --- a/lib/listen/adapter/linux.rb +++ b/lib/listen/adapter/linux.rb @@ -11,6 +11,7 @@ module Listen :recursive, :attrib, :create, + :modify, :delete, :move, ...
issue #<I>: linux driver: add :modify to default events listened to
guard_listen
train
8e1d2ecc1857b7444dafbcb3922fc4e926390d55
diff --git a/request.js b/request.js index <HASH>..<HASH> 100644 --- a/request.js +++ b/request.js @@ -164,6 +164,7 @@ function formatOptions(options) { port: Number(u.port) || (protocol === "https:" ? 443 : 80), path: u.path, headers: headers, + withCredentials: options.withCredentials || fal...
CORS fix Added the `withCredentials` option to avoid the following error on chrome: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true. withCredentials added to options
brycebaril_client-request
train
2e904534b10ba886a76bf37f9a89007619af00e0
diff --git a/lib/kubeclient/common.rb b/lib/kubeclient/common.rb index <HASH>..<HASH> 100644 --- a/lib/kubeclient/common.rb +++ b/lib/kubeclient/common.rb @@ -132,13 +132,13 @@ module Kubeclient end def self.parse_definition(kind, name) - # Kubernetes gives us have 3 inputs: - # kind: "Component...
Restore non-exact matching of last word to support y->ies plurals. Fixes #<I>. Partially undoes <I>c<I>ba<I>d<I>abdbc5ea5dc<I>bf0dbe<I>.
abonas_kubeclient
train
bf94c13382f23ac2d320483df17786f2866d4b3b
diff --git a/spacy/cli/evaluate.py b/spacy/cli/evaluate.py index <HASH>..<HASH> 100644 --- a/spacy/cli/evaluate.py +++ b/spacy/cli/evaluate.py @@ -3,8 +3,6 @@ from __future__ import unicode_literals, division, print_function import plac from timeit import default_timer as timer -import random -import numpy.random ...
Don't fix random seeds on import
explosion_spaCy
train
150c3ec362848506152bb68ae2efd1bcdaf66d38
diff --git a/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php b/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php index <HASH>..<HASH> 100644 --- a/src/phpDocumentor/Transformer/Command/Project/TransformCommand.php +++ b/src/phpDocumentor/Transformer/Command/Project/TransformCommand.p...
Fixes #<I>: Template is not read from configuration During a recent refactoring of the configuration system the part where templates got read in the commands was not updated to reflect the new situation. With this fix I have updated the retrieval of templates from the configuration to match the new situation.
phpDocumentor_phpDocumentor2
train
a6ae2b9e43120b16ae6dd17ccf89e49c625d2595
diff --git a/service/src/main/java/org/ops4j/pax/web/service/internal/DefaultHttpContextImpl.java b/service/src/main/java/org/ops4j/pax/web/service/internal/DefaultHttpContextImpl.java index <HASH>..<HASH> 100644 --- a/service/src/main/java/org/ops4j/pax/web/service/internal/DefaultHttpContextImpl.java +++ b/service/sr...
Move normalization of path to utils and add extra loging.
ops4j_org.ops4j.pax.web
train
ff4b027dd1ef05b586bf926601d3b932b1973f2c
diff --git a/src/core/display/DisplayObject.js b/src/core/display/DisplayObject.js index <HASH>..<HASH> 100644 --- a/src/core/display/DisplayObject.js +++ b/src/core/display/DisplayObject.js @@ -175,6 +175,7 @@ Object.defineProperties(DisplayObject.prototype, { /** * The coordinate of the object relative t...
Assignment by value for position/scale/skew/pivot (#<I>) * assignment by value for position/scale/skew * and pivot. * fixed destroy and tests
pixijs_pixi.js
train
fb1ea46fc08026b701ca823c71c001a78dfbbf42
diff --git a/lib/itamae/resource/gem_package.rb b/lib/itamae/resource/gem_package.rb index <HASH>..<HASH> 100644 --- a/lib/itamae/resource/gem_package.rb +++ b/lib/itamae/resource/gem_package.rb @@ -5,7 +5,7 @@ module Itamae class GemPackage < Base define_attribute :action, default: :install define_a...
Allow array gem_binary Sometimes I'd like to set custom gem command like `env RBENV_VERSION=<I> rbenv exec gem` .
itamae-kitchen_itamae
train
f96d0a2607fe4d4cc595a93c3cb9b0c2a348b6f9
diff --git a/mapbox/services/geocoding.py b/mapbox/services/geocoding.py index <HASH>..<HASH> 100644 --- a/mapbox/services/geocoding.py +++ b/mapbox/services/geocoding.py @@ -27,7 +27,7 @@ class Geocoder(Service): """Returns a Requests response object that contains a GeoJSON collection of places match...
apply #<I> and #<I> to geocoder, not working
mapbox_mapbox-sdk-py
train
af2b2c2a98bf78ec10b49d35a913f0d1bf367965
diff --git a/test/TextServiceTest.php b/test/TextServiceTest.php index <HASH>..<HASH> 100644 --- a/test/TextServiceTest.php +++ b/test/TextServiceTest.php @@ -27,6 +27,8 @@ class TextServiceTest extends ServiceTestBase */ private $env; + private $indexFileName; + protected function setUp() { ...
Added test for postAction()
JustsoSoftware_JustTexts
train
6ae28745b09e6074725690c25296ef78e39c3320
diff --git a/js/templates/test/testTemplate.js b/js/templates/test/testTemplate.js index <HASH>..<HASH> 100644 --- a/js/templates/test/testTemplate.js +++ b/js/templates/test/testTemplate.js @@ -40,11 +40,12 @@ asyncTest("Templating", function (){ _.when(runtime.ready, init).done(function(){ var user = runtime.bui...
Assert name was replaced from stamped node.
DavidSouther_JEFRi
train
2a22b3d7099b6b499f5680c379c7023c202d9caa
diff --git a/domaintools/api.py b/domaintools/api.py index <HASH>..<HASH> 100644 --- a/domaintools/api.py +++ b/domaintools/api.py @@ -534,6 +534,8 @@ class API(object): state: str: required. Valid values are: ["watched", "ignored"] """ + if isinstance(watchlist_domain_ids, str): + ...
ID-<I> Fix cli to be able to change watched and ignored state.
DomainTools_python_api
train
6fb08f9d84d2b4607c205afd02539a1851010101
diff --git a/moneywagon/services.py b/moneywagon/services.py index <HASH>..<HASH> 100644 --- a/moneywagon/services.py +++ b/moneywagon/services.py @@ -248,7 +248,7 @@ class BitpayInsight(Service): domain = "http://insight.bitpay.com" def get_balance(self, crypto, address): - url = "/api/addr/%s/balan...
added ftce, and reddcoin.com to services
priestc_moneywagon
train
f72b28a6d170d0938afd483331ba4e5d733785ae
diff --git a/rpc_util.go b/rpc_util.go index <HASH>..<HASH> 100644 --- a/rpc_util.go +++ b/rpc_util.go @@ -677,6 +677,6 @@ const ( ) // Version is the current grpc version. -const Version = "1.11.0-dev" +const Version = "1.12.0-dev" const grpcUA = "grpc-go/" + Version
Change version to <I>-dev (#<I>)
grpc_grpc-go
train
31c9b8fe0ba9fd726a1195a9b775c4b0d7d29928
diff --git a/test/schema_ref_test.rb b/test/schema_ref_test.rb index <HASH>..<HASH> 100644 --- a/test/schema_ref_test.rb +++ b/test/schema_ref_test.rb @@ -1,10 +1,14 @@ require_relative 'test_helper' describe JSI::Schema::Ref do + let(:schema) do + JSI.new_schema(schema_content, default_metaschema: JSI::JSONSch...
minor refactor test schema_ref_test
notEthan_jsi
train
d569a62316730c4ee56ad41b121a1c226f06db99
diff --git a/src/main/java/com/zaxxer/hikari/pool/PoolUtilities.java b/src/main/java/com/zaxxer/hikari/pool/PoolUtilities.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/zaxxer/hikari/pool/PoolUtilities.java +++ b/src/main/java/com/zaxxer/hikari/pool/PoolUtilities.java @@ -53,8 +53,13 @@ public final class Poo...
Allow setNetworkTimeout() to throw, and be handled upstream.
brettwooldridge_HikariCP
train
96bc3de035985b4466c6c6e3369dce80428a7fa3
diff --git a/set_bench_test.go b/set_bench_test.go index <HASH>..<HASH> 100644 --- a/set_bench_test.go +++ b/set_bench_test.go @@ -149,3 +149,23 @@ func BenchmarkHas(b *testing.B) { set.Has(i) } } + +// benchmarkIntersection checks the performance of the set.Intersection() method +func benchmarkIntersection(n int...
Add BenchmarkIntersection(), small and large variants
mdlayher_goset
train
5905a661b22c81b991dc909dc34582c0f265d7af
diff --git a/assess_endpoint_bindings.py b/assess_endpoint_bindings.py index <HASH>..<HASH> 100755 --- a/assess_endpoint_bindings.py +++ b/assess_endpoint_bindings.py @@ -33,7 +33,6 @@ script_identifier = "endpoint-bindings" # To avoid clashes with other tests these space names must be seperately # registered in ju...
Tidy up and tweak endpoint bindings test
juju_juju
train
f6cd95dd1ebcfc6293a00ba5c84886cdaf33a27f
diff --git a/bcbio/ngsalign/novoalign.py b/bcbio/ngsalign/novoalign.py index <HASH>..<HASH> 100644 --- a/bcbio/ngsalign/novoalign.py +++ b/bcbio/ngsalign/novoalign.py @@ -8,10 +8,12 @@ For BAM input handling this requires: import os import subprocess -from bcbio.pipeline import config_utils +from bcbio import utils...
Provide piped alignment and output for novoalign, supporting gzipped input files directly
bcbio_bcbio-nextgen
train
6288b924f10762e30530b2cde9e6b140604a7e6d
diff --git a/test/integration/long/client-metadata-tests.js b/test/integration/long/client-metadata-tests.js index <HASH>..<HASH> 100644 --- a/test/integration/long/client-metadata-tests.js +++ b/test/integration/long/client-metadata-tests.js @@ -38,11 +38,13 @@ describe('Client', function () { //2 replicas pe...
Update integration tests to account for host address containing port. Since host.address now includes the port number some of the 'long' integration tests needed to be updated to account for this as they used the last character of the host address to validate expected hosts. Introduced helper.lastOctetOf for retrievi...
datastax_nodejs-driver
train
7b9ad8c7241ab310fdfc19c7665c6415931de5ce
diff --git a/backend/command/src/main/java/org/geomajas/command/dto/CopyrightRequest.java b/backend/command/src/main/java/org/geomajas/command/dto/CopyrightRequest.java index <HASH>..<HASH> 100644 --- a/backend/command/src/main/java/org/geomajas/command/dto/CopyrightRequest.java +++ b/backend/command/src/main/java/org/...
GBE-<I>: CopyrightRequest changed to class for consistency
geomajas_geomajas-project-server
train
0a4255455917356b32d1a006f9e1b291a2f13c1a
diff --git a/src/transform/server.js b/src/transform/server.js index <HASH>..<HASH> 100644 --- a/src/transform/server.js +++ b/src/transform/server.js @@ -28,6 +28,9 @@ module.exports = () => ({ if (!obj.__prerendered__) { return; } // Mutating, since this is an exit visitor and its way easier... ...
Hoist static pre-rendered VDOM
FormidableLabs_rapscallion
train
868ea001d3dc52b76b2c9889679a1d1b2eb126c2
diff --git a/src/main/java/com/aoindustries/util/AoCollections.java b/src/main/java/com/aoindustries/util/AoCollections.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/aoindustries/util/AoCollections.java +++ b/src/main/java/com/aoindustries/util/AoCollections.java @@ -714,7 +714,7 @@ public class AoCollection...
Wildcard to show immutability just cluttered the API, reverted.
aoindustries_aocode-public
train
752e01a10bc459a06759cea6896bdb7c7eeb1bd1
diff --git a/src/Carbon/Lang/et.php b/src/Carbon/Lang/et.php index <HASH>..<HASH> 100644 --- a/src/Carbon/Lang/et.php +++ b/src/Carbon/Lang/et.php @@ -30,6 +30,7 @@ * - Zahhar Kirillov * - João Magalhães * - Ingmar + * - Illimar Tambek */ return [ 'year' => ':count aasta|:count aastat', @@ -68,10 +69,10 @...
Fix estonian date formats based on CLDR data
briannesbitt_Carbon
train
5dcc30dcc6f19ca002db84f4a0487b57cea2e548
diff --git a/telethon/network/mtprotosender.py b/telethon/network/mtprotosender.py index <HASH>..<HASH> 100644 --- a/telethon/network/mtprotosender.py +++ b/telethon/network/mtprotosender.py @@ -206,8 +206,23 @@ class MTProtoSender: continue # skip auth key generation until we're connected ...
Handle connection errors during auth key generation This should help with spurious server-side disconnects during auth_key generation, which happen most commonly on user DC migrations.
LonamiWebs_Telethon
train
b95eb98715972d542a4a52e88591d2997b4d8b6f
diff --git a/kerncraft/cacheprediction.py b/kerncraft/cacheprediction.py index <HASH>..<HASH> 100755 --- a/kerncraft/cacheprediction.py +++ b/kerncraft/cacheprediction.py @@ -269,7 +269,7 @@ class CacheSimulationPredictor(CachePredictor): csim.reset_stats() # Benchmark iterations: - # Strting...
fixed get_evicts in cachesim predictor
RRZE-HPC_kerncraft
train
5af318aa8d7b4b632348bdbea39ea2489564b728
diff --git a/src/Access/CapabilitiesAccess.php b/src/Access/CapabilitiesAccess.php index <HASH>..<HASH> 100644 --- a/src/Access/CapabilitiesAccess.php +++ b/src/Access/CapabilitiesAccess.php @@ -101,6 +101,10 @@ class CapabilitiesAccess extends AuthenticatedAccess $config = new ModuleConfig(ConfigType::MODULE(...
Return false for unconfigurated models (task #<I>)
QoboLtd_cakephp-roles-capabilities
train
e0c139ed7bed7f12b3071209003fa25fe766fab3
diff --git a/docs/source/conf.py b/docs/source/conf.py index <HASH>..<HASH> 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ copyright = u'2014, Yehonatan Daniv' # built documents. # # The short X.Y version. -version = '0.0.4' +version = '0.0.6' # The full version, including alpha/beta/r...
Bumped version to <I>
ydaniv_django-rest-assured
train
044e5492fc2d0f4f4eb547e80a5663453ab561cc
diff --git a/jodd-core/src/main/java/jodd/io/StreamGobbler.java b/jodd-core/src/main/java/jodd/io/StreamGobbler.java index <HASH>..<HASH> 100644 --- a/jodd-core/src/main/java/jodd/io/StreamGobbler.java +++ b/jodd-core/src/main/java/jodd/io/StreamGobbler.java @@ -118,6 +118,7 @@ public class StreamGobbler extends Thread...
Don't swallow InterruptException! (closes #<I>)
oblac_jodd
train
22815e80c9106b35bc67d71b0c7ab66535c969a4
diff --git a/src/core/WebCtrlResolver.php b/src/core/WebCtrlResolver.php index <HASH>..<HASH> 100644 --- a/src/core/WebCtrlResolver.php +++ b/src/core/WebCtrlResolver.php @@ -14,43 +14,45 @@ class WebCtrlResolver extends AbstractCtrlResolver /** * It inits the request property. - * @param \nadir2\core\...
The WebCtrlResolver class was updated. Task #1 - Migrate Nadir microframework project from php <I> to php <I>.
selikhovleonid_nadir2
train
005f761c2f50d035ceedebf20c9951ac1a7f268a
diff --git a/src/AbstractCollection.php b/src/AbstractCollection.php index <HASH>..<HASH> 100644 --- a/src/AbstractCollection.php +++ b/src/AbstractCollection.php @@ -131,11 +131,9 @@ abstract class AbstractCollection implements CollectionInterface */ public function last() { - foreach (\array_sl...
Update AbstractCollection::last() to use array_key_last as it's a lot faster than using array_slice
palmtreephp_collection
train
8eef2df364e33fcc24dfc9fbfaa2064da86936b5
diff --git a/src/java/com/threerings/presents/tools/GenServiceTask.java b/src/java/com/threerings/presents/tools/GenServiceTask.java index <HASH>..<HASH> 100644 --- a/src/java/com/threerings/presents/tools/GenServiceTask.java +++ b/src/java/com/threerings/presents/tools/GenServiceTask.java @@ -197,7 +197,7 @@ public cl...
Fixed same package removal to not also wipe out subpackages git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@<I> <I>f4-<I>e9-<I>-aa3c-eee0fc<I>fb1
threerings_narya
train
bc51b537844b34f66634b7ccae54531bfb16e32e
diff --git a/aws/resource_aws_servicecatalog_product_test.go b/aws/resource_aws_servicecatalog_product_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_servicecatalog_product_test.go +++ b/aws/resource_aws_servicecatalog_product_test.go @@ -369,7 +369,7 @@ resource "aws_servicecatalog_product" "test" { p...
tests/r/servicecat_product: Lint
terraform-providers_terraform-provider-aws
train
64cacbf35068be4155f5a4166960d399ccf82e9e
diff --git a/osmdroid-android/src/main/java/org/osmdroid/tileprovider/modules/MapTileModuleProviderBase.java b/osmdroid-android/src/main/java/org/osmdroid/tileprovider/modules/MapTileModuleProviderBase.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/main/java/org/osmdroid/tileprovider/modules/MapTileModuleP...
Fix for "stuck" tiles never loading due to old tiles being dropped rather than being reported as failed requests. Fixes issue <I>.
osmdroid_osmdroid
train
02936f45923952176238e9d8ee3ad867fc8785ce
diff --git a/docs/paper/example.py b/docs/paper/example.py index <HASH>..<HASH> 100644 --- a/docs/paper/example.py +++ b/docs/paper/example.py @@ -7,17 +7,17 @@ set_figure(fontsize=9, width=250) fig, ax = plt.subplots() np.random.seed(2022) -#A = pyamg.gallery.poisson((1000,1000), format='csr') -A = pyamg.gallery.p...
docs: change example in joss paper
pyamg_pyamg
train
62c3dfa517b94c56c35fed8af8d9aad29e7c38d4
diff --git a/app/middleware/cluster_app_mock.js b/app/middleware/cluster_app_mock.js index <HASH>..<HASH> 100644 --- a/app/middleware/cluster_app_mock.js +++ b/app/middleware/cluster_app_mock.js @@ -3,40 +3,40 @@ const debug = require('debug')('egg-mock:middleware:cluster_app_mock'); module.exports = () => { - ret...
refactor: middleware use promise-based style (#<I>)
eggjs_egg-mock
train
07abe3c989973f70e568cc42ef81c7abc9bf0755
diff --git a/push/header.go b/push/header.go index <HASH>..<HASH> 100644 --- a/push/header.go +++ b/push/header.go @@ -12,6 +12,10 @@ type Headers struct { // This should be a UUID with 32 lowercase hexadecimal digits. ID string + // CollapseID is used to update an existing notification that has the same + // ide...
add collapse id for notification management (#<I>) ref #<I>
RobotsAndPencils_buford
train
3860b7a444d00ecf2de0d823d118d4bcdb3217f9
diff --git a/pymap/sieve/__init__.py b/pymap/sieve/__init__.py index <HASH>..<HASH> 100644 --- a/pymap/sieve/__init__.py +++ b/pymap/sieve/__init__.py @@ -9,7 +9,7 @@ from sievelib.parser import Parser # type: ignore from .runner import SieveRunner from .util import unquote -__all__ = ['SieveParseError' 'SieveComp...
Fix missing comma in __all__
icgood_pymap
train
856b669612bc0033c710b3b8882aff407da9df5d
diff --git a/Util/FormViewIterator.php b/Util/FormViewIterator.php index <HASH>..<HASH> 100644 --- a/Util/FormViewIterator.php +++ b/Util/FormViewIterator.php @@ -61,7 +61,7 @@ class FormViewIterator implements \RecursiveIterator */ public function key() { - return $this->current()->get('id'); + ...
BC break fix. get for forms is now getVar
sonata-project_SonataAdminBundle
train
a2b90dbbeabf73eae6254948b52a72b6b3ad2bfb
diff --git a/lib/calabash/ios/device.rb b/lib/calabash/ios/device.rb index <HASH>..<HASH> 100644 --- a/lib/calabash/ios/device.rb +++ b/lib/calabash/ios/device.rb @@ -62,7 +62,7 @@ module Calabash begin screenshot = http_client.get(request) File.open(path, 'wb') { |file| file.write screensh...
iOS Device: fix missing exception arg in #screenshot
calabash_calabash
train
02a22b0f778f287d03af426c51889a403464f517
diff --git a/src/sb/Files.php b/src/sb/Files.php index <HASH>..<HASH> 100644 --- a/src/sb/Files.php +++ b/src/sb/Files.php @@ -222,7 +222,7 @@ class Files public static function getDirectorySize($path) { - $stats = new stdClass(); + $stats = new \stdClass(); $stats->size = 0; ...
Backslash needed Please take a look at lines <I> and <I>, they may need to be updated too.
surebert_surebert-framework
train
fdb2932f84d55e568c9e029b4008621bc4f85eb7
diff --git a/lib/utils.js b/lib/utils.js index <HASH>..<HASH> 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -3,12 +3,12 @@ // Utility functions // -------------------- +// modules +var _ = require('lodash'); + // exports module.exports = function(Sequelize) { - var Utils = Sequelize.Utils, - _ = Utils._; - ...
Use lodash dependency in utility functions
overlookmotel_sequelize-hierarchy
train
4131f575ab709715e215de928d1f4788542ebfa8
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -61,6 +61,7 @@ class DataFlowKernel(object): count = 0 for dep in depends: if isinstance(dep, Future) or issubclass(type(dep), Future):...
Fixing issues with callbacks firing between calls.
Parsl_parsl
train
7f38d0fd51241cc408f1fb8d36cc056e87d1e923
diff --git a/system/HTTP/Files/UploadedFile.php b/system/HTTP/Files/UploadedFile.php index <HASH>..<HASH> 100644 --- a/system/HTTP/Files/UploadedFile.php +++ b/system/HTTP/Files/UploadedFile.php @@ -373,5 +373,26 @@ class UploadedFile extends File implements UploadedFileInterface return is_uploaded_file($this->path)...
Save the uploaded file to a new location.
codeigniter4_CodeIgniter4
train
8989b7bc7ece2862b2ba2a95f54a1459579120dc
diff --git a/lib/fog/compute/models/vcloud/ips.rb b/lib/fog/compute/models/vcloud/ips.rb index <HASH>..<HASH> 100644 --- a/lib/fog/compute/models/vcloud/ips.rb +++ b/lib/fog/compute/models/vcloud/ips.rb @@ -12,6 +12,7 @@ module Fog attribute :href def all + self.href = connection.default_vd...
[vcloud|compute] allow specifying a default VDC uri as 'vcloud_default_vdc' This will default all operations to this VDC, rather than requiring it to be specified in the model chain.
fog_fog
train
f9f03cd4497572b883ef778ad277e34406593dbb
diff --git a/src/__init__.py b/src/__init__.py index <HASH>..<HASH> 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -372,6 +372,7 @@ class JavaClassInfo(object): self.fields = tuple() self.methods = tuple() self.annotations = None + self.invisible_annotations = None se...
Add support for RuntimeInvisibleAnnotations.
obriencj_python-javatools
train
fb3c65d30dcb952ca450f757d90d61ce97bb687b
diff --git a/ImagingReso/resonance.py b/ImagingReso/resonance.py index <HASH>..<HASH> 100644 --- a/ImagingReso/resonance.py +++ b/ImagingReso/resonance.py @@ -640,8 +640,7 @@ class Resonance(object): plt.legend(loc='best') plt.show() - def export(self, filename='resonance_output.csv', - ...
replaced to_csv in o_reso.export
ornlneutronimaging_ImagingReso
train
7366f707b7a32d3ac65f8130b67d7953db62e08d
diff --git a/shinken/log.py b/shinken/log.py index <HASH>..<HASH> 100644 --- a/shinken/log.py +++ b/shinken/log.py @@ -172,44 +172,15 @@ class Log(logging.Logger): global human_timestamp_log human_timestamp_log = bool(on) -logger = Log() -class __ConsoleLogger: - """ - This wrapper class for...
Enh : Merging logging PR
Alignak-monitoring_alignak
train
7bcebec5a09106a875220d5bf14831145f23cab3
diff --git a/lib/vanity/experiment/ab_test.rb b/lib/vanity/experiment/ab_test.rb index <HASH>..<HASH> 100644 --- a/lib/vanity/experiment/ab_test.rb +++ b/lib/vanity/experiment/ab_test.rb @@ -403,10 +403,11 @@ module Vanity outcome && _alternatives[outcome] end - def complete! + def complete!...
now able to pass an alternative id to complete! and to complete an experiment from the rails web interface Conflicts: lib/vanity/frameworks/rails.rb
assaf_vanity
train
bb89faba6ac033cf4418859735b1dbdc8500fc47
diff --git a/lib/google-reader-api/api.rb b/lib/google-reader-api/api.rb index <HASH>..<HASH> 100644 --- a/lib/google-reader-api/api.rb +++ b/lib/google-reader-api/api.rb @@ -69,7 +69,7 @@ module GoogleReaderApi # returns the argumentstring based on the hash it is given def argument_string(args) - args...
Fixed xml parsing issue.
nudded_GoogleReaderAPI
train
47c820526726ac041717b00941d19d0862e57644
diff --git a/libpagure/libpagure.py b/libpagure/libpagure.py index <HASH>..<HASH> 100644 --- a/libpagure/libpagure.py +++ b/libpagure/libpagure.py @@ -328,13 +328,22 @@ class Pagure(object): if return_value['message'] != "Issue created": raise Exception(return_value['message']) - def list_iss...
list_issues: add missing filter options pagure updated API to allow better filtering of issues, this commit updates libpagure accordingly
yangl1996_libpagure
train
f43fc373fbf92bf511f243ebd15c1886e2381fb4
diff --git a/goatools/ratio.py b/goatools/ratio.py index <HASH>..<HASH> 100755 --- a/goatools/ratio.py +++ b/goatools/ratio.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- +"""Manage associations ratios.""" __copyright__ = "Copyright (C) 2010-2017, H Tang et al., All rights reserved." __author__ ...
pylint. Report percentage of population genes found in the association.
tanghaibao_goatools
train
9f95fb1af84c39065de5f1af6a49b1d13ced1f3c
diff --git a/memote/suite/cli/runner.py b/memote/suite/cli/runner.py index <HASH>..<HASH> 100644 --- a/memote/suite/cli/runner.py +++ b/memote/suite/cli/runner.py @@ -54,6 +54,7 @@ from memote.utils import is_modified, stdout_notifications import requests from requests.exceptions import HTTPError from urllib.parse ...
test: implement test for memote history
opencobra_memote
train
b9178723ea96118f9da82c4c918a0644bf7899c6
diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index <HASH>..<HASH> 100644 --- a/dist/jquery.qtip.css +++ b/dist/jquery.qtip.css @@ -9,7 +9,7 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Wed Dec 8 21:39:11 2010 +0000 +* Date: Wed Dec...
Updated extra.css with themeroller fix
qTip2_qTip2
train
552ca4d4c712c68c90601ff3f70cf4115b1636ac
diff --git a/setuptools/command/test.py b/setuptools/command/test.py index <HASH>..<HASH> 100644 --- a/setuptools/command/test.py +++ b/setuptools/command/test.py @@ -147,7 +147,7 @@ class test(Command): # re-import them from the build location. Required when 2to3 is used # with namespace packages. ...
Resolve test_suite directly rather than referencing test_args
pypa_setuptools
train
52a3a9ec2126fc9062e0c96086d5dadf16821e68
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( #long_description=long_description, # The project's main homepage. - url='https://github.com/StevenMaude/bbc_radio_tracklisting_downloader', + url='https://github.com/StevenMaude/bbc-rad...
Update URL in setup.py Underscores to hyphens.
StevenMaude_bbc-radio-tracklisting-downloader
train
e22544b3b5dc919bae83a3863f3574c742b8be8d
diff --git a/lib/travis/services/organizations/by_github.rb b/lib/travis/services/organizations/by_github.rb index <HASH>..<HASH> 100644 --- a/lib/travis/services/organizations/by_github.rb +++ b/lib/travis/services/organizations/by_github.rb @@ -16,7 +16,7 @@ module Travis Organization.create!( ...
remove dangling comma to make jruby happy
travis-ci_travis-core
train
f480a71447a2e2d1d01294e1aa9dba0cc70d6816
diff --git a/trunk/web/concrete/elements/collection_metadata_fields.php b/trunk/web/concrete/elements/collection_metadata_fields.php index <HASH>..<HASH> 100644 --- a/trunk/web/concrete/elements/collection_metadata_fields.php +++ b/trunk/web/concrete/elements/collection_metadata_fields.php @@ -151,11 +151,9 @@ var ccmP...
collection properties custom attribute break was missing git-svn-id: <URL>
concrete5_concrete5
train
f4e903614558a419efc8fa528cdcc015ecb88636
diff --git a/shared/constants/fs.js b/shared/constants/fs.js index <HASH>..<HASH> 100644 --- a/shared/constants/fs.js +++ b/shared/constants/fs.js @@ -526,8 +526,18 @@ export const viewTypeFromMimeType = (mime: ?Types.Mime): Types.FileViewType => { return 'default' } -export const isMedia = (pathItem: Types.PathI...
don't allow save for audio files on mobile (#<I>) * don't allow save for audio files on mobile * review feedback from jzila
keybase_client
train
7365c403b6cae86db10fcc53079d66420d224d00
diff --git a/openquake/calculators/export/risk.py b/openquake/calculators/export/risk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/export/risk.py +++ b/openquake/calculators/export/risk.py @@ -75,7 +75,8 @@ def export_agg_curve_rlzs(ekey, dstore): agg_tags = get_agg_tags(dstore, oq.aggregate_by) ...
Fixed risk_investigation_time in the risk exporters
gem_oq-engine
train
b6666f44b6bb7cc6a1646ea00d5caf73e1f6a592
diff --git a/core/src/main/java/io/undertow/UndertowMessages.java b/core/src/main/java/io/undertow/UndertowMessages.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/io/undertow/UndertowMessages.java +++ b/core/src/main/java/io/undertow/UndertowMessages.java @@ -528,4 +528,7 @@ public interface UndertowMessages...
UNDERTOW-<I> better validation for host header
undertow-io_undertow
train
7ff339354ca9a1221b6c12024867374e619d79e6
diff --git a/src/Metadata/Factory/StaticMethodAwareFactory.php b/src/Metadata/Factory/StaticMethodAwareFactory.php index <HASH>..<HASH> 100644 --- a/src/Metadata/Factory/StaticMethodAwareFactory.php +++ b/src/Metadata/Factory/StaticMethodAwareFactory.php @@ -53,7 +53,7 @@ class StaticMethodAwareFactory implements Metad...
Fix in StaticMethodAwareFactory
tequila_mongodb-odm
train
516ddad3719cad4307bfc8e7e6836f2abcd003b4
diff --git a/src/Payum/LaravelPackage/Storage/EloquentStorage.php b/src/Payum/LaravelPackage/Storage/EloquentStorage.php index <HASH>..<HASH> 100644 --- a/src/Payum/LaravelPackage/Storage/EloquentStorage.php +++ b/src/Payum/LaravelPackage/Storage/EloquentStorage.php @@ -2,6 +2,7 @@ namespace Payum\LaravelPackage\Stora...
[storage] fix Eloquent::findBy method
Payum_PayumLaravelPackage
train
9df2c346bcc3b0fe22ea4f1190a6e3da165f0ef8
diff --git a/lib/graphql/argument.rb b/lib/graphql/argument.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/argument.rb +++ b/lib/graphql/argument.rb @@ -20,7 +20,11 @@ module GraphQL accepts_definitions :name, :type, :description, :default_value, :as attr_accessor :type, :description, :default_value, :name,...
feat(Argument#exposed_as) normalize name & as to a string
rmosolgo_graphql-ruby
train
63d3fc3c3553f3c575a41eb4d69b9fa74aca8f75
diff --git a/decouple.py b/decouple.py index <HASH>..<HASH> 100644 --- a/decouple.py +++ b/decouple.py @@ -51,20 +51,28 @@ class Config(object): return self._BOOLEANS[value.lower()] + @staticmethod + def _cast_do_nothing(value): + return value + def get(self, option, default=undefined, ca...
Fix case where Option exists on ENV, but not on repository. Closes #<I>
henriquebastos_python-decouple
train
54919d95bd70292b8feca7216f6897d2604afaae
diff --git a/package.php b/package.php index <HASH>..<HASH> 100644 --- a/package.php +++ b/package.php @@ -4,7 +4,7 @@ require_once 'PEAR/PackageFileManager2.php'; -$version = '1.3.6'; +$version = '1.3.7'; $notes = <<<EOT see ChangeLog EOT;
prepare for release of <I> svn commit r<I>
silverorange_swat
train
76e24ffadff2578251e761a2b71697d9861c3cd3
diff --git a/lib/commands/new-baseline.js b/lib/commands/new-baseline.js index <HASH>..<HASH> 100644 --- a/lib/commands/new-baseline.js +++ b/lib/commands/new-baseline.js @@ -20,11 +20,26 @@ module.exports = { type: Boolean, default: false, description: 'Wheter or not to build a report' + }, { + name...
Fix `ember new-baseline`. Deletes current OS baseline. Not all
ciena-blueplanet_ember-cli-visual-acceptance
train
b57a416ead4ea767b95bf351e3549a4c0d01d8c2
diff --git a/app/code/community/Nexcessnet/Turpentine/Helper/Esi.php b/app/code/community/Nexcessnet/Turpentine/Helper/Esi.php index <HASH>..<HASH> 100644 --- a/app/code/community/Nexcessnet/Turpentine/Helper/Esi.php +++ b/app/code/community/Nexcessnet/Turpentine/Helper/Esi.php @@ -103,6 +103,32 @@ class Nexcessnet_Tur...
change dummy url to checkout/cart from base url
nexcess_magento-turpentine
train
e730c0ef1cd2c3c917e6966d812ddd52df9550e5
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100755 --- a/lib/index.js +++ b/lib/index.js @@ -100,7 +100,7 @@ ObsRouter.prototype.pushUrl = function(url){ }; ObsRouter.prototype.replaceRoute = function(route, params, extend_params){ var self = this; - this.replaceUrl(self.routeToUrl(route, param...
throws error if we try to compute url of unreachable route
zenflow_obs-router
train
a2faa00eea32cdf3abc55e6eab4bd44a63716148
diff --git a/lib/fog/openstack/requests/orchestration/update_stack.rb b/lib/fog/openstack/requests/orchestration/update_stack.rb index <HASH>..<HASH> 100644 --- a/lib/fog/openstack/requests/orchestration/update_stack.rb +++ b/lib/fog/openstack/requests/orchestration/update_stack.rb @@ -5,23 +5,22 @@ module Fog ...
OpenStack orchestration update_stack fixes. The update_stack call requires an ID and NAME to be included in the URL of the PUT request. See API docs here: <URL>
fog_fog
train
21fbb10804d1e4ffa6b33e34bd0d9eeb71756c1c
diff --git a/engine/runner.js b/engine/runner.js index <HASH>..<HASH> 100644 --- a/engine/runner.js +++ b/engine/runner.js @@ -338,29 +338,32 @@ async function prepareAndRunTestSuite(root) { function getTestSuitePaths() { const suitePaths = []; - function walkSubDirs(dir) { - const dirs = fs.readdirSync(dir)....
Ignore directories without tia results subdir.
Dzenly_tia
train
0cbd38e119367fef81d3bc7a4dcb6f7132639a67
diff --git a/modules/Router.js b/modules/Router.js index <HASH>..<HASH> 100644 --- a/modules/Router.js +++ b/modules/Router.js @@ -16,8 +16,9 @@ function isDeprecatedHistory(history) { /* istanbul ignore next: sanity check */ function isUnsupportedHistory(history) { - // v3 histories expose getCurrentLocation, but...
update history version check (#<I>)
ReactTraining_react-router
train
976bca7c5b1e94b59aba76f9cea96c0cbc4970cd
diff --git a/lavalink/playermanager.py b/lavalink/playermanager.py index <HASH>..<HASH> 100644 --- a/lavalink/playermanager.py +++ b/lavalink/playermanager.py @@ -27,7 +27,6 @@ from .errors import NodeError from .models import BasePlayer from .node import Node -print(__name__) _log = logging.getLogger(__name__)
VSC didn't save this one, either
Devoxin_Lavalink.py
train
935829e48bee0a1f3cda12903baffb713d19b252
diff --git a/chemlab/notebook/__init__.py b/chemlab/notebook/__init__.py index <HASH>..<HASH> 100644 --- a/chemlab/notebook/__init__.py +++ b/chemlab/notebook/__init__.py @@ -5,7 +5,7 @@ from ..core import System, Molecule from chemview import MolecularViewer, enable_notebook, TrajectoryControls from IPython.displa...
urlretrieve through six library (python3)
chemlab_chemlab
train
c4f5c36286cdb203f6c3567ce6671e0a3407a37d
diff --git a/lib/tty/table.rb b/lib/tty/table.rb index <HASH>..<HASH> 100644 --- a/lib/tty/table.rb +++ b/lib/tty/table.rb @@ -50,7 +50,7 @@ module TTY # # @api public def self.[](*rows) - self.new(:rows => rows) + self.new(rows: rows) end # Instantiate a new Table @@ -76,27 +76,12 ...
Change table tuple extraction.
piotrmurach_tty
train
743ffe4d9fce8878125c1f2775a8b05436fd4f38
diff --git a/lib/dcell.rb b/lib/dcell.rb index <HASH>..<HASH> 100644 --- a/lib/dcell.rb +++ b/lib/dcell.rb @@ -59,6 +59,14 @@ module DCell raise ArgumentError, "no registry adapter given in config" unless @registry @id ||= generate_node_id + + if Celluloid.logger + # :nocov: + ...
add DCell ID into the log stream
celluloid_dcell
train
61b9c9943eee3a36a9e671ba8ecfbf2243f6f8d7
diff --git a/go/vt/topo/topoproto/tablet.go b/go/vt/topo/topoproto/tablet.go index <HASH>..<HASH> 100644 --- a/go/vt/topo/topoproto/tablet.go +++ b/go/vt/topo/topoproto/tablet.go @@ -75,7 +75,7 @@ func TabletAliasUIDStr(ta *topodatapb.TabletAlias) string { func ParseTabletAlias(aliasStr string) (*topodatapb.TabletAlia...
ParseTabletAlias: Help the user by explaining the expected format.
vitessio_vitess
train
49e2ecc94ec2ea626f32f07c4f2bfe7dc82c5a2f
diff --git a/src/Twig.php b/src/Twig.php index <HASH>..<HASH> 100644 --- a/src/Twig.php +++ b/src/Twig.php @@ -118,7 +118,11 @@ class Twig implements \ArrayAccess $loader = new \Twig_Loader_Filesystem(); foreach ($paths as $namespace => $path) { - $loader->setPaths($path, $namespace); + ...
Fixes #<I> - Refactor `addPaths` method Allows the use of `new Slim\Views\Twig(['path1', 'path2']);` again as it was previously broken by <I>eca0e<I>c<I>a<I>fa<I>fce3d<I>.
slimphp_Twig-View
train
b8f3a3093508329cbdeec5363673766acc8e6b15
diff --git a/core-bundle/src/EventListener/UserSessionListener.php b/core-bundle/src/EventListener/UserSessionListener.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/EventListener/UserSessionListener.php +++ b/core-bundle/src/EventListener/UserSessionListener.php @@ -65,7 +65,6 @@ class UserSessionListener exten...
[Core] Removed useless docbocks
contao_contao
train
9e5df9184ae4196367b6221e401de73177462f19
diff --git a/core/ekb/src/main/java/org/openengsb/core/ekb/internal/EKBService.java b/core/ekb/src/main/java/org/openengsb/core/ekb/internal/EKBService.java index <HASH>..<HASH> 100644 --- a/core/ekb/src/main/java/org/openengsb/core/ekb/internal/EKBService.java +++ b/core/ekb/src/main/java/org/openengsb/core/ekb/intern...
[OPENENGSB-<I>] made the code part nicer to read
openengsb_openengsb
train
53141b04a87261de2b5f79b3bfdb9d27e3eed90e
diff --git a/codec/src/test/java/io/netty/handler/codec/compression/Bzip2EncoderTest.java b/codec/src/test/java/io/netty/handler/codec/compression/Bzip2EncoderTest.java index <HASH>..<HASH> 100644 --- a/codec/src/test/java/io/netty/handler/codec/compression/Bzip2EncoderTest.java +++ b/codec/src/test/java/io/netty/handl...
Fix buffer leak in Bzip2EncoderTest
netty_netty
train
7ffa823e377e793d8875bfee241a02ad48b9807c
diff --git a/jaxrs/src/main/java/com/ning/billing/jaxrs/resources/InvoiceResource.java b/jaxrs/src/main/java/com/ning/billing/jaxrs/resources/InvoiceResource.java index <HASH>..<HASH> 100644 --- a/jaxrs/src/main/java/com/ning/billing/jaxrs/resources/InvoiceResource.java +++ b/jaxrs/src/main/java/com/ning/billing/jaxrs/...
jaxrs: implement search by invoice number This implements: GET /<I>/kb/invoices/invoice_number
killbill_killbill
train
5674aca31be1d9f8957952bd845c962fef5af114
diff --git a/spec/cypress/integration/messenger/task_bot_spec.js b/spec/cypress/integration/messenger/task_bot_spec.js index <HASH>..<HASH> 100644 --- a/spec/cypress/integration/messenger/task_bot_spec.js +++ b/spec/cypress/integration/messenger/task_bot_spec.js @@ -146,7 +146,7 @@ describe('Task bot Spec', function ()...
Update task_bot_spec.js
michelson_chaskiq
train
b2c5fef38b3520f2d3bbf78e4cb56b102e302958
diff --git a/js/digifinex.js b/js/digifinex.js index <HASH>..<HASH> 100644 --- a/js/digifinex.js +++ b/js/digifinex.js @@ -136,6 +136,9 @@ module.exports = class digifinex extends Exchange { 'defaultType': 'spot', 'types': [ 'spot', 'margin', 'otc' ], }, + 'comm...
Digifinex BHT -> Black House Test
ccxt_ccxt
train
3e11845e4669ddbc758454d9068890d9d6461082
diff --git a/src/MainGrid.js b/src/MainGrid.js index <HASH>..<HASH> 100644 --- a/src/MainGrid.js +++ b/src/MainGrid.js @@ -163,9 +163,14 @@ MainGrid.prototype.render = function () { var xIndex = _self.rangeToDomain(_self.x, coord[0]); var yIndex = _self.rangeToDomain(_self.y, coord[1]); - var...
change cell indices to donor-gene string. CNV and SSM data passed as one obs to ui. Some fixes for grid ranking.
oncojs_oncogrid
train
fc713b90728c218d7f7e214654cae8ab2b9b4fa9
diff --git a/models/data/publicationData.js b/models/data/publicationData.js index <HASH>..<HASH> 100644 --- a/models/data/publicationData.js +++ b/models/data/publicationData.js @@ -40,6 +40,9 @@ module.exports = (bookshelf) => { }, identifierSet() { return this.belongsTo('IdentifierSet', 'identifier_set_id'...
Added new relationships to PublisherData and PublicationData, and date virtual to publisher. Also added inheritance for Publisher and Publication
bookbrainz_bookbrainz-data-js
train
f758c03390c20b9a33f3357b3e28e8367e619164
diff --git a/osmdroid-android/src/main/java/org/osmdroid/tileprovider/constants/OpenStreetMapTileProviderConstants.java b/osmdroid-android/src/main/java/org/osmdroid/tileprovider/constants/OpenStreetMapTileProviderConstants.java index <HASH>..<HASH> 100644 --- a/osmdroid-android/src/main/java/org/osmdroid/tileprovider/...
#<I> making the offline tile location adjustable
osmdroid_osmdroid
train
e2f3f8d767a45ca9382baa7b8951baa28d140f1e
diff --git a/base58.go b/base58.go index <HASH>..<HASH> 100644 --- a/base58.go +++ b/base58.go @@ -120,7 +120,7 @@ func FastBase58DecodingAlphabet(str string, alphabet *Alphabet) ([]byte, error) for j := len(outi) - 1; j >= 0; j-- { t = uint64(outi[j])*58 + c - c = (t >> 32) & 0x3f + c = t >> 32 outi[...
Remove one more apparently unneeded op (all tests local and external still pass)
mr-tron_base58
train
e6782f456305c3028f3adf53227c98f3f29a0138
diff --git a/test/vault-test.js b/test/vault-test.js index <HASH>..<HASH> 100644 --- a/test/vault-test.js +++ b/test/vault-test.js @@ -113,7 +113,7 @@ var blob = new Blob(); //must be set for self signed certs process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; while(!sjcl.random.isReady()) { - sjcl.random.addEntropy(r...
[FIX] vault client: set SJCL test entropy random string to base<I>
ChainSQL_chainsql-lib
train
4d56f8537d387c70308b43f5913cf4d1665d9a29
diff --git a/lib/inline_svg.rb b/lib/inline_svg.rb index <HASH>..<HASH> 100644 --- a/lib/inline_svg.rb +++ b/lib/inline_svg.rb @@ -10,6 +10,7 @@ require "inline_svg/transform_pipeline" require "inline_svg/io_resource" require "inline_svg/railtie" if defined?(Rails) +require 'active_support' require 'active_support...
Require activesupport prior to core_ext/string When running the test suite with activesupport version 7, an unitialized constant error for `XmlMini::IsolatedExecutionState` is raised. As described here: - <URL>
jamesmartin_inline_svg
train
82e9fe3d2c1b89773026b72fd73e6c7afe4758da
diff --git a/src/main/java/wyil/lang/Type.java b/src/main/java/wyil/lang/Type.java index <HASH>..<HASH> 100755 --- a/src/main/java/wyil/lang/Type.java +++ b/src/main/java/wyil/lang/Type.java @@ -1217,7 +1217,8 @@ public interface Type { @Override public String toString() { String body = element.toString();...
Bug fix for pretty printing types Pretty printing of negation types was not correctly bracketting union and intersection types. Fixed now.
Whiley_WhileyCompiler
train
c36a91d865c2f273357660fbaf1c17cdf736b08d
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ extras_require = { 'typing', ], 'docs': [ - 'Sphinx>=1.6,<1.7', + 'Sphinx>=1.7,<1.8', 'sphinx_rtd_theme>=0.2.4,<0.3', ], 'mypy:python_version >= "3.4"': [
Update Sphinx to <I>.x
ymyzk_python-gyazo
train