hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
b2eaa0cc1d7b125fb7634903aa9dac7a87840c60 | diff --git a/models/User.php b/models/User.php
index <HASH>..<HASH> 100644
--- a/models/User.php
+++ b/models/User.php
@@ -119,14 +119,6 @@
// password confirm
['password_confirm', 'required', 'on' => ['register', 'reset']],
['password_confirm', 'compare', 'compareAttribute' => 'password'],
-
- // sta... | [+] status check on admin panel | abhi1693_yii2-user | train |
5907ea7c286fe74bee30cabeb19bcd1bc32574ca | diff --git a/test/client/docs_test.rb b/test/client/docs_test.rb
index <HASH>..<HASH> 100644
--- a/test/client/docs_test.rb
+++ b/test/client/docs_test.rb
@@ -523,9 +523,9 @@ describe Elastomer::Client::Docs do
populate!
response = @index.register_percolator_query "1", { :query => { :match => { :author ... | Add messages to asserts in a percolator test | github_elastomer-client | train |
cfc03334515e829d9861a4fd947a11f8d6c7f669 | diff --git a/src/test/java/com/basho/riak/client/core/RiakClusterTest.java b/src/test/java/com/basho/riak/client/core/RiakClusterTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/basho/riak/client/core/RiakClusterTest.java
+++ b/src/test/java/com/basho/riak/client/core/RiakClusterTest.java
@@ -229,16 +229,1... | remove unused stubs
Started off with fixing bad call to verifyStatic (API has changed) then having spent about an hour figuring out what was wrong - UnfinishedVerificationException - it was never being hit anyway. | basho_riak-java-client | train |
84eacee2164c65de15625338f36fd4298ecbc906 | diff --git a/bot/action/util/format.py b/bot/action/util/format.py
index <HASH>..<HASH> 100644
--- a/bot/action/util/format.py
+++ b/bot/action/util/format.py
@@ -54,10 +54,13 @@ class UserFormatter:
def full_format(self):
"""
Returns the full name (first and last parts), and the username between... | User full_format returns the user id if there is no info about a user | alvarogzp_telegram-bot-framework | train |
6119a9abfcbbfd6d69f81f6b43c20f5912f0c9c8 | diff --git a/indra/tests/test_assemble_corpus.py b/indra/tests/test_assemble_corpus.py
index <HASH>..<HASH> 100644
--- a/indra/tests/test_assemble_corpus.py
+++ b/indra/tests/test_assemble_corpus.py
@@ -548,19 +548,16 @@ def test_merge_deltas():
return stmt
d1 = {'adjectives': ['a', 'b', 'c'], 'polarity':... | Add test for majority polarity decision | sorgerlab_indra | train |
b8c01a352e56f4dce03109019a8abd95ce7f9cb6 | diff --git a/doc/source/release.rst b/doc/source/release.rst
index <HASH>..<HASH> 100644
--- a/doc/source/release.rst
+++ b/doc/source/release.rst
@@ -77,6 +77,7 @@ Bug Fixes
- Bug in ``.xs`` with a Series multiindex (:issue:`6258`, :issue:`5684`)
- Bug in conversion of a string types to a DatetimeIndex with a specif... | BUG: Fix interpolate with inplace=True | pandas-dev_pandas | train |
e2a5acb74cecf03d12999051d89b2dc5ec3e67f3 | diff --git a/codespell_lib/tests/test_dictionary.py b/codespell_lib/tests/test_dictionary.py
index <HASH>..<HASH> 100644
--- a/codespell_lib/tests/test_dictionary.py
+++ b/codespell_lib/tests/test_dictionary.py
@@ -115,7 +115,8 @@ def _check_err_rep(err, rep, in_aspell, fname):
% (err... | Improve the error message for corrections which aren't lower-case unique (#<I>) | codespell-project_codespell | train |
2789c5f34740b6000fb0d4a97aa332e3dc0940a4 | diff --git a/dev/com.ibm.ws.security.wim.adapter.ldap_fat/fat/src/com/ibm/ws/security/wim/adapter/ldap/fat/CertificateLoginTest.java b/dev/com.ibm.ws.security.wim.adapter.ldap_fat/fat/src/com/ibm/ws/security/wim/adapter/ldap/fat/CertificateLoginTest.java
index <HASH>..<HASH> 100755
--- a/dev/com.ibm.ws.security.wim.ada... | Update CertificateLoginTest to find error messages more reliably | OpenLiberty_open-liberty | train |
4fb9418c9c23c1afc16847f135e148b476481104 | diff --git a/score-vmware/src/main/java/io/cloudslang/content/vmware/actions/vm/CreateVM.java b/score-vmware/src/main/java/io/cloudslang/content/vmware/actions/vm/CreateVM.java
index <HASH>..<HASH> 100644
--- a/score-vmware/src/main/java/io/cloudslang/content/vmware/actions/vm/CreateVM.java
+++ b/score-vmware/src/main/... | Expand-the-VMware-Integration - typo correction. | CloudSlang_cs-actions | train |
06c733b699add87ddc38570bdf255558f37cf00f | diff --git a/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java
index <HASH>..<HASH> 100644
--- a/reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java
+++ b/reactor-core/src/main/java/reactor/core/publisher... | fix #<I> Doc of UnicastProcessor typo: multiplexing not demultiplexing | reactor_reactor-core | train |
b021efdd19d4cbdc6796beb91c3ee0ecebbb7463 | diff --git a/danceschool/financial/models.py b/danceschool/financial/models.py
index <HASH>..<HASH> 100644
--- a/danceschool/financial/models.py
+++ b/danceschool/financial/models.py
@@ -281,7 +281,7 @@ class RevenueItem(models.Model):
# occurrence in that month.
if not self.accrualDate:
... | Fixed issue with accrual dates when creating Revenue Items from finalized registrations. | django-danceschool_django-danceschool | train |
3fad30fa309babfe500aba6699d42537baa000aa | diff --git a/yandextank/plugins/DataUploader/plugin.py b/yandextank/plugins/DataUploader/plugin.py
index <HASH>..<HASH> 100644
--- a/yandextank/plugins/DataUploader/plugin.py
+++ b/yandextank/plugins/DataUploader/plugin.py
@@ -402,7 +402,6 @@ class Plugin(AbstractPlugin, AggregateResultListener,
break
... | Dont stop tank after DataUploader error | yandex_yandex-tank | train |
c6d8c59bc24e9920b8c6c6c889a8fee8533f5088 | diff --git a/concrete/src/Application/Service/UserInterface.php b/concrete/src/Application/Service/UserInterface.php
index <HASH>..<HASH> 100644
--- a/concrete/src/Application/Service/UserInterface.php
+++ b/concrete/src/Application/Service/UserInterface.php
@@ -338,17 +338,29 @@ class UserInterface
*/
publi... | Add a method to build the error response instead of sending it (#<I>) | concrete5_concrete5 | train |
d8d86a88b388b575fe2728b483514862c606fcec | diff --git a/structr-core/src/main/java/org/structr/core/script/Scripting.java b/structr-core/src/main/java/org/structr/core/script/Scripting.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/script/Scripting.java
+++ b/structr-core/src/main/java/org/structr/core/script/Scripting.java
@... | Feature: Adds end line and end column to javascript error reporting for later usage in frontend | structr_structr | train |
6d93e4c2f614a6359062a9c0096f5a96c7f61417 | diff --git a/lib/recurly/client/adapter.rb b/lib/recurly/client/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/recurly/client/adapter.rb
+++ b/lib/recurly/client/adapter.rb
@@ -7,7 +7,12 @@ module Recurly
def configure_net_adapter(faraday)
faraday.adapter :net_http_persistent do |http|
# yi... | Fix net-http-persistent keepalive | recurly_recurly-client-ruby | train |
bd3ca9d17e8a5afe85216de21f05e81121c92ecc | diff --git a/src/DynamicScraper.js b/src/DynamicScraper.js
index <HASH>..<HASH> 100644
--- a/src/DynamicScraper.js
+++ b/src/DynamicScraper.js
@@ -99,8 +99,12 @@ DynamicScraper.prototype.scrape = function(scraperFn, callbackFn, args) {
* @inheritDoc
*/
DynamicScraper.prototype.close = function() {
- this.page.clos... | Added _fire, _setChainParameter, _setPromises and clone test cases to the ScraperPromise suite.
Added checks in DynamicScraper.close, to avoid calling functions over undefined or null. | ruipgil_scraperjs | train |
660c8abdc2c96b7362ff2158b8c52b85fb0a1c1a | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -67,15 +67,17 @@ class Kit extends EventEmitter {
/** Emitted `update` event with context and update name */
this.update(this.context, info.name);
this.emit('update', this.context, info.name);
- ... | Changed: added `Promise` to `transmit` from `middleware` | telekits_telekit | train |
06e8d1c5ca9add8a6b4cc2f95f4344647f2a1148 | diff --git a/htlcswitch/link.go b/htlcswitch/link.go
index <HASH>..<HASH> 100644
--- a/htlcswitch/link.go
+++ b/htlcswitch/link.go
@@ -257,9 +257,9 @@ type ChannelLinkConfig struct {
// configured set of watchtowers.
TowerClient TowerClient
- // MaxCltvExpiry is the maximum outgoing timelock that the link should
... | htlcswitch: fix inconsistency between attribute name and godoc comment | lightningnetwork_lnd | train |
b54b2b1246128094dd6cfa4d240df975021f0b09 | diff --git a/tests/Controls/ControlTest.php b/tests/Controls/ControlTest.php
index <HASH>..<HASH> 100644
--- a/tests/Controls/ControlTest.php
+++ b/tests/Controls/ControlTest.php
@@ -121,17 +121,23 @@ class ControlTest extends \PHPUnit_Framework_TestCase
public function testDefaultHorizontalAlign()
{
+ ... | Improve Unit Tests for Control Default Alignments
#<I> | steeffeen_FancyManiaLinks | train |
049a70fb5cc6757c71c7b3cb9dae9c6e575213fb | diff --git a/README.rst b/README.rst
index <HASH>..<HASH> 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@
| |_) || |_| || |_| __/
| .__/ \__, | \__|\___|
| | __/ |
- |_| |___/ 0.4.1
+ |_| |___/ 0.4.2
-- chicks dig dudes with terminals... | Bumped version -- we're almost there | selectel_pyte | train |
cc5a61591359b264187952155caa8063eb50598e | diff --git a/lib/js.js b/lib/js.js
index <HASH>..<HASH> 100644
--- a/lib/js.js
+++ b/lib/js.js
@@ -1,4 +1,6 @@
-var uglify = require('uglify-js');
+var uglify = require('uglify-js')
+
+ , RE_SCRIPT = /(<)(\/script>)/g;
/**
* Handle JavaScript content
@@ -11,9 +13,15 @@ module.exports = function js (source, context... | escape closing <script> in js file content | popeindustries_inline-source | train |
24f57702a4b066409548f2b53e054048bbe16fb3 | diff --git a/Kwf/Component/Renderer.php b/Kwf/Component/Renderer.php
index <HASH>..<HASH> 100644
--- a/Kwf/Component/Renderer.php
+++ b/Kwf/Component/Renderer.php
@@ -39,10 +39,6 @@ class Kwf_Component_Renderer extends Kwf_Component_Renderer_Abstract
if ($benchmarkEnabled) Kwf_Benchmark::subCheckpoint($com... | remove unneded check, we did never hit that exception | koala-framework_koala-framework | train |
8338b59e352bc993da233a4a7b8f07bb1b4ed54a | diff --git a/app/helpers/manifestations_helper.rb b/app/helpers/manifestations_helper.rb
index <HASH>..<HASH> 100644
--- a/app/helpers/manifestations_helper.rb
+++ b/app/helpers/manifestations_helper.rb
@@ -112,73 +112,6 @@ module ManifestationsHelper
def pub_year_facet(pub_date_from, pub_date_to, facet)
stri... | moved helper methods from enju_flower | next-l_enju_biblio | train |
98660bef8667d75a798b67f073703cd9ec051e9c | diff --git a/src/main/java/com/amazon/carbonado/gen/StorableGenerator.java b/src/main/java/com/amazon/carbonado/gen/StorableGenerator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/amazon/carbonado/gen/StorableGenerator.java
+++ b/src/main/java/com/amazon/carbonado/gen/StorableGenerator.java
@@ -1885,7 +1885,... | Fix bug which would throw spurious IllegalArgumentException from StorableGenerator. | Carbonado_Carbonado | train |
11bb430341ecf057c016690d0224d7feac8798ce | diff --git a/src/JsonColumnTrait.php b/src/JsonColumnTrait.php
index <HASH>..<HASH> 100644
--- a/src/JsonColumnTrait.php
+++ b/src/JsonColumnTrait.php
@@ -132,7 +132,7 @@ trait JsonColumnTrait
$key_array = explode('.', $key, 2);
if (count($key_array) > 1) {
list($column_name, ... | Test default return value for key against a non-json column | hnhdigital-os_laravel-model-json | train |
53f8cfd9f16fc0ba666a0cea31b7eaa00895892c | diff --git a/airflow/contrib/hooks/bigquery_hook.py b/airflow/contrib/hooks/bigquery_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/contrib/hooks/bigquery_hook.py
+++ b/airflow/contrib/hooks/bigquery_hook.py
@@ -218,10 +218,11 @@ class BigQueryBaseCursor(LoggingMixin):
table_id,
... | [AIRFLOW-<I>] BigQueryHook's Ability to Create View (#<I>) | apache_airflow | train |
bc77cc1be81dd8daec161118c9d9848f580bff3e | diff --git a/distributions.py b/distributions.py
index <HASH>..<HASH> 100644
--- a/distributions.py
+++ b/distributions.py
@@ -1058,10 +1058,10 @@ class NegativeBinomial(GibbsSampling):
else:
data = flattendata(data)
N = len(data)
- r = self.r
for itr in range(... | FIXED negative binomial r resampling bug (r was only getting updated
once per call) | mattjj_pybasicbayes | train |
d5654b915f8ff93e4bef288b974793f396f5f2e8 | diff --git a/test/test_reporter.rb b/test/test_reporter.rb
index <HASH>..<HASH> 100644
--- a/test/test_reporter.rb
+++ b/test/test_reporter.rb
@@ -23,10 +23,10 @@ class TestReporter < Minitest::Test
end
end
- # Shared method that creates a Results with 1 retained object using options provided
- def create_r... | Refactor `create_report` to split out report block
Moves block of code that is being profiled in the tests to a separate
method that returns a lambda. This allows the method to be reused in
future refactorings. | SamSaffron_memory_profiler | train |
994fb626895774f27612804ad07a87e36b3b3148 | diff --git a/examples/simplecombologic.py b/examples/simplecombologic.py
index <HASH>..<HASH> 100644
--- a/examples/simplecombologic.py
+++ b/examples/simplecombologic.py
@@ -13,7 +13,7 @@ cout <<= a & b | a & c | b & c
# output the hardware as verilog
-pyrtl.output_to_verilog(sys.stdout)
+# pyrtl.output_to_verilo... | minor fixes and updates to verilog output | UCSBarchlab_PyRTL | train |
52f6bfd80eb7b9fa935a1a4e9674246b8da71a5e | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,8 @@ Former `:color`, `:drb`, `:fail_fast` and `:formatter` options are deprecated an
:turnip => true # enable turnip support; default: false
```
+You can also use a custom binstubs directory u... | :binstubs now accept a String as the directory | guard_guard-rspec | train |
52cccdc196d97a1946ddcd6caa86c8d4af9e7211 | diff --git a/Minimal-J/src/main/java/org/minimalj/util/IdUtils.java b/Minimal-J/src/main/java/org/minimalj/util/IdUtils.java
index <HASH>..<HASH> 100644
--- a/Minimal-J/src/main/java/org/minimalj/util/IdUtils.java
+++ b/Minimal-J/src/main/java/org/minimalj/util/IdUtils.java
@@ -7,8 +7,8 @@ import java.util.logging.Logg... | IdUtils: removed dead method | BrunoEberhard_minimal-j | train |
ce4a387d6d88e191e2d5973076a326bb550ed5c9 | diff --git a/integration-test/src/test/java/org/jboss/pnc/integration/WebSocketsNotificationTest.java b/integration-test/src/test/java/org/jboss/pnc/integration/WebSocketsNotificationTest.java
index <HASH>..<HASH> 100644
--- a/integration-test/src/test/java/org/jboss/pnc/integration/WebSocketsNotificationTest.java
+++ ... | Increased WS Tests timeouts | project-ncl_pnc | train |
cddd0ea4bc163dccb9e87610cd7111d04f8b1c9d | diff --git a/jishaku/cog.py b/jishaku/cog.py
index <HASH>..<HASH> 100644
--- a/jishaku/cog.py
+++ b/jishaku/cog.py
@@ -165,9 +165,9 @@ class Jishaku:
# remove color-code characters and strip again for good measure
return re.sub(r'\x1b[^m]*m', '', text).strip('\n')
- def sh_backend(self, *args):
+... | Always run sh commands in bash for extended syntax purposes | Gorialis_jishaku | train |
ce2ef4ef6981d279b47e67897f557bb87fdfa86d | diff --git a/visibility-sensor.js b/visibility-sensor.js
index <HASH>..<HASH> 100644
--- a/visibility-sensor.js
+++ b/visibility-sensor.js
@@ -22,6 +22,13 @@ module.exports = React.createClass({
};
},
+ getInitialState: function () {
+ return {
+ isVisible: true,
+ visibilityRect: {}
+ };
+ ... | use state instead of instance for isVisible and visibilityRect | joshwnj_react-visibility-sensor | train |
7e927928159e3f312814261a4939ab679734e9bb | diff --git a/dist/lib/class_decorator.js b/dist/lib/class_decorator.js
index <HASH>..<HASH> 100644
--- a/dist/lib/class_decorator.js
+++ b/dist/lib/class_decorator.js
@@ -57,12 +57,12 @@
_createClass(KeyBoardHelper, [{
key: 'componentDidMount',
value: function componentDidMount() {
- _... | call mount/unmount with instance as arg instead of context to make listener
methods easier to reason about | glortho_react-keydown | train |
5be3a8c22ea9577f12200b42b14318899c1260de | diff --git a/Client.php b/Client.php
index <HASH>..<HASH> 100644
--- a/Client.php
+++ b/Client.php
@@ -27,7 +27,7 @@ class Client extends ElasticaClient
'transport' => $connection->getTransport(),
);
- $this->_logger->logQuery($path, $method, $data, $time, $connection_array);
... | added query string to collector and updated tests | FriendsOfSymfony_FOSElasticaBundle | train |
2a5734a2f8f0c6c51ebec33ece7b1e926486dbe2 | diff --git a/packages/nexrender-core/src/tasks/download.js b/packages/nexrender-core/src/tasks/download.js
index <HASH>..<HASH> 100644
--- a/packages/nexrender-core/src/tasks/download.js
+++ b/packages/nexrender-core/src/tasks/download.js
@@ -61,14 +61,14 @@ const download = (job, settings, asset) => {
/* ... | Update download.js
changed `uri` to `src` | inlife_nexrender | train |
4c0dc738c5972282b619a59277c54f5a8d394f7a | diff --git a/GSSHAPY/gsshapy/orm/lnd.py b/GSSHAPY/gsshapy/orm/lnd.py
index <HASH>..<HASH> 100644
--- a/GSSHAPY/gsshapy/orm/lnd.py
+++ b/GSSHAPY/gsshapy/orm/lnd.py
@@ -217,12 +217,9 @@ class LinkNodeDatasetFile(DeclarativeBase, GsshaPyFileObjectBase):
filter(NodeDataset.status == 1).\
... | Fixed bug with auto zScale algorithm. | CI-WATER_gsshapy | train |
b9f4c166842f75a24d9fc97a3ddfb883c6ae50fe | diff --git a/parser/parser.go b/parser/parser.go
index <HASH>..<HASH> 100644
--- a/parser/parser.go
+++ b/parser/parser.go
@@ -177,7 +177,7 @@ func (p *parser) followErr(pos token.Pos, left, right string) {
func (p *parser) follow(lpos token.Pos, left string, tok token.Token) token.Pos {
pos := p.pos
if !p.got(tok... | parser: no need to quote tokens in error messages
We only quote reserved words elsewhere, so be consistent. | mvdan_sh | train |
d2e39d2006e895ba5bdabfbcc9dfae0b23437578 | diff --git a/metpy/calc/tests/test_thermo.py b/metpy/calc/tests/test_thermo.py
index <HASH>..<HASH> 100644
--- a/metpy/calc/tests/test_thermo.py
+++ b/metpy/calc/tests/test_thermo.py
@@ -36,7 +36,7 @@ def test_relative_humidity_from_dewpoint():
def test_relative_humidity_from_dewpoint_with_f():
"""Test Relative H... | Updated/Fixed Relative Humidity from Dewpoint Test | Unidata_MetPy | train |
ee96daf25e1962bcf2e1633e087d112770e4d7e7 | diff --git a/src/Modal.js b/src/Modal.js
index <HASH>..<HASH> 100644
--- a/src/Modal.js
+++ b/src/Modal.js
@@ -199,7 +199,7 @@ Modal.propTypes = {
Modal.defaultProps = {
id: `Modal-${idgen()}`,
- root: typeof window !== undefined ? document.body : null,
+ root: typeof window !== 'undefined' ? document.body : nu... | Modal: add quotes to undefined | react-materialize_react-materialize | train |
c4185dcb9cbc86037f3b4312ff9a99adad7779b4 | diff --git a/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py b/integration_tests/blockstack_integration_tests/scenarios/name_import_update_transfer_revoke_verify_multi.py
index <HASH>..<HASH> 100644
--- a/integration_tests/blockstack_integration_tests/scenario... | disable safety checks, since we want to simulate what happens with lots of imports at once | blockstack_blockstack-core | train |
2f0010d087dd55157a7fdd96250ee2609dd8be57 | diff --git a/test/stride.js b/test/stride.js
index <HASH>..<HASH> 100644
--- a/test/stride.js
+++ b/test/stride.js
@@ -1,6 +1,6 @@
var stride = require("../");
-//nodeunit tests}
+//nodeunit tests
exports.callsCallbacks = function(test) {
test.expect(7);
var x = 1;
@@ -470,3 +470,14 @@ exports.canStoreData = fu... | Added a new test; already passing | bminer_stride | train |
b84ff4e7b739e83fb90db0eb52f098166f10147f | diff --git a/dfttopif/parsers/abinit.py b/dfttopif/parsers/abinit.py
index <HASH>..<HASH> 100644
--- a/dfttopif/parsers/abinit.py
+++ b/dfttopif/parsers/abinit.py
@@ -4,6 +4,7 @@ import glob
from ase.calculators.abinit import Abinit
from pypif.obj.common import Value, Property, Scalar
+
class AbinitParser(DFTParse... | Fixed constructor for Abinit
Missing call to superclass | CitrineInformatics_pif-dft | train |
d1dc24aa9427c7661b51074395a687a3cf2302ab | diff --git a/db/storage.go b/db/storage.go
index <HASH>..<HASH> 100644
--- a/db/storage.go
+++ b/db/storage.go
@@ -171,6 +171,14 @@ func (s *Storage) Teams() *mgo.Collection {
return s.Collection("teams")
}
+// Quota returns the quota collection from MongoDB.
+func (s *Storage) Quota() *mgo.Collection {
+ userInde... | db: added quota collection
Related to #<I>. | tsuru_tsuru | train |
e280806d3cf8258f72d1ec3059878055b9b59a71 | diff --git a/lib/espower.js b/lib/espower.js
index <HASH>..<HASH> 100644
--- a/lib/espower.js
+++ b/lib/espower.js
@@ -109,7 +109,6 @@
skipping = false,
instrumentor,
result = (this.options.destructive) ? ast : deepCopy(ast);
- this.tokens = result.tokens;
estrav... | AST tokens are not required since espower generates canonical assertion. | power-assert-js_espower | train |
91c7f3bb343a054303c572f5cccb421d8c16a8bd | diff --git a/core/src/main/java/org/sql2o/data/Row.java b/core/src/main/java/org/sql2o/data/Row.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/org/sql2o/data/Row.java
+++ b/core/src/main/java/org/sql2o/data/Row.java
@@ -13,7 +13,6 @@ import static org.sql2o.converters.Convert.throwIfNull;
/**
* Represents... | fix(data): Removed some seamingly unnecessary annotations and added getBoolean | aaberg_sql2o | train |
c5444b1d1fb277804d34eb91ba97a723b956e1c4 | diff --git a/src/plotypus/lightcurve.py b/src/plotypus/lightcurve.py
index <HASH>..<HASH> 100644
--- a/src/plotypus/lightcurve.py
+++ b/src/plotypus/lightcurve.py
@@ -158,6 +158,26 @@ def get_lightcurves_from_file(filename, directories, *args, **kwargs):
for d in directories
]
+def single_periods(data, ... | Update lightcurve.py
Added functions for finding lightcurves for single periods of a star. This is separate from the main project, so it isn't integrated into any of the scripts. | astroswego_plotypus | train |
7b5f496c70995cb84a5280ae1615459518c76d7a | diff --git a/lib/localrepo.js b/lib/localrepo.js
index <HASH>..<HASH> 100644
--- a/lib/localrepo.js
+++ b/lib/localrepo.js
@@ -52,6 +52,6 @@ LocalRepo.prototype.generate = function (cb) {
}
});
cb(err, config);
-}
+};
module.exports = LocalRepo; | Another missing semicolon for Travis lint | basti1302_repoman | train |
2b3469641ba2da6f539d64796943bd9d663ed117 | diff --git a/odl/operator/oputils.py b/odl/operator/oputils.py
index <HASH>..<HASH> 100644
--- a/odl/operator/oputils.py
+++ b/odl/operator/oputils.py
@@ -15,6 +15,7 @@ import numpy as np
from odl.space.base_tensors import TensorSpace
from odl.space import ProductSpace
from odl.util import nd_iterator
+from odl.util... | ENH: use noise element as start by default in power method | odlgroup_odl | train |
63064045865692c5b55185de3430536dcfa0695a | diff --git a/atests/test_request_on_session.robot b/atests/test_request_on_session.robot
index <HASH>..<HASH> 100644
--- a/atests/test_request_on_session.robot
+++ b/atests/test_request_on_session.robot
@@ -275,3 +275,6 @@ Options Request Expect A Success On Unauthorized Request
[Tags] options
${resp}= OP... | Final warning message and applied decorator to all On session keywords | bulkan_robotframework-requests | train |
b7bf4c0bb9cade6d46021bd788c1e20b3a50b224 | diff --git a/sx/pisa3/pisa_context.py b/sx/pisa3/pisa_context.py
index <HASH>..<HASH> 100644
--- a/sx/pisa3/pisa_context.py
+++ b/sx/pisa3/pisa_context.py
@@ -373,8 +373,8 @@ class pisaCSSBuilder(css.CSSBuilder):
c.frameList = []
c.frameStaticList = []
- except Exception, e:
- ... | Theses try: except Exception, e: blocks all over the place must die with fire. | xhtml2pdf_xhtml2pdf | train |
329eb87d67d3fdb4e879da3d793aa35eaaf917d8 | diff --git a/controller/scheduler/scheduler_test.go b/controller/scheduler/scheduler_test.go
index <HASH>..<HASH> 100644
--- a/controller/scheduler/scheduler_test.go
+++ b/controller/scheduler/scheduler_test.go
@@ -786,3 +786,63 @@ func (TestSuite) TestScaleCriticalApp(c *C) {
s.PutFormation(&ct.Formation{AppID: app.... | scheduler: Add test coverage for findJobToStop | flynn_flynn | train |
fce24c0f31a7b84efd0ccb47df9ab39f5cef7cd5 | diff --git a/lib/generators/active_record/acts_as_user_generator.rb b/lib/generators/active_record/acts_as_user_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/active_record/acts_as_user_generator.rb
+++ b/lib/generators/active_record/acts_as_user_generator.rb
@@ -17,6 +17,20 @@ module ActiveRecord
... | Injects is_user method to user class | IcaliaLabs_acts_as_user | train |
5150f0ec2d127e349876916a7fff04f455dee18f | diff --git a/{{cookiecutter.repo_name}}/config/urls.py b/{{cookiecutter.repo_name}}/config/urls.py
index <HASH>..<HASH> 100644
--- a/{{cookiecutter.repo_name}}/config/urls.py
+++ b/{{cookiecutter.repo_name}}/config/urls.py
@@ -6,6 +6,7 @@ from django.conf.urls import include, url
from django.conf.urls.static import st... | String view arguments to url() is deprecated in django <I> | pydanny_cookiecutter-django | train |
ad43220d7acdb51c59c8c7a2d666c638ea2a2738 | diff --git a/lib/jsdom/browser/Window.js b/lib/jsdom/browser/Window.js
index <HASH>..<HASH> 100644
--- a/lib/jsdom/browser/Window.js
+++ b/lib/jsdom/browser/Window.js
@@ -698,6 +698,7 @@ function Window(options) {
log: wrapConsoleMethod("log"),
table: wrapConsoleMethod("table"),
time: wrapConsoleMethod("... | Add console.timeLog()
Support for `console.timeLog()` was added in Node.js <I>, and this wraps it like our other `console` methods. With this we expose every method from the current Console Standard. | jsdom_jsdom | train |
b33ef07ce8e023b4c8d9a2a31e2ee2660036ab7c | diff --git a/nurbs/Surface.py b/nurbs/Surface.py
index <HASH>..<HASH> 100644
--- a/nurbs/Surface.py
+++ b/nurbs/Surface.py
@@ -131,7 +131,7 @@ class Surface(object):
def ctrlptsw(self):
ret_list = []
for c, w in itertools.product(self._mCtrlPts, self._mWeights):
- temp = (float(c[0]/w)... | Fixed a logical error in calculation of weighted control points | orbingol_NURBS-Python | train |
222390a65383aa1d99a4531ceac5e9a4f7371a9e | diff --git a/dimod/binary_quadratic_model.py b/dimod/binary_quadratic_model.py
index <HASH>..<HASH> 100644
--- a/dimod/binary_quadratic_model.py
+++ b/dimod/binary_quadratic_model.py
@@ -1302,8 +1302,8 @@ class BinaryQuadraticModel(Sized, Container, Iterable):
>>> import dimod
>>> bqm = dimod.... | Update BQM copy and energy methods | dwavesystems_dimod | train |
2af82ea0681ec71b9c347ef44f6ce99647a43735 | diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -9,8 +9,8 @@ describe Spree::User do
end
it 'should generate the reset password token' do
- user = create(:user)
- Spree::UserMailer.should_receive(... | Fix argument list expected for reset_password_instructions in user_spec
Conflicts:
spec/models/user_spec.rb | spree_spree_auth_devise | train |
8853df28bc1f6fb438c89ea3e8365d833320982a | diff --git a/demos/components/sms-editor/index.js b/demos/components/sms-editor/index.js
index <HASH>..<HASH> 100644
--- a/demos/components/sms-editor/index.js
+++ b/demos/components/sms-editor/index.js
@@ -20,6 +20,8 @@ angular.module('componentsApp', ['ccms.components'])
{
name: 'GatewayType 0',
gateway... | fix(sms): support keyword prefix and suffix (#<I>)
* fix(sms): support keyword prefix suffix
* chore(release): <I>-0 | ShuyunFF2E_ccms-components | train |
4bb9d811e8d537da28a14b76308b4001c00bf21c | diff --git a/skyfield/timelib.py b/skyfield/timelib.py
index <HASH>..<HASH> 100644
--- a/skyfield/timelib.py
+++ b/skyfield/timelib.py
@@ -669,10 +669,9 @@ def build_delta_t_table(delta_t_recent):
return table
def _utc_datetime_to_tai(leap_dates, leap_offsets, dt):
- try:
- utc_datetime = dt.astimezon... | Fix failure to `raise` on timezone-less datetime
For some reason pytz seems to have stopped throwing the exception that I
was counting on when a datetime without a time zone is supplied. So I
will do the check myself. | skyfielders_python-skyfield | train |
55a46d6dea73d3d17a944b658b76849ee4984285 | diff --git a/acceptance/tests/helpful_error_message_when_hostname_not_match_server_certificate.rb b/acceptance/tests/helpful_error_message_when_hostname_not_match_server_certificate.rb
index <HASH>..<HASH> 100644
--- a/acceptance/tests/helpful_error_message_when_hostname_not_match_server_certificate.rb
+++ b/acceptance... | (PE-<I>,PUP-<I>) Skipping test for now, need support for DNS Alt names in JVM puppet | puppetlabs_puppet | train |
100c891300496628119feb2620eb9d30f0b36c5a | diff --git a/pysos/main.py b/pysos/main.py
index <HASH>..<HASH> 100755
--- a/pysos/main.py
+++ b/pysos/main.py
@@ -34,6 +34,7 @@ from .converter import script_to_html, workflow_to_html, script_to_markdown, \
workflow_to_markdown, script_to_notebook, workflow_to_notebook, \
script_to_term, workflow_to_term, no... | Fix the handling of comments inside step, which could be comments from python statements | vatlab_SoS | train |
919bcb1adabc8aa1417fd4cfc9d7d431ea69b0b5 | diff --git a/test/string_constraints_test.rb b/test/string_constraints_test.rb
index <HASH>..<HASH> 100644
--- a/test/string_constraints_test.rb
+++ b/test/string_constraints_test.rb
@@ -9,7 +9,7 @@ describe 'string parameter constraints' do
rejects Date.today
rejects Time.now
rejects nil
- rejects "\xA1"
+ ... | Force encoding on invalid encoding test case
Ruby <I> tests were failing because the default encoding is US-ASCII
and the string was valid under that encoding. Ruby 2+ tests were ok
because the default encoding is now UTF-8. The solution here is to
force the encoding on the string in order to ensure that the string in... | zendesk_stronger_parameters | train |
20249a4c3bca0bc9b56b2b1358fb01d96f8d8cc8 | diff --git a/spyderlib/widgets/arrayeditor.py b/spyderlib/widgets/arrayeditor.py
index <HASH>..<HASH> 100644
--- a/spyderlib/widgets/arrayeditor.py
+++ b/spyderlib/widgets/arrayeditor.py
@@ -476,7 +476,7 @@ class ArrayEditor(QDialog):
return False
if not is_record_array:
dtn = data.... | Python 3 compatability of string array. | spyder-ide_spyder | train |
a6357b329d10101b7eb5ebbaf61effce0f4d9c27 | diff --git a/voilab-table.js b/voilab-table.js
index <HASH>..<HASH> 100644
--- a/voilab-table.js
+++ b/voilab-table.js
@@ -115,6 +115,8 @@ var lodash = require('lodash'),
self.emitter.emit('page-add', self, row, ev);
if (!ev.cancel) {
self.pdf.addPage();
+ // Re... | Resets Y position on when a new page is added | voilab_voilab-pdf-table | train |
bfc4b8544750ede71f15058c72837687d3127613 | diff --git a/lib/discordrb/data.rb b/lib/discordrb/data.rb
index <HASH>..<HASH> 100644
--- a/lib/discordrb/data.rb
+++ b/lib/discordrb/data.rb
@@ -1336,8 +1336,8 @@ module Discordrb
# @example Count the number of messages in the last 50 messages that contain the letter 'e'.
# message_count = channel.history... | support around_id in Channel#history | meew0_discordrb | train |
c54cbf3a50c965e882fcdba6a95ae6db640c3298 | diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php
index <HASH>..<HASH> 100644
--- a/DependencyInjection/Configuration.php
+++ b/DependencyInjection/Configuration.php
@@ -74,6 +74,7 @@ class Configuration implements ConfigurationInterface
->children()
... | add support rabbitmq_batch_consumer | Phobetor_rabbitmq-supervisor-bundle | train |
a9c086db400ddabed23783fe36f02e8e51bc2ba9 | diff --git a/go/libkb/pgp_key.go b/go/libkb/pgp_key.go
index <HASH>..<HASH> 100644
--- a/go/libkb/pgp_key.go
+++ b/go/libkb/pgp_key.go
@@ -524,12 +524,29 @@ func (k *PGPKeyBundle) HasSecretKey() bool {
return k.PrivateKey != nil
}
+// findPGPPrivateKey checks if supposed secret key PGPKeyBundle
+// contains any va... | Do not bail out on stubbed primary keys during pgp provision | keybase_client | train |
e15de8bb2ba05b623cb40e3f1f41de6a45d866c9 | diff --git a/js/analyzer.js b/js/analyzer.js
index <HASH>..<HASH> 100644
--- a/js/analyzer.js
+++ b/js/analyzer.js
@@ -21,7 +21,7 @@ YoastSEO = ( "undefined" === typeof YoastSEO ) ? {} : YoastSEO;
YoastSEO.Analyzer = function( args ) {
this.config = args;
this.checkConfig();
- this.init();
+ this.init( args );
};... | Fixed bug to make sure the analyzer gets data when a init is run with new data. | Yoast_YoastSEO.js | train |
90394103db20f5890d483c4baef5c3d187197f64 | diff --git a/src/button/Button.js b/src/button/Button.js
index <HASH>..<HASH> 100644
--- a/src/button/Button.js
+++ b/src/button/Button.js
@@ -19,7 +19,7 @@ export default class Button extends Component {
[`${prefixCls}-loading`]: loading, // 加载
'disabled': disabled || loading, // 禁用状态
'active'... | clean(Input/Button): Code formatting. | uiwjs_uiw | train |
8f176918596bdf7051a3fbd3da3aa5698206ced2 | diff --git a/lib/sfn/command_module/template.rb b/lib/sfn/command_module/template.rb
index <HASH>..<HASH> 100644
--- a/lib/sfn/command_module/template.rb
+++ b/lib/sfn/command_module/template.rb
@@ -312,13 +312,13 @@ module Sfn
# Extract currently defined parameters for nested template
#
- # ... | Clarify variable naming and update modifications to use resource instance | sparkleformation_sfn | train |
b611e60887337d969d1ffbe46d3a710aa0b9ecf1 | diff --git a/src/runner.js b/src/runner.js
index <HASH>..<HASH> 100644
--- a/src/runner.js
+++ b/src/runner.js
@@ -48,7 +48,8 @@ Runner.prototype.run = function (node, args) {
var inputArgs = minimist(args);
extend(inputArgs, this.options.localArgs || {});
- controller.call(node, inputArgs);
... | Add support for returning `help ` as result of controller | mvalipour_dastoor | train |
8e3f82ba40f9a5a32412677462caac0c45ff44d3 | diff --git a/auxi/tools/materialphysicalproperties/polynomial.py b/auxi/tools/materialphysicalproperties/polynomial.py
index <HASH>..<HASH> 100644
--- a/auxi/tools/materialphysicalproperties/polynomial.py
+++ b/auxi/tools/materialphysicalproperties/polynomial.py
@@ -22,25 +22,6 @@ __email__ = 'christoff.kok@ex-mente.co... | Remove _formula_string
This function generates a string representation of a polynomial.
It was not used in the project and can be replaced anyway by numpy.poly1d | Ex-Mente_auxi.0 | train |
03b8c70bbd3e619dbec87e66296211657891741f | diff --git a/resource_openstack_compute_instance_v2.go b/resource_openstack_compute_instance_v2.go
index <HASH>..<HASH> 100644
--- a/resource_openstack_compute_instance_v2.go
+++ b/resource_openstack_compute_instance_v2.go
@@ -18,6 +18,7 @@ import (
"github.com/rackspace/gophercloud/openstack/compute/v2/extensions/ke... | Implemented stop_before_destroy behavior
Docs and acceptance test included | terraform-providers_terraform-provider-openstack | train |
d365386c76edd6112b9eaeb153e4634768c60092 | diff --git a/FeatureContext.php b/FeatureContext.php
index <HASH>..<HASH> 100644
--- a/FeatureContext.php
+++ b/FeatureContext.php
@@ -10,6 +10,10 @@ use Behat\Gherkin\Node\PyStringNode,
Behat\Gherkin\Node\TableNode;
use Symfony\Component\Process\Process;
+use Behat\Behat\Context\Step\Given;
+use Behat\Behat\Co... | Replacing the internal code of some of our step definitions with existing code from the Mink extensions. | jhedstrom_DrupalDriver | train |
1a5dafb31eed7a44115f13595b54eaf109c4f388 | diff --git a/client/request.go b/client/request.go
index <HASH>..<HASH> 100644
--- a/client/request.go
+++ b/client/request.go
@@ -178,7 +178,13 @@ func (cli *Client) doRequest(ctx context.Context, req *http.Request) (serverResp
// this is localised - for example in French the error would be
// `open //./pipe/doc... | Improve readability of Windows connect error
Improve the readability of the connection error displayed to the user on
Windows when running docker commands fails by checking if the client is
privileged. If so then display the actual error wrapped in a generic
error "This error may indicate that the docker daemon is not... | moby_moby | train |
94f649363ae72ca8b1a947af6e3651ceed5c6e8d | diff --git a/components/tabs/Tab.js b/components/tabs/Tab.js
index <HASH>..<HASH> 100644
--- a/components/tabs/Tab.js
+++ b/components/tabs/Tab.js
@@ -65,7 +65,7 @@ const factory = (ripple, FontIcon) => {
}, className);
return (
- <div {...other} data-react-toolbox="tab" className={_className} on... | Feature/tabs a<I>y (#<I>)
* Update tabs for a<I>y
* Use transition for background and set a<I>y for tab content
* Remove unneccessary tabIndex from tab content
* Fix lint issues | react-toolbox_react-toolbox | train |
f55f31976ff05c069191e2be98210b72406952c7 | diff --git a/Smartphone/LocationPicker/blackberry/ui/locationPicker/LocationPickerExtension.java b/Smartphone/LocationPicker/blackberry/ui/locationPicker/LocationPickerExtension.java
index <HASH>..<HASH> 100644
--- a/Smartphone/LocationPicker/blackberry/ui/locationPicker/LocationPickerExtension.java
+++ b/Smartphone/Lo... | Changed copyright to <I>. | blackberry_WebWorks-Community-APIs | train |
2176f4b30c9f4ea57a0fd4182808976b64202ab0 | diff --git a/activemodel/lib/active_model/errors.rb b/activemodel/lib/active_model/errors.rb
index <HASH>..<HASH> 100644
--- a/activemodel/lib/active_model/errors.rb
+++ b/activemodel/lib/active_model/errors.rb
@@ -479,6 +479,14 @@ module ActiveModel
# * <tt>errors.messages.blank</tt>
def generate_message(att... | Fall back to parent locale before it falls back to the :errors namespace | rails_rails | train |
1b4c1a884c3867a1a84d369968d5e4b79d855e69 | diff --git a/HISTORY.rst b/HISTORY.rst
index <HASH>..<HASH> 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,6 +7,7 @@ v0.31 (unreleased)
..................
* better support for floating point `multiple_of` values, #652 by @justindujardin
* fix schema generation for ``NewType`` and ``Literal``, #649 by @dmontagu
+* ... | Fix alias_generator and field config conflict (#<I>)
* Fix alias_generator and field config conflict (see #<I>)
* HISTORY.rst update: fix alias_generator and field config conflict
* Merge HISTORY.rst with master | samuelcolvin_pydantic | train |
94765fa0429528fef270739a782fab11e7fdf9ef | diff --git a/maven-repository-manager/src/test/java/org/jboss/pnc/mavenrepositorymanager/AbstractRepositoryManagerDriverTest.java b/maven-repository-manager/src/test/java/org/jboss/pnc/mavenrepositorymanager/AbstractRepositoryManagerDriverTest.java
index <HASH>..<HASH> 100644
--- a/maven-repository-manager/src/test/jav... | Revert changes in AbstractRepositoryManagerDriverTest from commit <I>b<I>d1f<I>c<I>d6b<I>d3d | project-ncl_pnc | train |
72500a0cf298f802de7e48b3c58f397273030559 | diff --git a/android/src/main/java/cucumber/api/android/CucumberInstrumentation.java b/android/src/main/java/cucumber/api/android/CucumberInstrumentation.java
index <HASH>..<HASH> 100644
--- a/android/src/main/java/cucumber/api/android/CucumberInstrumentation.java
+++ b/android/src/main/java/cucumber/api/android/Cucumb... | Add support for 'log' option
This has the same effect as providing the Cucumber option '--dry-run'. | cucumber_cucumber-jvm | train |
01c876e9cb4ac4e9dda0de0161fc6bddaeef466f | diff --git a/src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php b/src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php
+++ b/src/Psalm/Internal/Analyzer/Statements/ReturnAnalyzer.php
@@ -471,7 +471,7 @@ class ReturnA... | Remove stray comma | vimeo_psalm | train |
c98cd5dd0ff21b5a81c79f699123d2e4a098f073 | diff --git a/CanvasItem.py b/CanvasItem.py
index <HASH>..<HASH> 100644
--- a/CanvasItem.py
+++ b/CanvasItem.py
@@ -481,7 +481,6 @@ class LineGraphCanvasItem(AbstractCanvasItem):
data_min = numpy.amin(self.data)
data_max = numpy.amax(self.data)
- data_range = data_max - data_min
... | Fix recently introduced line plot range error.
svn r<I> | nion-software_nionswift | train |
a419517363f1779e8b804b3d25b9510d16ffc675 | diff --git a/lib/pool_connection.js b/lib/pool_connection.js
index <HASH>..<HASH> 100644
--- a/lib/pool_connection.js
+++ b/lib/pool_connection.js
@@ -5,6 +5,7 @@ var inherits = require('util').inherits;
module.exports = PoolConnection;
inherits(PoolConnection, Connection);
+PoolConnection.statementKey = Connection... | add ref to statementKey fontion in PoolConnection object | sidorares_node-mysql2 | train |
08b49d729c5ddc1fd95b83828ce7bbf59514c6ff | diff --git a/string_assert_impl.go b/string_assert_impl.go
index <HASH>..<HASH> 100644
--- a/string_assert_impl.go
+++ b/string_assert_impl.go
@@ -16,3 +16,8 @@ func (assert *stringAssertImpl) IsEqualTo(expected string) StringAssert {
return assert.isTrue(assert.actual == expected,
"Expected <%s>, but was <%s>.", ... | Add IsNotEqualTo String Assertion | assertgo_assert | train |
fce9db079d7c05795c2a13ee74040b608bf5a864 | diff --git a/openquake/calculators/views.py b/openquake/calculators/views.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/views.py
+++ b/openquake/calculators/views.py
@@ -1213,3 +1213,17 @@ def view_src_groups(token, dstore):
tbl.sort(key=operator.itemgetter(1), reverse=True)
return text_table(tbl... | Added view nonzero_poes [ci skip] | gem_oq-engine | train |
20a3ed2f06ea82d7e6b166158ccd847c4d0871d0 | diff --git a/python_modules/dagster/dagster/core/execution/plan/plan.py b/python_modules/dagster/dagster/core/execution/plan/plan.py
index <HASH>..<HASH> 100644
--- a/python_modules/dagster/dagster/core/execution/plan/plan.py
+++ b/python_modules/dagster/dagster/core/execution/plan/plan.py
@@ -293,7 +293,9 @@ def get_s... | [dynamic output] fix composites
Test Plan: added tests
Reviewers: catherinewu, cdecarolis
Reviewed By: cdecarolis
Differential Revision: <URL> | dagster-io_dagster | train |
6c226353d2d2a2390ed5773d68e285e5a8088d09 | diff --git a/lib/dpl/provider/releases.rb b/lib/dpl/provider/releases.rb
index <HASH>..<HASH> 100644
--- a/lib/dpl/provider/releases.rb
+++ b/lib/dpl/provider/releases.rb
@@ -33,6 +33,8 @@ module DPL
end
def check_app
+ log "Deploying to repo: #{slug}"
+ log "Current tag is: #{get_tag}"
... | Added more logging to github releases provider | travis-ci_dpl | train |
f77f66ec3da9c55af56242a185e8ee23c5065756 | diff --git a/salt/engines/stalekey.py b/salt/engines/stalekey.py
index <HASH>..<HASH> 100644
--- a/salt/engines/stalekey.py
+++ b/salt/engines/stalekey.py
@@ -33,7 +33,7 @@ log = logging.getLogger(__name__)
def __virtual__():
- if not __opts__['minion_data_cache']:
+ if not __opts__.get('minion_data_cache'):... | variable is not always set for stalekey engine | saltstack_salt | train |
94bc189a544078c46081ae0b8bee42bf9fe71485 | diff --git a/src/main/java/nl/jqno/equalsverifier/internal/checkers/FieldsChecker.java b/src/main/java/nl/jqno/equalsverifier/internal/checkers/FieldsChecker.java
index <HASH>..<HASH> 100644
--- a/src/main/java/nl/jqno/equalsverifier/internal/checkers/FieldsChecker.java
+++ b/src/main/java/nl/jqno/equalsverifier/intern... | IllegalAccess: small final tweaks | jqno_equalsverifier | train |
c4d51fbe355ecea775646846b959dcb5b2b44645 | diff --git a/simplestruct/struct.py b/simplestruct/struct.py
index <HASH>..<HASH> 100644
--- a/simplestruct/struct.py
+++ b/simplestruct/struct.py
@@ -11,6 +11,7 @@ __all__ = [
from collections import OrderedDict, Counter
from functools import reduce
from inspect import Signature, Parameter
+from reprlib import recu... | Fixed __repr__() for recursive structs. | brandjon_simplestruct | train |
8c23319be168ded022fe70ad4c2f74bdf349042c | diff --git a/lib/best_companies/scraper.rb b/lib/best_companies/scraper.rb
index <HASH>..<HASH> 100644
--- a/lib/best_companies/scraper.rb
+++ b/lib/best_companies/scraper.rb
@@ -52,6 +52,7 @@ class Scraper
end
#figure out how to separate the awards into it's own hash.
final_awards = final_awards.slice(0... | wrote a note to check if all companies that have a review has at least 6 awards, if not, change code | yosayon_Best_Companies | train |
451bb503b91ba3d58c8a13a3cf86810ff5f0b732 | diff --git a/holoviews/core/options.py b/holoviews/core/options.py
index <HASH>..<HASH> 100644
--- a/holoviews/core/options.py
+++ b/holoviews/core/options.py
@@ -30,6 +30,7 @@ OptionTree:
import param
from .tree import AttrTree
from .operation import ElementOperation
+from .overlay import CompositeOverlay, Overlay
... | Implemented Channel.collapse_channels and strongest_match classmethods | pyviz_holoviews | train |
e04e8a6d69efdf78cd466a0fc413de32aaf93770 | diff --git a/server/src/main/java/org/kaazing/gateway/server/context/resolve/GatewayContextResolver.java b/server/src/main/java/org/kaazing/gateway/server/context/resolve/GatewayContextResolver.java
index <HASH>..<HASH> 100644
--- a/server/src/main/java/org/kaazing/gateway/server/context/resolve/GatewayContextResolver.... | Made authType.getSessionTimeout check for instance of != null as I was seeing isSetSessionTimeout always being true. This resulted in a cosmetic bug where the TimeoutLoginModule was failing on init with a RuntimeException, but due to logging in that class only logging that at trace level | kaazing_gateway | train |
d7b37eceb133450c424fd447d02a5fe0ad36b016 | diff --git a/tests/Support/SupportStrTest.php b/tests/Support/SupportStrTest.php
index <HASH>..<HASH> 100755
--- a/tests/Support/SupportStrTest.php
+++ b/tests/Support/SupportStrTest.php
@@ -7,9 +7,6 @@ use PHPUnit\Framework\TestCase;
class SupportStrTest extends TestCase
{
- /**
- * Test the Str::words meth... | Delete unused comment (#<I>)
delete comment | laravel_framework | train |
f803ad52ff7f2b3436c8811f07a5d9ff1a55cb1e | diff --git a/Gemfile.lock b/Gemfile.lock
index <HASH>..<HASH> 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- gara (0.1.2)
+ gara (0.1.4)
nokogiri (~> 1.6)
GEM
diff --git a/lib/gara/html5_emitter.rb b/lib/gara/html5_emitter.rb
index <HASH>..<HASH> 100644
--- a... | Format output to xhtml indented properly | aelogica_express_templates | train |
68b522bfbe2a7f634aabe25c5188bfd3735ba67e | diff --git a/master/buildbot/clients/tryclient.py b/master/buildbot/clients/tryclient.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/clients/tryclient.py
+++ b/master/buildbot/clients/tryclient.py
@@ -187,7 +187,7 @@ class MercurialExtractor(SourceStampExtractor):
upstream = ""
if self.repositor... | MercurialExtractor: correctly calculate GCA between working directory and upstream | buildbot_buildbot | train |
a3746fdc7222357c8e01e5478ef60435ab56efaf | diff --git a/libxml/tree/NodeMethods.go b/libxml/tree/NodeMethods.go
index <HASH>..<HASH> 100644
--- a/libxml/tree/NodeMethods.go
+++ b/libxml/tree/NodeMethods.go
@@ -52,6 +52,7 @@ func (node *XmlNode) Free() {
}
node.Remove()
C.xmlFreeNode(node.ptr())
+ node.Doc().BookkeepNode(node.ptr(), nil)
node.NodePt... | Properly clear cached node object after Free() | moovweb_gokogiri | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.