hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
caa54db8a000b537473f30bf6d64eead9154cbb7 | diff --git a/actionpack/lib/action_dispatch/routing/mapper.rb b/actionpack/lib/action_dispatch/routing/mapper.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/mapper.rb
+++ b/actionpack/lib/action_dispatch/routing/mapper.rb
@@ -26,9 +26,9 @@ module ActionDispatch
def matches?(env)
... | clearer conditional in constraint match check | rails_rails | train |
e4d507f47de5a0b8f3755f379d6ed5fb99417bc6 | diff --git a/cython/gen_data.py b/cython/gen_data.py
index <HASH>..<HASH> 100644
--- a/cython/gen_data.py
+++ b/cython/gen_data.py
@@ -50,13 +50,18 @@ def gen_factorial_data(gen_seed, num_clusters,
data = numpy.hstack(data_list)
return data, inverse_permutation_indices_list
-def gen_factorial_data_objects(g... | add functions to generate M_c, M_r from T | probcomp_crosscat | train |
87e7c584f9b883af6a9c2d2b8e76a19e88494868 | diff --git a/src/main/java/com/fiftyonred/mock_jedis/MockPipeline.java b/src/main/java/com/fiftyonred/mock_jedis/MockPipeline.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/fiftyonred/mock_jedis/MockPipeline.java
+++ b/src/main/java/com/fiftyonred/mock_jedis/MockPipeline.java
@@ -288,16 +288,20 @@ public clas... | Fixed Integer calculation overflow when use high TTL in seconds (like <I> days in seconds) when converting to milliseconds using int | 50onRed_mock-jedis | train |
f91656d357412713797e2dd8009f447063637fdf | diff --git a/lib/active_record/connection_adapters/sqlserver_adapter.rb b/lib/active_record/connection_adapters/sqlserver_adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/active_record/connection_adapters/sqlserver_adapter.rb
+++ b/lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -940,7 +940,7 @@ module Ac... | Change set_utf8_values! to cope with 'INSERT INTO table DEFAULT VALUES' style inserts. | rails-sqlserver_activerecord-sqlserver-adapter | train |
8ef1f9571a0cc7e8ad47f43c95ec02cb2c58bf3a | diff --git a/src/main/java/org/jboss/netty/util/TimeBasedUuidGenerator.java b/src/main/java/org/jboss/netty/util/TimeBasedUuidGenerator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/util/TimeBasedUuidGenerator.java
+++ b/src/main/java/org/jboss/netty/util/TimeBasedUuidGenerator.java
@@ -23,8 +23,... | Resolved issue: NETTY-<I> - Support the Android platform
* Made sure TimeBasedUuidGenerator runs without statically importing java.lang.management package | netty_netty | train |
f72a6f3c61ff61de2184fdac55842575056bb667 | diff --git a/lib/formtastic/helpers/action_helper.rb b/lib/formtastic/helpers/action_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/formtastic/helpers/action_helper.rb
+++ b/lib/formtastic/helpers/action_helper.rb
@@ -17,9 +17,9 @@ module Formtastic
# <%= semantic_form_for @post do |f| %>
# ...
... | Remove parentheses for consistency with f.input | justinfrench_formtastic | train |
97c91440410b93d3712651262eff9a86af391b57 | diff --git a/werkzeug/__init__.py b/werkzeug/__init__.py
index <HASH>..<HASH> 100644
--- a/werkzeug/__init__.py
+++ b/werkzeug/__init__.py
@@ -19,7 +19,7 @@ import sys
from werkzeug._compat import iteritems
-__version__ = '0.14.1'
+__version__ = '0.14.2.dev'
# This import magic raises concerns quite often whi... | <I> In case we need more | pallets_werkzeug | train |
194b8cd7d8261908ec22f925b009ef2c2fc2fbee | diff --git a/test/integration/helpers.go b/test/integration/helpers.go
index <HASH>..<HASH> 100644
--- a/test/integration/helpers.go
+++ b/test/integration/helpers.go
@@ -201,9 +201,9 @@ func clusterLogs(t *testing.T, profile string) {
return
}
- t.Logf("-----------------------post-mortem------------------------... | Modify post-mortem logs so I don't need to count dashes | kubernetes_minikube | train |
22cace1c4f3230d71aa3a39ed53f8d44a26a0079 | diff --git a/edx_rest_api_client/tests/test_client.py b/edx_rest_api_client/tests/test_client.py
index <HASH>..<HASH> 100644
--- a/edx_rest_api_client/tests/test_client.py
+++ b/edx_rest_api_client/tests/test_client.py
@@ -1,9 +1,11 @@
# -*- coding: utf-8 -*-
+from types import NoneType
from unittest import TestCase
... | Added a check for auth type after an api is constructed. | edx_edx-rest-api-client | train |
19e29c29447bcdf6bdd3f1dc05ecd73e51f940c9 | diff --git a/builtin/providers/aws/resource_aws_cloudwatch_log_group.go b/builtin/providers/aws/resource_aws_cloudwatch_log_group.go
index <HASH>..<HASH> 100644
--- a/builtin/providers/aws/resource_aws_cloudwatch_log_group.go
+++ b/builtin/providers/aws/resource_aws_cloudwatch_log_group.go
@@ -109,7 +109,7 @@ func reso... | provider/aws: Use helper methods for checking partition | hashicorp_terraform | train |
22e70f069cec86f94e17774c9c2b84b1bb9cda6c | diff --git a/lib/puppet.rb b/lib/puppet.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -100,10 +100,28 @@ module Puppet
conf = "/etc/puppet"
var = "/var/puppet"
end
+
self.setdefaults(:puppet,
:confdir => [conf, "The main Puppet configuration directory."],... | Made a *huge* performance difference in storing hosts -- down from about <I> seconds per host to about 5 seconds on my machine. I will almost definitely still use forking or something to make this not affect the clients
git-svn-id: <URL> | puppetlabs_puppet | train |
19767126c950e9e18b646a94e13bb91b1a17965d | diff --git a/test/request-schema-tests-utils.js b/test/request-schema-tests-utils.js
index <HASH>..<HASH> 100644
--- a/test/request-schema-tests-utils.js
+++ b/test/request-schema-tests-utils.js
@@ -182,5 +182,44 @@ module.exports = {
_.partial(U.shouldBeInSchemaError, 'enum', 'method')
]
}
+ },
+ /**
+ * ... | Updated unit test for errorCodes option. | benzhou1_iod | train |
52115c6144fa8dbf7f88c5ac12fcea7e258bc254 | diff --git a/pymouse/x11.py b/pymouse/x11.py
index <HASH>..<HASH> 100644
--- a/pymouse/x11.py
+++ b/pymouse/x11.py
@@ -195,12 +195,12 @@ class PyMouseEvent(PyMouseEventMeta):
def stop(self):
self.state = False
- self.display.ungrab_pointer(X.CurrentTime)
- self.display.record_disable_conte... | Trap errors in pymouse.x<I>.PyMouseEvent | SavinaRoja_PyUserInput | train |
459f208e6aa561b9f95f612734f127f5d07e76d8 | diff --git a/src/dig/dot/layout.js b/src/dig/dot/layout.js
index <HASH>..<HASH> 100644
--- a/src/dig/dot/layout.js
+++ b/src/dig/dot/layout.js
@@ -452,6 +452,43 @@ dig.dot.alg.removeType1Conflicts = function(g, medians, layers, layerTraversal)
}
/*
+ * Generates an alignment given the medians and layering of a gra... | dot: initial work on vertical alignment | cpettitt_dig.js | train |
ab3f63662c55b8b4ff392fd39c1bff01fadfba1c | diff --git a/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosSchedulerClient.java b/SingularityService/src/main/java/com/hubspot/singularity/mesos/SingularityMesosSchedulerClient.java
index <HASH>..<HASH> 100644
--- a/SingularityService/src/main/java/com/hubspot/singularity/mesos/Singular... | Additional logic for PublishSubject retries | HubSpot_Singularity | train |
86fbbac419468c52d000fe0e0743c555fac8a42a | diff --git a/src/PHPCheckstyle/PHPCheckstyle.php b/src/PHPCheckstyle/PHPCheckstyle.php
index <HASH>..<HASH> 100644
--- a/src/PHPCheckstyle/PHPCheckstyle.php
+++ b/src/PHPCheckstyle/PHPCheckstyle.php
@@ -1171,9 +1171,10 @@ class PHPCheckstyle {
break;
case T_BRACES_OPEN: // {
- $this->_processBracesOpen($t... | #<I> : checkWhiteSpaceBefore {, unless it's in | PHPCheckstyle_phpcheckstyle | train |
67b96f9f232b8f8d27028c0ad0891189e2549735 | diff --git a/src/REST/__init__.py b/src/REST/__init__.py
index <HASH>..<HASH> 100644
--- a/src/REST/__init__.py
+++ b/src/REST/__init__.py
@@ -8,7 +8,7 @@ from robot.api import logger
from .keywords import Keywords
-__version__ = '1.0.0b2'
+__version__ = '1.0.0b3'
class REST(Keywords): | Set next version to '<I>b3' | asyrjasalo_RESTinstance | train |
386a4d01ff60a6d202d52d9bc7189bcc5bc5231e | diff --git a/openquake/server/tests/views_test.py b/openquake/server/tests/views_test.py
index <HASH>..<HASH> 100644
--- a/openquake/server/tests/views_test.py
+++ b/openquake/server/tests/views_test.py
@@ -92,13 +92,6 @@ class CalcHazardTestCase(BaseViewTestCase):
self.assertEqual(200, response.status_cod... | If there are not calculations, an empty list is returned, not a NotFound | gem_oq-engine | train |
25661209fef6aac063f7c46c97c7328ed50518a8 | diff --git a/statscraper/base_scraper.py b/statscraper/base_scraper.py
index <HASH>..<HASH> 100644
--- a/statscraper/base_scraper.py
+++ b/statscraper/base_scraper.py
@@ -142,9 +142,9 @@ class Valuelist(list):
"""
def __getitem__(self, key):
- """Make it possible to get dimension by id or identity.""... | allowed values must be accessed by dimension id | jplusplus_statscraper | train |
40cffd65515fbfc4504a00c8c9caa8a7304cd7fd | diff --git a/spyder/config/main.py b/spyder/config/main.py
index <HASH>..<HASH> 100644
--- a/spyder/config/main.py
+++ b/spyder/config/main.py
@@ -495,6 +495,8 @@ DEFAULTS = [
'explorer/paste file': 'Ctrl+V',
'explorer/copy absolute path': 'Ctrl+Alt+C',
'explorer/copy rela... | Find: Add shortcut for new "Find in files" action | spyder-ide_spyder | train |
e8290206e0c6b4335db3710352ed2913aedba64c | diff --git a/test/extended/prometheus/prometheus.go b/test/extended/prometheus/prometheus.go
index <HASH>..<HASH> 100644
--- a/test/extended/prometheus/prometheus.go
+++ b/test/extended/prometheus/prometheus.go
@@ -226,7 +226,7 @@ var _ = g.Describe("[Feature:Prometheus][Conformance] Prometheus", func() {
execPod :... | ingress metrics debugging
Add additional context to ingress metrics tests to debug prometheus
integration issues. | openshift_origin | train |
5545bbc59a35d001f363b5582c42cf42c2a7db56 | diff --git a/lib/rspec_api_documentation/dsl/endpoint.rb b/lib/rspec_api_documentation/dsl/endpoint.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec_api_documentation/dsl/endpoint.rb
+++ b/lib/rspec_api_documentation/dsl/endpoint.rb
@@ -59,6 +59,11 @@ module RspecApiDocumentation::DSL
parameters
end
+ de... | Allow headers to be set inside an example.
Closes #<I> | zipmark_rspec_api_documentation | train |
a62cbdeb47e5e504e670c546ad8bec45e696f370 | diff --git a/builder/internals.go b/builder/internals.go
index <HASH>..<HASH> 100644
--- a/builder/internals.go
+++ b/builder/internals.go
@@ -539,7 +539,7 @@ func (b *Builder) run(c *daemon.Container) error {
logsJob.Setenv("stdout", "1")
logsJob.Setenv("stderr", "1")
logsJob.Stdout.Add(b.OutStream)
- logsJo... | Use Set for stderr "logs" job in builder
Because engine implicitly adds his stder to job stderr | containers_storage | train |
902fd82cfb03cf097420689304a8791fd1e15798 | diff --git a/graylog2-server/src/main/java/org/graylog2/security/RestPermissions.java b/graylog2-server/src/main/java/org/graylog2/security/RestPermissions.java
index <HASH>..<HASH> 100644
--- a/graylog2-server/src/main/java/org/graylog2/security/RestPermissions.java
+++ b/graylog2-server/src/main/java/org/graylog2/sec... | give reader users permission to saved searches
also adds permission checks in the templates, basically everyone has those permissions now.
fixes Graylog2/graylog2-web-interface#<I> | Graylog2_graylog2-server | train |
2de6335fc65eafae1c089e6568fc202129308f7f | diff --git a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/graphbinary/AnySerializer-test.js b/gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit/graphbinary/AnySerializer-test.js
index <HASH>..<HASH> 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/test/unit... | Ignore Graph and Binding types | apache_tinkerpop | train |
7fa6dc2346653f31a0c0a40c028ae068c4ad91f8 | diff --git a/Neos.Neos/Resources/Public/JavaScript/index.js b/Neos.Neos/Resources/Public/JavaScript/index.js
index <HASH>..<HASH> 100644
--- a/Neos.Neos/Resources/Public/JavaScript/index.js
+++ b/Neos.Neos/Resources/Public/JavaScript/index.js
@@ -51,16 +51,16 @@ modalTrigger.forEach((_modalTrigger) => {
}
});
-co... | TASK: Fix typo in variable name for expandable components | neos_neos-development-collection | train |
89232931b72d0eb8a8d571d626a05e279ce42db4 | diff --git a/lib/quadrigacx/coin.rb b/lib/quadrigacx/coin.rb
index <HASH>..<HASH> 100644
--- a/lib/quadrigacx/coin.rb
+++ b/lib/quadrigacx/coin.rb
@@ -1,6 +1,8 @@
module QuadrigaCX
module Coin
BITCOIN = 'bitcoin'
+ BITCOIN_CASH = 'bitcoincash'
+ BITCOIN_GOLD = 'bitcoingold'
LITECOIN = 'litecoin'
... | Fix #<I> - Add bitcoin gold/cash support for withdraw/deposit_address | mhluska_quadrigacx | train |
b0c6993c8c688490b199d8a4a0ae495b68cc01a7 | diff --git a/src/main/java/org/primefaces/extensions/component/reseteditablevalues/ResetEditableValuesTagHandler.java b/src/main/java/org/primefaces/extensions/component/reseteditablevalues/ResetEditableValuesTagHandler.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/primefaces/extensions/component/reseteditab... | Added p:ajax showcase for ResetEditableValues (not finished yet). | primefaces-extensions_core | train |
2887161677d42ee4f2a6a29d86f88882abf80977 | diff --git a/src/canmatrix/canmatrix.py b/src/canmatrix/canmatrix.py
index <HASH>..<HASH> 100644
--- a/src/canmatrix/canmatrix.py
+++ b/src/canmatrix/canmatrix.py
@@ -61,7 +61,7 @@ class BoardUnit(object):
"""
name = attr.ib(type=str)
- comment = attr.ib(type=str, default=None)
+ comment = attr.ib(def... | remove type=str as the comment can be None as well | ebroecker_canmatrix | train |
80544678c910c659ea31642ec382ea66b690d87f | diff --git a/src/basis/data/vector.js b/src/basis/data/vector.js
index <HASH>..<HASH> 100644
--- a/src/basis/data/vector.js
+++ b/src/basis/data/vector.js
@@ -19,7 +19,7 @@
var DataObject = basisData.Object;
var Slot = basisData.Slot;
var SourceDataset = require('basis.data.dataset').SourceDataset;
-
+ var cr... | basis.data.vector: implement ruleEvents | basisjs_basisjs | train |
8e7e5ac96baa292e43e2d7f6509b8f4bf5e3ffa9 | diff --git a/zounds/timeseries/samplerate.py b/zounds/timeseries/samplerate.py
index <HASH>..<HASH> 100644
--- a/zounds/timeseries/samplerate.py
+++ b/zounds/timeseries/samplerate.py
@@ -92,6 +92,9 @@ class SampleRate(object):
def samples_per_second(self):
return int(Picoseconds(int(1e12)) / self.frequenc... | Push samples_per_second method into base class, as it is just as valid there | JohnVinyard_zounds | train |
11614f00cb120bc2d3d6c4a897e16f624c50044a | diff --git a/tests/rw_functional.py b/tests/rw_functional.py
index <HASH>..<HASH> 100644
--- a/tests/rw_functional.py
+++ b/tests/rw_functional.py
@@ -876,10 +876,14 @@ class RHPartnerTest(BaseTest):
# Delete any existing external trackers to get to a known state
self._deleteAllExistingExternalTracker... | tests: Fix externalbug test to work with rhbz version 4 and 5
The mozilla URL changed | python-bugzilla_python-bugzilla | train |
644a4dfba6cd80a2f3ca3be7a7b3374dff0a9bff | diff --git a/spec/scss_lint/linter_registry_spec.rb b/spec/scss_lint/linter_registry_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/scss_lint/linter_registry_spec.rb
+++ b/spec/scss_lint/linter_registry_spec.rb
@@ -2,24 +2,33 @@ require 'spec_helper'
describe SCSSLint::LinterRegistry do
context 'when including th... | Fix LinterRegistry specs to not pollute actual registry
In the process of writing some other specs, there was a problem where
the linters inserted into the registry by this spec were breaking other
specs.
Fix by modifying the specs to not modify the global linter registry.
Change-Id: I<I>c0e<I>da4f6ebc8f<I>f<I>e<I>b... | sds_scss-lint | train |
a3aa5134e5d7d5d81e19451b551041d0c56dc1d4 | diff --git a/aiortc/sctp.py b/aiortc/sctp.py
index <HASH>..<HASH> 100644
--- a/aiortc/sctp.py
+++ b/aiortc/sctp.py
@@ -230,7 +230,7 @@ class Packet:
def __bytes__(self):
checksum = 0
data = pack(
- '!HHII',
+ '!HHLL',
self.source_port,
self.destinat... | [sctp] use 'L' for 4 byte packing for consistency | aiortc_aiortc | train |
e303218ca0d8ce5e61e1560fbb50223fa7adc498 | diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java b/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java
index <HASH>..<HASH> 100644
--- a/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java
+++ b/aeron-cluster/src/main/java/io/aeron/cluster/IngressAdapter.java
@@ -3... | [Java] Increase fragment poll limit for ingress adapter to allow for greater batching under burst conditions in the cluster. | real-logic_aeron | train |
572b7b6dda9ca0d3578eaaca02eaee3e0cc84edd | diff --git a/src/Mapper/AbstractMapper.php b/src/Mapper/AbstractMapper.php
index <HASH>..<HASH> 100644
--- a/src/Mapper/AbstractMapper.php
+++ b/src/Mapper/AbstractMapper.php
@@ -199,29 +199,10 @@ abstract class AbstractMapper implements MapperInterface
$select = $this->newSelect();
$table = $this->ta... | move select-where-colsvals to Select | atlasphp_Atlas.Orm | train |
e57068e9a6df7546d1fbb76d0d02b4beaee9acc8 | diff --git a/lib/entities/tokens.js b/lib/entities/tokens.js
index <HASH>..<HASH> 100644
--- a/lib/entities/tokens.js
+++ b/lib/entities/tokens.js
@@ -10,7 +10,9 @@
var self = {},
crypto = require("../utils/crypto"),
- db = require("../db");
+ users = require("./users"),
+ db = requ... | Synced modules with bomberman. | grasshopper-cms_grasshopper-core-nodejs | train |
36b1cc80ee6980d21bc8fe5ea0f6c4fd77bd4dc8 | diff --git a/src/PlaygroundUser/Module.php b/src/PlaygroundUser/Module.php
index <HASH>..<HASH> 100644
--- a/src/PlaygroundUser/Module.php
+++ b/src/PlaygroundUser/Module.php
@@ -178,10 +178,10 @@ class Module
'invokables' => array(
'PlaygroundUser\Form\Log... | revert to saty compatible with zfcuser 2.*... | gregorybesson_PlaygroundUser | train |
d8a468ae79457e8bbfdf93189b70633fe56fe794 | diff --git a/liquibase-core/src/main/java/liquibase/diff/DiffResult.java b/liquibase-core/src/main/java/liquibase/diff/DiffResult.java
index <HASH>..<HASH> 100644
--- a/liquibase-core/src/main/java/liquibase/diff/DiffResult.java
+++ b/liquibase-core/src/main/java/liquibase/diff/DiffResult.java
@@ -6,7 +6,9 @@ import li... | CORE-<I> Multi-schema snapshot bugfixes
Improve diff report output | liquibase_liquibase | train |
8e3300b46d43941dad0acd0a644a7ea19239e145 | diff --git a/lib/action_kit_api/data_model.rb b/lib/action_kit_api/data_model.rb
index <HASH>..<HASH> 100644
--- a/lib/action_kit_api/data_model.rb
+++ b/lib/action_kit_api/data_model.rb
@@ -28,14 +28,8 @@ module ActionKitApi
call = "#{class_name}.save_or_create"
- # Debugging stuff
- if self.respo... | Issue was with differences between <I> and <I>.x instance_variables method | Democracy-for-America_ActionKitApi | train |
a7a8f2bde972d18d545323d49c64f7520161c578 | diff --git a/sentry.go b/sentry.go
index <HASH>..<HASH> 100644
--- a/sentry.go
+++ b/sentry.go
@@ -18,6 +18,7 @@ func InitSentry() {
if err != nil {
log.WithError(err).Fatal("Error creating sentry client")
}
+ log.AddHook(sentryHook{sentry, []log.Level{log.ErrorLevel, log.FatalLevel, log.PanicLevel}})
Sentry =... | Add logrus hook for sentry error reporting
Panics are our main concern when reporting to sentry, but if we have the
sentry client anyway, we might as well report other errors too. | stripe_veneur | train |
207222cc52b0d92c78744c59c5e2f2635adf0a42 | diff --git a/src/enhancer.js b/src/enhancer.js
index <HASH>..<HASH> 100644
--- a/src/enhancer.js
+++ b/src/enhancer.js
@@ -52,28 +52,20 @@ export default ({ history, matchRoute, createMatcher }: EnhancerArgs) => (
matchCache.clear();
const match = currentMatcher(location.pathname);
-
+ const payload = {
... | Include parsed query in all history listener dispatches | FormidableLabs_redux-little-router | train |
7850d1f4460f6fbcbf7b3c5ae52c23d18c5147a2 | diff --git a/lib/models/datastores/Atiaa.php b/lib/models/datastores/Atiaa.php
index <HASH>..<HASH> 100644
--- a/lib/models/datastores/Atiaa.php
+++ b/lib/models/datastores/Atiaa.php
@@ -80,7 +80,7 @@ abstract class Atiaa extends SqlDatabase
'primary_key' => array(),
'unique' => array(... | Worked on the representation of tables for descriptions with respect to their default schemas | ntentan_ntentan | train |
891c7ebce5c207c73bfcf79ecd51d58ee8fab395 | diff --git a/msvccompiler.py b/msvccompiler.py
index <HASH>..<HASH> 100644
--- a/msvccompiler.py
+++ b/msvccompiler.py
@@ -385,7 +385,7 @@ class MSVCCompiler (CCompiler) :
debug=0,
target_lang=None):
- if not self.initialized: self.initialize()
+ if not s... | Remove some more tab usage to prevent an error when run as ``python -tt``. | pypa_setuptools | train |
1eab315c75327507bf885b81de16ed7038528b66 | diff --git a/src/Sulu/Component/Webspace/Loader/XmlFileLoader.php b/src/Sulu/Component/Webspace/Loader/XmlFileLoader.php
index <HASH>..<HASH> 100644
--- a/src/Sulu/Component/Webspace/Loader/XmlFileLoader.php
+++ b/src/Sulu/Component/Webspace/Loader/XmlFileLoader.php
@@ -401,7 +401,7 @@ class XmlFileLoader extends FileL... | fixed #<I> trailing slash in defining url in webspace config | sulu_sulu | train |
3048969e83183f1093cc9260060c872fde2da57a | diff --git a/stagpy/plates.py b/stagpy/plates.py
index <HASH>..<HASH> 100644
--- a/stagpy/plates.py
+++ b/stagpy/plates.py
@@ -130,9 +130,9 @@ def _surf_diag(snap, name):
Can be a sfield, a regular scalar field evaluated at the surface,
or dv2 (which is dvphi/dphi).
"""
- isurf = _isurf(snap)
wit... | Only compute _isurf when needed in _surf_diag | StagPython_StagPy | train |
02910939fb77e2318a5485ab3fc5fe34def11acd | diff --git a/tests/test_wheel.py b/tests/test_wheel.py
index <HASH>..<HASH> 100644
--- a/tests/test_wheel.py
+++ b/tests/test_wheel.py
@@ -77,7 +77,8 @@ def test_read_invalid_wheel_extension():
file_name = os.path.join(os.path.dirname(__file__), "fixtures/twine-1.5.0.tar.gz")
with pytest.raises(
- ex... | Reword error message in wheel and wininst read (#<I>)
* Reword error message in wheel and wininst read
* Updated invalid while error msg in wheel test | pypa_twine | train |
172998ba6898cdac3e99f8e1832679ef1163cc64 | diff --git a/src/main/java/com/ning/billing/recurly/RecurlyClient.java b/src/main/java/com/ning/billing/recurly/RecurlyClient.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/ning/billing/recurly/RecurlyClient.java
+++ b/src/main/java/com/ning/billing/recurly/RecurlyClient.java
@@ -1624,6 +1624,22 @@ public cla... | Adyen pendingPurchase endpoint | killbilling_recurly-java-library | train |
0f50921e0ef3d536569b31c370ba8d66c744bde7 | diff --git a/src/main/java/org/mapdb/Bind.java b/src/main/java/org/mapdb/Bind.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mapdb/Bind.java
+++ b/src/main/java/org/mapdb/Bind.java
@@ -88,7 +88,7 @@ public final class Bind {
* @param <K> key type in map
* @param <V> value type in map
*/
- ... | Bind: fix complation error on Java 6 and 7 | jankotek_mapdb | train |
a6519f60e57a66c6452054db99353e7065362443 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
}
],
"require": {
- "symfony/css-selector": "^2.7|~3.0",
+ "tijsverkoyen/css-to-inline-styles": "^2.2",
"twig/twig": "^1.26"
},
"autoload": {
diff --git a/src/CssS... | reinserted inlinecss dependency (I have no clue what I'm doing...) | JanDC_css-from-html-extractor | train |
6061dce438cd905a716c68e337f981a3b5bc6865 | diff --git a/lib/locomotive/steam/middlewares/private_access.rb b/lib/locomotive/steam/middlewares/private_access.rb
index <HASH>..<HASH> 100644
--- a/lib/locomotive/steam/middlewares/private_access.rb
+++ b/lib/locomotive/steam/middlewares/private_access.rb
@@ -53,7 +53,7 @@ module Locomotive::Steam
<title>#{site.n... | align vertically the unlock screen form in Firefox | locomotivecms_steam | train |
8563c7a25f5e322f1d098244e2d9e5b0eebf9a67 | diff --git a/cloudflare.go b/cloudflare.go
index <HASH>..<HASH> 100644
--- a/cloudflare.go
+++ b/cloudflare.go
@@ -251,6 +251,10 @@ func (api *API) makeRequestWithAuthTypeAndHeaders(ctx context.Context, method, u
// retry if the server is rate limiting us or if it failed
// assumes server operations are rolled ba... | cloudflare: update rate limit exceeded error message
Updates the messaging when the rate limit retry policy has been
exhausted to convey the actual failure instead of the generic `could not
read response body` failure. | cloudflare_cloudflare-go | train |
f1de89c8b81b61ceee5e1ff8f4da35f9c478027d | diff --git a/bzr_exporter.py b/bzr_exporter.py
index <HASH>..<HASH> 100755
--- a/bzr_exporter.py
+++ b/bzr_exporter.py
@@ -54,7 +54,8 @@ class BzrFastExporter(object):
if self.import_marks_file:
marks_info = marks_file.import_marks(self.import_marks_file)
if marks_info is not None:
- ... | fix marks importing in fast-export | jelmer_python-fastimport | train |
527f0e011bedca321ed66fd91ab90cac3c904231 | diff --git a/lib/collection/url.js b/lib/collection/url.js
index <HASH>..<HASH> 100644
--- a/lib/collection/url.js
+++ b/lib/collection/url.js
@@ -400,7 +400,7 @@ _.assign(Url, /** @lends Url */ {
* @returns {Object}
*/
parse: function (url) {
- url = _.trim(url);
+ url = _.trimStart(url)... | Replaced _.trim() with _.trimStart() in Url.parse() | postmanlabs_postman-collection | train |
7b6541aaa2c1f44b43e52be34670c6739a1b3c82 | diff --git a/ndarray.js b/ndarray.js
index <HASH>..<HASH> 100644
--- a/ndarray.js
+++ b/ndarray.js
@@ -305,6 +305,11 @@ b"+i+"*=d\
}
function arrayDType(data) {
+ if(hasBuffer) {
+ if(Buffer.isBuffer(data)) {
+ return "buffer"
+ }
+ }
if(hasTypedArrays) {
switch(Object.prototype.toString.call(d... | added quick test case for generic arrays | scijs_ndarray | train |
8f766e575ac6e0bf743ab673dc44e605be19ba89 | diff --git a/lib/bmc-daemon-lib/logger.rb b/lib/bmc-daemon-lib/logger.rb
index <HASH>..<HASH> 100644
--- a/lib/bmc-daemon-lib/logger.rb
+++ b/lib/bmc-daemon-lib/logger.rb
@@ -56,7 +56,7 @@ module BmcDaemonLib
end
# Add details from hash
- elsif details.is_a? Hash
+ elsif details.is_a?(Hash)... | logger: also dump Hashie hashes | bmedici_bmc-daemon-lib | train |
063babcad7f9d99dc6905012115a54e9f8481ac9 | diff --git a/lib/licensee/matchers/gemspec.rb b/lib/licensee/matchers/gemspec.rb
index <HASH>..<HASH> 100644
--- a/lib/licensee/matchers/gemspec.rb
+++ b/lib/licensee/matchers/gemspec.rb
@@ -2,7 +2,8 @@ module Licensee
module Matchers
class Gemspec < Licensee::Matchers::Package
# a value is a string surr... | allow for .freeze on strings | licensee_licensee | train |
34e24ab2a1d984ea2025cca337f45fa16ea08fec | diff --git a/impl/src/main/java/org/ehcache/internal/store/heap/OnHeapStore.java b/impl/src/main/java/org/ehcache/internal/store/heap/OnHeapStore.java
index <HASH>..<HASH> 100644
--- a/impl/src/main/java/org/ehcache/internal/store/heap/OnHeapStore.java
+++ b/impl/src/main/java/org/ehcache/internal/store/heap/OnHeapStor... | Issue #<I> : Fixing fault being invalidated in case of smaller heap size | ehcache_ehcache3 | train |
fc5f6eff5d0e76d716de227db3eccf48142ba99b | diff --git a/lib/Request.js b/lib/Request.js
index <HASH>..<HASH> 100644
--- a/lib/Request.js
+++ b/lib/Request.js
@@ -107,6 +107,7 @@ Request.prototype = {
data = JSON.parse(data);
} catch (err) {
reject(err);
+ return;
} finally {
//释放当前请求数
var co... | fix: Cannot read property 'length' of undefined | yeezon_yhsd-api-node | train |
f381a108813fc477db6a395bda6a7217d0b9bb2d | diff --git a/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/director/AbstractScoreDirector.java b/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/director/AbstractScoreDirector.java
index <HASH>..<HASH> 100644
--- a/optaplanner-core/src/main/java/org/optaplanner/core/impl/score/director/A... | PLANNER-<I> Also include completedAction in the error message | kiegroup_optaplanner | train |
708f66487f8cc5282d53bb54ef4f7a63f28baa9a | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,8 @@ with open('README.rst') as f:
install_requires = [
'numpy >=1.8.1, <2.0.0',
'scipy >=0.13.3, <1.0.0',
- 'pyemd'
+ 'pyemd >=0.0.7'
]
-dependency_links = ['git+https://github.com/wmayner/pyemd.gi... | PyEMD is in the Cheeseshop now | wmayner_pyphi | train |
27666f699f0b7b35f2e3f16d4e3c72630dfd252a | diff --git a/agent/engine/docker_task_engine_test.go b/agent/engine/docker_task_engine_test.go
index <HASH>..<HASH> 100644
--- a/agent/engine/docker_task_engine_test.go
+++ b/agent/engine/docker_task_engine_test.go
@@ -470,6 +470,8 @@ func TestRemoveEvents(t *testing.T) {
eventStream <- createDockerEvent(api.Contai... | engine: fix flakey TestRemoveEvents
since we "Emit a couple of events for the task before cleanup finishes."
We should also add corresponding client.EXPECT().StopContainer() | aws_amazon-ecs-agent | train |
d5dea3879b785dfc9d0b8a3f420ac3555dfecb47 | diff --git a/dbussy.py b/dbussy.py
index <HASH>..<HASH> 100644
--- a/dbussy.py
+++ b/dbussy.py
@@ -581,7 +581,8 @@ def _get_error(error) :
#end _get_error
class Connection :
- "wrapper around a DBusConnection object."
+ "wrapper around a DBusConnection object. Do not instantiate directly; use the open" \
+ ... | more Connection stuff, including PreallocatedSend | ldo_dbussy | train |
18c04ac595674dc59348eec8c974c7006ae382e5 | diff --git a/spec/support/spec_organizer.rb b/spec/support/spec_organizer.rb
index <HASH>..<HASH> 100644
--- a/spec/support/spec_organizer.rb
+++ b/spec/support/spec_organizer.rb
@@ -17,12 +17,16 @@ class SpecOrganizer
[%r,^mongo,, :unit],
[%r,^kerberos,, :unit],
[%r,^integration/sdam_error_handling,, :s... | RUBY-<I> Run cursor reaping spec separately (#<I>) | mongodb_mongo-ruby-driver | train |
b56613793222392cd123fe5fa5a29e1de3c152fc | diff --git a/closure/goog/crypt/sha2_64bit_test.js b/closure/goog/crypt/sha2_64bit_test.js
index <HASH>..<HASH> 100644
--- a/closure/goog/crypt/sha2_64bit_test.js
+++ b/closure/goog/crypt/sha2_64bit_test.js
@@ -22,6 +22,7 @@ goog.require('goog.crypt.Sha512');
goog.require('goog.crypt.Sha512_256');
goog.require('goog.... | Disable testHashing<I> in sha2_<I>bit_test.js for IE7. It times out too often.
-------------
Created by MOE: <URL> | google_closure-library | train |
66abdf4fc899037b1d780035a3f4cabb2d634ae5 | diff --git a/Provider/BaseProvider.php b/Provider/BaseProvider.php
index <HASH>..<HASH> 100644
--- a/Provider/BaseProvider.php
+++ b/Provider/BaseProvider.php
@@ -58,6 +58,11 @@ abstract class BaseProvider implements MediaProviderInterface
protected $thumbnail;
/**
+ * @var string
+ */
+ protecte... | Added missing BaseProvider::$name property (#<I>) | sonata-project_SonataMediaBundle | train |
de6856e41ea859cf08380430f912cbf263c0f1e4 | diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php
index <HASH>..<HASH> 100644
--- a/library/WT/Controller/Individual.php
+++ b/library/WT/Controller/Individual.php
@@ -339,19 +339,23 @@ class WT_Controller_Individual extends WT_Controller_GedcomRecord {
* @return string returns ... | Show separate pending changes for fam->indi links and indi-fam links on the families tab | fisharebest_webtrees | train |
06f564717eb074242bff8b7bce34fd86e95f5cd6 | diff --git a/src/Illuminate/Support/Manager.php b/src/Illuminate/Support/Manager.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Support/Manager.php
+++ b/src/Illuminate/Support/Manager.php
@@ -57,7 +57,7 @@ abstract class Manager
$driver = $driver ?: $this->getDefaultDriver();
if (is_null($dri... | Apply fixes from StyleCI (#<I>) | laravel_framework | train |
1e00f84fbf533d59cb53fb3c08f29d0dea9efcb4 | diff --git a/src/js/selectable.js b/src/js/selectable.js
index <HASH>..<HASH> 100644
--- a/src/js/selectable.js
+++ b/src/js/selectable.js
@@ -91,17 +91,22 @@
}
if(handleResult !== true) {
that.selections[id] = isSelect ? that.selectOrder++ : false;
- ... | * fix error for 'finish' event not call sometimes. | easysoft_zui | train |
2ed469e781073879044be16c8759fe71e21a6511 | diff --git a/lib/validators.js b/lib/validators.js
index <HASH>..<HASH> 100644
--- a/lib/validators.js
+++ b/lib/validators.js
@@ -8,14 +8,10 @@ var trim = (function () {
var ws = "\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u20... | Fixing a bug in my port of the String#trim shim, and cleaning it up a bit. | caolan_forms | train |
8ca8ccc3106138235d77b476b49ec29f2c166eac | diff --git a/src/main/java/org/jboss/aesh/console/Console.java b/src/main/java/org/jboss/aesh/console/Console.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/aesh/console/Console.java
+++ b/src/main/java/org/jboss/aesh/console/Console.java
@@ -118,6 +118,8 @@ public class Console {
private Attribute... | Redirection issue. Handling input continuously can be difficult in some situations. Allowing AESH to pause processing, and only return input when the program using the library is ready, allows the redirected input to be processed as-needed. | aeshell_aesh | train |
765251dee213e953533a0e134e180128a8caff8c | diff --git a/library/src/main/java/com/qiniu/android/http/Client.java b/library/src/main/java/com/qiniu/android/http/Client.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/qiniu/android/http/Client.java
+++ b/library/src/main/java/com/qiniu/android/http/Client.java
@@ -267,7 +267,7 @@ public final clas... | [PDEX-<I>] fix the bug of upload progress callback error | qiniu_android-sdk | train |
1dfef37fb66cabaefacacf11418eef0a72d6adb5 | diff --git a/router/src/main/java/org/wisdom/router/RequestRouter.java b/router/src/main/java/org/wisdom/router/RequestRouter.java
index <HASH>..<HASH> 100644
--- a/router/src/main/java/org/wisdom/router/RequestRouter.java
+++ b/router/src/main/java/org/wisdom/router/RequestRouter.java
@@ -146,7 +146,6 @@ public class ... | [TD] major
* This block of commented-out lines of code should be removed. | wisdom-framework_wisdom | train |
b24e05b3abd2c073adb6246110934756601b6af4 | diff --git a/blockstack_cli_0.14.1/blockstack_registrar/registrar/rpc_daemon.py b/blockstack_cli_0.14.1/blockstack_registrar/registrar/rpc_daemon.py
index <HASH>..<HASH> 100644
--- a/blockstack_cli_0.14.1/blockstack_registrar/registrar/rpc_daemon.py
+++ b/blockstack_cli_0.14.1/blockstack_registrar/registrar/rpc_daemon.... | make sure current_block has a valid int value, even on rpc error | blockstack_blockstack-core | train |
6915843013820d55019015f0f644560b602b4353 | diff --git a/examples/demo.rb b/examples/demo.rb
index <HASH>..<HASH> 100644
--- a/examples/demo.rb
+++ b/examples/demo.rb
@@ -1,5 +1,6 @@
require 'rubygems'
require 'tvdbr'
+require 'active_support/all'
tvdb = Tvdbr::Client.new('YOUR_API_KEY')
@@ -27,15 +28,16 @@ series.episodes.each do |e|
puts e.name + " (S... | Require activerecord and show all updates in <I> minutes | bazaarlabs_tvdbr | train |
225b8bd945f3c4df444c81c565572ac292de0a30 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -61,45 +61,56 @@ describe('chai-immutable', function () {
describe('keys method', function () {
var mapFoobar = new Map({ foo: 1, bar: 2 });
+ var objectFoobar = { foo: 1, bar: 2 };
... | Check consistency for all tests for keys method | astorije_chai-immutable | train |
74c061bf97026d9c65b9d134fb8c3e352bdc0b81 | diff --git a/languagetool-core/src/main/java/org/languagetool/rules/patterns/UnifierConfiguration.java b/languagetool-core/src/main/java/org/languagetool/rules/patterns/UnifierConfiguration.java
index <HASH>..<HASH> 100644
--- a/languagetool-core/src/main/java/org/languagetool/rules/patterns/UnifierConfiguration.java
+... | implemented workaround for concurrent usage of the equivalenceTypes and equivalenceFeatures (Issue #<I>) | languagetool-org_languagetool | train |
93b8124b8e24567341b2beccc698e80f3e0e6896 | diff --git a/libraries/ValidForm/class.vf_element.php b/libraries/ValidForm/class.vf_element.php
index <HASH>..<HASH> 100644
--- a/libraries/ValidForm/class.vf_element.php
+++ b/libraries/ValidForm/class.vf_element.php
@@ -300,9 +300,13 @@ class VF_Element extends VF_Base {
}
} else {
if (is_array($this->... | Fixed a bug where multiple checkboxes didn't get checked when set by default.
git-svn-id: <URL> | validformbuilder_validformbuilder | train |
6b3e8ec45d2b14629aad8c5662757cb7348b664f | diff --git a/documentation/website/build.js b/documentation/website/build.js
index <HASH>..<HASH> 100644
--- a/documentation/website/build.js
+++ b/documentation/website/build.js
@@ -1,4 +1,7 @@
'use strict';
+
+// copy webfonts
+
const
{ readFileSync } = require('fs'),
{ resolve } = require('path'),
@... | docs(website): corrected missing icons | jan-molak_serenity-js | train |
41211de2d7854e27aca8e3d1eccb24352be7e915 | diff --git a/libraries/botbuilder-applicationinsights/setup.py b/libraries/botbuilder-applicationinsights/setup.py
index <HASH>..<HASH> 100644
--- a/libraries/botbuilder-applicationinsights/setup.py
+++ b/libraries/botbuilder-applicationinsights/setup.py
@@ -12,7 +12,7 @@ REQUIRES = [
]
TESTS_REQUIRES = [
"aioun... | Fix django vulnerability (#<I>) | Microsoft_botbuilder-python | train |
833e26eb2c6f43bb03f1cb16aee7fbc63f67e7aa | diff --git a/src/com/mattbertolini/hermes/MessagesProxy.java b/src/com/mattbertolini/hermes/MessagesProxy.java
index <HASH>..<HASH> 100644
--- a/src/com/mattbertolini/hermes/MessagesProxy.java
+++ b/src/com/mattbertolini/hermes/MessagesProxy.java
@@ -153,10 +153,13 @@ public class MessagesProxy extends AbstractI18nProx... | Updating the javadoc for the instantiate method. | mattbertolini_Hermes | train |
6d1349e8612c48dd41ff2c5029c02ecb5a7333e7 | diff --git a/framework/core/src/Extension/ExtensionServiceProvider.php b/framework/core/src/Extension/ExtensionServiceProvider.php
index <HASH>..<HASH> 100644
--- a/framework/core/src/Extension/ExtensionServiceProvider.php
+++ b/framework/core/src/Extension/ExtensionServiceProvider.php
@@ -27,7 +27,7 @@ class Extension... | Make site extenders run after extensions
Fixes #<I>. | flarum_core | train |
d325534a5c6b5a22861046e6cf545ee654752a9e | diff --git a/src/Illuminate/Database/Eloquent/Collection.php b/src/Illuminate/Database/Eloquent/Collection.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Database/Eloquent/Collection.php
+++ b/src/Illuminate/Database/Eloquent/Collection.php
@@ -356,14 +356,4 @@ class Collection extends BaseCollection implements Q... | [<I>] Make toBase on the base collection actually be useful (#<I>)
* Fix test: ascertain that the returned collection is not an Eloquent collection
* Make the toBase method on the base collection actually work
* Delete the toBase method on the Eloquent Collection
* Fix tests: pass expected values first | laravel_framework | train |
ee6be381170975c5d94bd2ed49244d75cea018c8 | diff --git a/util/src/main/java/org/killbill/billing/util/tag/dao/DefaultTagDefinitionDao.java b/util/src/main/java/org/killbill/billing/util/tag/dao/DefaultTagDefinitionDao.java
index <HASH>..<HASH> 100644
--- a/util/src/main/java/org/killbill/billing/util/tag/dao/DefaultTagDefinitionDao.java
+++ b/util/src/main/java/... | #<I> - Fix for `NullPointerException` when tag definition does not exist. | killbill_killbill | train |
6bbc5f7804f9cc288e1714bfa754ded8a67e55b8 | diff --git a/spinner.go b/spinner.go
index <HASH>..<HASH> 100644
--- a/spinner.go
+++ b/spinner.go
@@ -319,7 +319,6 @@ func (s *Spinner) erase() {
}
del, _ := hex.DecodeString("7f")
for _, c := range []string{
- "\r",
"\b",
string(del),
"\b", | also unnessecary for windows | briandowns_spinner | train |
0fc937810c54137c3442cea5db6799d15c6f7bc5 | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-09-28 Brian Warner <warner@lothar.com>
+ * buildbot/status/web/baseweb.py (OneBoxPerBuilder): make this page
+ respect branch= queryargs, by restricting the builds displayed to
+ those matching the ... | web: make BuildTopBox and OneBoxPerBuilder respect branch= queryargs | buildbot_buildbot | train |
3094d423c498640f01d267ca7589533f862e9ac4 | diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -90,3 +90,17 @@ if RUBY_VERSION == '1.8.1' || RUBY_VERSION == '1.8.2'
r
}
end
+
+class Array
+ # Ruby < 1.8.7 doesn'... | maint: Add Array combinations method
Ruby < <I> doesn't have this method and we're using it in a test, so
tests won't run on <I> until this is in place.
It's probably a good thing to use much in implementation since it's
written in pure Ruby when using < <I> and in C when in > <I>, but
then if you're using older Rubi... | puppetlabs_puppet | train |
9b1339150801eca78296db9088dcec580bcf334f | diff --git a/Classes/FlowQueryOperations/NeosUiDefaultNodesOperation.php b/Classes/FlowQueryOperations/NeosUiDefaultNodesOperation.php
index <HASH>..<HASH> 100644
--- a/Classes/FlowQueryOperations/NeosUiDefaultNodesOperation.php
+++ b/Classes/FlowQueryOperations/NeosUiDefaultNodesOperation.php
@@ -74,7 +74,7 @@ class N... | BUGFIX: fix refreshing of page tree with expanded nodes
$toggledNodes from the client side is an array of strings, each being a currently expanded NodeContextPath.
Thus, we cannot compare it based on the NodeAggregateIdentifier; because that's not what it is from the client side. | neos_neos-ui | train |
c325f9a7fedf8f931b2a91f79b230dc036cf09f3 | diff --git a/packet-manager_test.go b/packet-manager_test.go
index <HASH>..<HASH> 100644
--- a/packet-manager_test.go
+++ b/packet-manager_test.go
@@ -2,6 +2,7 @@ package sftp
import (
"encoding"
+ "fmt"
"sync"
"testing"
"time"
@@ -89,6 +90,19 @@ func TestPacketManager(t *testing.T) {
s.close()
}
+func ... | nicer debugging output for a few packet types | pkg_sftp | train |
03ab2ec45481f64b1599437c47e21f4a99e63ad6 | diff --git a/component.json b/component.json
index <HASH>..<HASH> 100644
--- a/component.json
+++ b/component.json
@@ -9,7 +9,6 @@
"main": "lib/index.js",
"scripts": [
"lib/index.js",
- "lib/realSetImmediate.js",
"lib/nextTick.js",
"lib/postMessage.js",
"lib/messageChannel.js",
diff --git a... | don't build with the obsolete stuff | calvinmetcalf_macrotask | train |
d1b1fee08013569e22eb8fed3db59ee06c4420d5 | diff --git a/cmd/background-newdisks-heal-ops.go b/cmd/background-newdisks-heal-ops.go
index <HASH>..<HASH> 100644
--- a/cmd/background-newdisks-heal-ops.go
+++ b/cmd/background-newdisks-heal-ops.go
@@ -118,6 +118,7 @@ func initBackgroundHealing(ctx context.Context, objAPI ObjectLayer) {
// 2. Only the node hosting t... | fix: save healing tracker right before healing (#<I>)
this change avoids a situation where accidentally
if the user deleted the healing tracker or drives
were replaced again within the <I>sec window. | minio_minio | train |
0cc2e14861872731019f00e8c9b2127213504cba | diff --git a/src/main/resources/META-INF/resources/primefaces/overlaypanel/overlaypanel.js b/src/main/resources/META-INF/resources/primefaces/overlaypanel/overlaypanel.js
index <HASH>..<HASH> 100644
--- a/src/main/resources/META-INF/resources/primefaces/overlaypanel/overlaypanel.js
+++ b/src/main/resources/META-INF/res... | OverlayPanel refactor | primefaces_primefaces | train |
74446db177b925792c03efff5afd4c4ca57a1c73 | diff --git a/Components/Queues/Drivers/StompQueueDriver.php b/Components/Queues/Drivers/StompQueueDriver.php
index <HASH>..<HASH> 100644
--- a/Components/Queues/Drivers/StompQueueDriver.php
+++ b/Components/Queues/Drivers/StompQueueDriver.php
@@ -234,6 +234,8 @@ class StompQueueDriver extends Service implements QueueDr... | Add disconnect when unsubscribing | smartboxgroup_integration-framework-bundle | train |
20a02dddeecef0d134737fbc8b30947381ec753d | diff --git a/src/SilexCMS/Page/DynamicPage.php b/src/SilexCMS/Page/DynamicPage.php
index <HASH>..<HASH> 100644
--- a/src/SilexCMS/Page/DynamicPage.php
+++ b/src/SilexCMS/Page/DynamicPage.php
@@ -39,6 +39,7 @@ class DynamicPage implements ServiceProviderInterface
$app->get($route, function (Application $app, ... | - added route_params in silex.dynamic.route | Wisembly_SilexCMS | train |
f999acddabf22569b607f82f484cebbbceaf4694 | diff --git a/mpd/base.py b/mpd/base.py
index <HASH>..<HASH> 100644
--- a/mpd/base.py
+++ b/mpd/base.py
@@ -427,7 +427,6 @@ class MPDClient(MPDClientBase):
self._pending = []
self._iterating = False
self._sock = None
- self._rfile = _NotConnected()
self._rbfile = _NotConnected(... | Removed MPDClient binary/text file distinction
All operations now use a binary mode file, and decode as needed | Mic92_python-mpd2 | train |
c488e259f456348801217e8ea16cc57b12d62ab1 | diff --git a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Indexer.php b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Indexer.php
index <HASH>..<HASH> 100644
--- a/lib/Alchemy/Phrasea/SearchEngine/Elastic/Indexer.php
+++ b/lib/Alchemy/Phrasea/SearchEngine/Elastic/Indexer.php
@@ -21,7 +21,7 @@ use igorw;
class Indexer
{
- ... | Fix the refresh interval not resseting to the original value | alchemy-fr_Phraseanet | train |
4763cae0738c882a24a7b0abdb8d21ba4c187215 | diff --git a/pythran/backend.py b/pythran/backend.py
index <HASH>..<HASH> 100644
--- a/pythran/backend.py
+++ b/pythran/backend.py
@@ -577,10 +577,11 @@ class Cxx(Backend):
def visit_Print(self, node):
values = [self.visit(n) for n in node.values]
- return Statement("print{0}({1})".format(
+ ... | Fix bad OpenMP directive processing for print
The directive was correctly parsed and attached to the node, but not
pretty-printed. | serge-sans-paille_pythran | train |
8dcf2b69bb2a44af08f4fa822fa591f08639a4cc | diff --git a/lib/rom/header.rb b/lib/rom/header.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/header.rb
+++ b/lib/rom/header.rb
@@ -116,6 +116,10 @@ module ROM
by_type(Wrap)
end
+ # Return all Combined attributes
+ #
+ # @return [Array<Combined>]
+ #
# @api private
def combined
... | Add docs for list of combined attributes | rom-rb_rom | train |
a086b609b5b06ff8fd988edc23b58dea429b0a0b | diff --git a/src/Invoice.php b/src/Invoice.php
index <HASH>..<HASH> 100644
--- a/src/Invoice.php
+++ b/src/Invoice.php
@@ -2,8 +2,8 @@
namespace Laravel\Cashier;
-use DOMPDF;
use Carbon\Carbon;
+use Dompdf\Dompdf;
use Illuminate\Support\Facades\View;
use Symfony\Component\HttpFoundation\Response;
use Braintree... | Fix Dompdf call, when creating invoices. | laravel_cashier-braintree | train |
f186f0157473c39067bf63d99f86d3043b05c466 | diff --git a/python/ccxt/base/exchange.py b/python/ccxt/base/exchange.py
index <HASH>..<HASH> 100644
--- a/python/ccxt/base/exchange.py
+++ b/python/ccxt/base/exchange.py
@@ -1467,10 +1467,11 @@ class Exchange(object):
array = self.to_array(data)
result = []
for item in array:
- if... | exchange.py parse_ledger edits | ccxt_ccxt | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.