hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
458ec983b4b78bdfc2f59d8650b43b76c968358a | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -512,7 +512,7 @@ PastyClient.prototype.HTTPDelete = function(target, authData, callback) {
PastyClient.prototype.HTTPRequest = function(target, method, authData, data, callback) {
var userAgent = 'pastyclie... | now accepting empty passwords for basic header | ElectricDynamite_pastyclient-node | train |
c3256be815c403fa55123e7a588560b0cc2b5380 | diff --git a/resource_aws_db_subnet_group_test.go b/resource_aws_db_subnet_group_test.go
index <HASH>..<HASH> 100644
--- a/resource_aws_db_subnet_group_test.go
+++ b/resource_aws_db_subnet_group_test.go
@@ -36,13 +36,13 @@ func TestAccAWSDbSubnetGroup(t *testing.T) {
func testAccCheckDbSubnetGroupDestroy(s *terraform.... | providers/aws: fix some broken tests | terraform-providers_terraform-provider-aws | train |
ac8ff12cef133b31d7048bdc10c3ff46968367ab | diff --git a/arviz/plots/distplot.py b/arviz/plots/distplot.py
index <HASH>..<HASH> 100644
--- a/arviz/plots/distplot.py
+++ b/arviz/plots/distplot.py
@@ -90,6 +90,47 @@ def plot_dist(
Returns
-------
ax : matplotlib axes
+
+ Examples
+ --------
+ Plot an integer distribution
+
+ .. plot::
+ ... | Plot examples during the Sprint (#<I>)
* Plot examples during the Sprint
* Deleted matplotlib import per OriolAbril good catch | arviz-devs_arviz | train |
d545126111cc3a2f22fbc82784ceb3025522317b | diff --git a/lib/summer.rb b/lib/summer.rb
index <HASH>..<HASH> 100644
--- a/lib/summer.rb
+++ b/lib/summer.rb
@@ -37,6 +37,7 @@ module Summer
join(channel)
end
@started = true
+ try(:did_start_up)
end
# Go somewhere. | If the bot has a did_start_up method, do it. | radar_summer | train |
b57249e93f6e790a385738881e7ac1de2e7df70e | diff --git a/Rakefile b/Rakefile
index <HASH>..<HASH> 100644
--- a/Rakefile
+++ b/Rakefile
@@ -4,4 +4,4 @@
require File.expand_path('../config/application', __FILE__)
require 'rake'
-::Refinery::RefineryApp::Application.load_tasks
\ No newline at end of file
+::::RefineryApp::Application.load_tasks
\ No newline at ... | Refinery::RefineryApp -> ::RefineryApp | refinery_refinerycms | train |
29d7b667f222725f498675de02b20b08c6df573a | diff --git a/src/main/java/org/telegram/mtproto/MTProto.java b/src/main/java/org/telegram/mtproto/MTProto.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/telegram/mtproto/MTProto.java
+++ b/src/main/java/org/telegram/mtproto/MTProto.java
@@ -503,7 +503,8 @@ public class MTProto {
false... | Fixed pings for Push MTProto | telegram-s_telegram-mt | train |
71c4c0c9a67c789d0d719d6fdce98663046e09b4 | diff --git a/src/Codeception/Module/Doctrine2.php b/src/Codeception/Module/Doctrine2.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Module/Doctrine2.php
+++ b/src/Codeception/Module/Doctrine2.php
@@ -163,7 +163,9 @@ EOF;
}
if ($this->config['cleanup'] && $this->em->getConnection()->isTransactio... | Rollback all nested transactions created within test (#<I>) (#<I>)
This fixes tests in which other transactions are created but not closed for various reasons. | Codeception_Codeception | train |
ff828af78cf51c3f058b16da562946e4df4075a3 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ packages = [
]
install_requires = [
- 'httplib2>=0.7.6',
+ 'httplib2>=0.7.7',
'python-gflags',
]
diff --git a/setup_oauth2client.py b/setup_oauth2client.py
index <HASH>..<HASH> 100644
---... | Upgrade to httplib2 version <I>.
Reviewed in <URL> | googleapis_oauth2client | train |
78440ec39fe0f5e744631dcf6fb30673fc5ebc23 | diff --git a/nodeconductor/structure/serializers.py b/nodeconductor/structure/serializers.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/serializers.py
+++ b/nodeconductor/structure/serializers.py
@@ -607,10 +607,10 @@ class UserSerializer(serializers.HyperlinkedModelSerializer):
except (KeyError... | Show user description only for staff and support
- wal-<I> | opennode_waldur-core | train |
4b442f6a64bbd724926a836f62c05f97c1f4a349 | diff --git a/src/quart/app.py b/src/quart/app.py
index <HASH>..<HASH> 100644
--- a/src/quart/app.py
+++ b/src/quart/app.py
@@ -31,6 +31,7 @@ from typing import (
Union,
ValuesView,
)
+from weakref import WeakSet
from hypercorn.asyncio import serve
from hypercorn.config import Config as HyperConfig
@@ -25... | Use a WeakSet for the background tasks
This allows the callbacks to be removed and simplifies the code. | pgjones_quart | train |
52e5a5dd8c987c01b64d4d494bd5f49066924c50 | diff --git a/framework/yii/debug/views/default/view.php b/framework/yii/debug/views/default/view.php
index <HASH>..<HASH> 100644
--- a/framework/yii/debug/views/default/view.php
+++ b/framework/yii/debug/views/default/view.php
@@ -55,7 +55,7 @@ $this->title = 'Yii Debugger';
$label = $meta['tag'] . ': ' . $met... | Keep the current debug panel open. | yiisoft_yii2-bootstrap4 | train |
54b1a99f6fa15410b47d4897d9e0d7875f110a15 | diff --git a/lib/resque/failure.rb b/lib/resque/failure.rb
index <HASH>..<HASH> 100644
--- a/lib/resque/failure.rb
+++ b/lib/resque/failure.rb
@@ -64,7 +64,7 @@ module Resque
# Returns the int count of how many failures we have seen.
def self.count(queue = nil, class_name = nil)
- backend.count(queue, ... | Fix failure counts when a class is given
This previously always assigned the class name to nil and therefore gave
inaccurate counts when a class was specified. Now it doesn't! | resque_resque | train |
43c9629960f7b1cd1d22649adeee580edf4dcbf0 | diff --git a/scoop/futures.py b/scoop/futures.py
index <HASH>..<HASH> 100644
--- a/scoop/futures.py
+++ b/scoop/futures.py
@@ -130,7 +130,8 @@ def map(func, *iterables, **kargs):
def mapScan(mapFunc, reductionOp, *iterables, **kargs):
"""Exectues the :meth:`~scoop.futures.map` function and then applies a
- r... | Improved documentation and fixed mapScan. | soravux_scoop | train |
4c8f3bc13ebe4ff4db8b9ddcd346294b3784969f | diff --git a/management/src/main/java/org/kaazing/gateway/management/filter/ManagementFilter.java b/management/src/main/java/org/kaazing/gateway/management/filter/ManagementFilter.java
index <HASH>..<HASH> 100644
--- a/management/src/main/java/org/kaazing/gateway/management/filter/ManagementFilter.java
+++ b/management... | Removed unused close method in the ManagementFilteR | kaazing_gateway | train |
d38830954dc37b63ce5220d759df0d69c562ecbe | diff --git a/xchange-core/src/main/java/org/knowm/xchange/dto/account/FundingRecord.java b/xchange-core/src/main/java/org/knowm/xchange/dto/account/FundingRecord.java
index <HASH>..<HASH> 100644
--- a/xchange-core/src/main/java/org/knowm/xchange/dto/account/FundingRecord.java
+++ b/xchange-core/src/main/java/org/knowm/... | FundingRecord amounts should always be positive to ensure uniform API. | knowm_XChange | train |
6693ad00aad80dbe21547b514e2bf25bc29ee754 | diff --git a/lib/rake/alt_system.rb b/lib/rake/alt_system.rb
index <HASH>..<HASH> 100644
--- a/lib/rake/alt_system.rb
+++ b/lib/rake/alt_system.rb
@@ -25,7 +25,8 @@
require 'rbconfig'
#
-# Alternate implementations of system() and backticks `` for Windows.
+# Alternate implementations of system() and backticks `` o... | clarify ruby <I> fixes in comments | ruby_rake | train |
53cfd7aa0733c4abd94a49c9dee0bdab305397e5 | diff --git a/src/ui/Menu.js b/src/ui/Menu.js
index <HASH>..<HASH> 100644
--- a/src/ui/Menu.js
+++ b/src/ui/Menu.js
@@ -1,5 +1,5 @@
import { isString, isFunction } from 'core/util';
-import { on, createEl, addClass, setStyle } from 'core/util/dom';
+import { on, createEl, addClass, setStyle, preventDefault } from 'core... | prevent context menu triggered by menu dom | maptalks_maptalks.js | train |
6e9107742e4cfd6985308876740d9c2111dc8a61 | diff --git a/src/Bkwld/Decoy/Models/Base.php b/src/Bkwld/Decoy/Models/Base.php
index <HASH>..<HASH> 100644
--- a/src/Bkwld/Decoy/Models/Base.php
+++ b/src/Bkwld/Decoy/Models/Base.php
@@ -297,7 +297,7 @@ abstract class Base extends Eloquent implements SluggableInterface {
* @return string
*/
public function get... | Fixing edit links in many to many lists | BKWLD_decoy | train |
73b6327cab6a467a4e345f35b88f031d9cc6555e | diff --git a/src/com/opencms/core/CmsMultipartRequest.java b/src/com/opencms/core/CmsMultipartRequest.java
index <HASH>..<HASH> 100755
--- a/src/com/opencms/core/CmsMultipartRequest.java
+++ b/src/com/opencms/core/CmsMultipartRequest.java
@@ -1,7 +1,7 @@
/*
* File : $Source: /alkacon/cvs/opencms/src/com/opencms/co... | interface downgraded to jsdk<I> for compatibilty reasons | alkacon_opencms-core | train |
7f7676700ffb001adf485f5f628f1789e40f78ed | diff --git a/pyani/scripts/subcommands/subcmd_plot.py b/pyani/scripts/subcommands/subcmd_plot.py
index <HASH>..<HASH> 100644
--- a/pyani/scripts/subcommands/subcmd_plot.py
+++ b/pyani/scripts/subcommands/subcmd_plot.py
@@ -194,6 +194,9 @@ def write_distribution(
title=f"matrix_{matdata.name}_run{run_id}",
... | make plt.close() consistent across all plots
This is functionally useless, I think. | widdowquinn_pyani | train |
fcfbf6754a6bd2668be088a48c2cbb28af506180 | diff --git a/scapy/arch/__init__.py b/scapy/arch/__init__.py
index <HASH>..<HASH> 100644
--- a/scapy/arch/__init__.py
+++ b/scapy/arch/__init__.py
@@ -18,23 +18,29 @@ try:
if scapy.config.conf.interactive:
plt.ion()
except ImportError:
- log_loading.info("Can't import matplotlib. Not critical, but won... | Allows to start scapy on Windows without winpcap | phaethon_kamene | train |
bce13f9b602983ae0235598905eb484e094543ce | diff --git a/lib/Function/prototype/curry.js b/lib/Function/prototype/curry.js
index <HASH>..<HASH> 100644
--- a/lib/Function/prototype/curry.js
+++ b/lib/Function/prototype/curry.js
@@ -1,20 +1,15 @@
'use strict';
-var slice = Array.prototype.slice
+var push = Array.prototype.push
+ , slice = Array.proto... | Smarter algorithm for Function#curry | medikoo_es5-ext | train |
d8a402982ef78906dd3746ae83b0eca2147e79df | diff --git a/src/discoursegraphs/readwrite/paulaxml/paula.py b/src/discoursegraphs/readwrite/paulaxml/paula.py
index <HASH>..<HASH> 100644
--- a/src/discoursegraphs/readwrite/paulaxml/paula.py
+++ b/src/discoursegraphs/readwrite/paulaxml/paula.py
@@ -155,7 +155,7 @@ class PaulaDocument(object):
tree.append(mli... | minor: renamed paula anno file generation methods | arne-cl_discoursegraphs | train |
f4711421cd2b5dc3c2f4d066d8a81ff8a662f41c | diff --git a/solidity/test/LiquidityProtectionTargetAmount.js b/solidity/test/LiquidityProtectionTargetAmount.js
index <HASH>..<HASH> 100644
--- a/solidity/test/LiquidityProtectionTargetAmount.js
+++ b/solidity/test/LiquidityProtectionTargetAmount.js
@@ -34,7 +34,7 @@ contract('LiquidityProtectionTargetAmount', account... | Merge the `LiquidityProtectionStateless` test into the `LiquidityProtectionTargetAmount` test. | bancorprotocol_contracts | train |
a5a6410ab066782204d2e5c086e8ed0f67479371 | diff --git a/tests/metadata.mocha.js b/tests/metadata.mocha.js
index <HASH>..<HASH> 100644
--- a/tests/metadata.mocha.js
+++ b/tests/metadata.mocha.js
@@ -190,6 +190,42 @@ describe('Metadata service', function() {
});
});
+ it('should not set the same codepoint twice with different cases', function(don... | Add some tests with case variation for the metadataProvider nfroidure/gulp-iconfont#<I> | nfroidure_svgicons2svgfont | train |
8e27d1f7dd43321b3de52709d0c16e38a1fcdb52 | diff --git a/azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile.py b/azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile.py
index <HASH>..<HASH> 100644
--- a/azure-mgmt-containerservice/azure/mgmt/containerservice/models/co... | Updated with default vmSize from swagger spec
See Azure/azure-rest-api-specs-pr#<I> | Azure_azure-sdk-for-python | train |
9e58881f778c6cd8f2edc9a8e70894641fe725d2 | diff --git a/addon/components/way-point.js b/addon/components/way-point.js
index <HASH>..<HASH> 100644
--- a/addon/components/way-point.js
+++ b/addon/components/way-point.js
@@ -2,7 +2,6 @@ import Ember from 'ember';
var getProperties = Ember.getProperties;
var bind = Ember.run.bind;
-var on = Ember.on;
var isNon... | Override method hooks instead of using events | rwjblue_ember-waypoints | train |
aaac5ff2e67f4f6f9482b1601855036671678c36 | diff --git a/core/dbt/contracts/graph/parsed.py b/core/dbt/contracts/graph/parsed.py
index <HASH>..<HASH> 100644
--- a/core/dbt/contracts/graph/parsed.py
+++ b/core/dbt/contracts/graph/parsed.py
@@ -592,7 +592,8 @@ class ParsedSourceDefinition(
UnparsedBaseNode,
HasUniqueID,
HasRelationMetadata,
- Has... | New node discovery logic for internal work queue | fishtown-analytics_dbt | train |
7746ca8a36d8a9e58ce673954af850b24cd48e57 | diff --git a/src/de/lmu/ifi/dbs/elki/algorithm/clustering/subspace/P3C.java b/src/de/lmu/ifi/dbs/elki/algorithm/clustering/subspace/P3C.java
index <HASH>..<HASH> 100644
--- a/src/de/lmu/ifi/dbs/elki/algorithm/clustering/subspace/P3C.java
+++ b/src/de/lmu/ifi/dbs/elki/algorithm/clustering/subspace/P3C.java
@@ -762,7 +76... | Cloneable is not used anymore. | elki-project_elki | train |
3753e207a88cbc74e5b82d748183ebdb20b02f62 | diff --git a/src/Models/Permission.php b/src/Models/Permission.php
index <HASH>..<HASH> 100644
--- a/src/Models/Permission.php
+++ b/src/Models/Permission.php
@@ -41,9 +41,9 @@ class Permission extends Model
$slug = strtolower($group);
$permissions = [
[
- 'slug' ... | Match laravel's default resource authorization mapping. | yajra_laravel-acl | train |
abda5498aef442a75b7916a10376e40796c0ba3e | diff --git a/graylog2-server/src/main/java/org/graylog2/periodical/TrafficCounterCalculator.java b/graylog2-server/src/main/java/org/graylog2/periodical/TrafficCounterCalculator.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/periodical/TrafficCounterCalculator.java
+++ b/graylog2-serv... | Make calculation fields of TrafficCounterCalculator volatile (#<I>)
Fixes #<I> | Graylog2_graylog2-server | train |
d8b176fe9acaee968b8682a62b53178cbfc864b3 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -116,7 +116,8 @@ module.exports = {
_clientInfo: function() {
if(!this._clientInfoCache) {
- this._clientInfoCache = `${this.name}/${require('./package.json').version}`;
+ var version = require('./package.j... | pull out version into a var | percy_ember-percy | train |
ce5979ba6fab6db68b3d092dba2509982351d7ff | diff --git a/cs.py b/cs.py
index <HASH>..<HASH> 100644
--- a/cs.py
+++ b/cs.py
@@ -265,10 +265,12 @@ def main():
try:
response = getattr(cs, command)(**kwargs)
except CloudStackException as e:
- response = e.args[2]
+ response = e.args[1]
if not options.quiet:
- sys.... | CLI: show raw HTTP response in case of errors | exoscale_cs | train |
9df7bc667d351a222ff0897a2919c0c41cc8f003 | diff --git a/presto-accumulo/src/main/java/com/facebook/presto/accumulo/io/AccumuloRecordCursor.java b/presto-accumulo/src/main/java/com/facebook/presto/accumulo/io/AccumuloRecordCursor.java
index <HASH>..<HASH> 100644
--- a/presto-accumulo/src/main/java/com/facebook/presto/accumulo/io/AccumuloRecordCursor.java
+++ b/p... | Use WholeRowIterator in AccumuloRecordCursor
This fixes an issue where some results returned by the AccumuloRecordCursor
were incomplete. Due to the use of a BatchScanner, the entries returned
could span multiple rows, causing incorrect results. By using a WholeRowIterator
we receive the entire row that is then deco... | prestodb_presto | train |
7db5360e1ae5476ca727ce8732cfb57a384541d0 | diff --git a/src/js/messages/icons/en-US.js b/src/js/messages/icons/en-US.js
index <HASH>..<HASH> 100644
--- a/src/js/messages/icons/en-US.js
+++ b/src/js/messages/icons/en-US.js
@@ -162,6 +162,7 @@ export default {
'folder-cycle': 'folder cycle',
'folder-open': 'folder open',
'folder': 'folder',
+ 'form-e... | The FormEdit icon needs to be localized (#<I>) | grommet_grommet | train |
b07e6407f8bfdca73429b139362f27f960606c4f | diff --git a/coinbase/wallet/client.py b/coinbase/wallet/client.py
index <HASH>..<HASH> 100644
--- a/coinbase/wallet/client.py
+++ b/coinbase/wallet/client.py
@@ -196,7 +196,11 @@ class Client(object):
def get_historic_prices(self, **params):
"""https://developers.coinbase.com/api/v2#get-historic-prices"""
- ... | get_historic_prices accepts a currency pair | coinbase_coinbase-python | train |
a7a593d70d021ece8bc6ccefcb5b7291f145ec35 | diff --git a/telemetry/telemetry/core/backends/chrome/cros_test_case.py b/telemetry/telemetry/core/backends/chrome/cros_test_case.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/core/backends/chrome/cros_test_case.py
+++ b/telemetry/telemetry/core/backends/chrome/cros_test_case.py
@@ -74,3 +74,12 @@ class CrOS... | Move reading of credentials from a file to a helper function.
This is useful for hotrod testing/enterprise enrollment.
BUG=<I>
TEST=manual
NOTRY=True
Review URL: <URL> | catapult-project_catapult | train |
28d14c0109effe138042d84ed6c633f5b477a1e1 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
* [#3146](https://github.com/bbatsov/rubocop/pull/3146): Fix `NegatedIf` and `NegatedWhile` to ignore double negations. ([@natalzia-paperless][])
* [#3140](https://github.com/bbatsov/rubocop/pu... | Fix Style/SpaceAfterNot reporting on the not keyword (#<I>)
Fixes #<I> | rubocop-hq_rubocop | train |
7a0aac87af9659423b32478772309373be180dae | diff --git a/openpnm/network/Bravais.py b/openpnm/network/Bravais.py
index <HASH>..<HASH> 100644
--- a/openpnm/network/Bravais.py
+++ b/openpnm/network/Bravais.py
@@ -94,6 +94,9 @@ class Bravais(GenericNetwork):
elif mode == 'sc':
net = Cubic(shape=shape, spacing=spacing, **kwargs)
se... | Fine turning merge_network and tests | PMEAL_OpenPNM | train |
9d639142cea609eed9137b7cb49ef392f64c5d4f | diff --git a/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/ObjectDesignatorToExpCG.java b/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/ObjectDesignatorToExpCG.java
index <HASH>..<HASH> 100644
--- a/core/codegen/src/main/java/org/overture/codegen/trans/uniontypes/ObjectDesignatorTo... | Minor update: Added assertion statements to the ObjectDesignatorToExpCG converter | overturetool_overture | train |
c68a9a01be987f7c37078e0ee8af71d0888aadf5 | diff --git a/client-side/build/absurd.js b/client-side/build/absurd.js
index <HASH>..<HASH> 100644
--- a/client-side/build/absurd.js
+++ b/client-side/build/absurd.js
@@ -1,3 +1,4 @@
+/* version: 0.0.37 */
var Absurd = (function(w) {
var lib = {
api: {},
diff --git a/tasks/client-side.js b/tasks/client-side.js
ind... | Adding the current version to the client-side port | krasimir_absurd | train |
b750c44224f3a39bbaddbf4926bec720cfc74e7b | diff --git a/salt/cloud/clouds/libvirt.py b/salt/cloud/clouds/libvirt.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/clouds/libvirt.py
+++ b/salt/cloud/clouds/libvirt.py
@@ -100,7 +100,8 @@ __virtualname__ = 'libvirt'
# Set up logging
log = logging.getLogger(__name__)
-def libvirtErrorHandler(ctx, error):
+
+def l... | Fix some lint warnings | saltstack_salt | train |
2ca47e947fddc99abdb10d53fa032596369a7a3f | diff --git a/core/src/main/java/hudson/ExtensionList.java b/core/src/main/java/hudson/ExtensionList.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/ExtensionList.java
+++ b/core/src/main/java/hudson/ExtensionList.java
@@ -373,8 +373,10 @@ public class ExtensionList<T> extends AbstractList<T> implements... | Update ExtensionList loading log statement
on FINE: log the extension class being loaded
on FINER: retain the original behavior, adding more context as the cause
Fixes JENKINS-<I> | jenkinsci_jenkins | train |
f4259c15265deee4c1ce003e087a6430cc6f2668 | diff --git a/myanimelist/anime.py b/myanimelist/anime.py
index <HASH>..<HASH> 100644
--- a/myanimelist/anime.py
+++ b/myanimelist/anime.py
@@ -243,7 +243,8 @@ class Anime(Base):
utilities.extract_tags(related_elt.find_all('h2'))
related = {}
for link in related_elt.find_all('a'):
- if not re... | fix bugs with improper MAL link parsing | shaldengeki_python-mal | train |
dba14db4e2fa1d143f167b66c2c3bcc4b98f0284 | diff --git a/tests/test_dockerhub.py b/tests/test_dockerhub.py
index <HASH>..<HASH> 100644
--- a/tests/test_dockerhub.py
+++ b/tests/test_dockerhub.py
@@ -148,7 +148,8 @@ class TestDockerHubBackendArchive(TestCaseBackendArchive):
def setUp(self):
super().setUp()
- self.backend = DockerHub('grimoi... | [tests] Modify dockerhub tests when fetching from archive
This patch adds two different backend objects (one fetches data
from remote a data source and the other one from an archive)
in order to ensure that backend and method
params are initialized in the same way independently from which method
is called (fetch or fe... | chaoss_grimoirelab-perceval | train |
d6ca1b87a47253e86ef44d7de7ce85c3c6c498d8 | diff --git a/scanpy/tools/_leiden.py b/scanpy/tools/_leiden.py
index <HASH>..<HASH> 100644
--- a/scanpy/tools/_leiden.py
+++ b/scanpy/tools/_leiden.py
@@ -126,6 +126,8 @@ def leiden(
# store output into adata.obs
groups = np.array(part.membership)
if restrict_to is not None:
+ if key_added == 'lou... | fixed broken backwards compat in restrict_to key_added name | theislab_scanpy | train |
64a5cb734a0ebc81d1444c730806520a58de0309 | diff --git a/tests/includes/tests-pods.php b/tests/includes/tests-pods.php
index <HASH>..<HASH> 100644
--- a/tests/includes/tests-pods.php
+++ b/tests/includes/tests-pods.php
@@ -397,8 +397,8 @@ class Test_Pods extends Pods_UnitTestCase {
$this->pods->deprecated = $deprecated;
// @todo needs fixing
- $this->se... | Remove exception tests that fail often, they need more work | pods-framework_pods | train |
594a88b9fb887e69ee4ba8cbc66d2e71e4c558b4 | diff --git a/test/unit/cache/test_source.rb b/test/unit/cache/test_source.rb
index <HASH>..<HASH> 100644
--- a/test/unit/cache/test_source.rb
+++ b/test/unit/cache/test_source.rb
@@ -62,4 +62,14 @@ class TestCache < Minitest::Test
assert_path_exists('/tmp/jpt/source/somedir/img.jpg.json')
end
+
+ # Jekyll ha... | Create (failing) disable_disk_cache test | robwierzbowski_jekyll-picture-tag | train |
2bc3c85422aa324fdd143d17c5b79448b36a22d3 | diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go
index <HASH>..<HASH> 100644
--- a/test/helpers/kubectl.go
+++ b/test/helpers/kubectl.go
@@ -306,7 +306,7 @@ func (kub *Kubectl) GetAllPods(ctx context.Context, options ...ExecOptions) ([]v
// in the specified namespace, along with an error if the pod names... | test: do not overwrite context in `GetPodNamesContext`
Instead, create a child context which has a shorter timeout, since retrieving
pod names from Kubernetes should not take a long time. This ensures that we
respect the parent context's timeout, but also ensure that we do not wait
an inordinate amount of time for get... | cilium_cilium | train |
5ffe41b6c58db49dc5a64d2ca733c8d4435284f6 | diff --git a/auth/oauth2/confirm-account.php b/auth/oauth2/confirm-account.php
index <HASH>..<HASH> 100644
--- a/auth/oauth2/confirm-account.php
+++ b/auth/oauth2/confirm-account.php
@@ -85,7 +85,7 @@ if ($confirmed == AUTH_CONFIRM_ALREADY) {
echo $OUTPUT->footer();
exit;
} else {
- print_error('invalidco... | MDL-<I> auth: improve lang strings for confirmation failures in oauth | moodle_moodle | train |
b42023a749574eb574e2bb09ae2843bdaea4c189 | diff --git a/kconfiglib.py b/kconfiglib.py
index <HASH>..<HASH> 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1431,8 +1431,7 @@ class Kconfig(object):
continue
if t0 in (_T_CONFIG, _T_MENUCONFIG):
- # The tokenizer allocates a Symbol objects the first time a
- ... | Fix typo in comment
Rephrase it a bit too. | ulfalizer_Kconfiglib | train |
13701396de5c1f03e90e3630fb0bdf2ce4c2fff2 | diff --git a/src/neevo/NeevoCache.php b/src/neevo/NeevoCache.php
index <HASH>..<HASH> 100644
--- a/src/neevo/NeevoCache.php
+++ b/src/neevo/NeevoCache.php
@@ -35,13 +35,6 @@ interface INeevoCache {
public function store($key, $value);
- /**
- * Flush entire cache.
- * @return bool
- */
- public function flush(... | INeevoCache::flush() no longer part of interface | smasty_Neevo | train |
d7d1a3ce40203179e8a6171dcdcc80b7a6277f37 | diff --git a/sunspot/lib/sunspot/search/abstract_search.rb b/sunspot/lib/sunspot/search/abstract_search.rb
index <HASH>..<HASH> 100644
--- a/sunspot/lib/sunspot/search/abstract_search.rb
+++ b/sunspot/lib/sunspot/search/abstract_search.rb
@@ -208,8 +208,8 @@ module Sunspot
"<Sunspot::Search:#{query.to_params.i... | Sunspot::Search::FieldGroup is never called with options, so remove the variable throughout | sunspot_sunspot | train |
cdd572c2d2f80a9c010e91d84bfe5a3ec3486ead | diff --git a/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java b/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java
index <HASH>..<HASH> 100644
--- a/testing/src/main/java/io/grpc/internal/testing/AbstractTransportTest.java
+++ b/testing/src/main/java/io/grpc/internal/test... | testing: temporarily increased newStream_duringShutdown test timeout to <I>s
Increased timeout to <I> seconds to see if flakiness of #<I> persists. Will take further action after sufficient observation | grpc_grpc-java | train |
99defe3937ec064106a5e7913390f1103dc571f4 | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -41,7 +41,8 @@ abstract class Application extends Route
public function fullPage(): callable
{
return static function (string $file) {
- self::$matched... | General
mainly just wordpress support
Almost done with documentation
okay wip - Going to fix actions right now
todo - WebSocket.php usage
Rest
Todo - multiple primary keys still not fully supported (next major branch release)
features
WIP - PHP Socket Contact All. Still wondering/debating how... | RichardTMiles_CarbonPHP | train |
b4a913ecf32075ea61979b80a0483786b781e434 | diff --git a/lib/gollum/page.rb b/lib/gollum/page.rb
index <HASH>..<HASH> 100644
--- a/lib/gollum/page.rb
+++ b/lib/gollum/page.rb
@@ -303,7 +303,7 @@ module Gollum
path = dir == '' ? '' : ::File.join('/', dir)
page = self.class.new(@wiki).populate(item, path)
page.version =... | return found pages to their rightful owner
see <URL> | gollum_gollum-lib | train |
6a27ce639ddf58fa507abe8b22db957564424c45 | diff --git a/Tests/Parser/JsonMapTest.php b/Tests/Parser/JsonMapTest.php
index <HASH>..<HASH> 100644
--- a/Tests/Parser/JsonMapTest.php
+++ b/Tests/Parser/JsonMapTest.php
@@ -20,6 +20,24 @@ class JsonMapTest extends ExtractorTestCase
'id' => [
'type' => 'column',
... | test: Expand JsonMapTest for nesting | keboola_juicer | train |
e06f1acf553d7de177dbd8074ed253a571902be6 | diff --git a/safe/storage/test/test_safe_layer.py b/safe/storage/test/test_safe_layer.py
index <HASH>..<HASH> 100644
--- a/safe/storage/test/test_safe_layer.py
+++ b/safe/storage/test/test_safe_layer.py
@@ -37,7 +37,7 @@ class SafeLayerTest(unittest.TestCase):
self.assertEquals(exposure.name, 'Buildings')
... | Fix failing test in travis. | inasafe_inasafe | train |
5d7f8261432fba87c3e0c900a748803146656d8e | diff --git a/a11y.css.js b/a11y.css.js
index <HASH>..<HASH> 100644
--- a/a11y.css.js
+++ b/a11y.css.js
@@ -60,7 +60,7 @@ const parseAssets = () => {
const JS = fs.readFileSync(DIRECTORIES.assets.js.input + 'docs.js', 'utf8')
// Parse and write CSS output file
- postcss([atImport, cssnano])
+ postcss([atImport... | fix(<I>ty): drop cssnano for now, messing up everything | ffoodd_a11y.css | train |
21fc043d02d08b6f040390f15bfddb0e30f07045 | diff --git a/src/fam/database/__init__.py b/src/fam/database/__init__.py
index <HASH>..<HASH> 100644
--- a/src/fam/database/__init__.py
+++ b/src/fam/database/__init__.py
@@ -1,3 +1,7 @@
-from .couchbase_server import CouchbaseWrapper
+try:
+ from .couchbase_server import CouchbaseWrapper
+except ImportError:
+ p... | catch impost failure for couchbase server | paulharter_fam | train |
d97601202f27dd7839dfe6d11936475d334dc0ce | diff --git a/src/Container.php b/src/Container.php
index <HASH>..<HASH> 100644
--- a/src/Container.php
+++ b/src/Container.php
@@ -26,7 +26,7 @@ class Container
private array $items = [];
- public function __construct(?InjectionPolicy $policy = null)
+ public function __construct(InjectionPolicy|null $po... | Use union types instead of nullable type notation | brick_di | train |
d2e56fd6566a452abe50a8942d13d06a35c790ad | diff --git a/src/Reflection/ReflectionClass.php b/src/Reflection/ReflectionClass.php
index <HASH>..<HASH> 100644
--- a/src/Reflection/ReflectionClass.php
+++ b/src/Reflection/ReflectionClass.php
@@ -49,14 +49,14 @@ class ReflectionClass implements Reflection
private $node;
/**
- * @var mixed[];
+ * ... | Changed isset checks to null checks | Roave_BetterReflection | train |
8d982782d51634b55be16ca31b756f29142b6e12 | diff --git a/database_sanitizer/tests/test_sanitizers_derived.py b/database_sanitizer/tests/test_sanitizers_derived.py
index <HASH>..<HASH> 100644
--- a/database_sanitizer/tests/test_sanitizers_derived.py
+++ b/database_sanitizer/tests/test_sanitizers_derived.py
@@ -1,7 +1,9 @@
from database_sanitizer import session
... | tests: Move session.reset to setup_module
This improves interaction with other tests which might change the
session secret key. | andersinno_python-database-sanitizer | train |
bec3d55890f61bb11967f77e0ef0163ea05921fa | diff --git a/packages/dropdown/src/react/__specs__/__snapshots__/storyshots.spec.js.snap b/packages/dropdown/src/react/__specs__/__snapshots__/storyshots.spec.js.snap
index <HASH>..<HASH> 100644
--- a/packages/dropdown/src/react/__specs__/__snapshots__/storyshots.spec.js.snap
+++ b/packages/dropdown/src/react/__specs__... | feat(dropdown): add onChange prop support | pluralsight_design-system | train |
a4ddac05497d91e5722aa147376e8514e9dd362d | diff --git a/Tests/Fixtures/Cache/Collections.php b/Tests/Fixtures/Cache/Collections.php
index <HASH>..<HASH> 100644
--- a/Tests/Fixtures/Cache/Collections.php
+++ b/Tests/Fixtures/Cache/Collections.php
@@ -11,13 +11,13 @@ class Collections
/** @ODM\Id */
public $id;
- /** @ODM\EmbedMany(collectionClass=... | Use class constant for class names in annotation | doctrine_DoctrineMongoDBBundle | train |
42bcb70dbc764ead232ae0e95e32f37040480682 | diff --git a/hibernate-ogm-core/src/main/java/org/hibernate/ogm/datastore/spi/TupleContext.java b/hibernate-ogm-core/src/main/java/org/hibernate/ogm/datastore/spi/TupleContext.java
index <HASH>..<HASH> 100644
--- a/hibernate-ogm-core/src/main/java/org/hibernate/ogm/datastore/spi/TupleContext.java
+++ b/hibernate-ogm-co... | OGM-<I> Implement the column projection for the dialect logger | hibernate_hibernate-ogm | train |
9ea3e1c21dc6255dd48af29a3fe3e648c8c09e8c | diff --git a/code/model/CatalogueCategory.php b/code/model/CatalogueCategory.php
index <HASH>..<HASH> 100644
--- a/code/model/CatalogueCategory.php
+++ b/code/model/CatalogueCategory.php
@@ -236,12 +236,17 @@ class CatalogueCategory extends DataObject implements PermissionProvider {
}
if(!$t... | Add hidden field to track category ID on creation | silvercommerce_catalogue-admin | train |
e585ec52f469bdc330506fd3e8e31cc9f0b463c6 | diff --git a/hazelcast/src/test/java/com/hazelcast/map/MapUnboundedReturnValuesTestSupport.java b/hazelcast/src/test/java/com/hazelcast/map/MapUnboundedReturnValuesTestSupport.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/test/java/com/hazelcast/map/MapUnboundedReturnValuesTestSupport.java
+++ b/hazelcast/src/te... | Reduced cluster size from <I> to 5 in MapUnboundedReturnValues tests | hazelcast_hazelcast | train |
a6d5ed7522574bd0bdf7a3cc54bc1dbc82ccad17 | diff --git a/lib/github/ldap.rb b/lib/github/ldap.rb
index <HASH>..<HASH> 100644
--- a/lib/github/ldap.rb
+++ b/lib/github/ldap.rb
@@ -22,7 +22,7 @@ module GitHub
# Returns a Net::LDAP::Entry if the operation succeeded.
def_delegator :@connection, :bind
- attr_reader :virtual_attributes, :search_domains
... | Expose an uid reader. | github_github-ldap | train |
50ecf7568e5ba40acb4df9961325646d3a510685 | diff --git a/coreweb/__init__.py b/coreweb/__init__.py
index <HASH>..<HASH> 100644
--- a/coreweb/__init__.py
+++ b/coreweb/__init__.py
@@ -1,2 +1,2 @@
# Remember to update js_coreweb/__init__.py too
-__version__ = '11.6.8'
+__version__ = '11.6.14'
diff --git a/coreweb/compiled/tabnexus_worker.js.log b/coreweb/compiled... | Rebuild JS with newer Library/Compiler | ludiosarchive_Coreweb | train |
0f7dcb9d328f0c23fdb5dc07495e6a9c43930833 | diff --git a/packages/tooltip/src/main.js b/packages/tooltip/src/main.js
index <HASH>..<HASH> 100644
--- a/packages/tooltip/src/main.js
+++ b/packages/tooltip/src/main.js
@@ -1,5 +1,6 @@
import Popper from 'element-ui/src/utils/vue-popper';
import debounce from 'throttle-debounce/debounce';
+import { addClass, remove... | Tooltip: fix extra spaces before class 'focusing' when focus multi times | ElemeFE_element | train |
cc5e201f70b931d91d5ad0de35521a4135c4081c | diff --git a/qtpylib/algo.py b/qtpylib/algo.py
index <HASH>..<HASH> 100644
--- a/qtpylib/algo.py
+++ b/qtpylib/algo.py
@@ -117,7 +117,7 @@ class Algo(Broker):
self.tick_count = 0
self.tick_bar_count = 0
self.bar_count = 0
- self.bar_hash = 0
+ self.bar_hashes ... | Fixed bugs that may occur on multi-instrument strategies | ranaroussi_qtpylib | train |
d5597406bfc1b8c60fc26085ad054c6a787e1c06 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,7 @@ Always skips over nil values; use `:presence` to validate those.
validates :start_at, before: :finish_at
validates :finish_at, after: [:start_at, :alt_start_at]
validates :start_at, presence... | :before and :after now take lambdas too | zarqman_can_has_validations | train |
3fa7c836d7a3f92df82fa96320e7496148c26d7b | diff --git a/peer/randpeer/list_test.go b/peer/randpeer/list_test.go
index <HASH>..<HASH> 100644
--- a/peer/randpeer/list_test.go
+++ b/peer/randpeer/list_test.go
@@ -26,6 +26,7 @@ import (
"net"
"sort"
"strings"
+ "sync"
"testing"
"time"
@@ -620,3 +621,26 @@ func TestFailFastConfig(t *testing.T) {
requir... | Fixed: usage of write lock for choose method of strategies randpeer and tworandomchoices (#<I>)
* Fixed: usage of wrte lock for choose method of strategies randpeer and tworandomchoices
* Fixed: added comments
* Fixed: added assert.NotPanics | yarpc_yarpc-go | train |
d8cbec00ad56d15866dadf4adc9b18a6ea147a33 | diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php
index <HASH>..<HASH> 100644
--- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestSer... | [FrameworkBundle] cleanup generated test container | symfony_symfony | train |
2f5e6ed63d8f04651d1a4aaf60d13c2502f1fe10 | diff --git a/src/Core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php b/src/Core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php
index <HASH>..<HASH> 100644
--- a/src/Core/Checkout/Payment/Cart/PaymentTransactionChainProcessor.php
+++ b/src/Core/Checkout/Payment/Cart/PaymentTransactionChainProcess... | NEXT-<I> - Add salutation to order customer entity for payment processing
Fixes #<I> | shopware_platform | train |
07008f8154b410ca7394350b8bc4d07c9d88832f | diff --git a/lib/harvesting/models/invoice.rb b/lib/harvesting/models/invoice.rb
index <HASH>..<HASH> 100644
--- a/lib/harvesting/models/invoice.rb
+++ b/lib/harvesting/models/invoice.rb
@@ -3,6 +3,7 @@ module Harvesting
class Invoice < HarvestRecord
attributed :id,
:client_key,
+ ... | Define path() and prop for line_items in invoice | ombulabs_harvesting | train |
ac4859ad6f7f856433e76cd1903514faee688834 | diff --git a/lib/elasticsearch/client/admin_index.rb b/lib/elasticsearch/client/admin_index.rb
index <HASH>..<HASH> 100644
--- a/lib/elasticsearch/client/admin_index.rb
+++ b/lib/elasticsearch/client/admin_index.rb
@@ -51,9 +51,9 @@ module ElasticSearch
execute(:alias_index, alias_ops, options)
end
... | respect the first argument to get_aliases
Previously this was ignored. Fixes #<I> | grantr_rubberband | train |
1a9262e023ae225554ee6141451cd00572cc0d5e | diff --git a/lib/jammit/controller.rb b/lib/jammit/controller.rb
index <HASH>..<HASH> 100644
--- a/lib/jammit/controller.rb
+++ b/lib/jammit/controller.rb
@@ -1,3 +1,5 @@
+require 'action_controller'
+
module Jammit
# The JammitController is added to your Rails application when the Gem is | Issue #<I>. Add action_controller require for Bundler. | documentcloud_jammit | train |
3044a6cf399a0074ce37ca5a4f1a72ddb679242a | diff --git a/tests/builder/features_test.py b/tests/builder/features_test.py
index <HASH>..<HASH> 100644
--- a/tests/builder/features_test.py
+++ b/tests/builder/features_test.py
@@ -498,14 +498,13 @@ def test_build_GDEF_incomplete_glyphOrder():
assert "[b c a d], # Base" in _build_gdef(font)
+
def test_comme... | black/flake8. Really I should add a precommit hook. | googlefonts_glyphsLib | train |
2442c456e416273c1c48b6531478c650af575c04 | diff --git a/containers/pax-exam-container-karaf/src/main/java/org/ops4j/pax/exam/karaf/container/internal/runner/KarafEmbeddedRunner.java b/containers/pax-exam-container-karaf/src/main/java/org/ops4j/pax/exam/karaf/container/internal/runner/KarafEmbeddedRunner.java
index <HASH>..<HASH> 100644
--- a/containers/pax-exam... | fix KarafEmbeddedRunner can't handle EA java version #<I> | ops4j_org.ops4j.pax.exam2 | train |
1ba61cbda52a1f982e95f7ab17e2474f3d1608e1 | diff --git a/host/libvirt_lxc_backend.go b/host/libvirt_lxc_backend.go
index <HASH>..<HASH> 100644
--- a/host/libvirt_lxc_backend.go
+++ b/host/libvirt_lxc_backend.go
@@ -433,8 +433,7 @@ func (l *LibvirtLXCBackend) Run(job *host.Job) (err error) {
}
}
- l.state.AddJob(job)
- l.state.SetInternalIP(job.ID, contain... | host: combined the AddJob and SetInternalIP functions, since they both cause persistence for the host state to be fired and are presently never used in isolation anyway. | flynn_flynn | train |
bd76a90d4780c834b4620c423e38b40c66a80882 | diff --git a/src/Modal.js b/src/Modal.js
index <HASH>..<HASH> 100644
--- a/src/Modal.js
+++ b/src/Modal.js
@@ -61,6 +61,12 @@ const propTypes = {
* the Modal work well with assistive technologies, such as screen readers.
*/
enforceFocus: React.PropTypes.bool,
+
+ /**
+ * When `true` The modal will resto... | Modal: add restoreFocus option
Allow to specify if last focus should be restored after hiding modal | react-bootstrap_react-bootstrap | train |
cfc4b4dc7b11f00e899e6533c13dc224baf49afc | diff --git a/andes/plot.py b/andes/plot.py
index <HASH>..<HASH> 100644
--- a/andes/plot.py
+++ b/andes/plot.py
@@ -55,7 +55,7 @@ def cli_parse():
parser.add_argument('-u', '--unattended', action='store_true', help='do not show the plot window')
parser.add_argument('--ytimes', type=str, help='y times')
ar... | changes to the plot tool for standalone use | cuihantao_andes | train |
6c49b4176ee437535b21c69fbc1b0f2e078b3e91 | diff --git a/code/dataobjects/CdnImage.php b/code/dataobjects/CdnImage.php
index <HASH>..<HASH> 100644
--- a/code/dataobjects/CdnImage.php
+++ b/code/dataobjects/CdnImage.php
@@ -30,6 +30,6 @@ class CdnImage extends Image {
return $cached;
}
- return parent::getFormattedImage($format);
+ return call_user_fun... | FIX Ensure CDNImage returns from getFormattedImage
Makes sure that CDNImage actually returns something from getFormattedImage
in case the remote CDN doesn't actually have any info about the current file | symbiote_silverstripe-cdncontent | train |
a69c444dee8c2485028d2e49156af31d661a48e0 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vega-dataflow",
- "version": "1.0.4",
+ "version": "1.1.0",
"description": "Vega streaming dataflow graph.",
"repository": {
"type": "git",
diff --git a/src/DataSource.j... | Mutates flag for Nodes.
A derived dataset only calls Tuple.derive if an operator in its
pipeline mutates tuples, and thus would pollute the source dataset. | vega_vega-dataflow | train |
2cc4d36e2d5d77644fe147c09e803a9118a09631 | diff --git a/nano.js b/nano.js
index <HASH>..<HASH> 100644
--- a/nano.js
+++ b/nano.js
@@ -556,7 +556,7 @@ module.exports = exports = nano = function database_module(cfg) {
};
// does the user want a database, or nano?
- if(!_.isEmpty(path.pathname.split('/')[1])) {
+ if(path.pathname && !_... | make sure that we've parsed out a pathname before we split it. | cloudant_nodejs-cloudant | train |
5bb822cd6b56e0be51ee33e1d0902ec9f2d9cb0a | diff --git a/resources/views/seeder.blade.php b/resources/views/seeder.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/seeder.blade.php
+++ b/resources/views/seeder.blade.php
@@ -15,7 +15,6 @@ class LaratrustSeeder extends Seeder
*/
public function run()
{
- $this->command->info('Trun... | Change how the permissions names are created | santigarcor_laratrust | train |
8f53b96d9789fab8fda914d764cdadaa6d3b540e | diff --git a/test/gettextWrapper.test.js b/test/gettextWrapper.test.js
index <HASH>..<HASH> 100644
--- a/test/gettextWrapper.test.js
+++ b/test/gettextWrapper.test.js
@@ -37,7 +37,7 @@ function _filter(gt, domain, callback) {
}
});
- callback(err, gt._domains[gt._textdomain]._translationTable);
+ callback(err, g... | Updating filter used in unit tests | i18next_i18next-gettext-converter | train |
6291fceca99fcbcbeea6dcca7349f216cda8d6e8 | diff --git a/lib/email_spec/email_viewer.rb b/lib/email_spec/email_viewer.rb
index <HASH>..<HASH> 100644
--- a/lib/email_spec/email_viewer.rb
+++ b/lib/email_spec/email_viewer.rb
@@ -3,7 +3,7 @@ module EmailSpec
extend Deliveries
def self.save_and_open_all_raw_emails
- filename = "#{RAILS_ROOT}/tmp/ema... | We have a email filename method, lets use it. | email-spec_email-spec | train |
a483073804287b65b700cec30a0c5a3ecf205389 | diff --git a/lib/active_enum.rb b/lib/active_enum.rb
index <HASH>..<HASH> 100644
--- a/lib/active_enum.rb
+++ b/lib/active_enum.rb
@@ -6,15 +6,28 @@ require 'active_enum/version'
module ActiveEnum
mattr_accessor :enum_classes
- self.enum_classes = []
+ @@enum_classes = []
mattr_accessor :use_name_as_value
... | add setup block and config extend_classes setting for ORMs
extend ActiveModel ORMs to add enumerate method by adding classes in the
extend_classes array | adzap_active_enum | train |
121006b4455526e788432d790d4b2ac4d5317544 | diff --git a/lib/sprout/base.rb b/lib/sprout/base.rb
index <HASH>..<HASH> 100644
--- a/lib/sprout/base.rb
+++ b/lib/sprout/base.rb
@@ -35,7 +35,6 @@ require 'sprout/remote_file_target'
# External Packaging and distribution support:
require 'sprout/specification'
require 'sprout/tool'
-require 'sprout/tool/task'
m... | Updated executable params to support strings | lukebayes_project-sprouts | train |
e15cffc36cc9d8591b4a6a8d1ac63c2fea7a102c | diff --git a/owlmixin/__init__.py b/owlmixin/__init__.py
index <HASH>..<HASH> 100644
--- a/owlmixin/__init__.py
+++ b/owlmixin/__init__.py
@@ -165,7 +165,11 @@ class TList(list, Generic[T], OwlMixin):
def filter(self, func):
# type: (Callable[[T], bool]) -> TList[T]
- return TList(filter(func, se... | :new: Add `reject` to TList and TDict | tadashi-aikawa_owlmixin | train |
59fd2e029a647f4d1330a5012331591b6fb11e72 | diff --git a/cmd/env.go b/cmd/env.go
index <HASH>..<HASH> 100644
--- a/cmd/env.go
+++ b/cmd/env.go
@@ -36,19 +36,7 @@ func (c *EnvGet) Info() *Info {
}
func (c *EnvGet) Run(context *Context, client Doer) error {
- appName, vars := context.Args[0], context.Args[1:]
- varsStr := strings.Join(vars, " ")
- url := GetUr... | Created unset env command and refactored all cmd.Run methods | tsuru_tsuru | train |
945c9b56c2e4f83f988ec30bcca25f201f00da53 | diff --git a/addons/tab_completion/lib/tab_completion/basic_completion.rb b/addons/tab_completion/lib/tab_completion/basic_completion.rb
index <HASH>..<HASH> 100644
--- a/addons/tab_completion/lib/tab_completion/basic_completion.rb
+++ b/addons/tab_completion/lib/tab_completion/basic_completion.rb
@@ -20,9 +20,12 @@ cl... | Update tab completion to match on executable files in the current path.
E.g. "~/bin/so<tab>" will now try to expand on /Users/zdennis/bin/so* | zdennis_yap-shell-core | train |
93e2633a6847602fb90bfa3bbff495a43d86b97a | diff --git a/src/org/opencms/ui/apps/CmsAppView.java b/src/org/opencms/ui/apps/CmsAppView.java
index <HASH>..<HASH> 100644
--- a/src/org/opencms/ui/apps/CmsAppView.java
+++ b/src/org/opencms/ui/apps/CmsAppView.java
@@ -158,17 +158,6 @@ public class CmsAppView implements ViewChangeListener, I_CmsWindowCloseListener,
... | Fixing issue, where window title was not updated on returning to a
cached app view. | alkacon_opencms-core | train |
e68b28afae36c3eff2be6dff6912bf606d0fffc1 | diff --git a/salt/master.py b/salt/master.py
index <HASH>..<HASH> 100644
--- a/salt/master.py
+++ b/salt/master.py
@@ -2104,6 +2104,7 @@ class ClearFuncs(object):
'Authentication failure of type "eauth" occurred.'
)
return ''
+ clear_load['us... | Clober user field in eauth | saltstack_salt | train |
cd97e19e751dddadcf67d892ab6a58e438f4fe81 | diff --git a/gui/test_riabmap.py b/gui/test_riabmap.py
index <HASH>..<HASH> 100644
--- a/gui/test_riabmap.py
+++ b/gui/test_riabmap.py
@@ -27,12 +27,13 @@ pardir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
sys.path.append(pardir)
-from utilities_test import (getQgisTestApp, assertHashForFile)
... | Added test to replicate rendering issues on windows | inasafe_inasafe | train |
643cabb8ca3160d4450b31c0882650c743b1da65 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -118,6 +118,8 @@ async function runCmd (argv, stdout, stderr) {
let args;
try {
args = require("arg")({
+ "--debug": Boolean,
+ "-d": "--debug",
"--external": [String],
"-e": "--exter... | support debug option (#<I>) | zeit_ncc | train |
c18fe68f86d36e77b7f5f9627c29fff54f695f9e | diff --git a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext/util/Wrapper.java
+++ b/plugins/org.eclipse.xtext.util/src/org/eclipse/xtext... | [xbase lib] don't use ToStringHelper.ToString for other objects than the passed one. | eclipse_xtext-core | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.