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 |
|---|---|---|---|---|---|
5fff014411e5e59efb0e3ccd5cec3d3e2db93d49 | diff --git a/resources/recorder/src/main/java/org/mobicents/media/server/impl/resource/audio/AudioRecorderImpl.java b/resources/recorder/src/main/java/org/mobicents/media/server/impl/resource/audio/AudioRecorderImpl.java
index <HASH>..<HASH> 100644
--- a/resources/recorder/src/main/java/org/mobicents/media/server/impl/... | Resolved oob recording bug | RestComm_media-core | train | java |
b684c784c8986226889feb1524bc029b913c9571 | diff --git a/lib/lifecycles/changelog.js b/lib/lifecycles/changelog.js
index <HASH>..<HASH> 100644
--- a/lib/lifecycles/changelog.js
+++ b/lib/lifecycles/changelog.js
@@ -23,8 +23,9 @@ function outputChangelog (args, newVersion) {
var header = '# Change Log\n\nAll notable changes to this project will be documented... | fix: make pattern for finding CHANGELOG sections work for non anchors (#<I>) | conventional-changelog_standard-version | train | js |
bd9e16e1ca344f9933d64bc1ba4ab9171c2e192b | diff --git a/class.csstidy.php b/class.csstidy.php
index <HASH>..<HASH> 100644
--- a/class.csstidy.php
+++ b/class.csstidy.php
@@ -583,7 +583,10 @@ function parse($string) {
{
$this->selector .= $this->_unicode($string,$i);
}
- else $this->selector .... | FS#<I> - Universal selector before classes, IDs and attribute selectors | Cerdic_CSSTidy | train | php |
24a0f2bba2412ce0fafa7e702c927e5be7243ec9 | diff --git a/agent/local/state.go b/agent/local/state.go
index <HASH>..<HASH> 100644
--- a/agent/local/state.go
+++ b/agent/local/state.go
@@ -22,6 +22,8 @@ import (
uuid "github.com/hashicorp/go-uuid"
)
+const fullSyncReadMaxStale = 2 * time.Second
+
// Config is the configuration for the State.
type Config str... | ae: use stale requests when performing full sync (#<I>)
Read requests performed during anti antropy full sync currently target
the leader only. This generates a non-negligible load on the leader when
the DC is large enough and can be offloaded to the followers following
the "eventually consistent" policy for the ag... | hashicorp_consul | train | go |
0d9d0e0b3076a369eb427f1dcb565cfe3d69039b | diff --git a/ezp/PublicAPI/Exceptions/UnauthorizedException.php b/ezp/PublicAPI/Exceptions/UnauthorizedException.php
index <HASH>..<HASH> 100644
--- a/ezp/PublicAPI/Exceptions/UnauthorizedException.php
+++ b/ezp/PublicAPI/Exceptions/UnauthorizedException.php
@@ -3,7 +3,7 @@ namespace ezp\PublicAPI\Exceptions;
/**
* ... | fixed extends "ForbiddenException" | ezsystems_ezpublish-kernel | train | php |
690d2dd16c7bac74b1e421246144de5f4e46b194 | diff --git a/RoleLookup.js b/RoleLookup.js
index <HASH>..<HASH> 100644
--- a/RoleLookup.js
+++ b/RoleLookup.js
@@ -9,7 +9,7 @@
this.rolelookup=function(obj_or_address) {
if(typeof obj_or_address == "undefined") obj_or_address=parent.options.rolelookup;
-
+
var p1 = new Promise(function(r... | Added Blocknumber to generic functions and removed bug in waitFor functions | energychain_StromDAO-BusinessObject | train | js,js |
f1551a51afeb94009acb04f7bd4364c5e2e0d389 | diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/SwitchFallthrough.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/SwitchFallthrough.java
index <HASH>..<HASH> 100644
--- a/findbugs/src/java/edu/umd/cs/findbugs/detect/SwitchFallthrough.java
+++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/SwitchFallthroug... | if lots of fall throughs, report as low priority
git-svn-id: <URL> | spotbugs_spotbugs | train | java |
f2d3e4d00ec1706f0a0376c928d62215e522fdcc | diff --git a/search_test.go b/search_test.go
index <HASH>..<HASH> 100644
--- a/search_test.go
+++ b/search_test.go
@@ -37,18 +37,6 @@ func TestSolrSearchDebugQuery(t *testing.T) {
if res != "wt=json&debug=true&indent=true&testing=test" {
t.Errorf("Expected to be: 'wt=json&debug=true&indent=true&testing=test' but g... | #2 should remove those assertion since they are moved to their own test case | vanng822_go-solr | train | go |
1d8ceb3a69074a661baf73b310ff3354b0fe2204 | diff --git a/fireplace/card.py b/fireplace/card.py
index <HASH>..<HASH> 100644
--- a/fireplace/card.py
+++ b/fireplace/card.py
@@ -40,6 +40,7 @@ class BaseCard(Entity):
super().__init__()
self._auras = []
self.requirements = data.requirements.copy()
+ self.entourage = CardList(self.data.entourage)
self.id ... | Create a copy of the entourage as a cardlist in Card.entourage | jleclanche_fireplace | train | py |
453fcc83cb34d0fed3be79859aebe1e369a6f0e5 | diff --git a/src/pfs/drive/btrfs/driver.go b/src/pfs/drive/btrfs/driver.go
index <HASH>..<HASH> 100644
--- a/src/pfs/drive/btrfs/driver.go
+++ b/src/pfs/drive/btrfs/driver.go
@@ -51,14 +51,18 @@ type driver struct {
}
func newDriver(rootDir string, namespace string) (*driver, error) {
- d := driver{rootDir, namespa... | remove block dir on failure to make repo dir for new driver | pachyderm_pachyderm | train | go |
2f2236c3dbbd39bf53a0bc698f04a0654f57c395 | diff --git a/tergraw/constant.py b/tergraw/constant.py
index <HASH>..<HASH> 100644
--- a/tergraw/constant.py
+++ b/tergraw/constant.py
@@ -17,7 +17,7 @@ CORNER_UPRIGHT, CORNER_UPLEFT = '└', '┘'
CORNER_DOWNRIGHT, CORNER_DOWNLEFT = '┌', '┐'
BAR_UPDOWN, BAR_LEFT_RIGHT = '│', '─'
REWRITABLE_LETTERS = (CORNER_UPRIGHT... | constant: space is a rewritable letter | Aluriak_tergraw | train | py |
c9eda19d88a64fe644c16e77e3e8ea32d12a1c4d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -62,7 +62,7 @@ def find_longdesc():
def revision():
svn_rev = "$Revision$"
match = re.search("\d+", svn_rev)
- return match.group() or "unknown"
+ return match and match.group() or "unknown"
if sys.ve... | DavidBurns, on behalf of AndiAlbrecht, correcting return for revision() in issue <I>
r<I> | SeleniumHQ_selenium | train | py |
21de3d3ff269b6ee6d6cd76939604f599f9d345a | diff --git a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php b/tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php
index <HASH>..<HASH> 100644
--- a/tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php
+++ b/tests/Doctrine/Tests/ORM/Functional/DatabaseDriverTest.php
@@ -35,7 +35,6 @@ class Datab... | [<I>] DDC-<I> - Remove support "default" option in metadata mappings, but keep it as a concept in DBAL layer to support for example versionable entities. | doctrine_annotations | train | php |
dffd306f7d811c681f7b4cfb010a7d1ccb651474 | diff --git a/test/spec/CodeHintUtils-test.js b/test/spec/CodeHintUtils-test.js
index <HASH>..<HASH> 100644
--- a/test/spec/CodeHintUtils-test.js
+++ b/test/spec/CodeHintUtils-test.js
@@ -21,7 +21,6 @@ define(function (require, exports, module) {
$("body").append("<div id='editor'/>");
myDocument = Spe... | Re-fix unit tests that were broken when the _makeEditable() call was moved
into Editor. | adobe_brackets | train | js |
328722a2d31ebe73ee47d70c1dc48c9c41a1f68b | diff --git a/lib/component-css-postprocessor.js b/lib/component-css-postprocessor.js
index <HASH>..<HASH> 100644
--- a/lib/component-css-postprocessor.js
+++ b/lib/component-css-postprocessor.js
@@ -64,7 +64,10 @@ ComponentCssPostprocessor.prototype.write = function (readTree, destDir) {
var assetFiles = fs.readdi... | Quick workaround to fix #<I> | ebryn_ember-component-css | train | js |
806754b512f52937fa6bdd6df54e1be15408c22f | diff --git a/models/repo.go b/models/repo.go
index <HASH>..<HASH> 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -1452,6 +1452,8 @@ func DeleteRepository(uid, repoID int64) error {
&PullRequest{BaseRepoID: repoID},
&ProtectBranch{RepoID: repoID},
&ProtectBranchWhitelist{RepoID: repoID},
+ &Webhook{RepoID... | repo: clean up webhook and hook_task when delete repository (#<I>) | gogs_gogs | train | go |
0bdf2ecb08f7d165f49243170a5f4a7d643bd55a | diff --git a/go/client/chat_api_handler.go b/go/client/chat_api_handler.go
index <HASH>..<HASH> 100644
--- a/go/client/chat_api_handler.go
+++ b/go/client/chat_api_handler.go
@@ -129,7 +129,7 @@ func (c ChatChannel) GetMembersType() chat1.ConversationMembersType {
if typ, ok := chat1.ConversationMembersTypeMap[string... | Change members type default to kbfs | keybase_client | train | go |
bc4ec7223888b830b6d7989d2aeccd8a212f66fa | diff --git a/lib/travis/model/repository.rb b/lib/travis/model/repository.rb
index <HASH>..<HASH> 100644
--- a/lib/travis/model/repository.rb
+++ b/lib/travis/model/repository.rb
@@ -90,6 +90,7 @@ class Repository < ActiveRecord::Base
end
def last_finished_builds_by_branches
- branches.map { |branch| builds.... | sort last branch builds by finished_at desc | travis-ci_travis-core | train | rb |
302ad612648f815a92c2128117db6ea1af177927 | diff --git a/src/frontend/org/voltdb/export/ExportDataSource.java b/src/frontend/org/voltdb/export/ExportDataSource.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/export/ExportDataSource.java
+++ b/src/frontend/org/voltdb/export/ExportDataSource.java
@@ -1120,21 +1120,27 @@ public class ExportDataSource... | ENG-<I>: Fix usage of variable ExportDataSource.m_runEveryWhere
m_runEveryWhere could be set but setOnMastership or setRunEveryWhere but
was actually not being updated by setOnMastership. Update
setOnMastership to call setRunEveryWhere to correctly set the value. | VoltDB_voltdb | train | java |
157ccd71a2eab7d03bfd817cd47a364d06aadc6a | diff --git a/tscreen_solaris.go b/tscreen_solaris.go
index <HASH>..<HASH> 100644
--- a/tscreen_solaris.go
+++ b/tscreen_solaris.go
@@ -1,6 +1,6 @@
-// +build solaris
+// +build solaris illumos
-// Copyright 2019 The TCell Authors
+// Copyright 2020 The TCell Authors
//
// Licensed under the Apache License, Version ... | fix build on illumos after Beep() API
The build for the "solaris" and "illumos" tags appears to have been
broken by commit 8ec<I>b6fa6c<I>d5d<I>c<I>b<I>f<I>ba2f, which
introduced the Beep() API. Restore functionality by using the same
implementation as every other UNIX family platform. | gdamore_tcell | train | go |
983bdbf2e41e6f7b0f29dd4bd49b9b8b6c4dda6a | diff --git a/src/toil/job.py b/src/toil/job.py
index <HASH>..<HASH> 100644
--- a/src/toil/job.py
+++ b/src/toil/job.py
@@ -941,7 +941,12 @@ class FunctionWrappingJob(Job):
if userFunctionModule.dirPath not in sys.path:
# FIXME: prepending to sys.path will probably fix #103
sys.path.ap... | Helpful message to warn user about module name conflicts (resolves #<I>) | DataBiosphere_toil | train | py |
a06332949b2256b8bf295841bc97e8f0deae9099 | diff --git a/src/Illuminate/Foundation/Mix.php b/src/Illuminate/Foundation/Mix.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Mix.php
+++ b/src/Illuminate/Foundation/Mix.php
@@ -31,7 +31,7 @@ class Mix
if (is_file(public_path($manifestDirectory.'/hot'))) {
$url = rtrim(file_get_... | Update Mix.php
Style violation; remove spaces. | laravel_framework | train | php |
5c888caa2e5fc552d5feb832092d40d3c9663536 | diff --git a/sharding-orchestration/sharding-orchestration-core/src/test/java/io/shardingsphere/orchestration/internal/state/service/DataSourceServiceTest.java b/sharding-orchestration/sharding-orchestration-core/src/test/java/io/shardingsphere/orchestration/internal/state/service/DataSourceServiceTest.java
index <HASH... | rename to assertGetAvailableDataSourceConfigurations() | apache_incubator-shardingsphere | train | java |
ae507c9f729d9990781a1ff4b61baffa177d8858 | diff --git a/src/utils/device.js b/src/utils/device.js
index <HASH>..<HASH> 100644
--- a/src/utils/device.js
+++ b/src/utils/device.js
@@ -1,12 +1,23 @@
var THREE = require('../lib/three');
var dolly = new THREE.Object3D();
-var controls = new THREE.VRControls(dolly);
+
+var getControls = (function () {
+ var contro... | delay VRControls initialization for node | aframevr_aframe | train | js |
ada4c5fe1c17b4dcc1f17902146e1f9891e7057a | diff --git a/event/event_test.go b/event/event_test.go
index <HASH>..<HASH> 100644
--- a/event/event_test.go
+++ b/event/event_test.go
@@ -39,7 +39,7 @@ type S struct {
var _ = check.Suite(&S{})
func setBaseConfig() {
- config.Set("database:url", "127.0.0.1:27017?maxPoolSize=100")
+ config.Set("database:url", "127.... | event: increase mongodb pool size in test
(cherry picked from commit <I>f<I>e<I>fcb9bd<I>c<I>deb<I>c7d3ecaafb) | tsuru_tsuru | train | go |
081e92ddcea017fa8009f24011980b3dd988f39b | diff --git a/go/vt/sqlparser/parse_test.go b/go/vt/sqlparser/parse_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/sqlparser/parse_test.go
+++ b/go/vt/sqlparser/parse_test.go
@@ -3255,6 +3255,27 @@ func TestCreateTable(t *testing.T) {
}
}
+func TestOne(t *testing.T) {
+ testOne := struct {
+ input, output string
... | test: added testOne to parse_test | vitessio_vitess | train | go |
a2189fc50dba2561a4a11468bdc4d8ccd1167326 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -8,9 +8,8 @@ $LOAD_PATH.unshift(File.dirname(__FILE__))
require 'blockscore'
module ResourceTest
- mattr_accessor :resource
-
- def self.extended(base)
+ def self.included(bas... | use included instead; move mattr_accessor | BlockScore_blockscore-ruby | train | rb |
bf38a9b01fd70fa674d9cf8c15d9528d2e62cc02 | diff --git a/classes/PodsAPI.php b/classes/PodsAPI.php
index <HASH>..<HASH> 100644
--- a/classes/PodsAPI.php
+++ b/classes/PodsAPI.php
@@ -8322,9 +8322,9 @@ class PodsAPI {
$id = $this->save_pod_item( $params );
// Always return $id for AJAX requests.
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX... | Spaces as indentation to match surrounding code
sigh... | pods-framework_pods | train | php |
80a526e461789b8bee9192881b39b674941d173b | diff --git a/src/Compoships.php b/src/Compoships.php
index <HASH>..<HASH> 100644
--- a/src/Compoships.php
+++ b/src/Compoships.php
@@ -14,13 +14,13 @@ trait Compoships
public function getAttribute($key)
{
- if(is_array($key)){ //Check for multi-column relationship
+ if(is_array($key)){ //Check... | Cleared accidental call to 'camel_case' | topclaudy_compoships | train | php |
b1ae52a18843cfb69e86b0499a2dd9543fa68784 | diff --git a/spec/graph_mapper_spec.rb b/spec/graph_mapper_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/graph_mapper_spec.rb
+++ b/spec/graph_mapper_spec.rb
@@ -14,12 +14,17 @@ describe Grom::GraphMapper do
end
end
- xdescribe '#statements_mapper' do
- it 'should return a hash with the mapped predicates... | started writing tests for statement-mapper | ukparliament_grom | train | rb |
8c4339da8b5c118c1a33e36c90045886ce4defb8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -118,11 +118,11 @@ groups.Groups = function(optionsArg, callback) {
async.series([addId, addExtras, removeId, removeExtras], callback);
function addId(callback) {
- return self._apos.pages.update({ _id: { $in:... | Allowing groups to come through as a full property of user. | apostrophecms-legacy_apostrophe-groups | train | js |
e52d71c9e81f5e3d8f0f0402ef69cdcaa1b566be | diff --git a/indra/reach/processor.py b/indra/reach/processor.py
index <HASH>..<HASH> 100644
--- a/indra/reach/processor.py
+++ b/indra/reach/processor.py
@@ -202,7 +202,7 @@ class ReachProcessor(object):
# When the controller is not a simple entity
if controller is None:
... | Fix indexing into dict.values() view (cast to list) | sorgerlab_indra | train | py |
adcf9873e544286a1afec718f935a9cf92945920 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ A simple wrapper around pdfminer 201105115.
setup(
name="unpdfer",
- version="0.0.3",
+ version="0.0.4",
license="GPL3",
author="Timothy Duffy",
author_email="tim@timduffy.me",
diff --... | added utf-8 conversion to creationdate field | thequbit_unpdfer | train | py,py |
4ee864475ac84be5d0ba2e12eb44b5000c0be7e7 | diff --git a/salt/modules/smartos_vmadm.py b/salt/modules/smartos_vmadm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/smartos_vmadm.py
+++ b/salt/modules/smartos_vmadm.py
@@ -389,3 +389,19 @@ def create(domain):
salt '*' virt.create <domain>
'''
return start(domain)
+
+
+def destroy(domain):
+ ... | Add an alias for deprecated function "destroy" on SmartOS | saltstack_salt | train | py |
355a42f36d7e27578ecd645c0fc6e07d793b8154 | diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go
index <HASH>..<HASH> 100644
--- a/cmd/geth/chaincmd.go
+++ b/cmd/geth/chaincmd.go
@@ -123,6 +123,7 @@ func initGenesis(ctx *cli.Context) error {
if err != nil {
utils.Fatalf("failed to read genesis file: %v", err)
}
+ defer genesisFile.Close()
block, e... | cmd/geth, cmd/swarm: Fix to close file handler appropriately | ethereum_go-ethereum | train | go,go |
d98a551f084146d011c2374f018289ad633cd497 | diff --git a/pywal/sequences.py b/pywal/sequences.py
index <HASH>..<HASH> 100644
--- a/pywal/sequences.py
+++ b/pywal/sequences.py
@@ -54,7 +54,7 @@ def create_sequences(colors):
set_special(13, colors["special"]["foreground"], "l"),
set_special(17, colors["special"]["foreground"], "l"),
set_... | Fix URxvt borders not respecting background opacity | dylanaraps_pywal | train | py |
5cf1dcfa2b319e24ccad4ff3b3179d25473cafe6 | diff --git a/src/Components/Apollo/Apollo.php b/src/Components/Apollo/Apollo.php
index <HASH>..<HASH> 100644
--- a/src/Components/Apollo/Apollo.php
+++ b/src/Components/Apollo/Apollo.php
@@ -34,6 +34,8 @@ class Apollo
}
if (isset($settings['client_ip'])) {
$this->clientIp = $settings['cli... | optimize clientIp for apollo | hhxsv5_laravel-s | train | php |
f7b3ebdb99539c84bb2ed8fd2bea820f1ca39649 | diff --git a/src/utils.js b/src/utils.js
index <HASH>..<HASH> 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -101,7 +101,7 @@
function getPublicMethods(inst, iterator, context) {
getPrototypeMethods(inst, function(m, k) {
- if( typeof(m) === 'function' && !/^_/.test(k) ) {
+ ... | Use charAt() instead of regex for efficiency. | firebase_angularfire | train | js |
4729f0c76c94e2c0fd89210edd7d5d584b309272 | diff --git a/src/NewTwitchApi/NewTwitchApi.php b/src/NewTwitchApi/NewTwitchApi.php
index <HASH>..<HASH> 100644
--- a/src/NewTwitchApi/NewTwitchApi.php
+++ b/src/NewTwitchApi/NewTwitchApi.php
@@ -57,7 +57,7 @@ class NewTwitchApi
return $this->oauthApi;
}
- public function getBitsApi(): ClipsApi
+ p... | Resolved Class issues in NewTwitchApi | nicklaw5_twitch-api-php | train | php |
4786883f42f7fc6f55d0e4e7d1a5af3d1208ed37 | diff --git a/tests/Test/Database/Cli/StatusTaskTest.php b/tests/Test/Database/Cli/StatusTaskTest.php
index <HASH>..<HASH> 100644
--- a/tests/Test/Database/Cli/StatusTaskTest.php
+++ b/tests/Test/Database/Cli/StatusTaskTest.php
@@ -2,6 +2,8 @@
namespace Test\Database\Cli;
+use Neutrino\Cli\Output\Decorate;
+
/**
... | test(StatusTaskTest): fix missing coloration excepted | phalcon-nucleon_framework | train | php |
a00cb9f556377bc6057d37d0cfb4e6d8eb76964e | diff --git a/modules/cms/twig/DebugExtension.php b/modules/cms/twig/DebugExtension.php
index <HASH>..<HASH> 100644
--- a/modules/cms/twig/DebugExtension.php
+++ b/modules/cms/twig/DebugExtension.php
@@ -107,7 +107,7 @@ class DebugExtension extends Twig_Extension
$var = func_get_arg($i);
... | (7:<I>:<I> PM) Flynsarmy: i feel component should also show the subheader too | octobercms_october | train | php |
24123524dd50d431ac0eda7f99c09ae188426217 | diff --git a/src/site/components/com_actors/controllers/behaviors/followable.php b/src/site/components/com_actors/controllers/behaviors/followable.php
index <HASH>..<HASH> 100644
--- a/src/site/components/com_actors/controllers/behaviors/followable.php
+++ b/src/site/components/com_actors/controllers/behaviors/followab... | In the controller made sure that actor and this->item aren't the same when following and leading. | anahitasocial_anahita | train | php |
71669016632effa00dcd0f832a894c5223b0625c | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -122,8 +122,8 @@ export async function showLocation(options) {
url = prefixes['apple-maps'];
url = useSourceDestiny
? `${url}?saddr=${sourceLatLng}&daddr=${latlng}`
- : `${url}?sll... | Undoing the change to use sll and using lss instead | leanmotherfuckers_react-native-map-link | train | js |
8bcdc5753b45e935b8dfa7efdefe431a33d22bec | diff --git a/lib/fog/aws/requests/compute/describe_snapshots.rb b/lib/fog/aws/requests/compute/describe_snapshots.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/requests/compute/describe_snapshots.rb
+++ b/lib/fog/aws/requests/compute/describe_snapshots.rb
@@ -71,6 +71,9 @@ module Fog
if filters.delete('ow... | [aws|compute] fix describe_snapshots mock to disregard, but warn on RestorableBy | fog_fog | train | rb |
47c162227b1fc6f08a576dafd92fad7c8df3a1b6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ class PyTest(TestCommand):
sys.exit(errcode)
-tests_require = ["pandas == 0.17.1",
+tests_require = ["pandas >= 0.17.1",
'easygui',
'pyqt',
# 'p... | Updated setup.py to not downgrade pandas/pytest | draperjames_qtpandas | train | py |
a883c78d3e9f4aede4081c1a9cac65e01a477bfe | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -33,10 +33,6 @@ setup (name = 'phoebe',
description = 'PHOEBE 2.0 devel',
packages = ['phoebe', 'phoebe.constants', 'phoebe.parameters', 'phoebe.frontend', 'phoebe.constraints', 'phoebe.dynamics', 'phoebe.disto... | remove unused package data from setup script
tables are now stored in a separate repo and fetch/installed automatically | phoebe-project_phoebe2 | train | py |
6446b44c599a03cbc90ec0ac553963c85a799d80 | diff --git a/src/Server/Manager.php b/src/Server/Manager.php
index <HASH>..<HASH> 100644
--- a/src/Server/Manager.php
+++ b/src/Server/Manager.php
@@ -211,8 +211,14 @@ class Manager
} catch (Exception $e) {
$this->logServerError($e);
- $swooleResponse->status(500);
- $swool... | improve <I> response while on request | swooletw_laravel-swoole | train | php |
878eb559b1559da3752ddfd8b50ffc69105ef331 | diff --git a/cmd/arpc/main.go b/cmd/arpc/main.go
index <HASH>..<HASH> 100644
--- a/cmd/arpc/main.go
+++ b/cmd/arpc/main.go
@@ -37,6 +37,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
+ defer c.Close()
// Set request deadline from flag
if err := c.SetDeadline(time.Now().Add(*durFlag)); err != nil {
@@ ... | cmd/arpc: defer cleanup of client | mdlayher_arp | train | go |
dda590f53ccf671b53f9bc53939a4ba24fd5607f | diff --git a/tests/unit/components/sl-tab-panel-test.js b/tests/unit/components/sl-tab-panel-test.js
index <HASH>..<HASH> 100755
--- a/tests/unit/components/sl-tab-panel-test.js
+++ b/tests/unit/components/sl-tab-panel-test.js
@@ -47,8 +47,15 @@ test( 'setupTabs() does so correctly', function() {
equal( $('.sl-tab... | Make "ARIA roles are implemented" test pass | softlayer_sl-ember-components | train | js |
e46ed99915c0bd557995e740e51ee8cb5e7e11a1 | diff --git a/lib/pkgforge/components/package.rb b/lib/pkgforge/components/package.rb
index <HASH>..<HASH> 100644
--- a/lib/pkgforge/components/package.rb
+++ b/lib/pkgforge/components/package.rb
@@ -29,7 +29,9 @@ module PkgForge
Contract None => nil
def copy_tarball!
FileUtils.mkdir_p 'pkg'
- File... | fix file perms on tarball | akerl_pkgforge | train | rb,rb |
bc53dfdfb272ab44c97f6f69c8782d13bec37246 | diff --git a/indra/tests/test_db.py b/indra/tests/test_db.py
index <HASH>..<HASH> 100644
--- a/indra/tests/test_db.py
+++ b/indra/tests/test_db.py
@@ -257,11 +257,17 @@ def test_full_upload():
db.TextContent.text_type == texttypes.FULLTEXT)
assert len(tc_list), "No fulltext was added."
Manuscripts(ft... | Add test for presence of manuscript ids.
Note that this makes the test fail, as the manuscript id's are currently
not uploaded. This issue will need to be fixed. | sorgerlab_indra | train | py |
58a801b78ed930264b6a613a69381e05a98267ac | diff --git a/src/sports/division.js b/src/sports/division.js
index <HASH>..<HASH> 100644
--- a/src/sports/division.js
+++ b/src/sports/division.js
@@ -50,7 +50,7 @@ module.exports = function(ngin) {
standings: function(options, callback) {
options = _.extend({division_id: this.id}, options)
- return ... | passing options to standings fetch for querying by game_type | sportngin_ngin_client_node | train | js,js |
ceebb4dde36144fc01bf9c2cc8d65a64019ce18a | diff --git a/test/remote_test.rb b/test/remote_test.rb
index <HASH>..<HASH> 100644
--- a/test/remote_test.rb
+++ b/test/remote_test.rb
@@ -136,6 +136,16 @@ module Byebug
assert_equal true, t.value.success?
end
+
+ define_test("ignoring_main_server_and_control_threads_using_#{code}") do
+ w... | Test server & control threads are ignored | deivid-rodriguez_byebug | train | rb |
5df35657e71fb17f9ceadbec2bf08afd17be4331 | diff --git a/lib/ical/time.js b/lib/ical/time.js
index <HASH>..<HASH> 100644
--- a/lib/ical/time.js
+++ b/lib/ical/time.js
@@ -863,6 +863,9 @@
*/
fromUnixTime: function fromUnixTime(seconds) {
this.zone = ICAL.Timezone.utcTimezone;
+ // We could use `fromJSDate` here, but this is about twice as f... | Add a comment in fromUnixTime (#<I>) | mozilla-comm_ical.js | train | js |
0902cc35f41966e1491cd7e7d86aa6b6f36d322e | diff --git a/sprd/manager/SprdSvgMeasurer.js b/sprd/manager/SprdSvgMeasurer.js
index <HASH>..<HASH> 100644
--- a/sprd/manager/SprdSvgMeasurer.js
+++ b/sprd/manager/SprdSvgMeasurer.js
@@ -38,11 +38,15 @@ define(["text/composer/SvgMeasurer", "xaml!text/ui/SvgTextArea"], function (SvgM
var textEl = this.svgTe... | DEV-<I> - fixed measurement of composed textflow for safari and ff | spreadshirt_rAppid.js-sprd | train | js |
5f20c404416f3e77ce557d3630c194610cd3242a | diff --git a/core/serial.js b/core/serial.js
index <HASH>..<HASH> 100644
--- a/core/serial.js
+++ b/core/serial.js
@@ -84,8 +84,12 @@
}
if (!(serialPort in portToDevice)) {
- console.error("Port "+JSON.stringify(serialPort)+" not found");
- return connectCallback(undefined);
+ if (serialPort.... | Check to see if serial port name is using the wrong case - fix #<I> | espruino_EspruinoTools | train | js |
d1d0f99617b1394c860864852326be673f9b935f | diff --git a/nopassword/__init__.py b/nopassword/__init__.py
index <HASH>..<HASH> 100644
--- a/nopassword/__init__.py
+++ b/nopassword/__init__.py
@@ -1 +1 @@
-__version__ = '4.0.1'
+__version__ = '5.0.0' | <I>
Automatically generated by python-semantic-release | relekang_django-nopassword | train | py |
18f2c03c81ec8798af2cc55d6172988f5edd2ec8 | diff --git a/python/lib/uploader.py b/python/lib/uploader.py
index <HASH>..<HASH> 100644
--- a/python/lib/uploader.py
+++ b/python/lib/uploader.py
@@ -5,8 +5,7 @@ import os
import string
import threading
import sys
-import urllib2, urllib
-from httplib import BadStatusLine
+import urllib2, urllib, httplib
import so... | Merge pull request #<I> from Aly0sha/patch-1 | mapillary_mapillary_tools | train | py |
6e4f17176feb2b688ac0be2beb17c8dd3c59e17c | diff --git a/src/Http/Controllers/VoyagerController.php b/src/Http/Controllers/VoyagerController.php
index <HASH>..<HASH> 100644
--- a/src/Http/Controllers/VoyagerController.php
+++ b/src/Http/Controllers/VoyagerController.php
@@ -51,8 +51,11 @@ class VoyagerController extends Controller
->resize($resi... | Fix images not orrientated when uploaded through VoyagerController@upload (#<I>) | the-control-group_voyager | train | php |
dfbacbbdc7ddb19adef466a892dd9378f804d1f4 | diff --git a/packages/table/src/TableWithSticky.js b/packages/table/src/TableWithSticky.js
index <HASH>..<HASH> 100644
--- a/packages/table/src/TableWithSticky.js
+++ b/packages/table/src/TableWithSticky.js
@@ -323,7 +323,7 @@ const TableWithSticky = ({
selected={getActiveColumnIndex === he... | refactor: use the proper emotion prop | Autodesk_hig | train | js |
4acbd9ee1d3449017d21c4b4a25a1db97c2c067e | diff --git a/lib/rom/repository/root.rb b/lib/rom/repository/root.rb
index <HASH>..<HASH> 100644
--- a/lib/rom/repository/root.rb
+++ b/lib/rom/repository/root.rb
@@ -46,7 +46,7 @@ module ROM
# @see Repository#initialize
def initialize(container)
super
- @root = __send__(self.class.root)
+... | Minor clean up in Repository::Root | rom-rb_rom | train | rb |
2341bbbb37d0a1ce552fc49a739ef780699812df | diff --git a/lib/tty/table.rb b/lib/tty/table.rb
index <HASH>..<HASH> 100644
--- a/lib/tty/table.rb
+++ b/lib/tty/table.rb
@@ -298,8 +298,7 @@ module TTY
if row == Border::SEPARATOR
separators << columns_size - (header ? 0 : 2)
else
- rows_copy = rows.dup
- assert_row_sizes rows_cop... | Use assert_row_size method in TTY::Table#<< | piotrmurach_tty-table | train | rb |
d61710d303b05d61be5fe2f449caa0b6d4f5ffba | diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb
index <HASH>..<HASH> 100644
--- a/spec/dummy/config/application.rb
+++ b/spec/dummy/config/application.rb
@@ -7,12 +7,6 @@ require "kudzu"
module Dummy
class Application < Rails::Application
- # Initialize configuration defaults f... | Remove unnecessary setting from dummy app | kanety_kudzu | train | rb |
8ddee5ca896dc3b49ebcdcadff4a2d704fba4858 | diff --git a/Tests/bootstrap.php b/Tests/bootstrap.php
index <HASH>..<HASH> 100644
--- a/Tests/bootstrap.php
+++ b/Tests/bootstrap.php
@@ -11,7 +11,20 @@ $loader->registerNamespaces(array(
'Symfony' => array(
__DIR__.'/'.$_SERVER['SYMFONY'],
__DIR__.'/'.$_SERVER['SYMFONY'].'/../tests'
- ),
- ... | Update boostrap to allow running the test suite outside a dummy project | egeloen_IvoryCKEditorBundle | train | php |
8efe666e835b5b9674007d485bee63ba0ae6bfda | diff --git a/insights/core/evaluators.py b/insights/core/evaluators.py
index <HASH>..<HASH> 100644
--- a/insights/core/evaluators.py
+++ b/insights/core/evaluators.py
@@ -32,8 +32,8 @@ class Evaluator(object):
if plugins.is_rule(p):
self.handle_result(p, r)
- def run_components(self):... | adding a way to specify an execution graph in process | RedHatInsights_insights-core | train | py |
d5f54192491aac2e0a22857793704fc48576a6b2 | diff --git a/sources/scalac/symtab/classfile/AttributeParser.java b/sources/scalac/symtab/classfile/AttributeParser.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/symtab/classfile/AttributeParser.java
+++ b/sources/scalac/symtab/classfile/AttributeParser.java
@@ -327,9 +327,9 @@ public class AttributeParser impl... | - Changed method parseType to unalias the type ...
- Changed method parseType to unalias the type it returns (needed for
example to get rid of scala.AnyRef types). | scala_scala | train | java |
5fe20dd48018a21a59e8885d9f8be74d6dced453 | diff --git a/lib/bq-translator.js b/lib/bq-translator.js
index <HASH>..<HASH> 100644
--- a/lib/bq-translator.js
+++ b/lib/bq-translator.js
@@ -100,8 +100,8 @@ BooleanQueryTranslator.prototype = {
} else if (character == ")") {
this.throwTranslateError("operator is missing");
} else {
- // ... | bq: throw exception for invalid operator chracter | groonga_gcs | train | js,js |
5f649c035241dcabadf6c5433865e3313649d646 | diff --git a/android/src/forplay/android/AndroidGraphics.java b/android/src/forplay/android/AndroidGraphics.java
index <HASH>..<HASH> 100644
--- a/android/src/forplay/android/AndroidGraphics.java
+++ b/android/src/forplay/android/AndroidGraphics.java
@@ -79,7 +79,7 @@ class AndroidGraphics implements Graphics {
@Ove... | Another temporary hack to hardcode <I>x<I> landscape. | threerings_playn | train | java |
40ca65807639e0470dab22585847a7582687167f | diff --git a/lib/tokenizer/tokenize.js b/lib/tokenizer/tokenize.js
index <HASH>..<HASH> 100644
--- a/lib/tokenizer/tokenize.js
+++ b/lib/tokenizer/tokenize.js
@@ -373,6 +373,7 @@ function intoTokens(source, externalContext, internalContext, isNested) {
position.index++;
buffer = [];
isBufferEmpty =... | Fixes #<I> - double hyphen in at-rule breaks parsing (#<I>) | jakubpawlowicz_clean-css | train | js |
d0b755fa7ff8f336cd07f758302d8d89f0e7c05c | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100755
--- a/lib/index.js
+++ b/lib/index.js
@@ -206,11 +206,12 @@ FSWatcher.prototype._isIgnored = function(path, stats) {
// symlink and glob handling
//
// * path - string, file, directory, or glob pattern being watched
+// * depth - int, at any depth ... | Recursively detected paths can't be globs
Resolves gh-<I> | paulmillr_chokidar | train | js,js |
3fc92ee371613c23dddb44dae8588d4ac8712a26 | diff --git a/lib/connect/driver.js b/lib/connect/driver.js
index <HASH>..<HASH> 100644
--- a/lib/connect/driver.js
+++ b/lib/connect/driver.js
@@ -98,7 +98,7 @@ util.inherits(Driver, EventEmitter);
*/
Driver.prototype.setInput = function (input) {
if (this.input !== null) {
- this.input.removeListener('e... | :bulb: Make transmit event private | matteodelabre_midijs | train | js |
f1be05385b330b5c058702ae27682e446a25ba3f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -3,16 +3,12 @@ from setuptools import setup, Command, find_packages
import glob
import os.path
import os
-import sys
curdir = os.getcwd()
-sys.path.append(curdir)
-
-import anyconfig
PACKAGE = "anyconfig"
-VERSION =... | do not refer anyconfig.VERSION in setup.py, copy that value instead in it | ssato_python-anyconfig | train | py |
5c6e1707dec9550c6b109d22345e13da7c7a96f7 | diff --git a/mkl_fft/tests/test_fft1d.py b/mkl_fft/tests/test_fft1d.py
index <HASH>..<HASH> 100644
--- a/mkl_fft/tests/test_fft1d.py
+++ b/mkl_fft/tests/test_fft1d.py
@@ -55,10 +55,7 @@ class Test_mklfft_vector(TestCase):
rnd.seed(1234567)
self.xd1 = rnd.standard_normal(128)
self.xf1 = self.x... | simplified creation of complex double precision input data set. Relaxed relative tolerance a little bit | IntelPython_mkl_fft | train | py |
fa6f2f03c7f319c108fabc9f3303339bbcca694b | diff --git a/src/Testing/TestResponseMixin.php b/src/Testing/TestResponseMixin.php
index <HASH>..<HASH> 100644
--- a/src/Testing/TestResponseMixin.php
+++ b/src/Testing/TestResponseMixin.php
@@ -38,17 +38,17 @@ class TestResponseMixin
return function (array $keys) {
$validation = TestResponseUtils... | Apply fixes from StyleCI (#<I>) | nuwave_lighthouse | train | php |
66c0c88f065774ce00307fdbf480a5184a25d6ed | diff --git a/lib/rspec_command.rb b/lib/rspec_command.rb
index <HASH>..<HASH> 100644
--- a/lib/rspec_command.rb
+++ b/lib/rspec_command.rb
@@ -273,6 +273,7 @@ module RSpecCommand
# its(:stdout) { is_expected.to match(/a thing/) }
# end
def command(cmd=nil, options={}, &block)
+ metadata[:comma... | Set a metadata flag for all command-based tests for easier filtering. | coderanger_rspec-command | train | rb |
724ceb8719c51c83470755c06dd0eab96c607a77 | diff --git a/lib/commands/abstract_command.rb b/lib/commands/abstract_command.rb
index <HASH>..<HASH> 100644
--- a/lib/commands/abstract_command.rb
+++ b/lib/commands/abstract_command.rb
@@ -107,7 +107,7 @@ class Gem::AbstractCommand < Gem::Command
end
request = request_method.new( url.path )
- request... | use same user agent for ruby <I> and <I> | sonatype_nexus-gem | train | rb,rb |
bf3b86d166ab9bbcf48335b2324a21aff50de0c3 | diff --git a/Bundle/CoreBundle/EventSubscriber/WidgetSubscriber.php b/Bundle/CoreBundle/EventSubscriber/WidgetSubscriber.php
index <HASH>..<HASH> 100644
--- a/Bundle/CoreBundle/EventSubscriber/WidgetSubscriber.php
+++ b/Bundle/CoreBundle/EventSubscriber/WidgetSubscriber.php
@@ -76,8 +76,10 @@ class WidgetSubscriber imp... | check if EntityManager is aware of the view before regereate the css. If not, the view will be deleted anyway | Victoire_victoire | train | php |
076834c465ec1def812be9f6583dbb038d1e99c2 | diff --git a/spec/watirspec/filefield_spec.rb b/spec/watirspec/filefield_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/watirspec/filefield_spec.rb
+++ b/spec/watirspec/filefield_spec.rb
@@ -160,7 +160,7 @@ describe "FileField" do
expected = path
expected.gsub!("/", "\\") if WatirSpec.platform == ... | Tolerate relative path for file_field.value (as other specs already do) | watir_watir | train | rb |
d09949754143209bd8dc0f1212139c9d0ae5baf5 | diff --git a/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxserver/EmbeddedCDXServerIndex.java b/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxserver/EmbeddedCDXServerIndex.java
index <HASH>..<HASH> 100644
--- a/wayback-core/src/main/java/org/archive/wayback/resourceindex/cdxserver/Em... | EmbeddedCDXServerIndex: pass matchType=exact explicitly
to prevent CDXServer from interpreting URL with trailing
asterisk as prefix query. | iipc_openwayback | train | java |
eac65b5c5485e6b079bee1ad1461559d9c95c226 | diff --git a/lib/observable/index.js b/lib/observable/index.js
index <HASH>..<HASH> 100644
--- a/lib/observable/index.js
+++ b/lib/observable/index.js
@@ -28,7 +28,7 @@ observable.define({
if(this.$on) {
this.$on.$newParent( this )
}
- this.$emit( '$new', event )
+ this.$emit( '$new', e... | $new emits the current __proto__ | vigour-io_vjs | train | js |
9f04c7189fa75e78ec8f21d4719956cb583d8b38 | diff --git a/src/js/orb.ui.header.js b/src/js/orb.ui.header.js
index <HASH>..<HASH> 100644
--- a/src/js/orb.ui.header.js
+++ b/src/js/orb.ui.header.js
@@ -216,7 +216,7 @@ orb.ui.dataCell = function(pgrid, isvisible, rowinfo, colinfo) {
axetype: null,
type: orb.ui.HeaderType.DATA_VALUE,
template: 'cel... | Fix data cell value when no datafields is empty. | nnajm_orb | train | js |
68dbb04563faa7552867e2fc37c333138d4bf74d | diff --git a/kernel/classes/datatypes/ezuser/ezldapuser.php b/kernel/classes/datatypes/ezuser/ezldapuser.php
index <HASH>..<HASH> 100644
--- a/kernel/classes/datatypes/ezuser/ezldapuser.php
+++ b/kernel/classes/datatypes/ezuser/ezldapuser.php
@@ -181,7 +181,7 @@ class eZLDAPUser extends eZUser
if ( $LDAPIn... | - Fixed typo (related to: <URL>)
#- This does not fix the main bug in the report
git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I> | ezsystems_ezpublish-legacy | train | php |
7152ece70a6f1935e91f1a8fde9478a6fe940fd5 | diff --git a/src/client.js b/src/client.js
index <HASH>..<HASH> 100644
--- a/src/client.js
+++ b/src/client.js
@@ -2459,6 +2459,7 @@ MatrixClient.prototype._sendCompleteEvent = function(roomId, eventObject, txnId,
const localEvent = new MatrixEvent(Object.assign(eventObject, {
event_id: "~" + roomId + ":"... | Fix sender of local echo events in unsigned redactions | matrix-org_matrix-js-sdk | train | js |
5f7a3f2b69ea355cf862b40377fae6bc3d6265a8 | diff --git a/lib/jekyll/collection.rb b/lib/jekyll/collection.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll/collection.rb
+++ b/lib/jekyll/collection.rb
@@ -52,7 +52,7 @@ module Jekyll
def filtered_entries
return Array.new unless exists?
Dir.chdir(directory) do
- entry_filter.filter(entries)... | Filter out directories from entries in the collection | jekyll_jekyll | train | rb |
619ded93adc01a870b8ee29722ff5e426c6fb8d7 | diff --git a/lib/utils/lang.js b/lib/utils/lang.js
index <HASH>..<HASH> 100644
--- a/lib/utils/lang.js
+++ b/lib/utils/lang.js
@@ -5,6 +5,8 @@ var MAP = {
};
function normalize(lang) {
+ if(!lang) { return null; }
+
var lower = lang.toLowerCase();
return MAP[lower] || lower;
} | Improve language normalization
Check for null before converting to lower case | GitbookIO_gitbook | train | js |
49862db1e9140240280a5645110dc6df8ab5d7c5 | diff --git a/src/shared/js/Component.js b/src/shared/js/Component.js
index <HASH>..<HASH> 100644
--- a/src/shared/js/Component.js
+++ b/src/shared/js/Component.js
@@ -90,6 +90,13 @@
} else if (options !== undefined && typeof options === 'object') {
this._options = ch.util.extend(defaults, ... | #<I> components are able to use a DOM Object to instanciate | mercadolibre_chico | train | js |
508fe4d8b5ca69db6e55b70cde5a861660933137 | diff --git a/mod/lesson/format.php b/mod/lesson/format.php
index <HASH>..<HASH> 100644
--- a/mod/lesson/format.php
+++ b/mod/lesson/format.php
@@ -223,7 +223,21 @@ class qformat_default {
// Somewhere to specify question parameters that are not handled
// by import but are required db fields.
// This sho... | MDL-<I>
defaultquestion() now reflects the one in the question bank code, thus supressing
lots of notices
Merged from STABLE_<I> | moodle_moodle | train | php |
ca89d61c053bad0eb4abb7151de115d26bccf1e9 | diff --git a/benchexec/tools/verifuzz.py b/benchexec/tools/verifuzz.py
index <HASH>..<HASH> 100644
--- a/benchexec/tools/verifuzz.py
+++ b/benchexec/tools/verifuzz.py
@@ -28,7 +28,7 @@ class Tool(benchexec.tools.template.BaseTool):
VeriFuzz
"""
- REQUIRED_PATHS = ["lib", "exp-in", "afl-2.35b", "scripts",... | Updated tools .py file for Verifuzz | sosy-lab_benchexec | train | py |
3ba9d1b83224b5133d0c4db23c5cca14c646c4f4 | diff --git a/eth/vm/memory.py b/eth/vm/memory.py
index <HASH>..<HASH> 100644
--- a/eth/vm/memory.py
+++ b/eth/vm/memory.py
@@ -48,12 +48,6 @@ class Memory(object):
validate_length(value, length=size)
validate_lte(start_position + size, maximum=len(self))
- if len(self._bytes) < st... | Remove Unnecessary Lazy Extension Code (#<I>) | ethereum_py-evm | train | py |
594f2e08195221dfcd8fb84e5570ac90388a642c | diff --git a/lib/ohai/plugins/aix/filesystem.rb b/lib/ohai/plugins/aix/filesystem.rb
index <HASH>..<HASH> 100644
--- a/lib/ohai/plugins/aix/filesystem.rb
+++ b/lib/ohai/plugins/aix/filesystem.rb
@@ -55,7 +55,6 @@ Ohai.plugin(:Filesystem) do
fs[filesystem] = Mash.new unless fs.has_key?(filesystem)
fs[f... | Remove the unneeded line from aix filesystem plugin. | chef_ohai | train | rb |
a8cd0c13a447ed2fdbad93a9afbf7f4302d386ab | diff --git a/transport/http2_client.go b/transport/http2_client.go
index <HASH>..<HASH> 100644
--- a/transport/http2_client.go
+++ b/transport/http2_client.go
@@ -1166,7 +1166,7 @@ func (t *http2Client) applySettings(ss []http2.Setting) {
t.mu.Lock()
for _, stream := range t.activeStreams {
// Adjust the s... | Avoid int<I> overflow when applying initial window size setting | grpc_grpc-go | train | go,go |
fdf79164f2c159e06816a664296868da1294a45a | diff --git a/lang/fr/auth.php b/lang/fr/auth.php
index <HASH>..<HASH> 100644
--- a/lang/fr/auth.php
+++ b/lang/fr/auth.php
@@ -97,6 +97,7 @@ $string['auth_shibboleth_login'] = 'Connexion Shibboleth';
$string['auth_shibboleth_manual_login'] = 'Connexion manuelle';
$string['auth_shib_convert_data'] = 'API de modificati... | Added a file check for the Shibboleth data manipulation API | moodle_moodle | train | php |
1601e7e1efa81eecc3b112cafb748ac4507159fd | diff --git a/src/lib/reducers/apps.js b/src/lib/reducers/apps.js
index <HASH>..<HASH> 100644
--- a/src/lib/reducers/apps.js
+++ b/src/lib/reducers/apps.js
@@ -52,7 +52,9 @@ export const fetchApps = () => async dispatch => {
try {
await dispatch({ type: FETCH_APPS })
const rawAppList = await stack.get.apps(... | fix: :bug: map app before all processes | cozy_cozy-bar | train | js |
cd46eddbc3ca95d2e4f8e38bb8420a87ca18af9a | diff --git a/simple_history/models.py b/simple_history/models.py
index <HASH>..<HASH> 100644
--- a/simple_history/models.py
+++ b/simple_history/models.py
@@ -174,8 +174,8 @@ class HistoricalRecords(object):
[getattr(self, opts.pk.attname), self.history_id])
def get_instance(self):
- ... | Removed dictionary comprehension for py<I> support (woo!) | treyhunner_django-simple-history | train | py |
8b8ad76c4aa6c7362c9055d211f4e8a53612266b | diff --git a/assets/javascripts/kitten/components/layout/hero-layout/stories.js b/assets/javascripts/kitten/components/layout/hero-layout/stories.js
index <HASH>..<HASH> 100644
--- a/assets/javascripts/kitten/components/layout/hero-layout/stories.js
+++ b/assets/javascripts/kitten/components/layout/hero-layout/stories.... | [HeroLayout] Fix story (#<I>) | KissKissBankBank_kitten | train | js |
34876d66c12dc346a0972a21dc808274fdde9568 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -97,7 +97,7 @@ test('missing "versions" property', function (t) {
}
})
cp.on('close', function (code) {
- t.strictEqual(code, semver.satisfies(process.version, '0.10.x') ? 8 : 1)
+ t.strictEqual(code, 1)
t.ok... | test: clean up tests from old node versions | watson_test-all-versions | train | js |
e302f98c43c95ff972e57c96c90d5e96042b397a | diff --git a/lib/ViewModels/DataCatalogTabViewModel.js b/lib/ViewModels/DataCatalogTabViewModel.js
index <HASH>..<HASH> 100644
--- a/lib/ViewModels/DataCatalogTabViewModel.js
+++ b/lib/ViewModels/DataCatalogTabViewModel.js
@@ -17,7 +17,7 @@ var svgInfo = require('../SvgPaths/svgInfo');
var DataCatalogTabViewModel = fu... | Allow alternative name to "Data Catalogue" to be passed as option. (For NEII) | TerriaJS_terriajs | train | js |
4b2a5a89a3c0a7456f4eb8182d06f9a45cc20a12 | diff --git a/drools-compiler/src/main/java/org/drools/compiler/xml/processes/AbstractNodeHandler.java b/drools-compiler/src/main/java/org/drools/compiler/xml/processes/AbstractNodeHandler.java
index <HASH>..<HASH> 100644
--- a/drools-compiler/src/main/java/org/drools/compiler/xml/processes/AbstractNodeHandler.java
+++ ... | JBRULES-<I>: Conversion issues when using comparaison in name of a ruletask.
- made sure node names are escaped
git-svn-id: <URL> | kiegroup_drools | train | java |
d75556443eec151129ad0029e87d232e22848a31 | diff --git a/src/pluggable.js b/src/pluggable.js
index <HASH>..<HASH> 100644
--- a/src/pluggable.js
+++ b/src/pluggable.js
@@ -1,3 +1,9 @@
+const RESERVED_PLUGINS = {
+ 'compact': true,
+ 'minimal': true,
+ 'serialize': true,
+}
+
export class Pluggable {
static get POST_EXTRACT() { return 'postExtract' };
st... | feat(plugins): allow plugin to be applied by module name | jgranstrom_sass-extract | train | js |
090e8d788ddabd9a43bc6e0334706bc71142871a | diff --git a/src/Transformers/Request.php b/src/Transformers/Request.php
index <HASH>..<HASH> 100644
--- a/src/Transformers/Request.php
+++ b/src/Transformers/Request.php
@@ -4,6 +4,7 @@ namespace SwooleTW\Http\Transformers;
use Illuminate\Http\Request as IlluminateRequest;
use Illuminate\Http\Response as Illuminat... | using MimeType to detect mimetype of file | swooletw_laravel-swoole | 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.