hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
14f3cb2dbf0c91ef5abb3c5da238cf4b45af39cb
diff --git a/sacred/observers/mongo.py b/sacred/observers/mongo.py index <HASH>..<HASH> 100644 --- a/sacred/observers/mongo.py +++ b/sacred/observers/mongo.py @@ -86,18 +86,20 @@ def force_bson_encodeable(obj): class MongoObserver(RunObserver): @staticmethod - def create(url='localhost', db_name='sacred', pr...
added overwrite option to MongoObserver
IDSIA_sacred
train
d9c75a21f8937e2c1df9435a58b55637e0d42368
diff --git a/.travis.yml b/.travis.yml index <HASH>..<HASH> 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +1,32 @@ language: python python: - - 2.6 - 2.7 - - 3.2 - 3.3 + - 3.4 + - 3.5 + - 3.6 env: - - DJANGO=1.5.10 - - DJANGO=1.6.7 - - DJANGO=1.7 + - DJANGO=1.8 + - DJANGO=1.9 + - DJANGO=1....
Change supported versions of Django and Python - Added support for Django <I> - <I>, dropped support for <I>-<I> - Had to switch from `render_to_response` (which is deprecated) to `render` - Added support for Python <I> - <I>, dropped support for <I> and <I>
azavea_django-tinsel
train
65124985d1688b32096a4ada4cb36b648a4fdd08
diff --git a/builder/qemu/step_run.go b/builder/qemu/step_run.go index <HASH>..<HASH> 100644 --- a/builder/qemu/step_run.go +++ b/builder/qemu/step_run.go @@ -97,9 +97,18 @@ func getCommandArgs(bootDrive string, state multistep.StateBag) ([]string, error if qemuMajor >= 2 { if config.DiskInterface == "virtio-scsi"...
don't set DetectZeroes if it's off, because some versions of QEMU don't support this option
hashicorp_packer
train
d9644c5c5b31f09075ed3565ff3656fdf9296a6b
diff --git a/h2o-core/src/main/java/water/api/DownloadDataHandler.java b/h2o-core/src/main/java/water/api/DownloadDataHandler.java index <HASH>..<HASH> 100644 --- a/h2o-core/src/main/java/water/api/DownloadDataHandler.java +++ b/h2o-core/src/main/java/water/api/DownloadDataHandler.java @@ -21,7 +21,6 @@ public class Do...
more api cleanup so that R will work again
h2oai_h2o-3
train
7ba8a2bb54dd19c71bce78f6561fd9e0d2e5d13a
diff --git a/classes/fields/file.php b/classes/fields/file.php index <HASH>..<HASH> 100644 --- a/classes/fields/file.php +++ b/classes/fields/file.php @@ -1233,7 +1233,9 @@ class PodsField_File extends PodsField { if ( $subdir ) { $uploads[ $key ] = str_replace( $subdir, $dir, $val ); } else { - $upload...
Do not add our custom subdir to base keys
pods-framework_pods
train
f49559970b7e551f045b59c9530733b1bd1ed0e6
diff --git a/ez_setup.py b/ez_setup.py index <HASH>..<HASH> 100644 --- a/ez_setup.py +++ b/ez_setup.py @@ -80,14 +80,13 @@ class ContextualZipFile(zipfile.ZipFile): def __exit__(self, type, value, traceback): self.close() - @classmethod - def compat(cls, *args, **kwargs): + def __new__(cls, *ar...
Update ContextualZipFile to use a single constructor
pypa_setuptools
train
9b2d2b448b84d9c06b49497e7a6c75c7d8d84257
diff --git a/src/server/admin/server/api_server.go b/src/server/admin/server/api_server.go index <HASH>..<HASH> 100644 --- a/src/server/admin/server/api_server.go +++ b/src/server/admin/server/api_server.go @@ -118,6 +118,7 @@ func (a *apiServer) Extract(request *admin.ExtractRequest, extractServer admin.A if err !=...
Sort pipelines before extracting them.
pachyderm_pachyderm
train
2101c56ad69874ab67f88515fcd69699a8c1a392
diff --git a/src/extensions/renderer/canvas/export-image.js b/src/extensions/renderer/canvas/export-image.js index <HASH>..<HASH> 100644 --- a/src/extensions/renderer/canvas/export-image.js +++ b/src/extensions/renderer/canvas/export-image.js @@ -67,12 +67,6 @@ CRp.bufferCanvasImage = function( options ){ buffCx...
Exporting JPG with hollow arrows makes them black #<I>
cytoscape_cytoscape.js
train
cc34500fad75e8182f85530abac062b80005474f
diff --git a/vinaigrette/management/commands/makemessages.py b/vinaigrette/management/commands/makemessages.py index <HASH>..<HASH> 100644 --- a/vinaigrette/management/commands/makemessages.py +++ b/vinaigrette/management/commands/makemessages.py @@ -12,7 +12,7 @@ from django.core.management.base import BaseCommand, Co...
In django <I>, makemessages can take the -l option multiple times. Making Vinaigrette compatible with <I> and still compatible with previous versions.
ecometrica_django-vinaigrette
train
bdf72c55542c36be0cee421fe3060719bc12ead8
diff --git a/plugins/guests/arch/guest.rb b/plugins/guests/arch/guest.rb index <HASH>..<HASH> 100644 --- a/plugins/guests/arch/guest.rb +++ b/plugins/guests/arch/guest.rb @@ -14,10 +14,10 @@ module VagrantPlugins def change_host_name(name) # Only do this if the hostname is not already set - if ...
Use the communicate interface for ArchLinux guests
hashicorp_vagrant
train
19107eda8e095beb36fdacdd7073c54e2759d011
diff --git a/src/Router.php b/src/Router.php index <HASH>..<HASH> 100644 --- a/src/Router.php +++ b/src/Router.php @@ -22,16 +22,6 @@ class Router } /** - * @param string $method - * @param string $path - * @param $handler - */ - public function createRoute($method, $path, $handler) - ...
change createRoute to src/Router
Wandu_Framework
train
d42b20ba94baef9c9c98e8059a270fd643a44ae0
diff --git a/prosaic_contract.js b/prosaic_contract.js index <HASH>..<HASH> 100644 --- a/prosaic_contract.js +++ b/prosaic_contract.js @@ -4,6 +4,7 @@ var db = require('./db.js'); var device = require('./device.js'); var composer = require('./composer.js'); var objectHash = require('./object_hash.js'); +var crypto =...
new prosaic contract hash algo
byteball_ocore
train
d79e5a198f7df106950c755c1698e4bca4317301
diff --git a/spec/ffi_stub.rb b/spec/ffi_stub.rb index <HASH>..<HASH> 100644 --- a/spec/ffi_stub.rb +++ b/spec/ffi_stub.rb @@ -9,6 +9,7 @@ module FFI end def attach_function(name, func, args, returns = nil, options = nil) + define_singleton_method(name) {|*the_args|} end end end
implement fake FFI::Library#attach_function to declare empty methods for specs
leviwilson_mohawk
train
6cb6d5814c4389895190ff2dbdeb51506b1c9f7e
diff --git a/src/Core/AspectKernel.php b/src/Core/AspectKernel.php index <HASH>..<HASH> 100644 --- a/src/Core/AspectKernel.php +++ b/src/Core/AspectKernel.php @@ -110,7 +110,7 @@ abstract class AspectKernel $this->addKernelResourcesToContainer($container); } - AopComposerLoader::init($thi...
Rewrite AopComposerLoader to use information from the cache More faster invocation and less checks and transformations for production mode
goaop_framework
train
1e5be7a74a4692aa504f8b0817b7469ce8b9d423
diff --git a/aws/resource_aws_ec2_capacity_reservation_test.go b/aws/resource_aws_ec2_capacity_reservation_test.go index <HASH>..<HASH> 100644 --- a/aws/resource_aws_ec2_capacity_reservation_test.go +++ b/aws/resource_aws_ec2_capacity_reservation_test.go @@ -89,6 +89,7 @@ func TestAccAWSEc2CapacityReservation_basic(t *...
add check that outpost_arn is empty string
terraform-providers_terraform-provider-aws
train
41ac7e45ffff869df4eff3fafcc72ddb48957900
diff --git a/src/main/example/SSLClientExample.java b/src/main/example/SSLClientExample.java index <HASH>..<HASH> 100644 --- a/src/main/example/SSLClientExample.java +++ b/src/main/example/SSLClientExample.java @@ -80,7 +80,7 @@ public class SSLClientExample { chatclient.setWebSocketFactory( new DefaultSSLWebSocke...
Added way to connect and close the websocket client synchronously.
TooTallNate_Java-WebSocket
train
5de090b1247e51dfbfef6a077a21a71119ed7074
diff --git a/catalog/app/components/Preview/loaders/Csv.js b/catalog/app/components/Preview/loaders/Csv.js index <HASH>..<HASH> 100644 --- a/catalog/app/components/Preview/loaders/Csv.js +++ b/catalog/app/components/Preview/loaders/Csv.js @@ -17,4 +17,4 @@ const fetcher = utils.previewFetcher('csv', (json) => const is...
fix json previews (#<I>)
quiltdata_quilt
train
a70794aff0fc5a02db9c939397d663f174d2f726
diff --git a/integration/secret/secret_test.go b/integration/secret/secret_test.go index <HASH>..<HASH> 100644 --- a/integration/secret/secret_test.go +++ b/integration/secret/secret_test.go @@ -29,7 +29,7 @@ func TestSecretInspect(t *testing.T) { ctx := context.Background() - testName := "test_secret" + testName...
use unique names for resources in integration tests of integration/secret package
moby_moby
train
1fbc7cf6e89fe2cf720ecfe26b4912fb1bea2347
diff --git a/src/Illuminate/Foundation/helpers.php b/src/Illuminate/Foundation/helpers.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Foundation/helpers.php +++ b/src/Illuminate/Foundation/helpers.php @@ -1,6 +1,5 @@ <?php -use Illuminate\Support\Str; use Illuminate\Support\HtmlString; use Illuminate\Contain...
Apply fixes from StyleCI (#<I>)
laravel_framework
train
df4938c0248bfa720c257986f6bcdff5d82dbf96
diff --git a/lib/chromedriver/helper/google_code_parser.rb b/lib/chromedriver/helper/google_code_parser.rb index <HASH>..<HASH> 100644 --- a/lib/chromedriver/helper/google_code_parser.rb +++ b/lib/chromedriver/helper/google_code_parser.rb @@ -12,7 +12,7 @@ module Chromedriver def initialize(platform, open_uri_pr...
Fix specs for newest_download_version Feels a little kludgey, could probably remove the "out of order versions" context.
flavorjones_chromedriver-helper
train
fee5221e93aa9ec316694f61445dad58b7c69704
diff --git a/src/Zephyrus/Network/RequestFactory.php b/src/Zephyrus/Network/RequestFactory.php index <HASH>..<HASH> 100644 --- a/src/Zephyrus/Network/RequestFactory.php +++ b/src/Zephyrus/Network/RequestFactory.php @@ -116,10 +116,12 @@ class RequestFactory $isSecure = !empty($server['HTTPS']) && $server['HTTP...
Corrected bug with requested uri construction with uncommon port
dadajuice_zephyrus
train
9cbfc5b0c21f794c5b9dc3ffb0ec87e2d3e4aace
diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/DeployMojoSupport.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/DeployMojoSupport.java index <HASH>..<HASH> 100644 --- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/...
Start of a fix for #<I>
WASdev_ci.maven
train
9ee7710bfd5869d0b18e6d2af736418b38e74d17
diff --git a/lib/transforms/increaseItemDepth.js b/lib/transforms/increaseItemDepth.js index <HASH>..<HASH> 100644 --- a/lib/transforms/increaseItemDepth.js +++ b/lib/transforms/increaseItemDepth.js @@ -10,7 +10,7 @@ const isList = require('../isList'); * of previous item. * For first items in a list, does nothing....
increaseItemDepth now updates selection as fit
GitbookIO_slate-edit-list
train
849658a3f387c02008de91843452856f73297bb2
diff --git a/lib/adhearsion/basic_configuration.rb b/lib/adhearsion/basic_configuration.rb index <HASH>..<HASH> 100644 --- a/lib/adhearsion/basic_configuration.rb +++ b/lib/adhearsion/basic_configuration.rb @@ -26,6 +26,10 @@ module Adhearsion end def method_missing(name, *args, &blk) + # Validate if t...
brief explanation of BasicConfiguration#method_missing
adhearsion_adhearsion
train
7a255fe39f8985023b335815a02bc8bcf7656343
diff --git a/tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php b/tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php index <HASH>..<HASH> 100644 --- a/tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php +++ b/tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php @@ -17,7 +17,...
[HttpFoundation] Fixed tests for windows
symfony_symfony
train
aef74f2035ce51d244892d1ef97484e03e746c4c
diff --git a/test/spec/automatic/videourlspec.js b/test/spec/automatic/videourlspec.js index <HASH>..<HASH> 100644 --- a/test/spec/automatic/videourlspec.js +++ b/test/spec/automatic/videourlspec.js @@ -108,6 +108,13 @@ describe("Cloudinary::Utils", function () { }); }); + describe (":start_offset_auto...
Add a test for auto start offset (#<I>)
cloudinary_cloudinary_js
train
ca8b1693cb4217cd6e7bf86ab0d2c754e907951e
diff --git a/public/js/chrome/navigation.js b/public/js/chrome/navigation.js index <HASH>..<HASH> 100644 --- a/public/js/chrome/navigation.js +++ b/public/js/chrome/navigation.js @@ -13,37 +13,6 @@ var $startingpoint = $('#startingpoint').click(function (event) { return false; }); -var $revert = $('#revert').clic...
Removed redundant code, and fixed mousedown->new
jsbin_jsbin
train
78e526690c22f1c5a1c93705076229ff32284741
diff --git a/AUTHORS b/AUTHORS index <HASH>..<HASH> 100644 --- a/AUTHORS +++ b/AUTHORS @@ -7,6 +7,7 @@ Dave Brosius <dbrosius@mebigfatguy.com> Dawid Rusin <dawidrusin90@gmail.com> Enrique da Costa Cambio <enrique.dacostacambio@gmail.com> Jappe van der Hel <jappe.vanderhel@gmail.com> +Kevin Chirls <kchirls@users.nore...
Updates for pull request #<I>. Fix for issues #<I> and #<I>. Added name to AUTHORS file. Added ECJ fix and test. Made one of the variables final to also verify the final error case.
rzwitserloot_lombok
train
b922fe3f38d059ac37496879bd1f8d2e4a826106
diff --git a/spec/unit/settings_spec.rb b/spec/unit/settings_spec.rb index <HASH>..<HASH> 100755 --- a/spec/unit/settings_spec.rb +++ b/spec/unit/settings_spec.rb @@ -266,7 +266,7 @@ describe Puppet::Settings do @settings[:myval] = "12" @settings.set_by_cli?(:myval).should be_false end - + d...
Add unit tests to ensure false values are cached
puppetlabs_puppet
train
8556b3b749971f7e032e3d0f35cb279e63c6293d
diff --git a/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedAbstractPlugin.java b/distributed/src/main/java/com/orientechnologies/orient/server/distributed/impl/ODistributedAbstractPlugin.java index <HASH>..<HASH> 100755 --- a/distributed/src/main/java/com/orientechnologies/o...
make sure to cleanup background threads after distributed sync
orientechnologies_orientdb
train
d818499628bb3461aae7712995ea9eb7ca57307e
diff --git a/Swat/SwatUIObject.php b/Swat/SwatUIObject.php index <HASH>..<HASH> 100644 --- a/Swat/SwatUIObject.php +++ b/Swat/SwatUIObject.php @@ -222,13 +222,21 @@ abstract class SwatUIObject extends SwatObject * CSS classes * * @return string the string representation of the CSS classes that are - * ...
Return null instead of a blank string when a ui object has no css class names. svn commit r<I>
silverorange_swat
train
a9c623071fb39fa85ed83984bf85bd2c8b93f807
diff --git a/ampersand-state.js b/ampersand-state.js index <HASH>..<HASH> 100644 --- a/ampersand-state.js +++ b/ampersand-state.js @@ -14,8 +14,7 @@ function Base(attrs, options) { this._events = {}; this._changed = {}; if (attrs) this.set(attrs, _.extend({silent: true, initial: true}, options)); - th...
removing 'seal' option, because it's silly. Making initialize optional for easier use when being used as a base for something else.
AmpersandJS_ampersand-state
train
bfe7578a8afaa6eb7a160ab1372eb32180c1fe4d
diff --git a/perceval/_version.py b/perceval/_version.py index <HASH>..<HASH> 100644 --- a/perceval/_version.py +++ b/perceval/_version.py @@ -1,2 +1,2 @@ # Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440 -__version__ = "0.9.15" +__version__ = "0.9.16"
Update version number to <I>
chaoss_grimoirelab-perceval
train
7cd29f6a9bd8ccb33c6de399a41a2f2b12e02845
diff --git a/dcx_api_client.class.php b/dcx_api_client.class.php index <HASH>..<HASH> 100644 --- a/dcx_api_client.class.php +++ b/dcx_api_client.class.php @@ -21,7 +21,7 @@ class DCX_Api_Client protected $username; protected $password; protected $custom_http_headers = array(); - protected $http_userag...
Changed HTTP user agent string; seems like the RFC does not want spaces in the product name.
digicol_dcx-sdk-php
train
4af9d13e69e2fb9d3f6d990283f99a2881e926e7
diff --git a/pex/bin/pex.py b/pex/bin/pex.py index <HASH>..<HASH> 100755 --- a/pex/bin/pex.py +++ b/pex/bin/pex.py @@ -245,9 +245,21 @@ def configure_clp_pex_options(parser): default=True, action='callback', callback=parse_bool, - help='Whether or not the sources in the pex file are zip safe. ...
Support an unzip toggle for PEXes. (#<I>) This adds a `PexInfo.unzip` toggle and `--unzip` `--no-unzip` in the CLI to mark a PEX file that should be unzipped before execution. Combined with a stable PEX_ROOT cache, this can offer improved startup latency in both cold and hot cases. Work towards #<I>.
pantsbuild_pex
train
41a47f3f46c42bb1a4c8d828600ad3bbeb58257e
diff --git a/lifelines/version.py b/lifelines/version.py index <HASH>..<HASH> 100644 --- a/lifelines/version.py +++ b/lifelines/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = "0.25.6" +__version__ = "0.25.7"
okay I messed up and worked on the wrong branch
CamDavidsonPilon_lifelines
train
f0bfdfb699b68c8456ad5f7b1bf289843d125f8e
diff --git a/src/babel/transformation/transformers/es6/block-scoping.js b/src/babel/transformation/transformers/es6/block-scoping.js index <HASH>..<HASH> 100644 --- a/src/babel/transformation/transformers/es6/block-scoping.js +++ b/src/babel/transformation/transformers/es6/block-scoping.js @@ -233,6 +233,7 @@ var loopV...
skip traversing back into ReturnStatement replacement when rewriting loops in the es6.blockScoping transformer
babel_babel
train
4ab39381222df3fd7673c183bc357a4a91b79f32
diff --git a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java b/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java index <HASH>..<HASH> 100644 --- a/flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java +++ b/flink-core/src/main/java/org/apach...
[FLINK-<I>] Move origin header ConfigOption to JMOptions
apache_flink
train
c8f037a4de42053c4538002219724aa783cc8813
diff --git a/grimoire/elk/bugzilla.py b/grimoire/elk/bugzilla.py index <HASH>..<HASH> 100644 --- a/grimoire/elk/bugzilla.py +++ b/grimoire/elk/bugzilla.py @@ -121,7 +121,8 @@ class BugzillaEnrich(Enrich): issue['time_to_last_update_days'] = None issue['url'] = None - issue['number_of_comments...
[bugzilla] long_desc in missing in some bugzilla issues.
chaoss_grimoirelab-elk
train
13c1a28a8251ced3acb32c973e39d7b0d7cc400c
diff --git a/src/Server.js b/src/Server.js index <HASH>..<HASH> 100644 --- a/src/Server.js +++ b/src/Server.js @@ -229,7 +229,7 @@ server.on('message', function onServerMessage(client) { } // Muutetaan team arvo välille 0-1 - var teamBit = (plr.team === 2 ? 0 : 1); + var teamBit = ...
Players seemed like they were at the wrong team. Not anymore. P.S. What an awesomely-huge commit.
cb-hackers_node-NetMatch
train
306c14c41135dc8d308967821d0bb26cf4bb7ecd
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,7 @@ +* `rails server` will now honour the `PORT` environment variable + + *David Cornu* + * Plugins generated using `rails plugin new` are now generated with...
Use the PORT environment variable for rails server
rails_rails
train
3c0df0a98abf1a5c9418ef51bace9186a1760681
diff --git a/tacl/constants.py b/tacl/constants.py index <HASH>..<HASH> 100644 --- a/tacl/constants.py +++ b/tacl/constants.py @@ -710,7 +710,7 @@ EXCISE_OVERWRITE_WORK_WARNING = ('Output work directory "{}" already exists;' INSUFFICIENT_LABELS_QUERY_ERROR = ( 'Not running query with fewer than two defined labels...
Added name of missing label to error message about label not existing in catalogue.
ajenhl_tacl
train
78850a07064279fb603d96f2c3f9ba46072374eb
diff --git a/realtime/src/main/java/com/metamx/druid/realtime/MinTimeFirehose.java b/realtime/src/main/java/com/metamx/druid/realtime/MinTimeFirehose.java index <HASH>..<HASH> 100644 --- a/realtime/src/main/java/com/metamx/druid/realtime/MinTimeFirehose.java +++ b/realtime/src/main/java/com/metamx/druid/realtime/MinTim...
MinTimeFirehose: Care less about making nextRow work without hasMore
apache_incubator-druid
train
23fd09e331c76949f2e8b2d670d8c7e8630f59e1
diff --git a/test/de/jbee/inject/TestInjector.java b/test/de/jbee/inject/TestInjector.java index <HASH>..<HASH> 100644 --- a/test/de/jbee/inject/TestInjector.java +++ b/test/de/jbee/inject/TestInjector.java @@ -3,15 +3,18 @@ package de.jbee.inject; import static de.jbee.inject.Dependency.dependency; import static de....
FIXED Injector-test - no sysout just asserts
jbee_silk
train
534c24e219c8adff391006fbbcc107692e11e54d
diff --git a/src/Dispatcher.js b/src/Dispatcher.js index <HASH>..<HASH> 100644 --- a/src/Dispatcher.js +++ b/src/Dispatcher.js @@ -129,7 +129,7 @@ export default class Dispatcher extends EventEmitter { results = [] } return this._squashArrayResults(Promise.reduce(super.listeners(event+".aft...
Replace/Default actually occur before/after Provide now
nxus_core
train
0e40d0c03ae062eae19de00b81f8cf057917c025
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/data/RequestManager.java b/SingularityService/src/main/java/com/hubspot/singularity/data/RequestManager.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/data/RequestManager.java +++ b/SingularityService/...
Mark as not bouncing if paused before bounce completes
HubSpot_Singularity
train
8c9b7c7858665ef140efe3fc5aaccf7dfaf92e6c
diff --git a/src/zxbc/zxbparser.py b/src/zxbc/zxbparser.py index <HASH>..<HASH> 100755 --- a/src/zxbc/zxbparser.py +++ b/src/zxbc/zxbparser.py @@ -28,7 +28,7 @@ from typing import Optional import src.api.symboltable.symboltable from src.api.debug import __DEBUG__ # analysis:ignore from src.api.opcodestemps import O...
feat: make while condition warning muteable
boriel_zxbasic
train
e0fd446e9616cde72878a54bc3c4791cd25df588
diff --git a/commands/global/new.js b/commands/global/new.js index <HASH>..<HASH> 100644 --- a/commands/global/new.js +++ b/commands/global/new.js @@ -16,6 +16,7 @@ module.exports.handler = async function handler(options) { const { stripIndent } = require('common-tags'); const latestVersion = require('latest-vers...
[docs] Update the readme blueprint to generate instructions for running a codemod locally We recently had an engineer who was not familiar with npx and could not figure out how to run a new codemod locally. I've updated the blueprint to make it clear to new users how to run a codemod locally before publishing.
rwjblue_codemod-cli
train
086a022c98e2d2367891dfab0a5af1618a50feb1
diff --git a/bw-util-jms/src/main/java/org/bedework/util/jms/JmsConnectionHandler.java b/bw-util-jms/src/main/java/org/bedework/util/jms/JmsConnectionHandler.java index <HASH>..<HASH> 100755 --- a/bw-util-jms/src/main/java/org/bedework/util/jms/JmsConnectionHandler.java +++ b/bw-util-jms/src/main/java/org/bedework/util...
Try comparing names as classloader differences cause this to fail.
Bedework_bw-util
train
96c3e4f51cdbb73f98bad0c2168e2962fae40f78
diff --git a/org/xbill/DNS/Cache.java b/org/xbill/DNS/Cache.java index <HASH>..<HASH> 100644 --- a/org/xbill/DNS/Cache.java +++ b/org/xbill/DNS/Cache.java @@ -462,11 +462,11 @@ verifyRecords(Cache tcache) { } private final byte -getCred(Record r, Name queryName, short section, boolean isAuth) { +getCred(Name record...
Only add relevant data (answers, CNAMEs, and DNAMEs) from the answer section when caching data. Also cache NXDOMAIN and NXRRSET differently. Still need to fix authority and additional sections. git-svn-id: <URL>
dnsjava_dnsjava
train
09219917a05f5b75040b17d8482a268c1a2b875c
diff --git a/elkrem/elkrem_test.go b/elkrem/elkrem_test.go index <HASH>..<HASH> 100644 --- a/elkrem/elkrem_test.go +++ b/elkrem/elkrem_test.go @@ -8,64 +8,50 @@ import ( // TestElkremBig tries 10K hashes func TestElkremBig(t *testing.T) { - sndr := NewElkremSender(wire.DoubleSha256SH([]byte("elktest"))) var rcv E...
elkrem: remove logging statements from tests This commit removes the logging statements within the elkrem tests as they become rather spammy when executing on the continuous integration server.
lightningnetwork_lnd
train
4f230e8dd52d1326c5c95750c3ff53c75a3adfc5
diff --git a/lib/split/helper.rb b/lib/split/helper.rb index <HASH>..<HASH> 100644 --- a/lib/split/helper.rb +++ b/lib/split/helper.rb @@ -56,7 +56,7 @@ module Split return true else alternative_name = ab_user[experiment.key] - trial = Trial.new(:experiment => experiment, :alternative_na...
Collapse :alternative_name and :alternative options Similar to <I>cec<I>f<I>fb<I>e1d5f<I>c3df0c<I>c<I>b<I>.
splitrb_split
train
250b6f2c62544eb051f5fe59df086a1fa2c62e88
diff --git a/src/MvcCore/Ext/Forms/Validators/Local.php b/src/MvcCore/Ext/Forms/Validators/Local.php index <HASH>..<HASH> 100644 --- a/src/MvcCore/Ext/Forms/Validators/Local.php +++ b/src/MvcCore/Ext/Forms/Validators/Local.php @@ -107,11 +107,11 @@ class Local extends \MvcCore\Ext\Forms\Validator { $debugClass = $...
final fixed in local validator before release
mvccore_ext-form
train
8573813d67b10a3f76b94b3229ad583a18074b4f
diff --git a/src/Generator/Server.php b/src/Generator/Server.php index <HASH>..<HASH> 100644 --- a/src/Generator/Server.php +++ b/src/Generator/Server.php @@ -127,9 +127,24 @@ class Server extends CurrentExecution implements IServerGenerator { } $post = implode('&', $post); + $request = par...
Support for relative generator url and HTTPS.
MichaelPavlista_palette
train
c4f86cd3adb10bd05ae613a0f4c6e012d784bf9a
diff --git a/lib/gir_ffi/base.rb b/lib/gir_ffi/base.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/base.rb +++ b/lib/gir_ffi/base.rb @@ -14,12 +14,6 @@ module GirFFI self.class.ffi_structure end - private - - def method_name - caller[0].gsub(/.*`(.*)'/, '\1') - end - class << self ...
Avoid use of #method_name. Since the stub methods are created using class_eval now, the method names in the call to method_missing can be hard coded.
mvz_gir_ffi
train
1aa520ba01232ceb9592b5c3170d6cff8735ae0b
diff --git a/src/Compiler/WebpackCompiler.php b/src/Compiler/WebpackCompiler.php index <HASH>..<HASH> 100644 --- a/src/Compiler/WebpackCompiler.php +++ b/src/Compiler/WebpackCompiler.php @@ -133,6 +133,9 @@ class WebpackCompiler return; } $process->getOutput(); + +...
Dump manifest in dashboard mode of dev-server
mariusbalcytis_webpack-bundle
train
f31c90140fb552dc6defa257386932c0d122432c
diff --git a/lib/hanami/router.rb b/lib/hanami/router.rb index <HASH>..<HASH> 100644 --- a/lib/hanami/router.rb +++ b/lib/hanami/router.rb @@ -60,7 +60,7 @@ module Hanami # deployed # @param prefix [String] the relative URL prefix where the HTTP application # is deployed - # @param resolver [#call...
Leverage internal state on `Hanami::Router::Route`
hanami_router
train
2047ebe377de9cd902b5964d53b7fcbd31905a98
diff --git a/http/handler.go b/http/handler.go index <HASH>..<HASH> 100644 --- a/http/handler.go +++ b/http/handler.go @@ -1504,15 +1504,7 @@ func GetHTTPClient(t *tls.Config) *http.Client { if t != nil { transport.TLSClientConfig = t } - return &http.Client{ - Transport: transport, - // Internal queries will ...
revert client Timeout addition suspect that this is somehow causing "cannot assign requested address" bugs for some users. removing since it wasn't a necessary part of the deadlock fix, but just seemed like a prudent thing to have.
pilosa_pilosa
train
a526ff12260aa498432ff4ba1ea37b19de433acc
diff --git a/servlet/src/main/java/io/undertow/servlet/api/DeploymentInfo.java b/servlet/src/main/java/io/undertow/servlet/api/DeploymentInfo.java index <HASH>..<HASH> 100755 --- a/servlet/src/main/java/io/undertow/servlet/api/DeploymentInfo.java +++ b/servlet/src/main/java/io/undertow/servlet/api/DeploymentInfo.java @...
[UNDERTOW-<I>] Dynamically determine the major servlet version at runtime based on the name of the ServletContextListener package.
undertow-io_undertow
train
c24f3449ac745aaed5fd4fc570e9b6453d291b47
diff --git a/units/ocm.js b/units/ocm.js index <HASH>..<HASH> 100644 --- a/units/ocm.js +++ b/units/ocm.js @@ -260,16 +260,18 @@ define(["require", "../deep"], function(require, deep, Unit) { return "public:" + s; } }, - prod: deep.Sheet({ + prod:{ + _deep_sheet_:true, "dq.up::....
clean units/ocm : remove deep.Sheet
deepjs_deepjs
train
ae3a9a2e64be444f07b0eefed077cc6df4384dc8
diff --git a/lib/middleware.js b/lib/middleware.js index <HASH>..<HASH> 100644 --- a/lib/middleware.js +++ b/lib/middleware.js @@ -31,14 +31,13 @@ var imports = {}; * Pass the middleware to Connect, grabbing .less files from this directory * and saving .css files to _./public_. Also supplying our custom `compile` f...
Removing some unneeded localiztion of variables.
emberfeather_less.js-middleware
train
1b8ec45158bad4039553245c30d92119721a057f
diff --git a/lib/amee/v3.rb b/lib/amee/v3.rb index <HASH>..<HASH> 100644 --- a/lib/amee/v3.rb +++ b/lib/amee/v3.rb @@ -1,7 +1,7 @@ # Copyright (C) 2008-2011 AMEE UK Ltd. - http://www.amee.com # Released as Open Source Software under the BSD 3-Clause license. See LICENSE.txt for details. -AMEE_API_VERSION = '3.3' +A...
Update to use plain version 3 api, no minor version. SDK-<I>
OpenAMEE_amee-ruby
train
eff6521279789e8a8c53e9b1ac36329082309256
diff --git a/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/LocalCacheGenerator.java b/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/LocalCacheGenerator.java index <HASH>..<HASH> 100644 --- a/caffeine/src/javaPoet/java/com/github/benmanes/caffeine/cache/LocalCacheGenerator.java +++ b/caff...
Restore optimizations (removed while debugging) These optimizations were removed when debugging, but turned out to be unrelated. The memory barriers produced impact performance and do not provide visibility improvements, since these races are tolerated and acceptable on our target platform.
ben-manes_caffeine
train
cd81052d7c8356521ba88ca5a9b2c8fd848ca5aa
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( author='Mic Bowman, Intel Labs', url='http://www.intel.com', packages=find_packages(), - install_requires=['sawtooth-core', 'cbor>=0.1.23', 'colorlog'], + install_requires=['sawtooth-...
add PyYAML to setup.py install_requires
hyperledger_sawtooth-core
train
0c2dd3c31337c2a6eaf564fe6d7703b2377f3a3b
diff --git a/minitest-maven-plugin/src/main/java/de/saumya/mojo/minitest/MinispecMojo.java b/minitest-maven-plugin/src/main/java/de/saumya/mojo/minitest/MinispecMojo.java index <HASH>..<HASH> 100644 --- a/minitest-maven-plugin/src/main/java/de/saumya/mojo/minitest/MinispecMojo.java +++ b/minitest-maven-plugin/src/main/...
added the use of bundler if used by the project
torquebox_jruby-maven-plugins
train
788527e5c80dbf0fd157c7ed14b5c1f604fe0d71
diff --git a/lib/slimmer/version.rb b/lib/slimmer/version.rb index <HASH>..<HASH> 100644 --- a/lib/slimmer/version.rb +++ b/lib/slimmer/version.rb @@ -1,5 +1,3 @@ module Slimmer - # 1.1.46 was pushed by accident and has been yanked. - # The next versions should be 1.1.47 or greater. - VERSION = '1.1.45' + VERSION ...
Release version <I>. I've removed the comment introduced in 9fd<I>ff8b<I>fb2ded8ef9e1ac8bc8f<I>fcb2ca5 as it's served its purpose.
alphagov_slimmer
train
c63adec4102b27230fa63e9dd3f479e858639770
diff --git a/libraries/lithium/analysis/Logger.php b/libraries/lithium/analysis/Logger.php index <HASH>..<HASH> 100644 --- a/libraries/lithium/analysis/Logger.php +++ b/libraries/lithium/analysis/Logger.php @@ -21,6 +21,12 @@ class Logger extends \lithium\core\Adaptable { */ protected static $_configurations = nul...
Adding doc block for class attributes.
UnionOfRAD_framework
train
5bfd1102b85030717980fe1e8fe159f5a4dccd7c
diff --git a/src/components/VApp/VApp.js b/src/components/VApp/VApp.js index <HASH>..<HASH> 100644 --- a/src/components/VApp/VApp.js +++ b/src/components/VApp/VApp.js @@ -40,13 +40,13 @@ export default { }, mounted () { - this.$vuetify.theme.type = this.type + this.$vuetify.dark = this.dark window.ad...
fix: picker header color in dark theme (#<I>)
vuetifyjs_vuetify
train
91498223b593cab9933e98db1f58779ff35cc3ec
diff --git a/src/browserify.js b/src/browserify.js index <HASH>..<HASH> 100644 --- a/src/browserify.js +++ b/src/browserify.js @@ -23,7 +23,9 @@ module.exports = function(browserify, opts) { empty : false }, opts), - bundles, processor; + processor = new Processor(options)...
Add processor.remove & use in browserify So that whenever watchify sees an update we can purge cache entries w/o having to re-create everything on every call to `browserify.bundle()`. Fixes #<I>
tivac_modular-css
train
c30a29e5e3b4d1cd5f3e727b6d1fbe3502b297b5
diff --git a/src/Configurator/Helpers/TemplateForensics.php b/src/Configurator/Helpers/TemplateForensics.php index <HASH>..<HASH> 100644 --- a/src/Configurator/Helpers/TemplateForensics.php +++ b/src/Configurator/Helpers/TemplateForensics.php @@ -551,7 +551,7 @@ class TemplateForensics // Save the name of the last ...
Replaced variable with equivalent variable. No functional change intended
s9e_TextFormatter
train
b59f4c9f00b232f11eff963be2d1ffa40d420182
diff --git a/controller/scheduler/scheduler.go b/controller/scheduler/scheduler.go index <HASH>..<HASH> 100644 --- a/controller/scheduler/scheduler.go +++ b/controller/scheduler/scheduler.go @@ -763,6 +763,7 @@ func (s *Scheduler) HandlePlacementRequest(req *PlacementRequest) { } type InternalState struct { + JobID...
scheduler: Include job ID in debug state This makes it easier to figure out which scheduler was the leader when the debug state was fetched.
flynn_flynn
train
89b5cc8b239e5ba2986201e7d46ffea6c1a2ac4f
diff --git a/src/main/java/water/Request2.java b/src/main/java/water/Request2.java index <HASH>..<HASH> 100644 --- a/src/main/java/water/Request2.java +++ b/src/main/java/water/Request2.java @@ -2,12 +2,14 @@ package water; import com.google.gson.JsonObject; import com.google.gson.JsonParser; + import hex.GridSear...
Fix of NPE reported yesterday by Sri. If grid search was specified but required response was not selected, then job call (DRF/GBM/DL/...) failed on NPE. The problem was that required parameters were not checked in grid search control path.
h2oai_h2o-2
train
f93591f3a7a1e9c6442ce3cc907cfb3e0a81393f
diff --git a/play-testkit/src/test/java/akka/grpc/play/test/PlayJavaFunctionalTest.java b/play-testkit/src/test/java/akka/grpc/play/test/PlayJavaFunctionalTest.java index <HASH>..<HASH> 100644 --- a/play-testkit/src/test/java/akka/grpc/play/test/PlayJavaFunctionalTest.java +++ b/play-testkit/src/test/java/akka/grpc/pla...
Switch PlayJavaFunctionalTest to app's WsClient
akka_akka-grpc
train
49625727f5b1c69ad7ea1169c2b12fb8263f776b
diff --git a/asciimatics/effects.py b/asciimatics/effects.py index <HASH>..<HASH> 100644 --- a/asciimatics/effects.py +++ b/asciimatics/effects.py @@ -100,6 +100,10 @@ class Effect(with_metaclass(ABCMeta, object)): """ return self._delete_count + @delete_count.setter + def delete_count(self, v...
Fix issues with Enter on widgets.
peterbrittain_asciimatics
train
284b21472d1c11121fe45479569d18599d7d0109
diff --git a/test/integration/utils/config.js b/test/integration/utils/config.js index <HASH>..<HASH> 100644 --- a/test/integration/utils/config.js +++ b/test/integration/utils/config.js @@ -1,16 +1,12 @@ var isNodeEnv = typeof window === 'undefined'; -var LOCAL_RUN = false; +var API_KEY = process.env.STREAM_API_KEY...
Env vars for integration testing keys + coverage
GetStream_stream-js
train
50b66f3151dc63ffb7b7e216056906afff150358
diff --git a/src/you_get/extractors/pptv.py b/src/you_get/extractors/pptv.py index <HASH>..<HASH> 100644 --- a/src/you_get/extractors/pptv.py +++ b/src/you_get/extractors/pptv.py @@ -192,14 +192,14 @@ class PPTV(VideoExtractor): if self.url and not self.vid: if not re.match(r'http://v.pptv.com/sho...
Update pptv.py add user agent
soimort_you-get
train
71863ce557ca0d68bef462377d0c9dd18c276a25
diff --git a/marrow/mailer/message.py b/marrow/mailer/message.py index <HASH>..<HASH> 100644 --- a/marrow/mailer/message.py +++ b/marrow/mailer/message.py @@ -191,6 +191,9 @@ class Message(object): else: headers.extend(self.headers) + if 'message-id' not in (i[0].lower() for header in headers): + headers.ap...
Automatically add Message-Id header, if missing, when building the MIME serialization. Work on #<I>.
marrow_mailer
train
a296838bd2832f2a7095a60059936f6f3336ae11
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,7 @@ pkg ## PROJECT::SPECIFIC .project + +# RVM files +.ruby-version +.ruby-gemset diff --git a/lib/postgres-copy/acts_as_copy_target.rb b/lib/postgres-copy/acts_as_copy_target.rb index <HASH>..<HASH> 100...
add support of providing raw sql query instead of context relation
diogob_postgres-copy
train
b64abb4befc25275ee6809c094628b3df4b2a3ef
diff --git a/MailChimp/Api.php b/MailChimp/Api.php index <HASH>..<HASH> 100644 --- a/MailChimp/Api.php +++ b/MailChimp/Api.php @@ -23,7 +23,7 @@ class Api /** * @var string */ - private $returnType; + private $returnType = 'object'; /** * @var string @@ -48,20 +48,15 @@ class Api ...
returnType is now optional in contruction
coderbyheart_MailChimpBundle
train
b5c717a4ea9aa0ab76fae4cb70fa2f22765c878b
diff --git a/store/tikv/2pc.go b/store/tikv/2pc.go index <HASH>..<HASH> 100644 --- a/store/tikv/2pc.go +++ b/store/tikv/2pc.go @@ -227,6 +227,7 @@ func (c *twoPhaseCommitter) doActionOnKeys(bo *Backoffer, action twoPhaseCommitA e := c.doActionOnBatches(bo, action, batches) if e != nil { log.Debugf("2PC asy...
store/tikv: Add metrics for async secondary lock cleanup (#<I>)
pingcap_tidb
train
0f21003da93e8e386865397328c0abf1b02b6e40
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -25,7 +25,7 @@ function gulpInjectFile(opts) { match = currMatch[0]; whitespace = currMatch[1]; fileName = currMatch[2]; - console.log(new Buffer(whitespace)); ...
fix(tracing): remove tracing.
mzahor_gulp-inject-file
train
d6edd7621c3d59412ffbd40853422df830fdcad6
diff --git a/lib/connection/msg.js b/lib/connection/msg.js index <HASH>..<HASH> 100644 --- a/lib/connection/msg.js +++ b/lib/connection/msg.js @@ -49,6 +49,10 @@ class Msg { this.command = command; this.command.$db = databaseNamespace(ns); + if (options.readPreference) { + this.command.$readPreferen...
refactor(op-msg): support a top level `$readPreference` in command
mongodb-js_mongodb-core
train
db0bc5e6d505212541f825e822a6aa900dca7733
diff --git a/activejob/lib/active_job/exceptions.rb b/activejob/lib/active_job/exceptions.rb index <HASH>..<HASH> 100644 --- a/activejob/lib/active_job/exceptions.rb +++ b/activejob/lib/active_job/exceptions.rb @@ -53,7 +53,7 @@ module ActiveJob # # Might raise Net::OpenTimeout or Timeout::Error when the re...
Disable ActiveJob retry jitter when given zero/falsey value (#<I>) * Add failing ActiveJob exceptions test for "disable retry jitter"
rails_rails
train
12f2ea368272df8560faca1de615bbe56fc1d5b6
diff --git a/src/Luxury/Http/Client.php b/src/Luxury/Http/Client.php index <HASH>..<HASH> 100644 --- a/src/Luxury/Http/Client.php +++ b/src/Luxury/Http/Client.php @@ -21,10 +21,14 @@ class Client /** * Client constructor. + * + * @param null $provider + * + * @throws \Phalcon\Http\Client\Pr...
feat(Http\Client): Allow to pass your own http provider
phalcon-nucleon_framework
train
89b858d17b0f466da009cc64590047f2cce99b35
diff --git a/scripts/build_upload.py b/scripts/build_upload.py index <HASH>..<HASH> 100644 --- a/scripts/build_upload.py +++ b/scripts/build_upload.py @@ -358,9 +358,9 @@ def upload_cdn(cdn_token, cdn_id, url=RSURL): @upload_wrapper('anaconda') def upload_anaconda(token, dev): if dev: - cmd = "anaconda -t...
Upload releases to anaconda dev and main label (#<I>)
bokeh_bokeh
train
359ecf713540ecdb7378d9d156c0059f73ebf86b
diff --git a/spec/features/backup_spec.rb b/spec/features/backup_spec.rb index <HASH>..<HASH> 100644 --- a/spec/features/backup_spec.rb +++ b/spec/features/backup_spec.rb @@ -22,6 +22,7 @@ RSpec.describe "backup", type: :aruba, docker: true do after do server_delete_folder folder + disconnect_imap end ...
Avoid Dovecot exception due to too many connections Explicity close all test setup connections
joeyates_imap-backup
train
5b4f92c8eea41f20b95f9e62a39b210400f4d2a9
diff --git a/git/cmd.py b/git/cmd.py index <HASH>..<HASH> 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -161,7 +161,7 @@ class Git(LazyMixin): Set its value to 'full' to see details about the returned values. """ __slots__ = ("_working_dir", "cat_file_all", "cat_file_header", "_version_info", - ...
Allow for setting git options, that are persistent across subcommand calls
gitpython-developers_GitPython
train
8da9e77cc091bd3ae3adb34f41b9c2274a7e0acf
diff --git a/src/Sapient.php b/src/Sapient.php index <HASH>..<HASH> 100644 --- a/src/Sapient.php +++ b/src/Sapient.php @@ -84,7 +84,7 @@ class Sapient SharedAuthenticationKey $key ): RequestInterface { $mac = \ParagonIE_Sodium_Compat::crypto_auth( - (string) clone $request->getBody(), ...
Fix syntax around cloning objects
paragonie_sapient
train
67080a2ebd603d855c1fa6d75aec7dfcb298ab2d
diff --git a/src/main/java/io/github/bonigarcia/seljup/BrowserBuilder.java b/src/main/java/io/github/bonigarcia/seljup/BrowserBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/github/bonigarcia/seljup/BrowserBuilder.java +++ b/src/main/java/io/github/bonigarcia/seljup/BrowserBuilder.java @@ -16,6 +16,8 @@...
Specify capabilities as linked tree map in browser builder
bonigarcia_selenium-jupiter
train
a42fa87398307968ad4a0bebd9539068c2ebda94
diff --git a/javascript/node/selenium-webdriver/firefox/binary.js b/javascript/node/selenium-webdriver/firefox/binary.js index <HASH>..<HASH> 100644 --- a/javascript/node/selenium-webdriver/firefox/binary.js +++ b/javascript/node/selenium-webdriver/firefox/binary.js @@ -186,10 +186,6 @@ Binary.prototype.addArguments = ...
Delete dead code path. Missed in f<I>df<I>b<I>d4c<I>c<I>f<I>af1d<I>
SeleniumHQ_selenium
train
9b12176f459d74856089b625636ad727b519af67
diff --git a/manager-bundle/src/HttpKernel/ContaoCache.php b/manager-bundle/src/HttpKernel/ContaoCache.php index <HASH>..<HASH> 100644 --- a/manager-bundle/src/HttpKernel/ContaoCache.php +++ b/manager-bundle/src/HttpKernel/ContaoCache.php @@ -19,7 +19,7 @@ use FOS\HttpCache\SymfonyCache\PurgeTagsListener; use Symfony\...
[Manager] Fix a wrong type hint.
contao_contao
train
3985e8fe6cd44a3174a3310dc362dd209b4b00dc
diff --git a/tests/parser/test_parser.py b/tests/parser/test_parser.py index <HASH>..<HASH> 100644 --- a/tests/parser/test_parser.py +++ b/tests/parser/test_parser.py @@ -116,6 +116,12 @@ def test_parse_md_details(caplog): assert sent.cell.row_start == 0 assert sent.cell.col_start == 2 + # Check abs_char...
Check the abs_char_offset Assuming no whitespace between sentences
HazyResearch_fonduer
train
1fecca837ff69a041819ae7cdf2eee7fbb17357e
diff --git a/modules/discojuice/lib/Feed.php b/modules/discojuice/lib/Feed.php index <HASH>..<HASH> 100644 --- a/modules/discojuice/lib/Feed.php +++ b/modules/discojuice/lib/Feed.php @@ -53,6 +53,7 @@ class sspmod_discojuice_Feed { 'turkey' => 'TR', 'us' => 'US', 'uk' => 'GB', + 'japan' => 'JP', ); ...
Add Japan to list of countries in DiscoJuice
simplesamlphp_saml2
train
b8fcc7c407d8666cfcfc7cb78f706db3575213ea
diff --git a/lib/server/config/redis.js b/lib/server/config/redis.js index <HASH>..<HASH> 100644 --- a/lib/server/config/redis.js +++ b/lib/server/config/redis.js @@ -31,11 +31,15 @@ ConfigRedis.prototype.getBuild = function (hostname, callback) { }); } + // TODO: refactor this so that we d...
Correctly load routes and max_age from config. Fixes #<I>
firebase_superstatic
train
42263e7a0ac9550cf4540c0511fb44ce88ad0d0e
diff --git a/spyder/app/cli_options.py b/spyder/app/cli_options.py index <HASH>..<HASH> 100644 --- a/spyder/app/cli_options.py +++ b/spyder/app/cli_options.py @@ -137,7 +137,7 @@ def get_options(argv=None): ) parser.add_argument( '--no-web-widgets', - dest="no-web-widgets", + dest="no_w...
Command line option to disable web elements renamed no-web-widgets. Command line option no longer changes configuration files, but overrides them if set.
spyder-ide_spyder
train
272f7c29e2105f33a6f4131cfaf423bfd05b6040
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -430,6 +430,7 @@ module Rails # Check <tt>Rails::Railtie.console</tt> for more info. def load_console(app=self) require "pp" + ...
Explicitly load Kernel#y when starting a console Previously, we relied on the IRB-detection in Psych itself. But that doesn't work when we're running under spring: the application boots (and thus psych is required) before we switch to console mode and load IRB. Fixes #<I>.
rails_rails
train
c7467231aa4f38724e5aaa7c6d03d7286dd39745
diff --git a/client/client.go b/client/client.go index <HASH>..<HASH> 100644 --- a/client/client.go +++ b/client/client.go @@ -68,8 +68,21 @@ type Connector interface { Publish(msg *choria.Message) error } +// Option configures the RPC client +type Option func(r *RPC) + +// DDL supplies a DDL when creating the cli...
(#<I>) support DDLs being supplied as argument to the client This supports DDLs being supplied as an argument to the client, if its not supplied it will attempt to find one on disk Backwards compatability is maintained
choria-io_go-choria
train
f74c1e67ea1899223ee44a2ac27cc59a78a0a1fa
diff --git a/internal/graphics/command.go b/internal/graphics/command.go index <HASH>..<HASH> 100644 --- a/internal/graphics/command.go +++ b/internal/graphics/command.go @@ -409,6 +409,8 @@ func (c *newScreenFramebufferImageCommand) Exec(indexOffsetInBytes int) error { if c.height < 1 { return errors.New("graphic...
graphics: Use power-of-2 size for the default framebuffer
hajimehoshi_ebiten
train
667fb9daaafecea8e03879334bd68f8583544a26
diff --git a/raven/utils/stacks.py b/raven/utils/stacks.py index <HASH>..<HASH> 100644 --- a/raven/utils/stacks.py +++ b/raven/utils/stacks.py @@ -30,7 +30,7 @@ def get_lines_from_file(filename, lineno, context_lines, if loader is not None and hasattr(loader, "get_source"): try: source = load...
Added IOError to get stack info for graceful zip import errors
getsentry_raven-python
train
35e525b9eeae5eecbdec0a4758503f2914026ebb
diff --git a/src/Validation/Validator.php b/src/Validation/Validator.php index <HASH>..<HASH> 100644 --- a/src/Validation/Validator.php +++ b/src/Validation/Validator.php @@ -200,6 +200,16 @@ class Validator implements ArrayAccess, IteratorAggregate, Countable } /** + * Get the list of providers in this...
Sync providers from parent validator into children. Syncing providers allows for a more seamless use of nested validators, as each nested validator can be assured that it will have the same rule providers as the other rules.
cakephp_cakephp
train