hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
638384d173b1a460ab688cceedd431afc3c75c22 | diff --git a/azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/CreationSource.java b/azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/CreationSource.java
index <HASH>..<HASH> 100644
--- a/azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/CreationSource.... | Fixing existing bug associated with finding source-id of a snapshot | Azure_azure-sdk-for-java | train |
f3ef3651ae9f30089ee6f136d5e654806357d130 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,6 @@ setup(
'capstone>=3.0.5rc2',
'cooldict',
'dpkt',
- 'futures; python_version == "2.7"',
'mulpyplexer',
'networkx>=2.0',
'progressbar', | Remove broken dependency
* [futures](<URL>) is a backport to Python2
of the `concurrent.futures` module in the Python3 standard library;
* And angr does not support Python2 anymore. | angr_angr | train |
30b1106fa15a9df1e636b31e88139e03f81272d2 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/constants.js b/packages/node_modules/@webex/plugin-meetings/src/constants.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/constants.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/constants.js
@@ -817,7 +817,7 ... | feat(meetings): add quality param to setMaxFs | webex_spark-js-sdk | train |
10b273673e3155ab2443f3a5051941a1e5818422 | diff --git a/lxd/network/acl/driver_common.go b/lxd/network/acl/driver_common.go
index <HASH>..<HASH> 100644
--- a/lxd/network/acl/driver_common.go
+++ b/lxd/network/acl/driver_common.go
@@ -28,8 +28,13 @@ const ruleDirectionIngress ruleDirection = "ingress"
const ruleDirectionEgress ruleDirection = "egress"
// Def... | lxd/network/acl/driver/common: Deprecates #internal and #external subjects and replaces them with @internal and @external
This is to avoid confusion wit YAML parser that treats # as a comment and can result in removing rule subjects when editing ruleset in a YAML editor. | lxc_lxd | train |
43b4f12ce65b653e2eef42a3847d67fb615dbb25 | diff --git a/Makefile b/Makefile
index <HASH>..<HASH> 100644
--- a/Makefile
+++ b/Makefile
@@ -64,3 +64,11 @@ test_quality: ## Run Quality checks
pylint submissions
isort --check-only --recursive submissions manage.py setup.py settings.py
pycodestyle . --config=pycodestyle
+
+##################
+#Devstack command... | add makefile command and admin tools (#<I>)
* add makefile command and admin tools
* fixup! add makefile command and admin tools
* add inline for individual submissions
* add inline comment | edx_edx-submissions | train |
639e2030ece4057cec8355ac014d752dbd93cdd4 | diff --git a/amazon_dash/tests/test_wifi.py b/amazon_dash/tests/test_wifi.py
index <HASH>..<HASH> 100644
--- a/amazon_dash/tests/test_wifi.py
+++ b/amazon_dash/tests/test_wifi.py
@@ -1,10 +1,12 @@
import unittest
+from subprocess import CalledProcessError
from unittest.mock import patch
import requests_mock
fro... | Issue #<I>: Amazon abandoned Dash Buttons (functions) | Nekmo_amazon-dash | train |
831bd67584e97e98a6aac0aa773696cf66a8302a | diff --git a/src/special/bin.js b/src/special/bin.js
index <HASH>..<HASH> 100644
--- a/src/special/bin.js
+++ b/src/special/bin.js
@@ -1,12 +1,9 @@
import path from 'path';
+import lodash from 'lodash';
import getScripts from '../utils/get-scripts';
const metadataCache = {};
-function toKeyValuePair(object) {
- ... | Refine the bin special parser logic.
- Make more meaningful functions.
- Make less functions.
- Leverage lodash to simplify the operations. | depcheck_depcheck | train |
93aefe8300d7bc8ee495b5531402c9d2d7fec435 | diff --git a/lib/commands/create/block.js b/lib/commands/create/block.js
index <HASH>..<HASH> 100644
--- a/lib/commands/create/block.js
+++ b/lib/commands/create/block.js
@@ -26,7 +26,7 @@ module.exports = function() {
return Q.all(args.names.map(function(name) {
return Q.all(context.get... | Maintain backwards compatibility:
- rename `Tech.create()` to `Tech.createByDecl()`
- rename `Tech._create()` to `Tech.create()` | bem-archive_bem-tools | train |
3bbc6537155ab297d3985d126cb112a2b6c44b72 | diff --git a/src/Ballybran/Routing/Router/RouteMiddleware.php b/src/Ballybran/Routing/Router/RouteMiddleware.php
index <HASH>..<HASH> 100644
--- a/src/Ballybran/Routing/Router/RouteMiddleware.php
+++ b/src/Ballybran/Routing/Router/RouteMiddleware.php
@@ -274,13 +274,13 @@ class RouteMiddleware {
{
foreach... | Update RouteMiddleware.php | knut7_framework | train |
faa6f27c6a5b17fb0a3987112d9e8f5fcfbef6b8 | diff --git a/core/src/main/java/com/orientechnologies/orient/core/db/OrientDB.java b/core/src/main/java/com/orientechnologies/orient/core/db/OrientDB.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/orientechnologies/orient/core/db/OrientDB.java
+++ b/core/src/main/java/com/orientechnologies/orient/core/db... | Add API for server-level script execution | orientechnologies_orientdb | train |
5f25553b0db75a750c6bc2d4d355c9f10d315fc1 | diff --git a/models/publickey.go b/models/publickey.go
index <HASH>..<HASH> 100644
--- a/models/publickey.go
+++ b/models/publickey.go
@@ -123,7 +123,7 @@ var minimumKeySizes = map[string]int{
"(NTRU)": 1087,
"(MCE)": 1702,
"(McE)": 1702,
- "(RSA)": 2048,
+ "(RSA)": 1024,
"(DSA)": 1024,
... | Modify minimumKeySize of RSA to <I> for old keys. | gogs_gogs | train |
0ec525688332812181c8a79bd5105e4c8c8b33c9 | diff --git a/lib/jsonapi/resource_serializer.rb b/lib/jsonapi/resource_serializer.rb
index <HASH>..<HASH> 100644
--- a/lib/jsonapi/resource_serializer.rb
+++ b/lib/jsonapi/resource_serializer.rb
@@ -166,11 +166,11 @@ module JSONAPI
if included_associations.include? name
ia = requested_associations.i... | Rename include_linked_object => include_linkage | cerebris_jsonapi-resources | train |
2bb387350cda5bdf4bb11eb6fc5d68d348fb76ee | diff --git a/skosprovider/utils.py b/skosprovider/utils.py
index <HASH>..<HASH> 100644
--- a/skosprovider/utils.py
+++ b/skosprovider/utils.py
@@ -27,6 +27,7 @@ def dict_dumper(provider):
c = provider.get_by_id(stuff['id'])
labels = [l.__dict__ for l in c.labels]
notes = [n.__dict__ for n in ... | Dump soucres to dict. Refs #<I> | koenedaele_skosprovider | train |
55e195cdf2f19c3f36007b72c1a9093dd9b0ebdb | diff --git a/pymysql/_auth.py b/pymysql/_auth.py
index <HASH>..<HASH> 100644
--- a/pymysql/_auth.py
+++ b/pymysql/_auth.py
@@ -4,6 +4,8 @@ Implements auth methods
from ._compat import text_type, PY2
from .constants import CLIENT
from .err import OperationalError
+from .util import byte2int, int2byte
+
from crypto... | Fix old password support (#<I>) | PyMySQL_PyMySQL | train |
01f36fc4798eeaf50a2ea8ae3624290b63ccbb2f | diff --git a/gherkin/ruby/bin/gherkin b/gherkin/ruby/bin/gherkin
index <HASH>..<HASH> 100755
--- a/gherkin/ruby/bin/gherkin
+++ b/gherkin/ruby/bin/gherkin
@@ -30,7 +30,7 @@ OptionParser.new do |opts|
options[:format] = v
end
opts.on("--predictable-ids", "Generate incrementing ids rather than UUIDs") do |v|
-... | Remove option `predictable-ids` in `ParserMessageStream` in favor of ìd-generator`
The option is still available in the command line option. | cucumber_cucumber | train |
fcb4017fa922d73bbbe491f9288d40332fd1bec9 | diff --git a/src/Driver/Mysqli/Connection.php b/src/Driver/Mysqli/Connection.php
index <HASH>..<HASH> 100644
--- a/src/Driver/Mysqli/Connection.php
+++ b/src/Driver/Mysqli/Connection.php
@@ -169,7 +169,7 @@ final class Connection implements ServerInfoAwareConnection
*/
public function beginTransaction()
... | Use the driver API to begin a transaction on mysqli | doctrine_dbal | train |
40156e085c446d04184cd49024cb6e64a7083c56 | diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
+++ b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/UserMenu.js
@... | Bug <I> - Provide link to user settings under user icon at top right | eclipse_orion.client | train |
457d70954a1c29db3c7251f06d68abe91eff52eb | diff --git a/messages.go b/messages.go
index <HASH>..<HASH> 100644
--- a/messages.go
+++ b/messages.go
@@ -256,7 +256,7 @@ func writeQueryMsg(buf *pool.WriteBuffer, fmter orm.QueryFormatter, query interf
func appendQuery(dst []byte, fmter orm.QueryFormatter, query interface{}, params ...interface{}) ([]byte, error) {
... | Simplify QueryAppender interface. | go-pg_pg | train |
a46e20f92ae33d2481c187fdd776e6b3e2c1939f | diff --git a/tools/functional-tester/etcd-tester/stresser.go b/tools/functional-tester/etcd-tester/stresser.go
index <HASH>..<HASH> 100644
--- a/tools/functional-tester/etcd-tester/stresser.go
+++ b/tools/functional-tester/etcd-tester/stresser.go
@@ -57,6 +57,7 @@ type stresser struct {
success int
cancel func()
... | etcd-tester: close gRPC connection when canceling
Currently gRPC connection just gets recreated
for every Stress call. When Stress ends or gets
canceled, gRPC connection must also be closed.
For <URL> | etcd-io_etcd | train |
618fd77ed1b0b91c85acf3975cbfb1852bb94935 | diff --git a/lib/ota/common.js b/lib/ota/common.js
index <HASH>..<HASH> 100644
--- a/lib/ota/common.js
+++ b/lib/ota/common.js
@@ -385,11 +385,9 @@ async function updateToLatest(device, logger, onProgress, getNewImage, getImageM
endpoint.commandResponse('genOta', 'upgradeEndResponse', payload).then(
... | Remove OTA finished delay (#<I>)
* Refactor sendWhen
* dump | Koenkk_zigbee-shepherd-converters | train |
0b8ccad37abd193855aa87492884d1a868699d57 | diff --git a/go/cmd/vttablet/healthz.go b/go/cmd/vttablet/healthz.go
index <HASH>..<HASH> 100644
--- a/go/cmd/vttablet/healthz.go
+++ b/go/cmd/vttablet/healthz.go
@@ -17,7 +17,7 @@ var okMessage = []byte("ok\n")
func init() {
servenv.OnRun(func() {
http.Handle("/healthz", http.HandlerFunc(func(rw http.ResponseWri... | Saving replicaton delay in agent, and fixing a comment. | vitessio_vitess | train |
22ff7802008deba86666bb8b2bb3c5af2f555144 | diff --git a/uni_form/tests/tests.py b/uni_form/tests/tests.py
index <HASH>..<HASH> 100644
--- a/uni_form/tests/tests.py
+++ b/uni_form/tests/tests.py
@@ -477,7 +477,7 @@ class TestFormLayout(TestCase):
self.assertTrue('name="save"' in html)
self.assertTrue('id="custom-div"' in html)
self.ass... | Updating tests, now we only display the layout strictly | django-crispy-forms_django-crispy-forms | train |
5be33c01238870a66c608fed4ece3fbc43069a51 | diff --git a/lib/apply-properties.js b/lib/apply-properties.js
index <HASH>..<HASH> 100644
--- a/lib/apply-properties.js
+++ b/lib/apply-properties.js
@@ -62,8 +62,19 @@ function applyProperties (target, properties, data) {
}
}
- if (classList.getLength()) {
+ if (containsObservables(classList)) {
data... | html-element: don't bind to classList unless contains observerables | mmckegg_mutant | train |
24b11de8952b9dee30ab2acec7d9a9321db43f3b | diff --git a/lib/Bitbucket/API/Http/Client.php b/lib/Bitbucket/API/Http/Client.php
index <HASH>..<HASH> 100644
--- a/lib/Bitbucket/API/Http/Client.php
+++ b/lib/Bitbucket/API/Http/Client.php
@@ -33,7 +33,7 @@ class Client implements ClientInterface
'api_versions' => array('1.0', '2.0'), // supported versi... | bumped version to <I> | gentlero_bitbucket-api | train |
83d37f704a5ccf2d659b9c6239b92d778c373f0a | diff --git a/presto-main/src/main/java/com/facebook/presto/operator/PipelineContext.java b/presto-main/src/main/java/com/facebook/presto/operator/PipelineContext.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/operator/PipelineContext.java
+++ b/presto-main/src/main/java/com/faceboo... | Remove workaround for ConcurrentMap.compute
We have been using java 8 features for a long time, so we can remove this
workaround from PipelineContext. | prestodb_presto | train |
28bf5a4780d2f14591ea0b3bfc422ea53f58ebe9 | diff --git a/src/Interfaces/UploadedFileInterface.php b/src/Interfaces/UploadedFileInterface.php
index <HASH>..<HASH> 100644
--- a/src/Interfaces/UploadedFileInterface.php
+++ b/src/Interfaces/UploadedFileInterface.php
@@ -33,4 +33,13 @@ interface UploadedFileInterface
* @return FilePathInterface The path to the ... | Add getSize method to UploadedFile | themichaelhall_bluemvc-core | train |
90f28dacbd3416766e0ed91f4608cd485ac4c3fe | diff --git a/example/mounts/rails_app/log/development.log b/example/mounts/rails_app/log/development.log
index <HASH>..<HASH> 100644
--- a/example/mounts/rails_app/log/development.log
+++ b/example/mounts/rails_app/log/development.log
@@ -363,3 +363,8 @@ Rendering rescues/layout (not_found)
Processing FooController#in... | Changes stack building to use bootloaders | hassox_pancake | train |
dc14d8041bbe9915a3ae56c927ab103760612813 | diff --git a/pymbar/bar.py b/pymbar/bar.py
index <HASH>..<HASH> 100644
--- a/pymbar/bar.py
+++ b/pymbar/bar.py
@@ -80,6 +80,7 @@ def BARzero(w_F,w_R,DeltaF):
"""
+ numpy.seterr(over='raise') # raise exceptions to overflows
w_F = numpy.array(w_F, numpy.float64)
w_R = numpy.array(w_R, numpy.float64... | Changed a warning in BAR to an error + added handling
Overflow in the solution to the BAR equations is now
caught so we can handle it explicitly. | choderalab_pymbar | train |
a8851e0549c32483201f6d9f7bbd00e1b2c60e46 | diff --git a/tests/OldPreFilterTest.php b/tests/OldPreFilterTest.php
index <HASH>..<HASH> 100644
--- a/tests/OldPreFilterTest.php
+++ b/tests/OldPreFilterTest.php
@@ -15,7 +15,7 @@
require_once dirname(__FILE__)."/config.php";
-class MyPreFilter implements PHPTAL_Filter
+class OldMyPreFilter implements PHPTAL_Filt... | Renamed old prefilter test classes to avoid collision with new tests | phptal_PHPTAL | train |
13c0322b40f4bf73f524abb958048ec940dbfa24 | diff --git a/h2o-algos/src/main/java/hex/glm/GLMModel.java b/h2o-algos/src/main/java/hex/glm/GLMModel.java
index <HASH>..<HASH> 100755
--- a/h2o-algos/src/main/java/hex/glm/GLMModel.java
+++ b/h2o-algos/src/main/java/hex/glm/GLMModel.java
@@ -1119,7 +1119,7 @@ public class GLMModel extends Model<GLMModel,GLMModel.GLMPa... | PUBDEV-<I>: Stacked Ensembles can fail with GLM metalearner | h2oai_h2o-3 | train |
a381d0216ff304f6263c30d47d0b75d81f9ff385 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -183,8 +183,10 @@ function getCanonicalNamePlain(loader, normalized, isPlugin) {
return p;
// support trailing / in paths rules
- else if (normalized.substr(0, curPath.length - 1) == curPath.su... | fix canonicalization to handle non-wildcard paths | systemjs_builder | train |
8e01c0f20c622445b792caf96a496e62c2a47292 | diff --git a/lib/Models/ImageryLayerCatalogItem.js b/lib/Models/ImageryLayerCatalogItem.js
index <HASH>..<HASH> 100644
--- a/lib/Models/ImageryLayerCatalogItem.js
+++ b/lib/Models/ImageryLayerCatalogItem.js
@@ -735,10 +735,10 @@ function _setClockCurrentTime(catalogItem)
switch(initialTimeSource)
{
c... | [TerriaJS/geoglam-nm#<I>] ImageryLayerCatalogItem: Fix a bug that means that the stopTime and currentTime become the same instance.
Have also updated for the startTime since via inspection it appears that this will suffer from the same issue. | TerriaJS_terriajs | train |
d4288088517dfdd149111fc3abf289061e9aac02 | diff --git a/lib/byebug.rb b/lib/byebug.rb
index <HASH>..<HASH> 100644
--- a/lib/byebug.rb
+++ b/lib/byebug.rb
@@ -267,3 +267,29 @@ module Kernel
end
alias breakpoint byebug unless respond_to?(:breakpoint)
end
+
+module Rails
+ module Rack
+ class Debugger
+ def initialize(app)
+ @app = app
+
+ ... | Now byebug plays nice with Rails debugging flag
Regarding issue #2. | deivid-rodriguez_byebug | train |
b61b6f194224adc0e8bf32a1906f02e13462f75b | diff --git a/tests/unittest_builder.py b/tests/unittest_builder.py
index <HASH>..<HASH> 100644
--- a/tests/unittest_builder.py
+++ b/tests/unittest_builder.py
@@ -30,7 +30,7 @@ import unittest
import pytest
-from astroid import Instance, builder, manager, nodes, test_utils, util
+from astroid import Instance, buil... | Refactor builder tests to use a separate AstroidManager instance | PyCQA_astroid | train |
66c69884eee7c81fadcc8ace7992a52af3c80a98 | diff --git a/rpc_string_parser.php b/rpc_string_parser.php
index <HASH>..<HASH> 100644
--- a/rpc_string_parser.php
+++ b/rpc_string_parser.php
@@ -97,11 +97,14 @@ function TryExtractParams( $str, $support_array = false)
else if ($ch == ']' && !$mode)
{
$nested--;
+ echo "NESTING: $nested";
+ ... | Nested arrays in debug mode | phoxy_phoxy | train |
0011322659a0278d33fc3187ae3ce9b334034866 | diff --git a/spec/controllers/spree/admin/users_controller_spec.rb b/spec/controllers/spree/admin/users_controller_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/controllers/spree/admin/users_controller_spec.rb
+++ b/spec/controllers/spree/admin/users_controller_spec.rb
@@ -1,40 +1,41 @@
require 'spec_helper'
+require... | Fix user + role creation in users_controller_spec | spree_spree_auth_devise | train |
bc10263b423d5e0680b349ce62bf3f3cd2cd351b | diff --git a/lib/dialect/postgres.js b/lib/dialect/postgres.js
index <HASH>..<HASH> 100644
--- a/lib/dialect/postgres.js
+++ b/lib/dialect/postgres.js
@@ -41,9 +41,10 @@ Postgres.prototype._getParameterValue = function(value, quoteChar) {
} else if ('object' === typeof value) {
if (_.isArray(value)) {
//... | Alias 'this' because we're in a closure | brianc_node-sql | train |
a101dd70d10154e46c030c874a94ce2fe6444ac2 | diff --git a/lib/resque_unit_scheduler.rb b/lib/resque_unit_scheduler.rb
index <HASH>..<HASH> 100644
--- a/lib/resque_unit_scheduler.rb
+++ b/lib/resque_unit_scheduler.rb
@@ -1,7 +1,14 @@
require 'resque_unit/scheduler'
require 'resque_unit/scheduler_assertions'
-Test::Unit::TestCase.send(:include, ResqueUnit::Sche... | Support renamed module and class in Minitest 5
This was already done for resque_unit, but still needed to be done for
resque_unit_scheduler. | justinweiss_resque_unit | train |
5601e7942206a8f5aa63b9b20fd8bac3212b926d | diff --git a/server/src/site/js/orientdb-api.js b/server/src/site/js/orientdb-api.js
index <HASH>..<HASH> 100644
--- a/server/src/site/js/orientdb-api.js
+++ b/server/src/site/js/orientdb-api.js
@@ -674,7 +674,9 @@ function ODatabase(databasePath) {
}
}
return o;
- }, ODatabase.prototype.URLDecode = functi... | Fixed JS function responsible of decode | orientechnologies_orientdb | train |
0cd21ab5dced1ae48bca47ffe7d9b636b431ff3d | diff --git a/RELEASE.rst b/RELEASE.rst
index <HASH>..<HASH> 100644
--- a/RELEASE.rst
+++ b/RELEASE.rst
@@ -31,6 +31,7 @@ pandas 0.8.1
- Handle TypeError issues inside PyObject_RichCompareBool calls in khash
(#1318)
+ - Fix resampling bug to lower case daily frequency (#1588)
pandas 0.8.0
============
dif... | BUG: fix resampling bug with lowercase daily freq close #<I> | pandas-dev_pandas | train |
e7435c259624506b5867e186f4a4a8b268682f2e | diff --git a/lib/bpl/analysis/modifies_correction.rb b/lib/bpl/analysis/modifies_correction.rb
index <HASH>..<HASH> 100644
--- a/lib/bpl/analysis/modifies_correction.rb
+++ b/lib/bpl/analysis/modifies_correction.rb
@@ -19,7 +19,7 @@ module Bpl
proc.each do |elem|
case elem
when StorageIde... | Fixes for 2 subtle modifies calculation problems. | michael-emmi_bam-bam-boogieman | train |
5ccfa982e279be3c20799d6fe29b5bf957f88179 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,26 +1,26 @@
# -*- encoding: utf-8 -*-
-gem 'minitest'
+gem "minitest"
if ENV["CODECLIMATE_REPO_TOKEN"]
require "codeclimate-test-reporter"
CodeClimate::TestReporter.st... | Refactor spec_helper methods for complexity (style). | fnichol_emeril | train |
48a7adcc19fc75f3941a614d330d0040a1aca039 | diff --git a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/TaskQueryImpl.java b/modules/activiti-engine/src/main/java/org/activiti/engine/impl/TaskQueryImpl.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/main/java/org/activiti/engine/impl/TaskQueryImpl.java
+++ b/modules/activiti-en... | Added TODO for discussion of internal usage of IdentitySession | Activiti_Activiti | train |
8127a823fc2f96f2f51494e4f1836e3236cfb377 | diff --git a/CHANGES.md b/CHANGES.md
index <HASH>..<HASH> 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,7 +8,9 @@ The released versions correspond to PyPi releases.
(see [#526](../../issues/526))
* Make sure filesystem modules in `pathlib` are patched
(see [#527](../../issues/527))
-
+ * Make sure th... | Correctly handle alternative path separators in path resolving
- fixes #<I> | jmcgeheeiv_pyfakefs | train |
e9e87ca9825753dc5dd60db399a8a6647f006864 | diff --git a/tests/test_vega.py b/tests/test_vega.py
index <HASH>..<HASH> 100644
--- a/tests/test_vega.py
+++ b/tests/test_vega.py
@@ -56,6 +56,10 @@ def test_keyed_list():
key_list['test_2'] = test_key_2
nt.assert_equal(key_list['test_2'], test_key_2)
+ mirror_key_2 = TestKey(name='test_2')
+ key_lis... | One last KeyedList change. Need to read coverage report more closely | wrobstory_vincent | train |
fdf0af20eb9583e2178babcd7e289f87ca30af1b | diff --git a/lib/oauth2.js b/lib/oauth2.js
index <HASH>..<HASH> 100755
--- a/lib/oauth2.js
+++ b/lib/oauth2.js
@@ -97,6 +97,8 @@ Strategy.prototype.makeRequest = function makeRequest(options, done) {
JSON.stringify(options.body || {}),
null,
function (err, body) {
+ debug(err);
+
... | 🛠 Ignition <I>
- be able to receive JSONAPI error format with the help of Ignition
- ensure we can receive both formats: JSONAPI and flat internal error | TryGhost_passport-ghost | train |
f62d992be7253cebc744fd03c6687de80679af81 | diff --git a/test/e2e/api/admin/state.e2e.test.js b/test/e2e/api/admin/state.e2e.test.js
index <HASH>..<HASH> 100644
--- a/test/e2e/api/admin/state.e2e.test.js
+++ b/test/e2e/api/admin/state.e2e.test.js
@@ -59,6 +59,7 @@ test.serial('does not not accept gibberish', async t => {
.then(destroy);
});
+/* debug... | chore: debugging travis by ignoring import tests | Unleash_unleash | train |
8b49d9e2a94c1c8bf36d2ff206ef68acf5a62936 | diff --git a/lib/agent.js b/lib/agent.js
index <HASH>..<HASH> 100644
--- a/lib/agent.js
+++ b/lib/agent.js
@@ -18,12 +18,14 @@ module.exports = TestAgent;
* Initialize a new `TestAgent`.
*
* @param {Function|Server} app
+ * @param {Object} options
* @api public
*/
-function TestAgent(app){
- if (!(this ins... | Allow TestAgent pass a CA to request | visionmedia_supertest | train |
d55ccad4fbd0b9587a8aafe009c815879bca0529 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -277,6 +277,7 @@ AwsHelper.Logger = function (tags) {
return log;
};
+/* istanbul ignore next */
process.on('uncaughtException', function (err) {
var log = AwsHelper.log;
if (Object.keys(AwsHelper.... | Ignore difficult to test code block | numo-labs_aws-lambda-helper | train |
bf919b5202a22c835f00b921fcc22f4b519a822a | diff --git a/lib/excon/connection.rb b/lib/excon/connection.rb
index <HASH>..<HASH> 100644
--- a/lib/excon/connection.rb
+++ b/lib/excon/connection.rb
@@ -67,7 +67,7 @@ module Excon
when nil
request << key.to_s << '&'
when Array
- values.each do |value|
+ ... | Reverting from Array#each to for loop for speed | excon_excon | train |
226ae74a01f509e61d2897ca3c98451671dfa237 | diff --git a/modules/openy_features/openy_node/modules/openy_node_alert/js/openy_node_alert.js b/modules/openy_features/openy_node/modules/openy_node_alert/js/openy_node_alert.js
index <HASH>..<HASH> 100644
--- a/modules/openy_features/openy_node/modules/openy_node_alert/js/openy_node_alert.js
+++ b/modules/openy_featu... | Updating alert JS to remove aria-describedby | ymcatwincities_openy | train |
fced51ee20e6fca30724d707aa6249395988905f | diff --git a/lib/components/mobile/search-screen.js b/lib/components/mobile/search-screen.js
index <HASH>..<HASH> 100644
--- a/lib/components/mobile/search-screen.js
+++ b/lib/components/mobile/search-screen.js
@@ -61,9 +61,9 @@ class MobileSearchScreen extends Component {
showClearButton={false}
... | fix(form): Disable switch button in mobile (temporary) | opentripplanner_otp-react-redux | train |
ebd894fbbf9dd27d510299bcb0aaa3f47d3d479a | diff --git a/src/Conversions/Conversion.php b/src/Conversions/Conversion.php
index <HASH>..<HASH> 100644
--- a/src/Conversions/Conversion.php
+++ b/src/Conversions/Conversion.php
@@ -13,7 +13,7 @@ class Conversion
protected ConversionFileNamer $conversionFileNamer;
- protected int $extractVideoFrameAtSecond... | Use float for extractVideoFrameAtSecond (#<I>) | spatie_laravel-medialibrary | train |
6544e6c02a68cb3d383e42be3a82f04c0c9aed9d | diff --git a/bundles/org.eclipse.orion.client.core/web/orion/siteUtils.js b/bundles/org.eclipse.orion.client.core/web/orion/siteUtils.js
index <HASH>..<HASH> 100644
--- a/bundles/org.eclipse.orion.client.core/web/orion/siteUtils.js
+++ b/bundles/org.eclipse.orion.client.core/web/orion/siteUtils.js
@@ -122,6 +122,7 @@ d... | Bug <I> - [sites] toolbar commands don't work in site editor | eclipse_orion.client | train |
5d3f64258551ca36f12c673034ac2443f67ddc1f | diff --git a/terraform/context_apply_test.go b/terraform/context_apply_test.go
index <HASH>..<HASH> 100644
--- a/terraform/context_apply_test.go
+++ b/terraform/context_apply_test.go
@@ -6221,7 +6221,7 @@ func TestContext2Apply_destroyNestedModule(t *testing.T) {
// Test that things were destroyed
actual := strin... | core: Fix TestContext2Apply_destroyNestedModule
Our string representation of state for testing now returns "<no state>"
when empty, rather than the empty string. | hashicorp_terraform | train |
64261ea653d642a75db5838430d3ba25ed6a3894 | diff --git a/icy/icy.py b/icy/icy.py
index <HASH>..<HASH> 100644
--- a/icy/icy.py
+++ b/icy/icy.py
@@ -134,7 +134,7 @@ def to_df(obj, cfg={}, raise_on_error=True, silent=False, verbose=False):
if not raise_on_error:
try:
return to_df(obj=obj, cfg=cfg, raise_on_error=True)
- except (pd.... | explicitly handle IOError exception raised in to_df | jorahn_icy | train |
4d7b0861d8ec93ac181999934fa0a6be457b3f5d | diff --git a/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settings.yml b/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settings.yml
index <HASH>..<HASH> 100644
--- a/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settings.yml
+++ b/eZ/Bundle/EzPublishCoreBundle/Resources/config/default_settin... | EZP-<I> - Root location, first implementation at router level | ezsystems_ezpublish-kernel | train |
f94703da4e3dcff1065b9ba3133b617cc091ff54 | diff --git a/cart/tests.py b/cart/tests.py
index <HASH>..<HASH> 100644
--- a/cart/tests.py
+++ b/cart/tests.py
@@ -5,7 +5,7 @@ import datetime
from decimal import Decimal
from django.http import HttpRequest
-from cart import Cart as CartManager
+from cart import CartProxy
class CartAndItemModelsTestCase(TestCa... | Refactoring tests in order to use CartProxy | angvp_django-changuito | train |
991c87349640b2f31db82c53e0470e731d8f825d | diff --git a/public/js/chrome/splitter.js b/public/js/chrome/splitter.js
index <HASH>..<HASH> 100644
--- a/public/js/chrome/splitter.js
+++ b/public/js/chrome/splitter.js
@@ -132,7 +132,8 @@
localStorage.setItem('splitterSettings', JSON.stringify(splitterSettings));
// wait until animations have com... | Splitter movement back to <I>fps
![<URL>) helps to check these things!
Turns out I was setting off a redundant timer on mousemove. | jsbin_jsbin | train |
03936a1468af4aa12acbc59e6be354e30ed0cc81 | diff --git a/chef/spec/unit/provider/file_spec.rb b/chef/spec/unit/provider/file_spec.rb
index <HASH>..<HASH> 100644
--- a/chef/spec/unit/provider/file_spec.rb
+++ b/chef/spec/unit/provider/file_spec.rb
@@ -224,13 +224,24 @@ describe Chef::Provider::File do
File.stub!(:chmod).and_return(1)
@provider.action_to... | Updating specs for CHEF-<I> | chef_chef | train |
dc9088a52c1566e130a4e5b707f836ec4c3279ac | diff --git a/spec/operators/debouncetime-spec.js b/spec/operators/debouncetime-spec.js
index <HASH>..<HASH> 100644
--- a/spec/operators/debouncetime-spec.js
+++ b/spec/operators/debouncetime-spec.js
@@ -1,89 +1,113 @@
-/* globals describe, it, expect, expectObservable, hot, rxTestScheduler */
+/* globals describe, it, ... | test(debounceTime): add subscription assertions to debounceTime tests | ReactiveX_rxjs | train |
b4963d2463188153a9dd2e34af6b48dc5b47be51 | diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/source/SystemEnvironmentPropertyMapper.java
index <HASH>..<HASH> 100644
--- a/spr... | Fix legacy environment names in isAncestorOf
Fix the `SystemEnvironmentPropertyMapper.isAncestorOf` implementation
to convert names based on their dashed form and to silently ignore
any invalid results.
Closes gh-<I> | spring-projects_spring-boot | train |
915cb01219f040071c3c77a0c2af1487d8adc442 | diff --git a/niworkflows/interfaces/cifti.py b/niworkflows/interfaces/cifti.py
index <HASH>..<HASH> 100644
--- a/niworkflows/interfaces/cifti.py
+++ b/niworkflows/interfaces/cifti.py
@@ -330,7 +330,6 @@ def _create_cifti_image(
BOLD data saved as CIFTI dtseries
"""
bold_img = nb.load(bold_file)
- ... | ENH: apply changes from @effigies review | poldracklab_niworkflows | train |
15b7bb1cdbbccc361402e31d559ff6acaab2f570 | diff --git a/build.py b/build.py
index <HASH>..<HASH> 100755
--- a/build.py
+++ b/build.py
@@ -410,8 +410,10 @@ virtual('plovr', PLOVR_JAR)
@target(PLOVR_JAR, clean=False)
def plovr_jar(t):
+ t.info('downloading %r', t.name)
t.download('https://plovr.googlecode.com/files/' +
os.path.basename... | Add logging messages to indicate when a download is in progress | openlayers_openlayers | train |
29a9c60c5a47d2c06c4aaef31a8568d9c838850d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,10 +2,11 @@ from distutils.core import setup
setup(
name='pyvmomi-lib',
- version='1.0',
+ version='1.1',
description='Retrieve the credentials for connecting to various ICT equipement',
author='Phil... | Add pyvmomi dependency | pschmitt_shortmomi | train |
f1bab4607d88a74f95db620b2fb00a0304b3415e | diff --git a/elasticfun/query.py b/elasticfun/query.py
index <HASH>..<HASH> 100644
--- a/elasticfun/query.py
+++ b/elasticfun/query.py
@@ -110,6 +110,14 @@ class Query(UnicodeMixin):
raise ParsingException(msg)
return field, lookup, val
+ def _escape(self, s):
+ r = []
+ for... | Escape Special Characters (Closes #2) | Yipit_elasticfun | train |
ff044c3c3a0a85d26d7c000abeeed835a3bee0bf | diff --git a/activerecord/lib/rails/generators/active_record.rb b/activerecord/lib/rails/generators/active_record.rb
index <HASH>..<HASH> 100644
--- a/activerecord/lib/rails/generators/active_record.rb
+++ b/activerecord/lib/rails/generators/active_record.rb
@@ -12,14 +12,6 @@ module ActiveRecord
def self.base_r... | Use thor class_option to make the primary_key_type option work
Also move the method to the right class | rails_rails | train |
dc452e37c14348b94c387963fc247677a91a144c | diff --git a/server/src/main/java/org/jboss/as/server/deployment/module/VFSResourceLoader.java b/server/src/main/java/org/jboss/as/server/deployment/module/VFSResourceLoader.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/jboss/as/server/deployment/module/VFSResourceLoader.java
+++ b/server/src/main/jav... | [WFLY-<I>] VFSResourceLoader does not allow to iterate resources
was: ca<I>a<I>cef<I>cc7c<I>bd9d<I>b0e4a<I>d<I> | wildfly_wildfly-core | train |
94e9871015ac80896f9a8a4453f221820ad6b563 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -61,7 +61,7 @@ var Utils = module.exports = function(config) {
* @returns {object[]} the first element is a DynamoDB record suitable for inserting via `dyno.putItem`, the second are parameters suitable fo... | reject null and 0 as ids | mapbox_cardboard | train |
65ca17d729182277b8fbf81825ec90814ef24d6e | diff --git a/datasette/app.py b/datasette/app.py
index <HASH>..<HASH> 100644
--- a/datasette/app.py
+++ b/datasette/app.py
@@ -1191,7 +1191,7 @@ def wrap_view(view_fn, datasette):
return async_view_fn
-_curly_re = re.compile("(\{.*?\})")
+_curly_re = re.compile(r"(\{.*?\})")
def route_pattern_from_filepat... | Fix for DeprecationWarning: invalid escape sequence | simonw_datasette | train |
8bdf44a494c127a3303ad785d437fc69780679c5 | diff --git a/trace.js b/trace.js
index <HASH>..<HASH> 100644
--- a/trace.js
+++ b/trace.js
@@ -8,7 +8,6 @@ var callSitesForPreviuseTicks = null;
// add currentTrace to the callSite array
chain.extend.attach(function (error, frames) {
- frames = frames.slice(0);
frames.push.apply(frames, callSitesForPreviuseTick... | [optimize] no reason to copy frames in chain.extend | AndreasMadsen_trace | train |
4d99ce9e3a183ffb740dda374d6f6d95d7a323b0 | diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py
index <HASH>..<HASH> 100644
--- a/tasks/vendoring/__init__.py
+++ b/tasks/vendoring/__init__.py
@@ -224,21 +224,6 @@ def rename_if_needed(ctx, vendor_dir, item):
child.rename(str(new_path / child.name))
-def write_backport_impor... | Remove unused function - write_backports_imports | pypa_pipenv | train |
a7e643f77ffb25acff4747dc2fb0f8229b076391 | diff --git a/test/util/server/server.go b/test/util/server/server.go
index <HASH>..<HASH> 100644
--- a/test/util/server/server.go
+++ b/test/util/server/server.go
@@ -450,10 +450,11 @@ func WaitForServiceAccounts(clientset kclientset.Interface, namespace string, ac
serviceAccounts := clientset.Core().ServiceAccounts(... | fix: wait logic in WaitForServiceAccounts | openshift_origin | train |
4444749c8d417234b633e735b4ef2f5d0edd31b8 | diff --git a/selectable/static/js/jquery.dj.selectable.js b/selectable/static/js/jquery.dj.selectable.js
index <HASH>..<HASH> 100644
--- a/selectable/static/js/jquery.dj.selectable.js
+++ b/selectable/static/js/jquery.dj.selectable.js
@@ -10,7 +10,7 @@
_initDeck: function(hiddenInputs) {
var self ... | Update JS to work with jQuery <I>. Fixes #<I>. | mlavin_django-selectable | train |
f27104c1d98ac616ba1c91c3cfe96e0e495b725a | diff --git a/plugins/sonar-pmd-plugin/pmd-result.xml b/plugins/sonar-pmd-plugin/pmd-result.xml
index <HASH>..<HASH> 100644
--- a/plugins/sonar-pmd-plugin/pmd-result.xml
+++ b/plugins/sonar-pmd-plugin/pmd-result.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2010-09-15T23:40... | fix SONAR-<I> - A warning is generated when the user tries to import a PMD configuration file with contains XPath rules. Those rules must be defined through the user web interface. | SonarSource_sonarqube | train |
f78544430aefd7808bbe93c4b9ec8474e952cef8 | diff --git a/lib/memfs/fake/file.rb b/lib/memfs/fake/file.rb
index <HASH>..<HASH> 100644
--- a/lib/memfs/fake/file.rb
+++ b/lib/memfs/fake/file.rb
@@ -20,6 +20,14 @@ module MemFs
@closed
end
+ def pos
+ content.pos
+ end
+
+ def pos=(value)
+ content.pos = value
+ end... | Delegating symlink methods to is target | simonc_memfs | train |
7cd91ff1b4634905c6d245dc9c78c8682096686e | diff --git a/lib/googl.rb b/lib/googl.rb
index <HASH>..<HASH> 100644
--- a/lib/googl.rb
+++ b/lib/googl.rb
@@ -86,7 +86,7 @@ module Googl
# For mor details, see http://code.google.com/intl/pt-BR/apis/urlshortener/v1/reference.html#resource_url
#
def expand(url=nil, options={})
- raise ArgumentError.new("URL... | Removed other implicit ActiveSupport dependency | zigotto_googl | train |
0498c991b0db94258f2dab80f755f882db7a8b6f | diff --git a/test/unit/keep-alive.js b/test/unit/keep-alive.js
index <HASH>..<HASH> 100644
--- a/test/unit/keep-alive.js
+++ b/test/unit/keep-alive.js
@@ -6,7 +6,126 @@ var config = require('../config/database')
describe('MySQLConnectionManager#', function() {
- describe('options: keepAliveInterval', function() {
... | Tests for 'keepAlive' option. | chill117_mysql-connection-manager | train |
6e8a319a413be4d68caa025a98ff108a805b038e | diff --git a/features/response/ResponseContext.php b/features/response/ResponseContext.php
index <HASH>..<HASH> 100644
--- a/features/response/ResponseContext.php
+++ b/features/response/ResponseContext.php
@@ -313,7 +313,7 @@ class ResponseContext implements Context
*/
public function theResultShouldBeTrue(... | Use a more flexible assertion since `result` might not be a boolean | silinternational_idp-id-broker-php-client | train |
9c53ab01a3424297c1b5b9b84fb82a967f88f07c | diff --git a/kodama.js b/kodama.js
index <HASH>..<HASH> 100644
--- a/kodama.js
+++ b/kodama.js
@@ -1,5 +1,5 @@
/**
- * kodama.js (v1.4.1)
+ * kodama.js (v1.4.2)
*
* Copyright (c) 2015 Scott Southworth & Contributors
*
@@ -352,7 +352,7 @@
for(var xk = xkMin; xk <= xkMax; xk++){
for... | fixed target node bug so selections and node work | DarkMarmot_kodama | train |
e9f05cb1104459e21e6c4cd77791a2f24b6beceb | diff --git a/src/Facades/ServerRequest.php b/src/Facades/ServerRequest.php
index <HASH>..<HASH> 100644
--- a/src/Facades/ServerRequest.php
+++ b/src/Facades/ServerRequest.php
@@ -17,7 +17,7 @@ class ServerRequest
*/
public static function createRequest(Request $symfonyRequest)
{
- if (class_exist... | Fixed compatibility with laravel/passport <=7.x | sfelix-martins_passport-multiauth | train |
88dc68dee4fc2188bfdd759c0671eca26260c7a0 | diff --git a/android/app/src/main/java/com/enaml/Bridge.java b/android/app/src/main/java/com/enaml/Bridge.java
index <HASH>..<HASH> 100644
--- a/android/app/src/main/java/com/enaml/Bridge.java
+++ b/android/app/src/main/java/com/enaml/Bridge.java
@@ -222,7 +222,23 @@ public class Bridge {
if (argTy... | Add support for colors of in format RGB and ARGB | codelv_enaml-native | train |
e78a627a2e7e4877dd471b75cc7af715e43523e6 | diff --git a/test/test_attribute.rb b/test/test_attribute.rb
index <HASH>..<HASH> 100644
--- a/test/test_attribute.rb
+++ b/test/test_attribute.rb
@@ -41,6 +41,9 @@ class TestAttribute < Test::Unit::TestCase
</li>
EOHTML
+ actual = @blog_builder.attribute(:author_full_name)
+ assert_equal expected, ... | Added one more check to attribute test | MBO_attrtastic | train |
341fac40712954e8eceaf032563de5ed4f532b72 | diff --git a/src/DocumentsCollection.php b/src/DocumentsCollection.php
index <HASH>..<HASH> 100644
--- a/src/DocumentsCollection.php
+++ b/src/DocumentsCollection.php
@@ -54,7 +54,7 @@ class DocumentsCollection implements Iterator
$this->cursor = $cursor;
$this->documentClass = $documentClass;
- ... | return for increasers and decreasers | tequila_mongodb-odm | train |
2adccc0f831c4f9478ce19db7e754d36769f4bdf | diff --git a/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java b/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/transaction/impl/TransactionImpl.java
+++ b/hazelcast/src/main/java/com/hazelcast... | Clear nested tx flag before commit/rollback. | hazelcast_hazelcast | train |
35fd6796b1b617db7e2daeab8188333bf44d2f50 | diff --git a/errors/errors.go b/errors/errors.go
index <HASH>..<HASH> 100644
--- a/errors/errors.go
+++ b/errors/errors.go
@@ -27,8 +27,8 @@ func New(id, detail string, code int32) error {
}
func Parse(err string) *Error {
- var e *Error
- errr := json.Unmarshal([]byte(err), &e)
+ e := new(Error)
+ errr := json.Unm... | Fixes nil pointer dereference error
Cannot unmarshal into nil struct | micro_go-micro | train |
874dbc9dba0d526fc4c6ead5166e722032239cba | diff --git a/src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java b/src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java
+++ b/src/main/java/org/zwobble/mammoth/internal/util/MammothLists.java
@... | Remove Guava usage from MammothLists | mwilliamson_java-mammoth | train |
5fea79706e853def5b541173eb44974679d28fe9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,6 @@ setup(
'audioread',
'numpy >= 1.7.0',
'scipy',
- 'sklearn',
+ 'scikit-learn',
],
) | fixed requirement for sklearn | librosa_librosa | train |
405de502c7b4ed58f390e02726996c87cfd542c8 | diff --git a/nestle.py b/nestle.py
index <HASH>..<HASH> 100644
--- a/nestle.py
+++ b/nestle.py
@@ -14,7 +14,7 @@ try:
except ImportError: # pragma: no cover
HAVE_KMEANS = False
-__all__ = ["sample", "print_progress", "mean_and_cov", "Result"]
+__all__ = ["sample", "print_progress", "mean_and_cov", "resample_eq... | Exposed resampling function. Improved docstring | joshspeagle_dynesty | train |
a3fa0899f3ed1b3138bb86f22a27a49916843ac4 | diff --git a/extensions/adapter/g11n/catalog/Docs.php b/extensions/adapter/g11n/catalog/Docs.php
index <HASH>..<HASH> 100644
--- a/extensions/adapter/g11n/catalog/Docs.php
+++ b/extensions/adapter/g11n/catalog/Docs.php
@@ -16,7 +16,7 @@ use \lithium\analysis\Inspector;
use \lithium\analysis\Docblock;
use \lithium\uti... | Fix for namespace change for g<I>n and strict standards error with Docs::_merge method | UnionOfRAD_li3_docs | train |
7cc689e57aa7f6144e51fa37f56bf49b38d051a5 | diff --git a/Misc/upgrade_service.py b/Misc/upgrade_service.py
index <HASH>..<HASH> 100755
--- a/Misc/upgrade_service.py
+++ b/Misc/upgrade_service.py
@@ -93,8 +93,10 @@ print("Copying new version to old location.")
shutil.copytree(extracted, args.dir)
shutil.rmtree(tmp)
-startupresult = serviceCMD("start", _env=or... | call "annis-service.sh start" as background process | korpling_ANNIS | train |
6d1b3f825e796aac2bfecd78cb2de2f3588185d8 | diff --git a/symfit/core/minimizers.py b/symfit/core/minimizers.py
index <HASH>..<HASH> 100644
--- a/symfit/core/minimizers.py
+++ b/symfit/core/minimizers.py
@@ -56,12 +56,15 @@ class BaseMinimizer(object):
# are still considered correct, and not doubly wrapped.
return func
else:
- ... | A minimizers called with a symfit model will now also accept that, not wrap it twice as before by accident. | tBuLi_symfit | train |
626aa0252003b13249106824cbea32ded48a2e50 | diff --git a/lib/jekyll_picture_tag/output_formats/basic.rb b/lib/jekyll_picture_tag/output_formats/basic.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll_picture_tag/output_formats/basic.rb
+++ b/lib/jekyll_picture_tag/output_formats/basic.rb
@@ -42,22 +42,13 @@ module PictureTag
# Media is the media query assoc... | unextract methods from build_srcset | robwierzbowski_jekyll-picture-tag | train |
b37eaf9f5e0254f194230b6cb79de845e4944dd9 | diff --git a/cartoview/app_manager/rest.py b/cartoview/app_manager/rest.py
index <HASH>..<HASH> 100644
--- a/cartoview/app_manager/rest.py
+++ b/cartoview/app_manager/rest.py
@@ -23,15 +23,18 @@ class GeonodeLayerResource(ModelResource):
excludes = ['csw_anytext', 'metadata_xml']
filtering = {"typenam... | support filter by id in attribute rest | cartologic_cartoview | train |
3b28615a531503fe6fb9a765056cb1a1dc3dec79 | diff --git a/doctor/docs/base.py b/doctor/docs/base.py
index <HASH>..<HASH> 100644
--- a/doctor/docs/base.py
+++ b/doctor/docs/base.py
@@ -159,7 +159,7 @@ def get_json_object_lines(annotation: ResourceAnnotation,
is_object = True
resource_name = annotated_type.title
if resource_na... | Removing get_class_name function. | upsight_doctor | train |
46430aa25fab0fe8fc67d263bd5d338a19066921 | diff --git a/stream.js b/stream.js
index <HASH>..<HASH> 100644
--- a/stream.js
+++ b/stream.js
@@ -5,16 +5,10 @@
var List = require('./list').List
-var eventuals = require('eventual/eventual'),
- defer = eventuals.defer, deliver = eventuals.deliver, when = eventuals.when
-
var sequence = require('./sequence'),... | Remove dependency on eventuals from stream. | Gozala_reducers | train |
ecd215490535b09c933983fe6caa78d803b02a8a | diff --git a/tests/validate.test.js b/tests/validate.test.js
index <HASH>..<HASH> 100644
--- a/tests/validate.test.js
+++ b/tests/validate.test.js
@@ -407,7 +407,8 @@ describe('validate', () => {
path: 'func1path'
}
}
- ]
+ ],
+ runtime: 'node10.x'... | Updated unit tests
From: Add support for multiple runtimes in service #<I> | serverless-heaven_serverless-webpack | train |
86a6057c240b496fdf372f142e108c12cf7250f8 | diff --git a/packages/razzle/config/env.js b/packages/razzle/config/env.js
index <HASH>..<HASH> 100644
--- a/packages/razzle/config/env.js
+++ b/packages/razzle/config/env.js
@@ -74,7 +74,7 @@ function getClientEnvironment(target, options) {
PUBLIC_PATH: process.env.PUBLIC_PATH || '/',
// CLIENT_PUBLI... | CLIENT_PUBLIC_PATH default was being set in two places that computed different values. Remove the erroneous one. (#<I>) | jaredpalmer_razzle | train |
d1d812edff604dde9a83f7f426a107b1a4005bf1 | diff --git a/packages/babel-core/src/config/build-config-chain.js b/packages/babel-core/src/config/build-config-chain.js
index <HASH>..<HASH> 100644
--- a/packages/babel-core/src/config/build-config-chain.js
+++ b/packages/babel-core/src/config/build-config-chain.js
@@ -74,35 +74,42 @@ class ConfigChainBuilder {
... | Fix a regression from adding negation support in #<I>. (#<I>) | babel_babel | train |
b77b058b481e0e100223843373cab58346fbd23c | diff --git a/gruntfile.js b/gruntfile.js
index <HASH>..<HASH> 100644
--- a/gruntfile.js
+++ b/gruntfile.js
@@ -146,9 +146,9 @@ module.exports = function(grunt) {
' dev[:TARGET] Starts a development server.\n' +
' info Displays build task info.\n' +
'\ntargets:\n' +
- ... | Set dadafw as default target. | msikma_dadafw | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.