hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
afe0b54854083a882672b30fc2d5f142dbc44383 | diff --git a/src/service/angular-sails.js b/src/service/angular-sails.js
index <HASH>..<HASH> 100644
--- a/src/service/angular-sails.js
+++ b/src/service/angular-sails.js
@@ -209,19 +209,22 @@
}
function wrapEvent(eventName) {
- var wrapEventFn = null;
- if(socket[... | Issue: #<I> - `off` with function doesn't work
wrapEventFn must be localy defined for callback
socket['legacy_off'] must be called directly
added mock tests for on/off with eventHandler | janpantel_angular-sails | train |
a7611ef67a71ac0a8b894a3720bc1d7138b3cb54 | diff --git a/src/Google/Service/CloudResourceManager.php b/src/Google/Service/CloudResourceManager.php
index <HASH>..<HASH> 100644
--- a/src/Google/Service/CloudResourceManager.php
+++ b/src/Google/Service/CloudResourceManager.php
@@ -225,10 +225,6 @@ class Google_Service_CloudResourceManager extends Google_Service
... | Autogenerated update for cloudresourcemanager version v1 (<I>-<I>-<I>) | googleapis_google-api-php-client-services | train |
38195011512588b4582a7db69431828ddcd0c5e3 | diff --git a/stager_test.go b/stager_test.go
index <HASH>..<HASH> 100644
--- a/stager_test.go
+++ b/stager_test.go
@@ -153,7 +153,7 @@ EOF
"memory_mb": 128,
"disk_mb": 128,
"file_descriptors": 1024,
- "stack": "default",
+ "stack": "lucid64",
"app_bits_download_uri": "%s",
"... | lucid<I> by default | cloudfoundry_inigo | train |
c5e59035985129e26889cfe350090d261cb894c5 | diff --git a/core/src/main/java/io/grpc/LoadBalancer.java b/core/src/main/java/io/grpc/LoadBalancer.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/io/grpc/LoadBalancer.java
+++ b/core/src/main/java/io/grpc/LoadBalancer.java
@@ -199,7 +199,7 @@ public abstract class LoadBalancer {
// subchannel being nul... | core: add @nullable annotation
Subchannel can be nullable, add annotation for consitency | grpc_grpc-java | train |
752cd32a441cfccb9b23e79dffb5e75ed81ce8ed | diff --git a/grunt/tasks/prompt.js b/grunt/tasks/prompt.js
index <HASH>..<HASH> 100644
--- a/grunt/tasks/prompt.js
+++ b/grunt/tasks/prompt.js
@@ -57,28 +57,6 @@ module.exports = {
return valid || 'Must be a valid semver, such as 1.2.3-rc1. See ' +
'http://semver.org/'.blue.underline... | Replacing releasing file when version is changed | CartoDB_carto.js | train |
481fe575277a72044b8c43bfe65ee7458951e40d | diff --git a/spec/compiler/DocumentParserSpec.js b/spec/compiler/DocumentParserSpec.js
index <HASH>..<HASH> 100644
--- a/spec/compiler/DocumentParserSpec.js
+++ b/spec/compiler/DocumentParserSpec.js
@@ -189,6 +189,24 @@ describe("DocumentParser", function() {
});
});
+ describe('extracts body tag', function(... | Fix ABE munging Body (#<I>)
* trim line only once
* Fix compiler munging <body>
Fixes #<I> | ampproject_amp-by-example | train |
e8fdc9225f8cd4cabc4579b0e4d5c46eaa5c4fa4 | diff --git a/Model/Api/ShippingMethods.php b/Model/Api/ShippingMethods.php
index <HASH>..<HASH> 100644
--- a/Model/Api/ShippingMethods.php
+++ b/Model/Api/ShippingMethods.php
@@ -323,6 +323,10 @@ class ShippingMethods implements ShippingMethodsInterface
$cache_identifier .= '_'.$item->getSku().'_'.$ite... | Include discount rule in shipping prefetch cache key | BoltApp_bolt-magento2 | train |
a8784e36c32b095c3d812d616a2e99c4d05e3a8b | diff --git a/core/src/main/java/com/graphhopper/routing/ch/EdgeBasedNodeContractor.java b/core/src/main/java/com/graphhopper/routing/ch/EdgeBasedNodeContractor.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/com/graphhopper/routing/ch/EdgeBasedNodeContractor.java
+++ b/core/src/main/java/com/graphhopper/routi... | Fixes edge cases where the original path and a witness path have equal weights. | graphhopper_graphhopper | train |
92e878a9f2e152fa6dc8698236d7facc371f15ad | diff --git a/xml4h/nodes.py b/xml4h/nodes.py
index <HASH>..<HASH> 100644
--- a/xml4h/nodes.py
+++ b/xml4h/nodes.py
@@ -248,7 +248,7 @@ class Node(object):
while p:
ancestors.append(p)
p = p.parent
- return ancestors
+ return NodeList(ancestors)
@property
def ... | Return NodeList from `ancestors` and sibling attributes/methods | jmurty_xml4h | train |
7ad2ce628af039016b99e3d9a43f92df59e441af | diff --git a/src/measurement/position_measurement.js b/src/measurement/position_measurement.js
index <HASH>..<HASH> 100644
--- a/src/measurement/position_measurement.js
+++ b/src/measurement/position_measurement.js
@@ -427,7 +427,7 @@ export function coordsChar(cm, x, y) {
function wrappedLineExtent(cm, lineObj, prepa... | Fix coordsChar at end and beginning of wrapped bidi lines | codemirror_CodeMirror | train |
fcf46c8a2b18aada9c7ba12b47ede750317d8603 | diff --git a/dockermap/map/state/base.py b/dockermap/map/state/base.py
index <HASH>..<HASH> 100644
--- a/dockermap/map/state/base.py
+++ b/dockermap/map/state/base.py
@@ -67,16 +67,17 @@ class AbstractStateGenerator(with_metaclass(ABCPolicyUtilMeta, PolicyUtil)):
c_status = c_detail['State']
i... | Certain flags only apply to non-running containers. | merll_docker-map | train |
8c12b2c7c763df90f3678b4e19d8ef085f39b1ad | diff --git a/test/ascii.php b/test/ascii.php
index <HASH>..<HASH> 100644
--- a/test/ascii.php
+++ b/test/ascii.php
@@ -25,6 +25,10 @@
set_include_path(dirname(__FILE__) . '/../src/' . PATH_SEPARATOR . get_include_path());
+if (realpath($_SERVER['PHP_SELF']) == __FILE__) {
+ require_once 'simpletest/autorun.php';
... | Added Simpletest autorun so the tests can be run just by invoking php testname.php. | pel_pel | train |
68d1ffa71c80b74781c8337c0a200c54a97de481 | diff --git a/astrobase/hplc.py b/astrobase/hplc.py
index <HASH>..<HASH> 100644
--- a/astrobase/hplc.py
+++ b/astrobase/hplc.py
@@ -265,7 +265,8 @@ def read_hatpi_pklc(lcfile):
def concatenate_textlcs(lclist,
sortby='rjd',
- normalize=True):
+ nor... | hplc: fixing normalization | waqasbhatti_astrobase | train |
7f32434fede0e44b9e45995d55a7c437e91ce684 | diff --git a/http/src/main/java/io/datakernel/http/HttpUtils.java b/http/src/main/java/io/datakernel/http/HttpUtils.java
index <HASH>..<HASH> 100644
--- a/http/src/main/java/io/datakernel/http/HttpUtils.java
+++ b/http/src/main/java/io/datakernel/http/HttpUtils.java
@@ -248,10 +248,9 @@ public final class HttpUtils {
... | Fix bug with decoding of negative numbers in HttpUtils | softindex_datakernel | train |
8549c6b41ffc04d45e2f50c818361eae19680b59 | diff --git a/modin/pandas/__init__.py b/modin/pandas/__init__.py
index <HASH>..<HASH> 100644
--- a/modin/pandas/__init__.py
+++ b/modin/pandas/__init__.py
@@ -1,6 +1,6 @@
import pandas
-__pandas_version__ = "0.25.2"
+__pandas_version__ = "0.25.3"
if pandas.__version__ != __pandas_version__:
raise ImportError... | Upgrade to pandas <I> (#<I>)
* Upgrade to pandas <I>
* Resolves #<I>
* Fix requirements.txt | modin-project_modin | train |
9e6cf0209ae2a76ff9727f0cb19e7188627f9230 | diff --git a/src/FileCommandHandlers.js b/src/FileCommandHandlers.js
index <HASH>..<HASH> 100644
--- a/src/FileCommandHandlers.js
+++ b/src/FileCommandHandlers.js
@@ -359,7 +359,7 @@ define(function(require, exports, module) {
} else if (unsavedDocs.length == 1) {
// Only one unsaved... | adding call that native side can call to quit | adobe_brackets | train |
08aca8a92c069af6f56123725392cfa4a9dc1363 | diff --git a/src/main/java/de/derivo/sparqldlapi/impl/QueryEngineImpl.java b/src/main/java/de/derivo/sparqldlapi/impl/QueryEngineImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/derivo/sparqldlapi/impl/QueryEngineImpl.java
+++ b/src/main/java/de/derivo/sparqldlapi/impl/QueryEngineImpl.java
@@ -15,6 +15,8 @@... | Optimisation of checkBounds for ClassAssertion axioms | protegeproject_sparql-dl-api | train |
49da0ea23d4e0098811f0d1d589fa691028a5bce | diff --git a/plugins/Admin/src/Controller/OrderDetailsController.php b/plugins/Admin/src/Controller/OrderDetailsController.php
index <HASH>..<HASH> 100644
--- a/plugins/Admin/src/Controller/OrderDetailsController.php
+++ b/plugins/Admin/src/Controller/OrderDetailsController.php
@@ -547,11 +547,6 @@ class OrderDetailsCo... | instant order now with less unneeded messages | foodcoopshop_foodcoopshop | train |
277acc1b69bf07db153c0176351ad1e860a0c3bb | diff --git a/tests/TestCase/View/Form/EntityContextTest.php b/tests/TestCase/View/Form/EntityContextTest.php
index <HASH>..<HASH> 100644
--- a/tests/TestCase/View/Form/EntityContextTest.php
+++ b/tests/TestCase/View/Form/EntityContextTest.php
@@ -146,10 +146,10 @@ class EntityContextTest extends TestCase {
$this->as... | Use more durable assertion.
MySQL has length, SQLite does not :( | cakephp_cakephp | train |
841dc6ff9303a7e37ee66f923647e964cf9cea1e | diff --git a/hm/__init__.py b/hm/__init__.py
index <HASH>..<HASH> 100644
--- a/hm/__init__.py
+++ b/hm/__init__.py
@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-__version__ = '0.5.2'
+__version__ = '0.5.3' | hm: bump to <I> | tsuru_hm | train |
b62275b433da9c41829f65b89216235f7af0209b | diff --git a/lib/clavius.rb b/lib/clavius.rb
index <HASH>..<HASH> 100644
--- a/lib/clavius.rb
+++ b/lib/clavius.rb
@@ -1,5 +1,6 @@
-require 'set'
+require 'date'
require 'forwardable'
+require 'set'
require 'memoizable' | Add require for 'date'
`Date` is included in the standard library but is not loaded by default.
Most environments will already have it loaded, but for those that do
not, the gem would have blown up at `require` time. | craiglittle_clavius | train |
32a46a807d7d9cbeccf3f5f0a3812da222017164 | diff --git a/test/kamerling/logging_test.rb b/test/kamerling/logging_test.rb
index <HASH>..<HASH> 100644
--- a/test/kamerling/logging_test.rb
+++ b/test/kamerling/logging_test.rb
@@ -92,7 +92,7 @@ module Kamerling
it 'logs UDP unknown message types' do
udp_client = UDPSocket.new
- addrs = Array... | What if UDP is really unreliable, part trois | chastell_kamerling | train |
cb3305d6b1d5d6c8ae9873ab3a5e045228ae6e27 | diff --git a/scripts/docker/create-base-image.js b/scripts/docker/create-base-image.js
index <HASH>..<HASH> 100755
--- a/scripts/docker/create-base-image.js
+++ b/scripts/docker/create-base-image.js
@@ -1,7 +1,7 @@
#!/usr/bin/env node
const crossSpawn = require('cross-spawn');
-const version = require('../../lerna.... | remove v in base docker image | TrueCar_gluestick | train |
2bea3a899022310e493c315fb0ec66e5f482fb81 | diff --git a/gcloud/bigquery/job.py b/gcloud/bigquery/job.py
index <HASH>..<HASH> 100644
--- a/gcloud/bigquery/job.py
+++ b/gcloud/bigquery/job.py
@@ -1199,6 +1199,8 @@ class RunSyncQueryJob(_BaseJob):
response = client.connection.api_request(method='GET',
path... | Update query properties from 'fetch_results' response. | googleapis_google-cloud-python | train |
c221cc034c1e08b8d0e5332a08352f2836905271 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -48,6 +48,10 @@ export const sessionStoreBuilder = () => ({
if (params[k] === undefined) params[k] = null
})
Object.assign(state, params)
+ },
+ updateUser(state, user) {
+ if ... | fix: trigger watch on user only if it really changed | koumoul-dev_sd-vue | train |
0a69128a4b6d7369b5df460007a3da9dd2cc8da8 | diff --git a/Matrix.js b/Matrix.js
index <HASH>..<HASH> 100644
--- a/Matrix.js
+++ b/Matrix.js
@@ -519,6 +519,7 @@ Matrix.prototype.invert = function() {
};
var matrixOfMinors = new Matrix(numRows, numCols);
+ var matrix = new Matrix(this.rows, this.cols, false);
// Loop through each number in the matrix
... | Matrix#invert: Move out matrix instantiation outside the loop
Making a new Matrix instance for every iteration of the loop is
not necessary, so it can be moved out and reused. | koggdal_matrixmath | train |
c66d8badc8894d02bdaa31b1cb9c5a6c61553633 | diff --git a/bcbio/variation/strelka2.py b/bcbio/variation/strelka2.py
index <HASH>..<HASH> 100644
--- a/bcbio/variation/strelka2.py
+++ b/bcbio/variation/strelka2.py
@@ -1,5 +1,6 @@
"""Germline and somatic calling with Strelka2: https://github.com/illumina/strelka
"""
+import collections
import os
import sys
impo... | strelka2: stratify by all intervals rather than per chromosome
strelka2 validations show that overall stratification by blocks, rather than
per chromosome, helps improve SNP sensitivity:
<URL> | bcbio_bcbio-nextgen | train |
83fe83924c7e9d404f052f403ec15f6b5936a2d2 | diff --git a/data/collection/RecordSet.php b/data/collection/RecordSet.php
index <HASH>..<HASH> 100644
--- a/data/collection/RecordSet.php
+++ b/data/collection/RecordSet.php
@@ -272,14 +272,7 @@ class RecordSet extends \lithium\data\Collection {
$recordMap = is_object($data) ? array($model => $data) : array();
... | Relations grab all the data rows that belongs to them only | UnionOfRAD_lithium | train |
aba0beb9d88ca636479bc426736a97df8a2dcff8 | diff --git a/einhorn/einhorn.go b/einhorn/einhorn.go
index <HASH>..<HASH> 100644
--- a/einhorn/einhorn.go
+++ b/einhorn/einhorn.go
@@ -3,14 +3,103 @@
package einhorn
import (
- "encoding/json"
+ "bufio"
"errors"
"fmt"
"net"
+ "net/url"
"os"
+ "path"
"strconv"
+
+ "launchpad.net/goyaml"
)
+var TmpDir = ... | Implement an einhorn.Client class that understands the protocol
Unfortunately, since the protocol was built to be basically a freeform
YAML-encoded hash, it's hard to express it as structs the way go
wants. | stripe_go-einhorn | train |
070f531c848e15ae7c4f56a20db3d32105cfee37 | diff --git a/src/rammbock/Decoder.py b/src/rammbock/Decoder.py
index <HASH>..<HASH> 100644
--- a/src/rammbock/Decoder.py
+++ b/src/rammbock/Decoder.py
@@ -6,7 +6,8 @@ def string2object(message, data):
_get_ies_from_list(message,splitted[len(message.header):])
def _get_headers_from_list(message, all_headers, hea... | trying to figure out how header schema will work. test cases still red, but we are closing. | robotframework_Rammbock | train |
8442a43cc2000806008f4cf63f615758be782d74 | diff --git a/sprd/entity/Configuration.js b/sprd/entity/Configuration.js
index <HASH>..<HASH> 100644
--- a/sprd/entity/Configuration.js
+++ b/sprd/entity/Configuration.js
@@ -53,8 +53,8 @@ define(['js/data/Entity', 'sprd/entity/Offset', 'sprd/entity/Size', 'sprd/entity
validate($);
thi... | DEV-<I> - Problem with scaling a flex design down and then up again
* DD print type gets now switched back to Flex if design is big enough | spreadshirt_rAppid.js-sprd | train |
4a65ef6e0a16645f1f01e832181b4b3043cec244 | diff --git a/horizon/base.py b/horizon/base.py
index <HASH>..<HASH> 100644
--- a/horizon/base.py
+++ b/horizon/base.py
@@ -734,14 +734,11 @@ class Site(Registry, HorizonComponent):
dashboards.append(dashboard)
registered.pop(dashboard.__class__)
if len(registered):
- ... | py3: don't call .sort() of dict.values()
On Python 3, dict.values() now returns an iterator which has no sort()
method. Use the sorted() function instead to be compatible with Python 2
and Python 3.
Partial-Implements: blueprint porting-python3
Change-Id: Iad<I>e1d<I>a7b<I>a5e0ba1ec2dd0b7a<I> | openstack_horizon | train |
d602bf474f5b100723f2ef5f41ce2f5788ed88df | diff --git a/src/pusher_connection.js b/src/pusher_connection.js
index <HASH>..<HASH> 100644
--- a/src/pusher_connection.js
+++ b/src/pusher_connection.js
@@ -9,7 +9,7 @@
'connected': ['permanentlyClosing', 'waiting'],
'impermanentlyClosing': ['waiting', 'permanentlyClosing'],
'permanentlyClosing': ['per... | Allow permanentlyClosed -> failed.
* Connection has already failed because there is no transport. Explicit .disconnect() is called. Then, explicit .connect() is called. | pusher_pusher-js | train |
55f88ee4390d11eb43fec82ca148f79e99ce9df1 | diff --git a/docs/src/modules/components/AppWrapper.js b/docs/src/modules/components/AppWrapper.js
index <HASH>..<HASH> 100644
--- a/docs/src/modules/components/AppWrapper.js
+++ b/docs/src/modules/components/AppWrapper.js
@@ -4,6 +4,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import { connec... | [docs] Take insertionPoint option into account (#<I>) | mui-org_material-ui | train |
3fd41740fd20a4d34b060d0145f6e6e6c32c2ffa | diff --git a/src/Arrayy.php b/src/Arrayy.php
index <HASH>..<HASH> 100644
--- a/src/Arrayy.php
+++ b/src/Arrayy.php
@@ -561,6 +561,111 @@ class Arrayy extends CollectionMethods implements \Countable, \IteratorAggregate
////////////////////////////////////////////////////////////////////
/**
+ * Merge the new $... | [+]: added some more methods
TODO: write some tests | voku_Arrayy | train |
e72ae7c325fb4990c0f8ef1ee7d189aeb8b0093d | diff --git a/lib/yard/rubygems/backports/gem.rb b/lib/yard/rubygems/backports/gem.rb
index <HASH>..<HASH> 100644
--- a/lib/yard/rubygems/backports/gem.rb
+++ b/lib/yard/rubygems/backports/gem.rb
@@ -1,8 +1,9 @@
module Gem
- ##
- # Returns the Gem::SourceIndex of specifications that are in the Gem.path
-
- def self.... | Cleanup warnings in RubyGems backports | lsegal_yard | train |
f5489f52a87f04660f6e03a830e2165b9eadea04 | diff --git a/Matrix.js b/Matrix.js
index <HASH>..<HASH> 100644
--- a/Matrix.js
+++ b/Matrix.js
@@ -622,7 +622,9 @@ Matrix.prototype.getDeterminant = function() {
var result = 0;
- var matrix = new Matrix(this.rows, this.cols, false);
+ // By using a cache, only the first call to the method will cause a m... | Matrix#getDeterminant: Add caching to not create too many instances | koggdal_matrixmath | train |
06fe6a2264f200993f5b89da4582209c48c9a59e | diff --git a/src/feat/agencies/common.py b/src/feat/agencies/common.py
index <HASH>..<HASH> 100644
--- a/src/feat/agencies/common.py
+++ b/src/feat/agencies/common.py
@@ -300,7 +300,7 @@ class AgencyMiddleBase(log.LogProxy, log.Logger, StateMachineMixin):
"after finalize() me... | When the protocol (task) expires user ProtocolExpired() exception inside
its chain for the sake of better error reporting. | f3at_feat | train |
c3a1a9f366c256b9a8254e21a1f5ee8bfb2f1c54 | diff --git a/lib/mux.js b/lib/mux.js
index <HASH>..<HASH> 100644
--- a/lib/mux.js
+++ b/lib/mux.js
@@ -182,7 +182,7 @@ function Ctor(options, receiveProps) {
function _copyValue (v) {
var t = util.type(v)
switch(t) {
- case 'object': return util.copyObj(v)
+ case 'object': r... | fixed bug: util.copyObject wrong. $get(keyPath) wrong | switer_muxjs | train |
5c7037759135711dbf51575bbf52c2737cedc706 | diff --git a/src/com/diffplug/common/base/StringPrinter.java b/src/com/diffplug/common/base/StringPrinter.java
index <HASH>..<HASH> 100644
--- a/src/com/diffplug/common/base/StringPrinter.java
+++ b/src/com/diffplug/common/base/StringPrinter.java
@@ -246,17 +246,19 @@ public class StringPrinter {
* @return a Consume... | StringPrinter.stringsToLines is now thread-safe. | diffplug_durian | train |
57d79fca8c2127cfd40304b482bff5ecfb551c0a | diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaValidator.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaValidator.java
index <HASH>..<HASH> 100644
--- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/validation/XbaseJavaV... | [xbase.validation] Fixed for-loop validation | eclipse_xtext-extras | train |
fe2538f6bc7aa82656771aa586fb258d2680c592 | diff --git a/manticore/core/cpu/arm.py b/manticore/core/cpu/arm.py
index <HASH>..<HASH> 100644
--- a/manticore/core/cpu/arm.py
+++ b/manticore/core/cpu/arm.py
@@ -129,6 +129,18 @@ class Armv7Operand(Operand):
raise NotImplementedError("writeback Operand unknown type", self.op.type)
def is_shifted(se... | Add docstring for ARM's operand.is_shifted (#<I>)
So that people don't have to google that by themselves! lolo | trailofbits_manticore | train |
79bf1b6defc543d0c041ae9bcd22ebe365d0efe9 | diff --git a/cli/bakery.py b/cli/bakery.py
index <HASH>..<HASH> 100644
--- a/cli/bakery.py
+++ b/cli/bakery.py
@@ -326,6 +326,10 @@ class Bakery(object):
'origin': op.getsize(name + '.ttf'),
'processed': op.getsize(name + '.autohint.ttf')
})
+ # compare filesize... | before replacing original ttf with autohinted print sizes #<I> | googlefonts_fontbakery | train |
0a1a9afe4803b84c92deacdaa3a03327b2915288 | diff --git a/go/sqltypes/arithmetic.go b/go/sqltypes/arithmetic.go
index <HASH>..<HASH> 100644
--- a/go/sqltypes/arithmetic.go
+++ b/go/sqltypes/arithmetic.go
@@ -407,10 +407,15 @@ func addNumericWithError(v1, v2 numeric) (numeric, error) {
}
func subtractNumericWithError(v1, v2 numeric) (numeric, error) {
- v1, v2... | Fixed arithmetic.go and arithmetic_test.go through comments via github
- Added intMinusUintWithError() in arithmetic.go
- Fixed error checking in arithmetic.go for intMinusIntWithError() | vitessio_vitess | train |
de257bece45e4db3ddda762ae117011c5e3fa380 | diff --git a/src/Events/Transaction.php b/src/Events/Transaction.php
index <HASH>..<HASH> 100644
--- a/src/Events/Transaction.php
+++ b/src/Events/Transaction.php
@@ -3,7 +3,6 @@
namespace PhilKra\Events;
use PhilKra\Helper\Timer;
-use PhilKra\Helper\DistributedTracing;
/**
* | removed use DistributedTracing in Events\Transaction | philkra_elastic-apm-php-agent | train |
e8b677749f97af093fa171684c7c1a72f63ced09 | diff --git a/plugin/src/main/java/org/wildfly/swarm/plugin/maven/StartMojo.java b/plugin/src/main/java/org/wildfly/swarm/plugin/maven/StartMojo.java
index <HASH>..<HASH> 100644
--- a/plugin/src/main/java/org/wildfly/swarm/plugin/maven/StartMojo.java
+++ b/plugin/src/main/java/org/wildfly/swarm/plugin/maven/StartMojo.ja... | SWARM-<I> Classpath for wildfly-swarm:run includes jars that should only be present in WEB-INF/lib
- Modify the classpath passed to SwarmExecutor for WAR applications so that only Swarm required dependencies are added to the AppClassLoader | thorntail_thorntail | train |
81847da36db03f7e1b111f0c69f3fb2aeb578eea | diff --git a/aws/resource_aws_security_group_rule_test.go b/aws/resource_aws_security_group_rule_test.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_security_group_rule_test.go
+++ b/aws/resource_aws_security_group_rule_test.go
@@ -679,7 +679,7 @@ func TestAccAWSSecurityGroupRule_PrefixListEgress(t *testing.T) {... | tests/res/security_group_rule: Fix hardcoded region | terraform-providers_terraform-provider-aws | train |
3da75632f75225872d407429dbb8d128cf655540 | diff --git a/libnetwork/drivers/bridge/bridge.go b/libnetwork/drivers/bridge/bridge.go
index <HASH>..<HASH> 100644
--- a/libnetwork/drivers/bridge/bridge.go
+++ b/libnetwork/drivers/bridge/bridge.go
@@ -1381,34 +1381,9 @@ func parseContainerOptions(cOptions map[string]interface{}) (*containerConfigura
}
}
-// Gene... | Reorganize MAC generation functions
- We have more than one function doing the same thing | moby_moby | train |
7460aeb809716ff452aa7f6837539ee487884fc8 | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@ html(lang="en")
templating language with a
#[strong focus] on performance
and powerful features.
+ + withGo
+
+mixin withGo
+ |Generating Go html/template output.
```
beco... | add ParseFile(); add Mixins support - fixes #5 | Joker_jade | train |
97ee5ee0bc2715c705bbc34b8be632303b89a118 | diff --git a/converters/toZigbee.js b/converters/toZigbee.js
index <HASH>..<HASH> 100644
--- a/converters/toZigbee.js
+++ b/converters/toZigbee.js
@@ -130,6 +130,46 @@ const converters = {
}
},
},
+ warning: {
+ key: ['warning'],
+ convert: (key, value, message, type, postfix... | Support HS2WD-E <URL>
* Support HS2WD-E.
* Improve HS2WD-E support. | Koenkk_zigbee-shepherd-converters | train |
b7fcd3cc061295f16e4fc393b1270d1e0828e154 | diff --git a/timeside/analyzer/core.py b/timeside/analyzer/core.py
index <HASH>..<HASH> 100644
--- a/timeside/analyzer/core.py
+++ b/timeside/analyzer/core.py
@@ -943,9 +943,12 @@ class AnalyzerResultContainer(dict):
self.__setitem__(res_uuid, analyzer_result)
def get_result_by_id(self, result_id):
+ ... | fix(analyzer.core): return an Error if duplicate result ids are in the results container | Parisson_TimeSide | train |
ae8509e5f0845982e8cd1a83918755a30ed3f341 | diff --git a/lib/neovim/session/event_loop.rb b/lib/neovim/session/event_loop.rb
index <HASH>..<HASH> 100644
--- a/lib/neovim/session/event_loop.rb
+++ b/lib/neovim/session/event_loop.rb
@@ -93,14 +93,6 @@ module Neovim
io.close
rescue IOError
end
-
- begin
- if pi... | Add tests around EventLoop#shutdown and remove redundant pid handling | neovim_neovim-ruby | train |
66cdf5198f55357e6f6362b902f0aa9d438902a8 | diff --git a/plugin/load/const.go b/plugin/load/const.go
index <HASH>..<HASH> 100644
--- a/plugin/load/const.go
+++ b/plugin/load/const.go
@@ -9,8 +9,6 @@ var PluginDir = "./plugins"
var ErrInvalidPluginMeta = errors.New("invalid plugin meta")
const (
- //PluginSupport - env var to activate plugins (true|false)
- P... | [#<I>] no more toggle, plugins are default | pivotalservices_cfops | train |
56b67c8ee474952e1fc26f0aa1cc03712d6b3bb7 | diff --git a/client/JasperClient.php b/client/JasperClient.php
index <HASH>..<HASH> 100644
--- a/client/JasperClient.php
+++ b/client/JasperClient.php
@@ -899,10 +899,11 @@ class JasperClient {
/***> REPOSITORY SERVICE <***/
- /**
+ /** DEPRECATED -> use repositoryService()->searchRepository
* This function re... | Deprecate old resource service and objects | Jaspersoft_jrs-rest-php-client | train |
6fcfcf10b1dd7835fae00f8e3c6e4b62a121b6e4 | diff --git a/test/cri-containerd/clone_test.go b/test/cri-containerd/clone_test.go
index <HASH>..<HASH> 100644
--- a/test/cri-containerd/clone_test.go
+++ b/test/cri-containerd/clone_test.go
@@ -11,6 +11,8 @@ import (
"testing"
"time"
+ "github.com/Microsoft/hcsshim/osversion"
+ testutilities "github.com/Microsof... | Run late clone tests on <I>H2+ builds only.
Late clone needs some registry settings when running on builds older than <I>H2. We do not
add these registry settings on such builds by default so the late clone tests might fail
on machines with builds older than <I>H2. Skip running these tests on such machines. | Microsoft_hcsshim | train |
1a32d1ac24a90c82518d01469898a8d92b6a0d3b | diff --git a/src/lang/en/buttons.php b/src/lang/en/buttons.php
index <HASH>..<HASH> 100644
--- a/src/lang/en/buttons.php
+++ b/src/lang/en/buttons.php
@@ -2,6 +2,7 @@
return [
'accept-crop' => 'Crop to selection',
+ 'add-group' => 'Add group',
'add-tags' => 'Add tags',... | Added translations to people manager person view | boomcms_boom-core | train |
ba51c8349fb124c5fe0273125e333ca452029dfc | diff --git a/Solr.php b/Solr.php
index <HASH>..<HASH> 100644
--- a/Solr.php
+++ b/Solr.php
@@ -317,6 +317,10 @@ class Solr
{
$metaInformations = $this->metaInformationFactory->loadInformation($entity);
+ if (!$this->addToIndex($metaInformations, $entity)) {
+ return;
+ }
+
... | check if document should be update, by calling document callback, close #<I> | floriansemm_SolrBundle | train |
f498682b6b8ec3916c32863ce9ed1bee55135794 | diff --git a/lib/lotus/commands/routes.rb b/lib/lotus/commands/routes.rb
index <HASH>..<HASH> 100644
--- a/lib/lotus/commands/routes.rb
+++ b/lib/lotus/commands/routes.rb
@@ -7,7 +7,7 @@ module Lotus
end
def start
- app.routes.inspector.to_s
+ puts app.routes.inspector.to_s
end
... | Fixed lotus routes command, added puts to print routes in console | hanami_hanami | train |
cf3b63924af40e1b8665b36451d301a5a39cf780 | diff --git a/code/libraries/koowa/components/com_koowa/template/helper/grid.php b/code/libraries/koowa/components/com_koowa/template/helper/grid.php
index <HASH>..<HASH> 100644
--- a/code/libraries/koowa/components/com_koowa/template/helper/grid.php
+++ b/code/libraries/koowa/components/com_koowa/template/helper/grid.p... | re #<I>: Submit the form when user clicks the clear search box button | timble_kodekit | train |
b678ce8f7b08f007f21425437225077d68293954 | diff --git a/chef/spec/lib/chef/resource/cat.rb b/chef/spec/lib/chef/resource/cat.rb
index <HASH>..<HASH> 100644
--- a/chef/spec/lib/chef/resource/cat.rb
+++ b/chef/spec/lib/chef/resource/cat.rb
@@ -22,9 +22,9 @@ class Chef
attr_accessor :action
- def initialize(name, collection=nil, node=ni... | rspec changes to new Chef::Resource initializer and #fully_qualified_recipe_names | chef_chef | train |
7a77b6b46a44e069340aa2b7d7a2e0ffbe620bcc | diff --git a/libkbfs/mdserver_memory.go b/libkbfs/mdserver_memory.go
index <HASH>..<HASH> 100644
--- a/libkbfs/mdserver_memory.go
+++ b/libkbfs/mdserver_memory.go
@@ -336,12 +336,19 @@ func (md *MDServerMemory) getCurrentDeviceKey(ctx context.Context) (
// GetRange implements the MDServer interface for MDServerMemory.... | libkbfs: MDServerMemory.GetRange should unlock on early returns | keybase_client | train |
7811352a6bf754aa4360c4a535c3c848d70de2f9 | diff --git a/tests/library/CM/Log/ContextTest.php b/tests/library/CM/Log/ContextTest.php
index <HASH>..<HASH> 100644
--- a/tests/library/CM/Log/ContextTest.php
+++ b/tests/library/CM/Log/ContextTest.php
@@ -13,17 +13,4 @@ class CM_Log_ContextTest extends CMTest_TestCase {
$context->setHttpRequest($request);
... | Remove CM_Log_ContextTest::testSetExtra | cargomedia_cm | train |
1dda0019fc863dba7a7841265aa3d57511e84bc7 | diff --git a/gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReaderWriterRoundTripTest.java b/gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReaderWriterRoundTripTest.java
index <HASH>..<HASH> 100644
--- a/gremlin-driver/src/test/java/org/ap... | Test GraphBinary with nested lists/sets/maps | apache_tinkerpop | train |
a38ccb3008ac4ddf16852a042f6d798df25aa605 | diff --git a/lib/data_paths/finders.rb b/lib/data_paths/finders.rb
index <HASH>..<HASH> 100644
--- a/lib/data_paths/finders.rb
+++ b/lib/data_paths/finders.rb
@@ -60,11 +60,7 @@ module DataPaths
# in any data directory.
#
def find_data_file(path)
- each_data_path(path) do |full_path|
- retu... | Make use of Enumerator methods. | postmodern_data_paths | train |
9f4ed11e0e638849d6ffce84534557e943d55884 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -3,6 +3,15 @@ module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
+ test: '',
+ shell: {
+ test: {
+ comma... | Added grunt task to run tests (automatically refreshes database) | grasshopper-cms_grasshopper-core-nodejs | train |
f27d488fbf699acdfa65ffa70b58f0b82e37e774 | diff --git a/build_config.php b/build_config.php
index <HASH>..<HASH> 100644
--- a/build_config.php
+++ b/build_config.php
@@ -2,7 +2,7 @@
$buildConfig = array (
'major' => 2,
'minor' => 6,
- 'build' => 7,
+ 'build' => 8,
'shopgate_library_path' => "",
'plugin_name' => "library",
'display_name' => "Sh... | Increased Shopgate Library <I>.x to version <I>. | shopgate_cart-integration-sdk | train |
2add9ce534e63b2d401142ff95139eb8014f8626 | diff --git a/lib/dirty/dirty.js b/lib/dirty/dirty.js
index <HASH>..<HASH> 100644
--- a/lib/dirty/dirty.js
+++ b/lib/dirty/dirty.js
@@ -2,10 +2,10 @@ var Dirty = exports.Dirty = function() {
this._docs = {};
};
-Dirty.prototype.set = function(key, val) {
- this._docs[key] = val;
+Dirty.prototype.set = function(id... | Renamed key to id | felixge_node-dirty | train |
20857f5ace5e324ecdb93ce7bd060c95fa81b715 | diff --git a/lib/omnibus/fetchers/net_fetcher.rb b/lib/omnibus/fetchers/net_fetcher.rb
index <HASH>..<HASH> 100644
--- a/lib/omnibus/fetchers/net_fetcher.rb
+++ b/lib/omnibus/fetchers/net_fetcher.rb
@@ -88,7 +88,14 @@ E
end
req = Net::HTTP::Get.new(url.request_uri, headers)
- http_client = Net::HTT... | Add http proxy support for Omnibus::NetFetcher | chef_omnibus | train |
18da115c353ec7f3bb3d4f58ffe9536027f840f1 | diff --git a/SoftLayer/managers/dedicated_host.py b/SoftLayer/managers/dedicated_host.py
index <HASH>..<HASH> 100644
--- a/SoftLayer/managers/dedicated_host.py
+++ b/SoftLayer/managers/dedicated_host.py
@@ -348,16 +348,16 @@ class DedicatedHostManager(utils.IdentifierMixin, object):
},
... | create dedicated host with flavor gpu fixed. | softlayer_softlayer-python | train |
e5db302f161b5b59e31f6dd4bb9847b01e5dfccc | diff --git a/Kwf/Util/Model/Redirects.php b/Kwf/Util/Model/Redirects.php
index <HASH>..<HASH> 100644
--- a/Kwf/Util/Model/Redirects.php
+++ b/Kwf/Util/Model/Redirects.php
@@ -8,7 +8,7 @@ class Kwf_Util_Model_Redirects extends Kwf_Model_Db
$target = $this->_fetchRedirectUrl($type, $source, $host);
if... | Avoid double question mark when redirecting with GET-Parameter | koala-framework_koala-framework | train |
bd419786cbad691b4486d7dd66245adb22a8c6b1 | diff --git a/implementations/micrometer-registry-statsd/src/test/java/io/micrometer/statsd/StatsdMeterRegistryTest.java b/implementations/micrometer-registry-statsd/src/test/java/io/micrometer/statsd/StatsdMeterRegistryTest.java
index <HASH>..<HASH> 100644
--- a/implementations/micrometer-registry-statsd/src/test/java/... | Add test for failed poll scenario
See gh-<I> | micrometer-metrics_micrometer | train |
8edf251d7991c2bb3b7b44a4e3762edca07ad81a | diff --git a/manage.py b/manage.py
index <HASH>..<HASH> 100755
--- a/manage.py
+++ b/manage.py
@@ -175,16 +175,27 @@ def remove(path):
os.remove(path)
-def call(cmd, cwd=None, stdout=True):
+def call(cmd, cwd=None, stdout=True, fork=False):
if not cwd:
cwd = os.getcwd()
cmd = shlex.split... | manage.py celery log to file | kejbaly2_metrique | train |
cac096c39e9a5f9290215138308c6c68a9613e54 | diff --git a/src/test/java/com/tinify/Integration.java b/src/test/java/com/tinify/Integration.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/tinify/Integration.java
+++ b/src/test/java/com/tinify/Integration.java
@@ -62,7 +62,7 @@ public class Integration {
long size = new File(tempFile.toString())... | Increase integration test resize file size threshold. | tinify_tinify-java | train |
1d26c6bfa1b2d0227f92c9c33e2344393802d23a | diff --git a/tests/lax_numpy_einsum_test.py b/tests/lax_numpy_einsum_test.py
index <HASH>..<HASH> 100644
--- a/tests/lax_numpy_einsum_test.py
+++ b/tests/lax_numpy_einsum_test.py
@@ -276,6 +276,11 @@ class EinsumTest(jtu.JaxTestCase):
check(einstr, *operands)
+ def test_ordered_front_batch_dim_case(self):
+ ... | add test-case for nondeterminism in front batch dim equal case in einsum
This is a test for the observed (and hopefully fixed) nondeterminism in the case of already-front, already-ordered batch_dims. | tensorflow_probability | train |
11c706274660ea66d1af3447e1273581f75a13f8 | diff --git a/spell/spell.py b/spell/spell.py
index <HASH>..<HASH> 100644
--- a/spell/spell.py
+++ b/spell/spell.py
@@ -64,9 +64,11 @@ class DeletionFilter:
class OttruSplit:
""" யாரிகழ்ந்து = [ய் + ஆரிகழ்ந்து], [யார், இகழ்ந்து] ,[யாரிக், அழ்ந்து], [யாரிகழ்ந்த்,உ]"""
- def __init__(self,word):
+ def __ini... | 1) Reduce usage of tamil.utf8.get_letters since word is mostly same - aka - repeated calls are usually redundant | Ezhil-Language-Foundation_open-tamil | train |
4305228b769f54c8d4b87dd2eb41f953255b8857 | diff --git a/js/src/outro.js b/js/src/outro.js
index <HASH>..<HASH> 100644
--- a/js/src/outro.js
+++ b/js/src/outro.js
@@ -1 +1,2 @@
-})
+});
+ | Fix the issue while concatenating JS lib | ethantw_Han | train |
ba7c89b1334efa69196845aee7500fa507be5101 | diff --git a/CLI/Operation/Processor.php b/CLI/Operation/Processor.php
index <HASH>..<HASH> 100644
--- a/CLI/Operation/Processor.php
+++ b/CLI/Operation/Processor.php
@@ -112,6 +112,9 @@ class Processor implements \Rfd\ImageMagick\Operation\Processor {
}
public function getImageMagickPath() {
+ $outp... | #3 - Make sure $output and $status are declared. | rfdy_imagemagick | train |
0eb61842d852b5612de3817daf97b4d58c156819 | diff --git a/indra/tests/test_s3_client.py b/indra/tests/test_s3_client.py
index <HASH>..<HASH> 100644
--- a/indra/tests/test_s3_client.py
+++ b/indra/tests/test_s3_client.py
@@ -99,13 +99,14 @@ def test_reach_output():
pmid = 'PMID000test3'
reach_version = '42'
source_text = 'pmc_oa_txt'
- s3_client.... | Update s3_client test. | sorgerlab_indra | train |
1d3323459e138e104a717519f0861e9175909ae7 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -41,7 +41,7 @@ return array(
'version' => '24.8.4',
'author' => 'Open Assessment Technologies',
'requires' => array(
- 'taoQtiItem' => '>=13.7.1',
+ 'taoQtiItem' => '>=1... | Update taoQtiItem dependency | oat-sa_extension-tao-testqti | train |
1957fcbb2cb3e2c65922d86b30d3dae33fe3f24c | diff --git a/org.jenetics/src/main/java/org/jenetics/Population.java b/org.jenetics/src/main/java/org/jenetics/Population.java
index <HASH>..<HASH> 100644
--- a/org.jenetics/src/main/java/org/jenetics/Population.java
+++ b/org.jenetics/src/main/java/org/jenetics/Population.java
@@ -76,7 +76,7 @@ public class Population... | #<I>: The empty 'Population' is now immutable. | jenetics_jenetics | train |
6d7b792e4c0242b38b5873013028a9fae23f0b9b | diff --git a/lib/mongoid/document.rb b/lib/mongoid/document.rb
index <HASH>..<HASH> 100644
--- a/lib/mongoid/document.rb
+++ b/lib/mongoid/document.rb
@@ -129,9 +129,9 @@ module Mongoid #:nodoc:
@attributes ||= {}
options ||= {}
process(attrs, options[:as] || :default, !options[:without_prote... | Allow appending of referenced relations in create blocks, post default set. Fixes #<I>. | mongodb_mongoid | train |
48dc0160ab6033153d2ceae5f1573fc3957f74b3 | diff --git a/vstutils/api/views.py b/vstutils/api/views.py
index <HASH>..<HASH> 100644
--- a/vstutils/api/views.py
+++ b/vstutils/api/views.py
@@ -194,8 +194,12 @@ class BulkViewSet(base.rvs.APIView):
return result
def _get_rendered(self, res):
- if getattr(res, 'data', None):
- return... | Fix bug with unknow data type on bulk requests | vstconsulting_vstutils | train |
28d3a16cc91efda0d1ee93730007b85a606e8b83 | diff --git a/lib/celery_unit_tests.py b/lib/celery_unit_tests.py
index <HASH>..<HASH> 100644
--- a/lib/celery_unit_tests.py
+++ b/lib/celery_unit_tests.py
@@ -48,12 +48,11 @@ sys.path = filter(
sys.path
)
-import unittest
-from invenio.testutils import make_test_suite, run_test_suite
+from invenio.testutils imp... | testutils: fix global imports
* Addresses issue causing errors while running unit tests using
nosetests or python interpreter from command line. (closes #<I>)
* NOTE do not use global imports that require or might require
application context in the future (e.g. SQLAlchemy models).
Alternatively you can use `in... | inveniosoftware_invenio-celery | train |
153f77827dd75fc74aff90838d0f6b3955c1b27d | diff --git a/sk_dsp_comm/digitalcom.py b/sk_dsp_comm/digitalcom.py
index <HASH>..<HASH> 100644
--- a/sk_dsp_comm/digitalcom.py
+++ b/sk_dsp_comm/digitalcom.py
@@ -452,13 +452,13 @@ def QAM_SEP(tx_data,rx_data,mod_type,Ncorr = 1024,Ntransient = 0,SEP_disp=True):
raise ValueError('Unknown mod_type')
rx_data... | Now using numpy ravel and nonzero in replace of mlab.find;
Resolves #8 | mwickert_scikit-dsp-comm | train |
de2982c4b3a850864bb4db4f839e5a57a330170b | diff --git a/PyFunceble/abstracts/package.py b/PyFunceble/abstracts/package.py
index <HASH>..<HASH> 100644
--- a/PyFunceble/abstracts/package.py
+++ b/PyFunceble/abstracts/package.py
@@ -71,7 +71,7 @@ class Package:
Sets the package name.
"""
- VERSION = "2.46.1.dev (Green Galago: Skitterbug)"
+ VERSI... | Improvement of the cleanup behavior.
Indeed, the previous patch was incomplete as it did not necessarly
generate data on cleanup if the execution time exceeded the set limit
time. | funilrys_PyFunceble | train |
abd6ced689f59b2766e3f8c05a15292a73ecd1fe | diff --git a/gnuplotpy/gnuplot.py b/gnuplotpy/gnuplot.py
index <HASH>..<HASH> 100755
--- a/gnuplotpy/gnuplot.py
+++ b/gnuplotpy/gnuplot.py
@@ -36,7 +36,7 @@ class _GnuplotDataZMatrixTemp(_GnuplotDeletingFile):
with open(self.name, 'wb') as fs:
np.savetxt(fs, z_matrix, '%.3f', delimiter=',')
-def... | Can now pass lists to the Gnuplot script. | jtambasco_gnuplotpy | train |
33e75974321aca72f98d27eb7d8bf152be51f8a2 | diff --git a/eZ/Publish/Core/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php b/eZ/Publish/Core/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Handler.php
index <HASH>..<HASH> 100644
--- a/eZ/Publish/Core/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldValue/Hand... | Escape LIKE wildcards when used for CONTAINS operator | ezsystems_ezpublish-kernel | train |
b0e1d0d9c3f16d09e8addeb5f803322c78144e18 | diff --git a/test/integration/basic.js b/test/integration/basic.js
index <HASH>..<HASH> 100644
--- a/test/integration/basic.js
+++ b/test/integration/basic.js
@@ -26,6 +26,20 @@ describe('bitcoinjs-lib (basic)', function () {
assert.equal(address, '1C7zdTfnkzmr13HfA2vNm5SJYRK6nEKyq8')
})
+ it('can generate a... | test/integration/basic: added litecoin example | BitGo_bitgo-utxo-lib | train |
aa65b6e43c12858ccb38bcefd03cd05ebdca0890 | diff --git a/lib/source_route.rb b/lib/source_route.rb
index <HASH>..<HASH> 100644
--- a/lib/source_route.rb
+++ b/lib/source_route.rb
@@ -36,6 +36,7 @@ module SourceRoute
# Not implemented. used in irb or pry.
def trace(opt, &block)
+ opt[:output_format] ||= :silence
wrapper.reset
opt.each do |k, ... | add c_call test and fix it | raykin_source-route | train |
c871c6a8a14f6a35064f1745b9516a68e4c12f0c | diff --git a/server_test.go b/server_test.go
index <HASH>..<HASH> 100644
--- a/server_test.go
+++ b/server_test.go
@@ -77,19 +77,43 @@ func BenchmarkServeStatic(b *testing.B) {
}
func benchmarkRequest(b *testing.B, req *http.Request) {
+ startFakeBookingApp()
+ b.ResetTimer()
resp := httptest.NewRecorder()
- star... | Add a test that the server_test benchmark works. | revel_revel | train |
8a7f3a9a094b895f1477448a3ff4e2eb7ae7de70 | diff --git a/src/Composer/DependencyResolver/Problem.php b/src/Composer/DependencyResolver/Problem.php
index <HASH>..<HASH> 100644
--- a/src/Composer/DependencyResolver/Problem.php
+++ b/src/Composer/DependencyResolver/Problem.php
@@ -104,7 +104,7 @@ class Problem
$template = preg_replace('{^\S+ \S+ }'... | Avoid rendering problem output for dev-master aliases which is useless | composer_composer | train |
b98a567f2f15cb371cccd37f931baffc7e603caa | diff --git a/cli.js b/cli.js
index <HASH>..<HASH> 100755
--- a/cli.js
+++ b/cli.js
@@ -111,8 +111,7 @@ function get(args) {
}
if (!arg.sizes.length && !arg.keywords.length) {
- console.error(logSymbols.warning, 'Specify a size');
- process.exit(1);
+ arg.sizes = ['1366x768'];
}
if (arg.keywords.le... | Use `<I>x<I>` as default resolution
Fixes #<I>. | sindresorhus_pageres-cli | train |
1c59c5ffeeb0b554708bbc8094a76f2fc2cd3960 | diff --git a/lib/smeg/exporter.rb b/lib/smeg/exporter.rb
index <HASH>..<HASH> 100644
--- a/lib/smeg/exporter.rb
+++ b/lib/smeg/exporter.rb
@@ -9,6 +9,7 @@ module Smeg
def path=(path); @@path = path; end
def process!
+ setup
copy_public
copy_assets
end | Ensure that process! will create the output folder if it doesn't exist | benschwarz_bonsai | train |
5becf1a75a4e7145c5ef5861722bfe368a70e0e9 | diff --git a/lib/atdis/application.rb b/lib/atdis/application.rb
index <HASH>..<HASH> 100644
--- a/lib/atdis/application.rb
+++ b/lib/atdis/application.rb
@@ -2,12 +2,16 @@ require 'multi_json'
module ATDIS
class Application
- attr_accessor :dat_id
+ attr_accessor :dat_id, :description, :authority, :status,... | Test for a few more of the parameters | openaustralia_atdis | train |
77899a2bb7099904b0e3bc5f23c0454b99a8a263 | diff --git a/issue.py b/issue.py
index <HASH>..<HASH> 100755
--- a/issue.py
+++ b/issue.py
@@ -244,7 +244,10 @@ def print_long(number):
os.system('clear')
for issue in issues:
if issue["number"] == number:
- print("\033[1mStatus:\033[0m\t" + issue["status"])
+ print("\033[1mStat... | Add color colored status for print_long. | boarpig_issue | train |
0e6f21bb1f5e342c15ed96e4f63e1cf1ecd9384b | diff --git a/src/frontend/org/voltdb/compiler/DDLCompiler.java b/src/frontend/org/voltdb/compiler/DDLCompiler.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/compiler/DDLCompiler.java
+++ b/src/frontend/org/voltdb/compiler/DDLCompiler.java
@@ -96,7 +96,6 @@ import org.voltdb.utils.CompressionService;
im... | ENG-<I> restrict nibble export for replicated tables (#<I>)
* EMNG-<I> no nibble export on replicated tables
* update error message | VoltDB_voltdb | train |
a9f8ad5b38022dd619892b8064903b1bb11850bb | diff --git a/registration/auth_urls.py b/registration/auth_urls.py
index <HASH>..<HASH> 100644
--- a/registration/auth_urls.py
+++ b/registration/auth_urls.py
@@ -44,7 +44,8 @@ urlpatterns = [
url(r'^password/reset/$',
auth_views.password_reset,
name='auth_password_reset'),
- url(r'^password/r... | Fix the reset url as Django uses uid<I> instead of uidb<I> | ubernostrum_django-registration | train |
bcf968d279f39a4c4265bda24fc360d128f02ae8 | diff --git a/tests/test_arghelper.py b/tests/test_arghelper.py
index <HASH>..<HASH> 100644
--- a/tests/test_arghelper.py
+++ b/tests/test_arghelper.py
@@ -124,6 +124,9 @@ class TestExtantFile(TestExtantItem):
class TestParseConfigInputOutput(unittest.TestCase):
def setUp(self): # NOQA
+ self.script_name... | Update test to correct sys.argv | questrail_arghelper | train |
25c762138e3f9c6e2514ac0ca95b49c67362b46f | diff --git a/zipline/finance/performance/period.py b/zipline/finance/performance/period.py
index <HASH>..<HASH> 100644
--- a/zipline/finance/performance/period.py
+++ b/zipline/finance/performance/period.py
@@ -166,6 +166,7 @@ class PerformancePeriod(object):
self.position_amounts[split.sid] = position.amo... | PERF: Use cached list of price and volume value.
Reduce the number of times the multiplication is done for the
position values to once per bar. | quantopian_zipline | train |
a3cd5d76c377e2cc507e57146ae3bedf6b00507b | diff --git a/lib/dummy/internet.rb b/lib/dummy/internet.rb
index <HASH>..<HASH> 100644
--- a/lib/dummy/internet.rb
+++ b/lib/dummy/internet.rb
@@ -26,13 +26,20 @@ module Dummy
def url
name = ""
+ protocol = "http"
+
case rand(5)
when 0, 1 then name = Name.first_name.gsub(/\W/,... | support for multiple protocols (http/https/ftp) | goncalossilva_dummy | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.