hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
b0834ff6954a4111343f837a83903383efe66288 | diff --git a/app/models/unidom/visitor/concerns/as_visitor.rb b/app/models/unidom/visitor/concerns/as_visitor.rb
index <HASH>..<HASH> 100644
--- a/app/models/unidom/visitor/concerns/as_visitor.rb
+++ b/app/models/unidom/visitor/concerns/as_visitor.rb
@@ -24,11 +24,9 @@ module Unidom::Visitor::Concerns::AsVisitor
... | 1, Improve the As Visitor concern to add the #cognize! method. | topbitdu_unidom-visitor | train | rb |
0b7bebfc795d8aaa6321ccd2e1540bcb416808e9 | diff --git a/api/client.js b/api/client.js
index <HASH>..<HASH> 100644
--- a/api/client.js
+++ b/api/client.js
@@ -56,7 +56,7 @@ module.exports = new (function(){
* assuming that driver.car will resolve to an item ID
*/
this.observe = function(itemID, propName, callback) {
- if (!itemID || !propName || !callb... | The id for global is 0 - don't check for truthy but for type | marcuswestin_fin | train | js |
ac27185f8d6e165bb1b335ad2ebb32d69c385f03 | diff --git a/simuvex/engines/engine.py b/simuvex/engines/engine.py
index <HASH>..<HASH> 100644
--- a/simuvex/engines/engine.py
+++ b/simuvex/engines/engine.py
@@ -11,8 +11,8 @@ class SimEngine(object):
:ivar callable check_failed: A callback that is called after _check() returns False.
"""
- def __init__... | Make the default engine take arbitrary args in its constructor | angr_angr | train | py |
7430e7deda2c1ca3312bb649e27c06b0fb9fd6af | diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/NativeEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/NativeEnvironmentRepository.java
index <HASH>..<HASH> 100644
--- a/spring-cloud-config... | Make the startup of application context quieter
Every app that requests config from the server starts a mini
application context. We can make it a bit less verbose by
shutting off the startup info logger in the SpringApplication. | spring-cloud_spring-cloud-config | train | java |
c05604941d9a822292fe201a02347d7e4a40968d | diff --git a/app/models/artefact.rb b/app/models/artefact.rb
index <HASH>..<HASH> 100644
--- a/app/models/artefact.rb
+++ b/app/models/artefact.rb
@@ -163,6 +163,11 @@ class Artefact
validate :validate_prefixes_and_paths
validate :format_of_new_need_ids, if: :need_ids_changed?
+ scope :relatable_items, proc {
... | Making related_items a scope so it can be chained
removing the existing method and comment because
it is misleading. it says the method is uses only
in Panopticon, but there are usages outside as well.
one of the usages in Panopticon have been removed. | alphagov_govuk_content_models | train | rb |
c4bdab5aaed95dfbcae949816fa00046684a6cdc | diff --git a/changes/cli.py b/changes/cli.py
index <HASH>..<HASH> 100644
--- a/changes/cli.py
+++ b/changes/cli.py
@@ -59,13 +59,17 @@ CHANGELOG = 'CHANGELOG.md'
arguments = None
- version_arguments = extract(arguments, ['--major', '--minor', '--patch'])
+def strip_long_arguments(argument_names):
+ long_argu... | Rename and refactor argument extract and strip | michaeljoseph_changes | train | py |
5ff8d28b8943d3eaaac708facadbbb388d479c96 | diff --git a/datavec/datavec-api/src/main/java/org/datavec/api/records/reader/impl/LineRecordReader.java b/datavec/datavec-api/src/main/java/org/datavec/api/records/reader/impl/LineRecordReader.java
index <HASH>..<HASH> 100644
--- a/datavec/datavec-api/src/main/java/org/datavec/api/records/reader/impl/LineRecordReader.... | Close iter when reset to avoid resource not closed issue (#<I>) | deeplearning4j_deeplearning4j | train | java |
bb70a2764c019005011c8532f9c2599503fbaa64 | diff --git a/src/Route.php b/src/Route.php
index <HASH>..<HASH> 100644
--- a/src/Route.php
+++ b/src/Route.php
@@ -41,6 +41,8 @@ class Route{
protected $pattern;
protected $controller;
protected $action;
+ protected $arguments = array();
+ protected $origin;
public function __construct( $controller, $action,... | Extend route by arguments to be applied later. | CeusMedia_Router | train | php |
e7e2b87ae9fcaf2233fd9052158bd6ce18d7aaba | diff --git a/lib/redlander/statement_iterator.rb b/lib/redlander/statement_iterator.rb
index <HASH>..<HASH> 100644
--- a/lib/redlander/statement_iterator.rb
+++ b/lib/redlander/statement_iterator.rb
@@ -6,7 +6,7 @@ module Redlander
include Enumerable
# Iterate over statements in the stream.
- def each(&b... | no need to pass &block if it's not used explicitly for performance reasons | cordawyn_redlander | train | rb |
fd8fd5f25efb2e888a26376562093a34dc435243 | diff --git a/gl-service-explorer/src/main/webapp/js/gl-explorer.js b/gl-service-explorer/src/main/webapp/js/gl-explorer.js
index <HASH>..<HASH> 100644
--- a/gl-service-explorer/src/main/webapp/js/gl-explorer.js
+++ b/gl-service-explorer/src/main/webapp/js/gl-explorer.js
@@ -174,7 +174,7 @@ function updateApiData() {
... | Issue <I> ; fix URL encoded in QR code | nmdp-bioinformatics_genotype-list | train | js |
a240969763e531a5a1cbcd0fd1c07319deb8edb8 | diff --git a/lib/puppet/util/diff.rb b/lib/puppet/util/diff.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/util/diff.rb
+++ b/lib/puppet/util/diff.rb
@@ -27,7 +27,7 @@ module Puppet::Util::Diff
output = ""
- diffs = Diff::LCS.diff(data_old, data_new)
+ diffs = ::Diff::LCS.diff(data_old, data... | Applying patch by wyvern to fix #<I>. | puppetlabs_puppet | train | rb |
342d028af13215f46cff5f05146cba83f80fe572 | diff --git a/src/mediaelement.js b/src/mediaelement.js
index <HASH>..<HASH> 100755
--- a/src/mediaelement.js
+++ b/src/mediaelement.js
@@ -94,6 +94,10 @@ WaveSurfer.util.extend(WaveSurfer.MediaElement, {
_load: function (media, peaks) {
var my = this;
+ // load must be called manually on iOS, oth... | fix media element ios issue #<I> where peaks didnt draw (#<I>) | katspaugh_wavesurfer.js | train | js |
08bb6c55ce65e1a4039ef2e5ef7f45f3291ba065 | diff --git a/lib/client.js b/lib/client.js
index <HASH>..<HASH> 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -57,7 +57,7 @@ _.process = function process(kwargs) {
kwargs['modules'] = utils.getModules();
kwargs['server_name'] = kwargs['server_name'] || this.name;
kwargs['extra'] = kwargs['extra'] || ... | Fix erronous check for undefined | getsentry_sentry-javascript | train | js |
2a74a34c5aa7fcfc3d7da786163c97f63953c94f | diff --git a/lib/fast/version.rb b/lib/fast/version.rb
index <HASH>..<HASH> 100644
--- a/lib/fast/version.rb
+++ b/lib/fast/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Fast
- VERSION = '0.0.4'
+ VERSION = '0.0.5'
end | Bump to version <I> | jonatas_fast | train | rb |
66f56b802389277252fb1ce6303c810d9cef20e3 | diff --git a/client/my-sites/hosting/php-version-card/index.js b/client/my-sites/hosting/php-version-card/index.js
index <HASH>..<HASH> 100644
--- a/client/my-sites/hosting/php-version-card/index.js
+++ b/client/my-sites/hosting/php-version-card/index.js
@@ -59,6 +59,12 @@ const PhpVersionCard = ( {
} ),
valu... | Add php <I> to hosting configuration | Automattic_wp-calypso | train | js |
b4bd608d965c9edca85dfcdfcde65c57c7a1a60a | diff --git a/pytuya/__init__.py b/pytuya/__init__.py
index <HASH>..<HASH> 100644
--- a/pytuya/__init__.py
+++ b/pytuya/__init__.py
@@ -490,3 +490,21 @@ class BulbDevice(Device):
payload = self.generate_payload(SET, {self.DPS_INDEX_COLOURTEMP: colourtemp})
data = self._send_receive(payload)
re... | Added functions to BulbDevice that return brightness, colourtemp and colour values | clach04_python-tuya | train | py |
325d950e896ee601c9f407c8c6d4037a443b4268 | diff --git a/drools-camel/src/test/java/org/drools/camel/component/BatchTest.java b/drools-camel/src/test/java/org/drools/camel/component/BatchTest.java
index <HASH>..<HASH> 100644
--- a/drools-camel/src/test/java/org/drools/camel/component/BatchTest.java
+++ b/drools-camel/src/test/java/org/drools/camel/component/Batc... | Fixing compilation error due to MVEL interface change | kiegroup_droolsjbpm-integration | train | java |
eb2a2e91824e1a5f0c3d495bfb68fe927d2761be | diff --git a/core/services/src/main/java/org/openengsb/core/services/internal/deployer/connector/ConnectorDeployerService.java b/core/services/src/main/java/org/openengsb/core/services/internal/deployer/connector/ConnectorDeployerService.java
index <HASH>..<HASH> 100644
--- a/core/services/src/main/java/org/openengsb/c... | [OPENENGSB-<I>] let the connector-deployer put an integer into service.ranking | openengsb_openengsb | train | java |
c3e8279a91d76e279abe50604aef86ae475ce7b7 | diff --git a/zounds/node/test_timeseries.py b/zounds/node/test_timeseries.py
index <HASH>..<HASH> 100644
--- a/zounds/node/test_timeseries.py
+++ b/zounds/node/test_timeseries.py
@@ -291,6 +291,14 @@ class TimeSeriesTests(unittest2.TestCase):
self.assertIsInstance(ts2, ConstantRateTimeSeries)
self.ass... | Add one more test to demonstrate usage of totally open-ended TimeSlice | JohnVinyard_zounds | train | py |
5e0a16ea21c4467e809d6369bd1971661713f068 | diff --git a/hugolib/site.go b/hugolib/site.go
index <HASH>..<HASH> 100644
--- a/hugolib/site.go
+++ b/hugolib/site.go
@@ -160,8 +160,6 @@ func (s *SiteInfo) refLink(ref string, page *Page, relative bool) (string, error
var link string = ""
if refUrl.Path != "" {
- var target *Page
-
for _, page := range []*P... | Fix a crash for ref page#anchor.
- Remove an improperly shadowed variable.
- Fixes #<I>. | gohugoio_hugo | train | go |
b9f9186a2197fb563b942106d6028299826a5728 | diff --git a/src/components/portal-target.js b/src/components/portal-target.js
index <HASH>..<HASH> 100644
--- a/src/components/portal-target.js
+++ b/src/components/portal-target.js
@@ -12,6 +12,13 @@ export default {
beforeDestroy() {
wormhole.$off(this.name, this.update)
},
+ watch: {
+ name(newName, old... | make portal target react to name (source) change. | LinusBorg_portal-vue | train | js |
a2a9c9e8fb5ec34583d6482ac5aa21a8a99412b6 | diff --git a/core/src/main/java/hudson/slaves/NodeProvisioner.java b/core/src/main/java/hudson/slaves/NodeProvisioner.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/slaves/NodeProvisioner.java
+++ b/core/src/main/java/hudson/slaves/NodeProvisioner.java
@@ -193,7 +193,7 @@ public class NodeProvisioner ... | I think this reflects the intent better without making me uneasy about double-counting. | jenkinsci_jenkins | train | java |
b8e9b5c14e30f09be19b94b13f388e17d64e452c | diff --git a/lib/sass/script/funcall.rb b/lib/sass/script/funcall.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/script/funcall.rb
+++ b/lib/sass/script/funcall.rb
@@ -14,7 +14,7 @@ module Sass
def perform(environment)
args = self.args.map {|a| a.perform(environment)}
- unless Functions.public_i... | Handle <I> *_methods stuff in master. | sass_ruby-sass | train | rb,rb |
06cc39be8589ead4672f7df13d2e09a366179f0f | diff --git a/lib/wings/orm_converter.rb b/lib/wings/orm_converter.rb
index <HASH>..<HASH> 100644
--- a/lib/wings/orm_converter.rb
+++ b/lib/wings/orm_converter.rb
@@ -41,6 +41,12 @@ module Wings
end
##
+ # @return [String]
+ def to_s
+ internal_resource
+ en... | refactor Wings OrmConverter#to_s; move into `class` block | samvera_hyrax | train | rb |
ca15d51fe8c5d0cd26eb045c690a77013756982b | diff --git a/resources/js/directives/forms.js b/resources/js/directives/forms.js
index <HASH>..<HASH> 100644
--- a/resources/js/directives/forms.js
+++ b/resources/js/directives/forms.js
@@ -71,7 +71,7 @@ zaa.directive('zaaText', function(){
scope.random = Math.random().toString(36).substring(7);
},
... | fixed bug in blocks and zaa-text | luyadev_luya-module-admin | train | js |
fa26d9601383e53c1f25bdb4186731c1345f280e | diff --git a/stanza/models/constituency/lstm_model.py b/stanza/models/constituency/lstm_model.py
index <HASH>..<HASH> 100644
--- a/stanza/models/constituency/lstm_model.py
+++ b/stanza/models/constituency/lstm_model.py
@@ -153,6 +153,11 @@ class LSTMModel(BaseModel, nn.Module):
self.register_buffer('constituen... | Add some more doc for word_start and word_end | stanfordnlp_stanza | train | py |
f6f750e2ba83dd6b19b9bd701de467fcc44bdd02 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
packages = packages,
install_requires = install_requires,
license="Apache 2.0",
- version = '0.1.5',
+ version = '0.1.6',
description = 'Google Identity Toolkit python client library',
au... | Update version number to <I> | google_identity-toolkit-python-client | train | py |
0daf32db7e3e6469dea4a3d5f4ee4299ec1bc2c6 | diff --git a/lib/parallel.js b/lib/parallel.js
index <HASH>..<HASH> 100644
--- a/lib/parallel.js
+++ b/lib/parallel.js
@@ -242,7 +242,7 @@ function patchIt(specs) {
};
it = function it(name, fn) {
- createSpec(name, fn);
+ createSpec(name, fn, {skip: !fn});
};
xit = it.skip = function skip(name, f... | Fix #<I>: Skip tests that don't declare a function (#<I>) | danielstjules_mocha.parallel | train | js,js,js |
c0719a410b1e1c9896e2f1cf748c12cd032f0fa4 | diff --git a/dataviews/collector.py b/dataviews/collector.py
index <HASH>..<HASH> 100644
--- a/dataviews/collector.py
+++ b/dataviews/collector.py
@@ -746,7 +746,7 @@ class Collector(AttrTree):
padding = len(str(num_items))
num_fmt = '%%0%dd.' % padding
- lines = ["Collector with %d tasks sch... | Minor change to __str__ method of Collector | pyviz_holoviews | train | py |
e5226e8f05e759d32db4e44f47a0323e10516c6d | diff --git a/lib/proxy/robust-sockjs.js b/lib/proxy/robust-sockjs.js
index <HASH>..<HASH> 100644
--- a/lib/proxy/robust-sockjs.js
+++ b/lib/proxy/robust-sockjs.js
@@ -115,7 +115,7 @@ function RobustSockJSRegistry(timeout){
};
this.write = function(){
// Write if this connection is ready.
- if (rob... | Restore server-side buffering. | rstudio_shiny-server | train | js |
4b56028812e341ac3d182c3f61ca6811b0fa44ea | diff --git a/src/DocDown/Alias.php b/src/DocDown/Alias.php
index <HASH>..<HASH> 100644
--- a/src/DocDown/Alias.php
+++ b/src/DocDown/Alias.php
@@ -50,7 +50,9 @@ class Alias {
*/
public function getAliases( $index = null ) {
$result = array();
- return $index !== null ? @$result[$index] : $result;
+ re... | Ensure `getAliases`, `getMembers`, and `getParams` of Alias works with `index` values. | jdalton_docdown | train | php |
eb997bb5f8afcfe53c35cfa73f8c54e74a3e1e08 | diff --git a/tests/modelling/test_modelling_algo.py b/tests/modelling/test_modelling_algo.py
index <HASH>..<HASH> 100644
--- a/tests/modelling/test_modelling_algo.py
+++ b/tests/modelling/test_modelling_algo.py
@@ -494,6 +494,7 @@ class FFCAlgorithmTestCase(TestCase):
ffc_loader=self.ffc_loader,
... | TEST: Pass cls.env for test_handle_adjustment.
Otherwise we inseret random assets into a new TradingEnvironment, which
is surprising in debugging. | quantopian_zipline | train | py |
96e9aae70c3d47dfe90fbbdc9003ec12e5a967eb | diff --git a/lib/Widget/Error.php b/lib/Widget/Error.php
index <HASH>..<HASH> 100644
--- a/lib/Widget/Error.php
+++ b/lib/Widget/Error.php
@@ -159,7 +159,7 @@ class Error extends AbstractWidget
if ($line != $i) {
$content .= htmlspecialchars($temp, ENT_QUOTES);
} else {
- ... | added missing ENT_QUOTES | twinh_wei | train | php |
2d9485448e86948184d9f46153af6d174a1137db | diff --git a/address/widgets.py b/address/widgets.py
index <HASH>..<HASH> 100644
--- a/address/widgets.py
+++ b/address/widgets.py
@@ -77,7 +77,7 @@ class AddressWidget(forms.TextInput):
elems = [
super(AddressWidget, self).render(
name,
- escape(ad.get('formatted',... | Fixes #<I>: None is displayed in widget input | furious-luke_django-address | train | py |
e20c0a29bd5c23cf1937eced22dd0df1b69b227c | diff --git a/Parsedown.php b/Parsedown.php
index <HASH>..<HASH> 100755
--- a/Parsedown.php
+++ b/Parsedown.php
@@ -563,6 +563,11 @@ class Parsedown
else
{
$markup .= $text;
+
+ if (isset($elements[2]))
+ {
+ $markup .= "\n";
+ }
}
}
else | nested elements should render on a new line | erusev_parsedown | train | php |
dc34e5896b7233bae8d328c752168161c472f7de | diff --git a/metamagic/json/tests/benchmarks.py b/metamagic/json/tests/benchmarks.py
index <HASH>..<HASH> 100644
--- a/metamagic/json/tests/benchmarks.py
+++ b/metamagic/json/tests/benchmarks.py
@@ -28,8 +28,9 @@ class JsonBenchmark:
def timing_test(self, obj, num_loops):
- #gc.collect()
- #print... | Added wrong ref counting test to benchmark | sprymix_metamagic.json | train | py |
e164fc1963f95d0eada108b78a4422bfac5ce8b1 | diff --git a/filterpy/kalman/UKF.py b/filterpy/kalman/UKF.py
index <HASH>..<HASH> 100644
--- a/filterpy/kalman/UKF.py
+++ b/filterpy/kalman/UKF.py
@@ -603,7 +603,8 @@ class UnscentedKalmanFilter(object):
raise TypeError(
'each element in zs must be a 1D array of length {}'.format(s... | Fixed warning about ragged arrays
was using np.size to get length of the z list, but now that we
allow None in the list that caused a warning that the array was
ragged. Switched to using len() | rlabbe_filterpy | train | py |
35355c73db6429360d64c47eab0133afbf05bcba | diff --git a/lib/hash/hash_path_proc.rb b/lib/hash/hash_path_proc.rb
index <HASH>..<HASH> 100644
--- a/lib/hash/hash_path_proc.rb
+++ b/lib/hash/hash_path_proc.rb
@@ -227,6 +227,7 @@ module BBLib
end
def self.strip hash, path, value, args, **params
+ value.map!{ |m| m.respond_to?(:strip) ? m.strip : m ... | Fixed various minor bugs. Added new procs. | bblack16_bblib-ruby | train | rb |
43ca2013937efdecf46b1d2f959e6785118c5e8d | diff --git a/libraries/joomla/html/toolbar/button.php b/libraries/joomla/html/toolbar/button.php
index <HASH>..<HASH> 100644
--- a/libraries/joomla/html/toolbar/button.php
+++ b/libraries/joomla/html/toolbar/button.php
@@ -91,18 +91,6 @@ abstract class JButton extends JObject
}
/**
- * Get the button id
- *
- ... | Remove JButton::fetchID Parent Class which is inconsistent with all child classes and not used in core - produces PHP Strict Error Message | joomla_joomla-framework | train | php |
5b92f76f4b0597de6d404a6dd536fd4f04fddfe4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ sys.dont_write_bytecode = True
setup(
name='pipe2py',
- version='0.23.5',
+ version='0.23.6',
description=(
'A project to compile Yahoo! Pipes into Python. '
'The pipe2py pac... | Bump to version <I> | ggaughan_pipe2py | train | py |
bcf197d02731b9548954a6c8dcad1bb290751439 | diff --git a/paramiko/sftp_client.py b/paramiko/sftp_client.py
index <HASH>..<HASH> 100644
--- a/paramiko/sftp_client.py
+++ b/paramiko/sftp_client.py
@@ -148,12 +148,16 @@ class SFTPClient (BaseSFTP):
is ignored, since SSH treats all files as binary. The C{'U'} flag is
supported in a compatible way.... | [project @ Arch-1:<EMAIL><I>-master-shake%paramiko--dev--1--patch-3]
make SFTPClient.file an alias for SFTPClient.open.
clean up docs a little, and make 'file' an alias for 'open'.
this is how python is heading in general. | bitprophet_ssh | train | py |
9a39b7362c34b248ac7dd486d492887fb5aada21 | diff --git a/lib/shipit/first_parent_commits_iterator.rb b/lib/shipit/first_parent_commits_iterator.rb
index <HASH>..<HASH> 100644
--- a/lib/shipit/first_parent_commits_iterator.rb
+++ b/lib/shipit/first_parent_commits_iterator.rb
@@ -8,7 +8,7 @@ module Shipit
next
end
- if last_ancestor.pa... | Handle orphan commits in GithubSyncJob | Shopify_shipit-engine | train | rb |
87c31b7e90c7799d4215ba2e59c503419e4052ad | diff --git a/tests/test_build_ext.py b/tests/test_build_ext.py
index <HASH>..<HASH> 100644
--- a/tests/test_build_ext.py
+++ b/tests/test_build_ext.py
@@ -1,6 +1,5 @@
import sys
import os
-import tempfile
import shutil
from StringIO import StringIO
@@ -15,7 +14,8 @@ class BuildExtTestCase(unittest.TestCase):
... | Merged revisions <I> via svnmerge from
svn+ssh://<EMAIL>/python/trunk
........
r<I> | tarek.ziade | <I>-<I>-<I> <I>:<I>:<I> <I> (Thu, <I> Feb <I>) | 1 line
fixing the leak introduced in r<I>
........ | pypa_setuptools | train | py |
56ffcb72730e56780f30d4c526bae9352bf4181c | diff --git a/test_all.py b/test_all.py
index <HASH>..<HASH> 100644
--- a/test_all.py
+++ b/test_all.py
@@ -39,13 +39,13 @@ def run():
"well done! You have failed spectacularly. Incoming crash...")
print ("Getting page data list #1: ")
- print pyco.get_page_full(page_id)
+ print (pyco.get_pa... | Changes to support Python <I>-<I> | FulcrumTechnologies_pyconfluence | train | py |
838d5a57018b4b746edb444346cea825e1893914 | diff --git a/src/test/java/com/lmax/disruptor/SequenceGroupTest.java b/src/test/java/com/lmax/disruptor/SequenceGroupTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/lmax/disruptor/SequenceGroupTest.java
+++ b/src/test/java/com/lmax/disruptor/SequenceGroupTest.java
@@ -15,12 +15,13 @@
*/
package com.lma... | Rewrite SequenceGroupTest in spirit of JUnit 5 | LMAX-Exchange_disruptor | train | java |
ebcf780445957b59b6c7a6c0a0b5bd132b482852 | diff --git a/modules/aggregator/hooks/hook_frontpage.php b/modules/aggregator/hooks/hook_frontpage.php
index <HASH>..<HASH> 100644
--- a/modules/aggregator/hooks/hook_frontpage.php
+++ b/modules/aggregator/hooks/hook_frontpage.php
@@ -10,7 +10,7 @@ function aggregator_hook_frontpage(&$links) {
$links['federation'][... | aggregator: Fix dictionary references. | simplesamlphp_saml2 | train | php,php |
c76dff939531c388a53ca4b01b049828d0179aae | diff --git a/lib/cfoundry/v2/model.rb b/lib/cfoundry/v2/model.rb
index <HASH>..<HASH> 100644
--- a/lib/cfoundry/v2/model.rb
+++ b/lib/cfoundry/v2/model.rb
@@ -25,8 +25,8 @@ module CFoundry::V2
obj = opts[:as] || name
define_method(name) {
- if manifest[:entity].key? name
- @clien... | send fewer requests for relationship access
Change-Id: Ibd<I>c<I>e<I>dc<I>bf8b2a<I>a<I>ba<I>da | cloudfoundry-attic_cfoundry | train | rb |
f25639becde583a9a5191ae6023599897250c720 | diff --git a/src/angularytics.js b/src/angularytics.js
index <HASH>..<HASH> 100644
--- a/src/angularytics.js
+++ b/src/angularytics.js
@@ -13,7 +13,7 @@
}
var capitalizeHandler = function(handler) {
- return handler.charAt(0).toUpperCase() + handler.substring(1).toLowerCase();
+ ... | function capitalizeHandler is doing wrong when use GoolgeUniversal
old capitalizehandler will set 'GoogleUniversal' to 'Googleuniversal' which could not be found as the correct event handler is 'AngularyticsGoogleUniversalHandler'.
Actually I think we have no need the helper(capitalize) here, just leave it to the u... | mgonto_angularytics | train | js |
3cf00f9284778f9df4f3e5c21305a51af8061b2f | diff --git a/sandbox.go b/sandbox.go
index <HASH>..<HASH> 100644
--- a/sandbox.go
+++ b/sandbox.go
@@ -650,7 +650,7 @@ func (sb *sandbox) clearNetworkResources(origEp *endpoint) error {
ep := sb.getEndpoint(origEp.id)
if ep == nil {
return fmt.Errorf("could not find the sandbox endpoint data for endpoint %s",
- ... | Fixed a panic issue in clearNetworkResources
Not sure why govet didnt catch this obvious error | docker_libnetwork | train | go |
4dcc1ed78b6610bad662bcf7dffa836566f36c2a | diff --git a/polyfills/Array.prototype.filter/polyfill.js b/polyfills/Array.prototype.filter/polyfill.js
index <HASH>..<HASH> 100644
--- a/polyfills/Array.prototype.filter/polyfill.js
+++ b/polyfills/Array.prototype.filter/polyfill.js
@@ -1,10 +1,22 @@
Array.prototype.filter = function filter(callback) {
+ if (!(this ... | Update Array.prototype.filter
- throw error on non-objects
- array should be an object
- support strings in old ie | Financial-Times_polyfill-service | train | js |
d26349d2f14a6f1335f3a5fc2ca23b8994d9b09f | diff --git a/kaybee/plugins/articles/handlers.py b/kaybee/plugins/articles/handlers.py
index <HASH>..<HASH> 100644
--- a/kaybee/plugins/articles/handlers.py
+++ b/kaybee/plugins/articles/handlers.py
@@ -1,10 +1,3 @@
-"""
-
-TODO
-- excerpt and auto-excerpt (and remove other)
--
-"""
-
import inspect
import os
from p... | @WIP Remove note about TODO. | pauleveritt_kaybee | train | py |
bf989fc5226be80275b1e89227609bd5ba37fb94 | diff --git a/src/org/parosproxy/paros/network/HttpSender.java b/src/org/parosproxy/paros/network/HttpSender.java
index <HASH>..<HASH> 100644
--- a/src/org/parosproxy/paros/network/HttpSender.java
+++ b/src/org/parosproxy/paros/network/HttpSender.java
@@ -49,6 +49,7 @@
// ZAP: 2014/08/14 Issue 1291: 407 Proxy Authentic... | Issue <I>: Changed getUser() visibility | zaproxy_zaproxy | train | java |
da252e72b66b5c8565f21b6985fee8492aaf954a | diff --git a/lib/muck-engine/populate.rb b/lib/muck-engine/populate.rb
index <HASH>..<HASH> 100644
--- a/lib/muck-engine/populate.rb
+++ b/lib/muck-engine/populate.rb
@@ -3,7 +3,7 @@
module MuckEngine
module Populate
def self.all
- $KCODE = 'UTF8'
+ $KCODE = 'UTF8' if RUBY_VERSION < '1.9'
coun... | Added checks for ruby version to determine wether or not to set | tatemae_muck-engine | train | rb |
b4c6b2551ed24742559e715a017132314d8d68fc | diff --git a/FeatureContext.php b/FeatureContext.php
index <HASH>..<HASH> 100644
--- a/FeatureContext.php
+++ b/FeatureContext.php
@@ -179,9 +179,9 @@ class FeatureContext extends MinkContext {
}
/**
- * @Given /^(that I|I) am at "([^"]*)"$/
+ * @Given /^(?:that I|I) am at "([^"]*)"$/
*/
- public funct... | Adjusting the regex to make the (that I|I) a non-grouping parentheses. | jhedstrom_DrupalDriver | train | php |
f209e1eb6f3d4bdd7c0fef60a667bf6ee955be2c | diff --git a/tests/func/test_analytics.py b/tests/func/test_analytics.py
index <HASH>..<HASH> 100644
--- a/tests/func/test_analytics.py
+++ b/tests/func/test_analytics.py
@@ -15,7 +15,7 @@ def test_daemon_analytics(mock_send, tmp_path):
@mock.patch("dvc.analytics.collect_and_send_report")
@mock.patch("dvc.analytics.i... | tests/analytics: explicitly set content for foo | iterative_dvc | train | py |
6b378a186b668c75c1e86de58dab8818e639e394 | diff --git a/cmd/juju/application/deploy_test.go b/cmd/juju/application/deploy_test.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/application/deploy_test.go
+++ b/cmd/juju/application/deploy_test.go
@@ -1523,7 +1523,7 @@ func (s *FakeStoreStateSuite) setupCharmMaybeAddForce(c *gc.C, url, name, series
var err error
... | Update the test to pick up the wrapped error
This is a breaking change to charm/v7, unfortunately that ship has
saled. Semver should prevent this from happening to consumers of this
library, but you really have to think about this. | juju_juju | train | go |
b38793b2301b8e69ed397a80cd9c57ac9283a958 | diff --git a/example/settings.py b/example/settings.py
index <HASH>..<HASH> 100644
--- a/example/settings.py
+++ b/example/settings.py
@@ -15,13 +15,13 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
- 'debug_toolbar',
+# 'debug_toolbar',
... | Update example LANGUAGE_CODE setting. | ulule_django-linguist | train | py |
05c93bddfdf013e139982b9b37aca0d5a39a0c50 | diff --git a/docs/api.md b/docs/api.md
index <HASH>..<HASH> 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -478,6 +478,8 @@ Note that this effectively *timeshifts* events from `stream2` past the end time
### cycle
+**Deprecated**
+
####`stream.cycle() -> Stream`
####`most.cycle(stream) -> Stream`
diff --git a/... | Deprecate cycle()
It doesn't seem to be useful. If there's a need for it, it could be
published as a separate package. | mostjs_core | train | md,js,js |
9baa46a47c0268f44aabdeb9b2f52413868879e7 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -84,10 +84,7 @@ RSpec.configure do |config|
config.filter_run_when_matching :focus
config.mock_with :rspec do |mocks|
- # We really should have this on, but it breaks a _l... | (maint) Verify partial doubles
Verify that an object implements an allowed or expected method. This only
affects partial doubles (real objects with a stubbed method), not objects
created via `double`. | puppetlabs_puppet | train | rb |
2a486622289ff961409a2d10f290b842dca49776 | diff --git a/src/API/Api.php b/src/API/Api.php
index <HASH>..<HASH> 100644
--- a/src/API/Api.php
+++ b/src/API/Api.php
@@ -154,7 +154,7 @@ class Api
$data = [
'headers' => [
'Client-ID' => $this->getClientId(),
- 'Accept' => 'application/vnd.twitchtv.v3+json',
+ 'A... | Add v5 Header String
v5 header string was set in constructor, was overidden by v3 later on when making API calls. | PetterKraabol_laravel-twitch-api | train | php |
c0071a9a4760e0083cec182324b30a8ae1e1fe49 | diff --git a/src/constants/Style.js b/src/constants/Style.js
index <HASH>..<HASH> 100644
--- a/src/constants/Style.js
+++ b/src/constants/Style.js
@@ -7,11 +7,11 @@ module.exports = {
Colors: {
// GRAYSCALE
- SLATE: '#2F363E',
- CHARCOAL: '#56595A',
- ASH: '#ACB0B3',
- FOG: '#E3E6E7',
- PORCELA... | Update grayscale colors
Updated gray colors for greater accessibility and contrast. | mxenabled_mx-react-components | train | js |
6ed01f18bd78f60d2022e4b52925a0bb22b9676d | diff --git a/weld-lite-extension-translator/src/main/java/org/jboss/weld/lite/extension/translator/ExtensionInvoker.java b/weld-lite-extension-translator/src/main/java/org/jboss/weld/lite/extension/translator/ExtensionInvoker.java
index <HASH>..<HASH> 100644
--- a/weld-lite-extension-translator/src/main/java/org/jboss/... | WELD-<I> Remove setAccessible() call in ExtensionInvoker because all extensions methods are per specification public. | weld_core | train | java |
1b009e18aff37a49af84e6f2634db0b9021a7cd9 | diff --git a/src/Everon/DataMapper/Criteria/Builder.php b/src/Everon/DataMapper/Criteria/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Everon/DataMapper/Criteria/Builder.php
+++ b/src/Everon/DataMapper/Criteria/Builder.php
@@ -170,7 +170,6 @@ class Builder implements Interfaces\Criteria\Builder
}
... | fixed problem with wrong glue for criteria containers | oliwierptak_Everon1 | train | php |
6bdbd2bf5059dac58e65cdf3fbafe618e182d907 | diff --git a/superset/connectors/sqla/models.py b/superset/connectors/sqla/models.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/sqla/models.py
+++ b/superset/connectors/sqla/models.py
@@ -309,7 +309,8 @@ class TableColumn(Model, BaseColumn):
],
) -> str:
"""Convert datetime object to a... | fix: the calculated columns explicit type convert into date (#<I>) | apache_incubator-superset | train | py |
2c7468fcf711a432e4983062485449e93802ad89 | diff --git a/holoviews/plotting/mpl/plot.py b/holoviews/plotting/mpl/plot.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/mpl/plot.py
+++ b/holoviews/plotting/mpl/plot.py
@@ -752,7 +752,7 @@ class LayoutPlot(GenericLayoutPlot, CompositePlot):
main_aspect = np.nan if isinstance(main, Empty) else... | Correctly handling aspect of trailing empty plots in layout | pyviz_holoviews | train | py |
8f77689bb1c2d2197628faf1ac3bf421556155ec | diff --git a/plenum/test/zstack_tests/test_ping_reconnection.py b/plenum/test/zstack_tests/test_ping_reconnection.py
index <HASH>..<HASH> 100644
--- a/plenum/test/zstack_tests/test_ping_reconnection.py
+++ b/plenum/test/zstack_tests/test_ping_reconnection.py
@@ -2,6 +2,7 @@ import pytest
heartbeat_freq = 2
+
@pyt... | INDY-<I>: fix test for disabling re-connect by pings | hyperledger_indy-plenum | train | py |
91b0a3616a03c2ed32865b7927e63e45c03d4d55 | diff --git a/bcbio/broad/__init__.py b/bcbio/broad/__init__.py
index <HASH>..<HASH> 100644
--- a/bcbio/broad/__init__.py
+++ b/bcbio/broad/__init__.py
@@ -89,7 +89,7 @@ class BroadRunner:
return self._picard_version
if os.path.isdir(self._picard_ref):
picard_jar = self._get_jar(comman... | Provide larger memory values for retrieving versions in GATK/Picard since that is now a one time operation. Try to avoid issues on MacOSX #<I> | bcbio_bcbio-nextgen | train | py |
1a0bec859eeb95f9c334af1a5b3c88646d03a722 | diff --git a/test/e2e/sauce/karma.conf.js b/test/e2e/sauce/karma.conf.js
index <HASH>..<HASH> 100644
--- a/test/e2e/sauce/karma.conf.js
+++ b/test/e2e/sauce/karma.conf.js
@@ -1,3 +1,5 @@
+var TRAVIS_WITHOUT_SAUCE = process.env.TRAVIS_SECURE_ENV_VARS === 'false';
+
module.exports = function(config) {
config.set({
... | test(e2e): do not use sauce if secured vars not available
This makes the "sauce" e2e test use Firefox, when testing pull requests. | karma-runner_karma | train | js |
1de6887fead86e5190ba61875e8f3fc6b79f0626 | diff --git a/test/compat.py b/test/compat.py
index <HASH>..<HASH> 100644
--- a/test/compat.py
+++ b/test/compat.py
@@ -10,12 +10,6 @@ from __future__ import unicode_literals
import unittest
try:
- from functools import lru_cache # @NoMove
-except ImportError:
- # pylint: disable=import-error
- from cachet... | Refactor test.compat to use lru_cache from spam_lists.compat | piotr-rusin_spam-lists | train | py |
02c6df3ec67e374bc428a56e4b254d685fb78437 | diff --git a/test/aws/core/client_test.rb b/test/aws/core/client_test.rb
index <HASH>..<HASH> 100644
--- a/test/aws/core/client_test.rb
+++ b/test/aws/core/client_test.rb
@@ -25,8 +25,21 @@ module Aws
end
end
+ def client
+ client_class.new(:region => 'REGION')
+ end
+
it 'is a... | Added a pending test about the configuration class. | aws_aws-sdk-ruby | train | rb |
12e68c67c5acdfd9ce8af3abad2a68d0f93cfaa6 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,6 +1,6 @@
const execSync = require('child_process').execSync
-function getGlobs(globs) {
+function getGlobs(globs = '') {
if (typeof globs === 'string') {
return globs.split(' ')
} else if (Array.isArray(globs)) { | Get diff of all files if args are given | slammayjammay_git-diff-glob | train | js |
66ff9dfa46af106139f1a1f727f9ed051f494833 | diff --git a/src/Illuminate/Routing/UrlGenerator.php b/src/Illuminate/Routing/UrlGenerator.php
index <HASH>..<HASH> 100755
--- a/src/Illuminate/Routing/UrlGenerator.php
+++ b/src/Illuminate/Routing/UrlGenerator.php
@@ -331,7 +331,7 @@ class UrlGenerator implements UrlGeneratorContract {
*/
protected function addQu... | Fix typo in UrlGenerator | laravel_framework | train | php |
be7f1692309fad4988acd5bd1d02536ac3220acf | diff --git a/builtin/logical/ssh/util.go b/builtin/logical/ssh/util.go
index <HASH>..<HASH> 100644
--- a/builtin/logical/ssh/util.go
+++ b/builtin/logical/ssh/util.go
@@ -154,6 +154,13 @@ func cidrListContainsIP(ip, cidrList string) (bool, error) {
return false, nil
}
+func insecureIgnoreHostWarning(logger log.Log... | plugins/ssh: add diabled host key verification warning (#<I>) | hashicorp_vault | train | go |
8edab6101c701f0a06086e5256dd252a88f81881 | diff --git a/lib/oanda_api/streaming/json_parser.rb b/lib/oanda_api/streaming/json_parser.rb
index <HASH>..<HASH> 100644
--- a/lib/oanda_api/streaming/json_parser.rb
+++ b/lib/oanda_api/streaming/json_parser.rb
@@ -10,6 +10,7 @@ module OandaAPI
module JsonParser
extend self
+ # Map parser adapters to... | fetch, not get
Added comment for REQUIREMENT_MAP back | nukeproof_oanda_api | train | rb |
a3f3ccf68cfdc235bd8e96e1b1982d8192929e2e | diff --git a/drools-compiler/src/main/java/org/drools/compiler/lang/descr/ProcessDescr.java b/drools-compiler/src/main/java/org/drools/compiler/lang/descr/ProcessDescr.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/main/java/org/drools/compiler/lang/descr/ProcessDescr.java
+++ b/drools-compiler/src/main/jav... | BZ-<I> - Process compilation error stack does not include any
information usable to identify the process definition which caused the
error | kiegroup_drools | train | java |
360470f0ce6b21e38464ef0a5dd4f469f3ca1431 | diff --git a/releaf-i18n_database/lib/releaf/i18n_database/backend.rb b/releaf-i18n_database/lib/releaf/i18n_database/backend.rb
index <HASH>..<HASH> 100644
--- a/releaf-i18n_database/lib/releaf/i18n_database/backend.rb
+++ b/releaf-i18n_database/lib/releaf/i18n_database/backend.rb
@@ -122,12 +122,15 @@ module Releaf
... | Prevent ActiveRecord::RecordNotUnique error on translation creation | cubesystems_releaf | train | rb |
c99b85bdd9c226132bf8ce4ecf82180eaefa0298 | diff --git a/lib/relations/JavaScriptConditionalBlock.js b/lib/relations/JavaScriptConditionalBlock.js
index <HASH>..<HASH> 100644
--- a/lib/relations/JavaScriptConditionalBlock.js
+++ b/lib/relations/JavaScriptConditionalBlock.js
@@ -13,7 +13,7 @@ util.inherits(JavaScriptConditionalBlock, Base);
_.extend(JavaScript... | relations.JavaScriptConditionalBlock: Fixed bug introduced in previous commit. | assetgraph_assetgraph | train | js |
4a044f45e3357c90cf160e1aeff6f6d79535c343 | diff --git a/src/com/caverock/androidsvg/SVGImageView.java b/src/com/caverock/androidsvg/SVGImageView.java
index <HASH>..<HASH> 100644
--- a/src/com/caverock/androidsvg/SVGImageView.java
+++ b/src/com/caverock/androidsvg/SVGImageView.java
@@ -105,6 +105,19 @@ public class SVGImageView extends ImageView
/**
+... | Added setSVG() method to SVGImageView. | BigBadaboom_androidsvg | train | java |
865c264b9c3b2b8f0693c12aded2b03a7e5f1b3f | diff --git a/command/agent/dns.go b/command/agent/dns.go
index <HASH>..<HASH> 100644
--- a/command/agent/dns.go
+++ b/command/agent/dns.go
@@ -592,6 +592,7 @@ RPC:
func (d *DNSServer) preparedQueryLookup(network, datacenter, query string, req, resp *dns.Msg) {
// Execute the prepared query.
args := structs.Prepare... | agent: set origin during PQ execution | hashicorp_consul | train | go,go |
9f118d4e986853c4431934686c1540ffc333912a | diff --git a/calendar-bundle/contao/dca/tl_calendar_events.php b/calendar-bundle/contao/dca/tl_calendar_events.php
index <HASH>..<HASH> 100644
--- a/calendar-bundle/contao/dca/tl_calendar_events.php
+++ b/calendar-bundle/contao/dca/tl_calendar_events.php
@@ -409,7 +409,7 @@ $GLOBALS['TL_DCA']['tl_calendar_events'] = ar... | [Calendar] Show enclosures as downloads and limit the selection to the allowed download files | contao_contao | train | php |
e8510a7778cb513e18e4b21ed34a27d9133d81b3 | diff --git a/lib/websession_webinterface.py b/lib/websession_webinterface.py
index <HASH>..<HASH> 100644
--- a/lib/websession_webinterface.py
+++ b/lib/websession_webinterface.py
@@ -533,9 +533,6 @@ class WebInterfaceYourGroupsPages(WebInterfaceDirectory):
_exports = ['', 'display', 'create', 'join', 'leave'... | Take out unnecessary force_https false setting for Your Groups pages. | inveniosoftware_invenio-accounts | train | py |
b0928f186fb3fe8f341863f852b4543c1c206ff9 | diff --git a/g_docs.go b/g_docs.go
index <HASH>..<HASH> 100644
--- a/g_docs.go
+++ b/g_docs.go
@@ -95,7 +95,7 @@ func parsePackagesFromDir(dirpath string) {
return nil
}
- if !strings.Contains(fpath, "vendor") {
+ if !strings.Contains(fpath, "vendor") && !strings.Contains(fpath, "tests") {
err = par... | fix #<I> failed to generate swagger doc | beego_bee | train | go |
f8ef7f1ebbe39e39edc097327379580b1c82ff3a | diff --git a/lib/init.js b/lib/init.js
index <HASH>..<HASH> 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -11,13 +11,17 @@ var debug = require('debug')('thought:init')
var exec = require('./utils/exeq')
module.exports = function () {
- var packageJson = require(path.resolve('package.json'))
- if (packageJson.scri... | Init-Script should not use `require("./package.json")` as base for modifications,
since the cached value may be modified by `find-package` | nknapp_thought | train | js |
a2a94f3f292bae25ae847e8bf7fecb46f992ae53 | diff --git a/eli5/sklearn/permutation_importance.py b/eli5/sklearn/permutation_importance.py
index <HASH>..<HASH> 100644
--- a/eli5/sklearn/permutation_importance.py
+++ b/eli5/sklearn/permutation_importance.py
@@ -18,7 +18,7 @@ from eli5.permutation_importance import get_score_importances
from eli5.sklearn.utils impo... | Update eli5/sklearn/permutation_importance.py | TeamHG-Memex_eli5 | train | py |
b7d7a8447d2d143ff3d46fc55c8919b4d5d37288 | diff --git a/interface.go b/interface.go
index <HASH>..<HASH> 100644
--- a/interface.go
+++ b/interface.go
@@ -38,31 +38,10 @@ type Session interface {
Close(error) error
}
-// ConnState is the status of the connection
-type ConnState int
-
-const (
- // ConnStateInitial is the initial state
- ConnStateInitial Con... | remove the ConnState and the ConnStateCallback from the quic.Config | lucas-clemente_quic-go | train | go |
99b834b793b7bba96e138d59355dd69f4b042e60 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ setup(
'beautifulsoup4',
'sklearn',
'tika',
+ # pyjq is in requirements.txt, because Read the Docs can't install it
'mock;python_version<"3.3"'],
setup_requires=[
... | Document why pyjq isn't in setup.py anymore | nlppln_nlppln | train | py |
f923c328ee0b11fdc8100e58d84fe07336d026d0 | diff --git a/src/Compiler.php b/src/Compiler.php
index <HASH>..<HASH> 100644
--- a/src/Compiler.php
+++ b/src/Compiler.php
@@ -215,7 +215,7 @@ class Compiler
}
//lookout for partials
- if (substr($node["value"], 0, 2) === "> ") {
+ if (mb_substr($node["value"], 0, 2) === "> ") {
... | Use mbstring extension function in another place | djmattyg007_Handlebars | train | php |
a731cc41434ced8ea320c897332ae1f6c6a79ba9 | diff --git a/tests/Library/oxFileCopier.php b/tests/Library/oxFileCopier.php
index <HASH>..<HASH> 100644
--- a/tests/Library/oxFileCopier.php
+++ b/tests/Library/oxFileCopier.php
@@ -39,10 +39,9 @@ class oxFileCopier
public function copyFiles($sSource, $sTarget, $blSetPermissions = false)
{
if (strpo... | ESDEV-<I> Fix oxFileCopier to work with remote servers (cherry picked from commit a<I>c<I>) (cherry picked from commit 9dc2b<I>) | OXID-eSales_oxideshop_ce | train | php |
78f1ecfafc080f7042d19f439944e7e82558ab95 | diff --git a/ext/byebug/extconf.rb b/ext/byebug/extconf.rb
index <HASH>..<HASH> 100644
--- a/ext/byebug/extconf.rb
+++ b/ext/byebug/extconf.rb
@@ -8,7 +8,7 @@ if RUBY_VERSION < "2.0"
end
if RbConfig::MAKEFILE_CONFIG['CC'] =~ /gcc/
- $CFLAGS = ' -std=c99 -Wall -Werror'
+ $CFLAGS = '-Wall -Werror'
$CFLAGS += ' -... | Revert e8e<I>d8 because I think it causes #9 | deivid-rodriguez_byebug | train | rb |
e2e3e283650b19f5c303229244126eb00fa5d99a | diff --git a/redisson/src/main/java/org/redisson/connection/MasterSlaveConnectionManager.java b/redisson/src/main/java/org/redisson/connection/MasterSlaveConnectionManager.java
index <HASH>..<HASH> 100644
--- a/redisson/src/main/java/org/redisson/connection/MasterSlaveConnectionManager.java
+++ b/redisson/src/main/java... | setDnsMonitoringInterval(-1) doesn't allow to disable DNS monitoring. #<I> | redisson_redisson | train | java |
42bfadf4607ca903c9e7ca04011ae22c409f8f54 | diff --git a/lib/fog/core/credentials.rb b/lib/fog/core/credentials.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/core/credentials.rb
+++ b/lib/fog/core/credentials.rb
@@ -52,9 +52,11 @@ module Fog
def self.symbolize_credentials(args)
if args.is_a? Hash
- Hash[ *args.collect do |key, value|
- [key.... | Nested Credentials with Array gets flattened; restrict flatten to 1L
Implementation is manual since flatten(integer) does not exist in MRI
<I> and lower. | fog_fog | train | rb |
9c73c2ba592fe2930fdf873ead56f74980184fad | diff --git a/src/hunter/__init__.py b/src/hunter/__init__.py
index <HASH>..<HASH> 100644
--- a/src/hunter/__init__.py
+++ b/src/hunter/__init__.py
@@ -48,6 +48,7 @@ except ImportError:
__all__ = (
'And',
+ 'Backlog',
'CallPrinter',
'CodePrinter',
'Debugger', | Add missing entry to __all__. | ionelmc_python-hunter | train | py |
c25aebe88c8b31bfed5700ecb9fda1179edc3839 | diff --git a/src/main/java/org/jboss/pressgang/ccms/contentspec/processor/ContentSpecValidator.java b/src/main/java/org/jboss/pressgang/ccms/contentspec/processor/ContentSpecValidator.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/pressgang/ccms/contentspec/processor/ContentSpecValidator.java
+++ b/src/... | Fixed a bug where an error should have been a warning. | pressgang-ccms_PressGangCCMSContentSpecProcessor | train | java |
93d2e1bd0ab43c631301a32f88b04d61ca2b458e | diff --git a/lib/Doctrine/ORM/Proxy/ProxyFactory.php b/lib/Doctrine/ORM/Proxy/ProxyFactory.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/Proxy/ProxyFactory.php
+++ b/lib/Doctrine/ORM/Proxy/ProxyFactory.php
@@ -172,7 +172,7 @@ class ProxyFactory
}
if ($method->isPublic() && ! $method... | [DDC-<I>] Only generate linefeeds in proxies for consistency. | doctrine_orm | train | php |
6f49d86b8f45ead65832f3774929277449b530e0 | diff --git a/site/src/pages/index.js b/site/src/pages/index.js
index <HASH>..<HASH> 100644
--- a/site/src/pages/index.js
+++ b/site/src/pages/index.js
@@ -130,7 +130,7 @@ function Home() {
</section>
<section className={styles.section}>
<VisuallyHidden as="h2">Mrm use cases</VisuallyHidden>
- <h... | docs(site): Fix typo on index page (#<I>) | sapegin_mrm | train | js |
c70cf507a6fb3531d04cbbba92ca06ced7a0a327 | 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:
- jellyfish-aws (0.0.2)
+ jellyfish-aws (0.0.3)
bcrypt (~> 3.1)
fog-aws (~> 0.7)
rails (~> 4.2)
diff --git a/app/policies/aws_policy.rb b/app... | Use the proper user checking methods in the policies | projectjellyfish_jellyfish-aws | train | lock,rb,rb |
c79606481b99741b031cd1bdd5ad89d40b5494de | diff --git a/modules/web/src/main/java/org/torquebox/web/rack/response_handler.rb b/modules/web/src/main/java/org/torquebox/web/rack/response_handler.rb
index <HASH>..<HASH> 100644
--- a/modules/web/src/main/java/org/torquebox/web/rack/response_handler.rb
+++ b/modules/web/src/main/java/org/torquebox/web/rack/response_... | Flush output stream after every body.each iteration, resolving #<I> | torquebox_torquebox | train | rb |
bf1a3eac725c3e914463661bf86cc9de99481c8b | diff --git a/framework/web/CUrlManager.php b/framework/web/CUrlManager.php
index <HASH>..<HASH> 100644
--- a/framework/web/CUrlManager.php
+++ b/framework/web/CUrlManager.php
@@ -572,10 +572,9 @@ class CUrlRule extends CComponent
}
if(isset($route['pattern']))
$pattern=$route['pattern'];
- $route=$this->... | (Fixes issue <I>) | yiisoft_yii | train | php |
fd0a3b14cb77dafc3d3f05b801364b72b0b4ae51 | diff --git a/src/Setup/InstallSchema.php b/src/Setup/InstallSchema.php
index <HASH>..<HASH> 100644
--- a/src/Setup/InstallSchema.php
+++ b/src/Setup/InstallSchema.php
@@ -20,9 +20,7 @@ class InstallSchema extends \Praxigento\Core\Setup\Schema\Base
protected function _setup(SchemaSetupInterface $setup, ModuleCont... | MOBI-<I> - scheme setup migration | praxigento_mobi_mod_accounting | train | php |
02ab2435a12c040463218e8b24dfc80553d71bcd | diff --git a/src/DataPool/SearchEngine/IntegrationTestSearchEngineAbstract.php b/src/DataPool/SearchEngine/IntegrationTestSearchEngineAbstract.php
index <HASH>..<HASH> 100644
--- a/src/DataPool/SearchEngine/IntegrationTestSearchEngineAbstract.php
+++ b/src/DataPool/SearchEngine/IntegrationTestSearchEngineAbstract.php
@... | Issue #<I>: Fix phpdoc annotations | lizards-and-pumpkins_catalog | train | php |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.