hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
9bfc890f0f831668a5818c48dd77ecd76f429950
diff --git a/lib/temple/mixins/grammar_dsl.rb b/lib/temple/mixins/grammar_dsl.rb index <HASH>..<HASH> 100644 --- a/lib/temple/mixins/grammar_dsl.rb +++ b/lib/temple/mixins/grammar_dsl.rb @@ -143,7 +143,8 @@ module Temple start = Or.new(self) curr = [start] rule.each do |elem| - ...
Suppress deprecated warning by Object#=~ since ruby <I> In `Temple::Mixins::GrammerDSL::Value#Rule`, call `=~` method to `Class` class then that causes a warning message. This behavior introduced from ruby <I> with `-W` option. (And ruby <I> always show a warning message) - <URL>
judofyr_temple
train
3845b4bd5bc7c82701d6dd4b23e9f6d27852b315
diff --git a/lease/read_proxy.go b/lease/read_proxy.go index <HASH>..<HASH> 100644 --- a/lease/read_proxy.go +++ b/lease/read_proxy.go @@ -21,29 +21,32 @@ import ( "golang.org/x/net/context" ) -// A function used by read proxies to refresh their contents. See notes on +// A type used by read proxies to refresh the...
Added the Refresher interface.
jacobsa_ratelimit
train
8e157964f88286d5fcd563cafb3eaa69755cdd09
diff --git a/src/Illuminate/Pagination/CursorPaginator.php b/src/Illuminate/Pagination/CursorPaginator.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Pagination/CursorPaginator.php +++ b/src/Illuminate/Pagination/CursorPaginator.php @@ -132,7 +132,9 @@ class CursorPaginator extends AbstractCursorPaginator impleme...
[9.x] Expose next and previous cursor of cursor paginator (#<I>) * Expose raw next/previous cursors * Change suffix from 'page' to 'cursor' * Update tests
laravel_framework
train
5fa51d195787ec70ca2c96538b9bfb6d4994789b
diff --git a/src/Command/Generate/AjaxCommand.php b/src/Command/Generate/AjaxCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/Generate/AjaxCommand.php +++ b/src/Command/Generate/AjaxCommand.php @@ -71,8 +71,8 @@ class AjaxCommand extends ContainerAwareCommand { $this ->setName('gener...
Fix translation for generate ajax command. (#<I>)
hechoendrupal_drupal-console
train
63982ea896351ce65d7df1f3cc84dae89cd01f9e
diff --git a/lib/gir_ffi/overrides/glib.rb b/lib/gir_ffi/overrides/glib.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/overrides/glib.rb +++ b/lib/gir_ffi/overrides/glib.rb @@ -39,20 +39,27 @@ module GirFFI def self.attach_non_introspectable_functions base base::Lib.attach_function :g_slist_prepend, [...
Replace Gtk main loop with GLib main loop in Regress test.
mvz_gir_ffi
train
ff9e65e7fff052821ec4ce9c8ac0f52650295563
diff --git a/upload/admin/language/english/dashboard/activity.php b/upload/admin/language/english/dashboard/activity.php index <HASH>..<HASH> 100644 --- a/upload/admin/language/english/dashboard/activity.php +++ b/upload/admin/language/english/dashboard/activity.php @@ -5,7 +5,7 @@ $_['heading_title'] = ...
Update activity.php Updated some text.
opencart_opencart
train
742e8b3998935e5b2beec86a3e3411d10311e58a
diff --git a/lib/transit/decoder.rb b/lib/transit/decoder.rb index <HASH>..<HASH> 100644 --- a/lib/transit/decoder.rb +++ b/lib/transit/decoder.rb @@ -29,59 +29,51 @@ module Transit def decode(node, cache=RollingCache.new, as_map_key=false) case node when String - decode_string(node, cache, as...
inline decoding of strings and hashes
cognitect_transit-ruby
train
45d704a4ea29da176f1250d3ee40a1e09d63ef96
diff --git a/sockeye/data_io.py b/sockeye/data_io.py index <HASH>..<HASH> 100644 --- a/sockeye/data_io.py +++ b/sockeye/data_io.py @@ -630,7 +630,7 @@ def prepare_data(source_fnames: List[str], save_shard(shard_idx, data_loader, shard_sources, shard_target, shard_stats, output_prefi...
fix Python <I> build, no format strings (#<I>)
awslabs_sockeye
train
e7565d3d9c2fd0934fb5f08826282e98cc9a8845
diff --git a/pymzn/mzn/minizinc.py b/pymzn/mzn/minizinc.py index <HASH>..<HASH> 100644 --- a/pymzn/mzn/minizinc.py +++ b/pymzn/mzn/minizinc.py @@ -268,8 +268,8 @@ def minizinc( if data_file: dzn_files.append(data_file) out, stderr = _solve( - solver, mzn_file, *dzn_files, lines...
minizinc: remove lines option in _solve
paolodragone_pymzn
train
60bb1efe2f526495800a6cddfd27a14da0c6169b
diff --git a/lib/resque_cleaner.rb b/lib/resque_cleaner.rb index <HASH>..<HASH> 100644 --- a/lib/resque_cleaner.rb +++ b/lib/resque_cleaner.rb @@ -7,7 +7,6 @@ module Resque # ResqueCleaner class provides useful functionalities to retry or clean # failed jobs. Let's clean up your failed list! class Resque...
Remove Resque::Helpers include
ono_resque-cleaner
train
b293e6f9bea6e203e26317d998b338c369871877
diff --git a/Resources/public/js/tinymce/tinymce.js b/Resources/public/js/tinymce/tinymce.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/tinymce/tinymce.js +++ b/Resources/public/js/tinymce/tinymce.js @@ -242,6 +242,7 @@ // Get theme to load inside tinymce in order to have no display differences var...
Changed tinymce config to accept image paste for formula editor plugin
claroline_CoreBundle
train
06a6dcb2d12a7bfad431eed6dc4bb96fcb1aca0d
diff --git a/core/frontend/services/routing/PreviewRouter.js b/core/frontend/services/routing/PreviewRouter.js index <HASH>..<HASH> 100644 --- a/core/frontend/services/routing/PreviewRouter.js +++ b/core/frontend/services/routing/PreviewRouter.js @@ -1,5 +1,6 @@ const ParentRouter = require('./ParentRouter'); const u...
Added an `/email/` root route for email-only posts refs <URL>
TryGhost_Ghost
train
6eb08ce5671edc9d23eb47003697267273a5369b
diff --git a/src/TestSuite/IntegrationTestCase.php b/src/TestSuite/IntegrationTestCase.php index <HASH>..<HASH> 100644 --- a/src/TestSuite/IntegrationTestCase.php +++ b/src/TestSuite/IntegrationTestCase.php @@ -659,7 +659,7 @@ abstract class IntegrationTestCase extends TestCase */ public function assertRespo...
Use PSR7 interface method instead of deprecated one. Always using the PSR7 interface method makes testing apps with middleware that generate their own responses work.
cakephp_cakephp
train
572a8884046a7acb23429411920e65bee6993a37
diff --git a/src/main/java/org/citygml4j/builder/cityjson/unmarshal/citygml/CityGMLUnmarshaller.java b/src/main/java/org/citygml4j/builder/cityjson/unmarshal/citygml/CityGMLUnmarshaller.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/citygml4j/builder/cityjson/unmarshal/citygml/CityGMLUnmarshaller.java +++ b/s...
do not unmarshal empty boundary surfaces
citygml4j_citygml4j
train
9e61902f305c91bc7476fb64d6a1a97a8156c339
diff --git a/src/main/java/io/vlingo/actors/World.java b/src/main/java/io/vlingo/actors/World.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/vlingo/actors/World.java +++ b/src/main/java/io/vlingo/actors/World.java @@ -196,6 +196,15 @@ public final class World implements Registrar { this.mailboxProviderKee...
Help Vaughn with the order of methods :fire:
vlingo_vlingo-actors
train
81bdc2f6abddc68c159fe116ce2fdd3cfcd14c6b
diff --git a/flate/common.go b/flate/common.go index <HASH>..<HASH> 100644 --- a/flate/common.go +++ b/flate/common.go @@ -21,6 +21,10 @@ func errorf(c int, f string, a ...interface{}) error { return errors.Error{Code: c, Pkg: "flate", Msg: fmt.Sprintf(f, a...)} } +func panicf(c int, f string, a ...interface{}) { ...
flate: add more context to errors
dsnet_compress
train
6c0a2872bfb1a8423ae98faf3cc35d597914c5e4
diff --git a/Resources/public/scripts/sorting.js b/Resources/public/scripts/sorting.js index <HASH>..<HASH> 100644 --- a/Resources/public/scripts/sorting.js +++ b/Resources/public/scripts/sorting.js @@ -28,14 +28,14 @@ }; for (let name of [ - 'Slug', - ...
Add pagination support to sorting.
DarvinStudio_DarvinContentBundle
train
6826317e00fac0adbbe80ee341fea3eaaaa3e2e0
diff --git a/lib/jekyll/migrators/tumblr.rb b/lib/jekyll/migrators/tumblr.rb index <HASH>..<HASH> 100644 --- a/lib/jekyll/migrators/tumblr.rb +++ b/lib/jekyll/migrators/tumblr.rb @@ -72,7 +72,7 @@ module Jekyll content << CGI::unescapeHTML(post.at("video-caption").inner_html) unless post.at("video-caption"...
Use the post's title for the filename rather than its ID, as per Jekyll's naming convention.
jekyll_jekyll
train
9984a56e444a2c4d3f05773821c2237041ae197c
diff --git a/lib/tty/table/indentation.rb b/lib/tty/table/indentation.rb index <HASH>..<HASH> 100644 --- a/lib/tty/table/indentation.rb +++ b/lib/tty/table/indentation.rb @@ -1,4 +1,3 @@ -# encoding: utf-8 # frozen_string_literal: true module TTY @@ -27,8 +26,8 @@ module TTY # # @api public def...
Change indentation to stop mutating input
piotrmurach_tty-table
train
5e5fe46d66ec36705e087478d56c52bafe2fa7e9
diff --git a/lib/dir-walker.js b/lib/dir-walker.js index <HASH>..<HASH> 100644 --- a/lib/dir-walker.js +++ b/lib/dir-walker.js @@ -1,7 +1,7 @@ var fs = require('fs'), path = require('path'); -module.exports.walkSync = function (dir) { +module.exports.walkSync = function (dir, filter) { return walkSync(dir)...
Display only *.feature files in the features tree pane and fix #9
SOFTWARE-CLINIC_featurebook
train
53e6ec4cb754670b29d064690279215ce51b1728
diff --git a/backbone.layoutmanager.js b/backbone.layoutmanager.js index <HASH>..<HASH> 100644 --- a/backbone.layoutmanager.js +++ b/backbone.layoutmanager.js @@ -7,15 +7,13 @@ "use strict"; // Create a valid definition exports function. -var define = window.define ? window.define : function(cb) { cb.call(this); };...
fixed the wrapper to match current style
tbranyen_backbone.layoutmanager
train
39ff1705ad277e0a7a9bd5c89c0620f7b02b6199
diff --git a/lib/db.js b/lib/db.js index <HASH>..<HASH> 100644 --- a/lib/db.js +++ b/lib/db.js @@ -190,11 +190,12 @@ function net_db(params, callback) { logger.warning('Problem contacting DITCH server: ' + err.message + "\n" + util.inspect(err.stack)); return callback(err); }); - req.end(); + + ...
RHMAP-<I> - databrowser export doesn't work if database not upgraded
feedhenry_fh-mbaas-api
train
e21a5251277b3188c58e058ac85e1bbe6a361193
diff --git a/lib/response.js b/lib/response.js index <HASH>..<HASH> 100644 --- a/lib/response.js +++ b/lib/response.js @@ -41,7 +41,7 @@ Response.prototype.status = null; * [fields description] * @type {Boolean} */ -Response.prototype._fields = false; +Response.prototype._fields = true; /** * [getData descri...
tweak previous non-promise fix, found a bug
Dashron_roads
train
2d28bfe37f0041cd174f69d723ed984c8ad079aa
diff --git a/ext/msgpack/extconf.rb b/ext/msgpack/extconf.rb index <HASH>..<HASH> 100644 --- a/ext/msgpack/extconf.rb +++ b/ext/msgpack/extconf.rb @@ -6,7 +6,7 @@ have_func("rb_enc_interned_str", "ruby.h") # Ruby 3.0+ have_func("rb_hash_new_capa", "ruby.h") # Ruby 3.2+ unless RUBY_PLATFORM.include? 'mswin' - $CFLA...
Add Ruby debug flags Recently we had some VM crashes that couldn't generate the C-backtrace inside msgpack, making it hard to figure out what the bug was.
msgpack_msgpack-ruby
train
ef18a83c1562b3da2bc4381a16ba92e2f37ab03c
diff --git a/src/Entity/Controller/GameListController.php b/src/Entity/Controller/GameListController.php index <HASH>..<HASH> 100644 --- a/src/Entity/Controller/GameListController.php +++ b/src/Entity/Controller/GameListController.php @@ -65,10 +65,7 @@ class GameListController extends EntityListBuilder { 'tit...
Remove bets - fix url issue
mespronos_mespronos
train
88e9859da6f30f58237f556d3e22875605837f03
diff --git a/app/templates/src/main/webapp/scripts/components/auth/_auth.service.js b/app/templates/src/main/webapp/scripts/components/auth/_auth.service.js index <HASH>..<HASH> 100644 --- a/app/templates/src/main/webapp/scripts/components/auth/_auth.service.js +++ b/app/templates/src/main/webapp/scripts/components/aut...
modification to allow immediate authentification The user was authentified only after refreshing the page, and the immediate redirection (after the click on "Login") on a page needing an authentified user was impossible.
jhipster_generator-jhipster
train
eeda1f865dfe6eb68df94aa44e53836da664377a
diff --git a/src/org/mockito/internal/exceptions/stacktrace/DefaultStackTraceCleaner.java b/src/org/mockito/internal/exceptions/stacktrace/DefaultStackTraceCleaner.java index <HASH>..<HASH> 100644 --- a/src/org/mockito/internal/exceptions/stacktrace/DefaultStackTraceCleaner.java +++ b/src/org/mockito/internal/exception...
Updated StackTrace cleaner.
mockito_mockito
train
35befd9ce31c23a774fd34f57bc44033ce70141d
diff --git a/src/transformers/data/data_collator.py b/src/transformers/data/data_collator.py index <HASH>..<HASH> 100644 --- a/src/transformers/data/data_collator.py +++ b/src/transformers/data/data_collator.py @@ -43,7 +43,8 @@ def default_data_collator(features: List[InputDataClass]) -> Dict[str, torch.Ten # Ens...
Fix tensor label type inference in default collator (#<I>) * allow tensor label inputs to default collator * replace try/except with type check
huggingface_pytorch-pretrained-BERT
train
f7cdceb3880143dc6319b2762a13f4f10aa6a795
diff --git a/org/postgresql/jdbc1/ResultSet.java b/org/postgresql/jdbc1/ResultSet.java index <HASH>..<HASH> 100644 --- a/org/postgresql/jdbc1/ResultSet.java +++ b/org/postgresql/jdbc1/ResultSet.java @@ -514,7 +514,9 @@ public class ResultSet extends org.postgresql.ResultSet implements java.sql.Resu StringBuffer sbuf...
Patch from Ryouichi Matsuda An attached patch corrects problem of this bug and fractional second. The handling of time zone was as follows: (a) with time zone using SimpleDateFormat("yyyy-MM-dd HH:mm:ss z") (b) without time zone using SimpleDateFormat("yyyy-MM-dd HH:mm:ss") About problem o...
pgjdbc_pgjdbc
train
a76742833c649c936b1226d6ff1b2ab9f3acf879
diff --git a/samples/in_process.go b/samples/in_process.go index <HASH>..<HASH> 100644 --- a/samples/in_process.go +++ b/samples/in_process.go @@ -59,7 +59,7 @@ type SampleTest struct { // // REQUIRES: t.Server has been set. func (t *SampleTest) SetUp(ti *ogletest.TestInfo) { - err := t.initialize(t.Server, &t.Mount...
Plumb through the ogletest context.
jacobsa_fuse
train
b32ced41eb5a9b4022019c3f92d20006e7a5e749
diff --git a/client/lib/preferences-helper/array-preference.js b/client/lib/preferences-helper/array-preference.js index <HASH>..<HASH> 100644 --- a/client/lib/preferences-helper/array-preference.js +++ b/client/lib/preferences-helper/array-preference.js @@ -19,7 +19,9 @@ class ArrayPreference extends Component { ...
Fix displaying objects in array of preferences
Automattic_wp-calypso
train
493b37d1f26d7c45fb27691dd7ccad92ed01f1c1
diff --git a/release.py b/release.py index <HASH>..<HASH> 100644 --- a/release.py +++ b/release.py @@ -73,6 +73,7 @@ def confirm_file_list(): """Confirm differences between files in Git and in the sdist.""" sh('git ls-files | sort > files.git') print('Comparing files in git against the source distributio...
Remove .egg-info directory before making a release. I've noticed that the 'SOURCES.txt' file in this diretory sometimes contains a stale file list. So to be sure, we remove the entire directory and have setuptools recreate it.
geertj_gruvi
train
b117da2db3e2a7c557fa6f95c49aa041a973a563
diff --git a/core/state/state_object.go b/core/state/state_object.go index <HASH>..<HASH> 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -24,7 +24,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/crypto" - "github.com/ethereum/go-ethereum/log" ...
core/state: drop most of a logs (useless at this volume)
ethereum_go-ethereum
train
4a03fbd1884c7700657bd5a779d8ca55403e4427
diff --git a/client.js b/client.js index <HASH>..<HASH> 100644 --- a/client.js +++ b/client.js @@ -1,7 +1,9 @@ 'use strict'; +const debug = require('debug')('http'); const html2text = require('html2plaintext'); const r = require('got'); +const qs = require('querystring'); const urlJoin = require('url-join'); c...
Debug http calls :wrench:
vladimyr_wp-api-client
train
53932dae22cbb318a30f06b2f0548ee59dad655b
diff --git a/app/models/concerns/enju_circulation/enju_item.rb b/app/models/concerns/enju_circulation/enju_item.rb index <HASH>..<HASH> 100644 --- a/app/models/concerns/enju_circulation/enju_item.rb +++ b/app/models/concerns/enju_circulation/enju_item.rb @@ -152,7 +152,7 @@ module EnjuCirculation end def la...
fix the latest checkout next-l/enju_leaf#<I>
next-l_enju_circulation
train
2a6759e2e18ff8c1163baec3408c6ee873266224
diff --git a/ruby_event_store/spec/mappers/domain_event_mapper_spec.rb b/ruby_event_store/spec/mappers/domain_event_mapper_spec.rb index <HASH>..<HASH> 100644 --- a/ruby_event_store/spec/mappers/domain_event_mapper_spec.rb +++ b/ruby_event_store/spec/mappers/domain_event_mapper_spec.rb @@ -23,7 +23,9 @@ module RubyEven...
Check metedata because eql on Event does not compare metadata
RailsEventStore_rails_event_store
train
dbec16fc764658dff2e6a6ddbbca14cba1433294
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneUnconditionalExceptionThrowerEdges.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneUnconditionalExceptionThrowerEdges.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/PruneUnconditionalExceptionThrowerEdges.java +++ b/findbug...
Improvements to checking static unconditional thrower methods: No need to be so conservative, since we know exactly which method is invoked. Allow for unconditional throwers that specify a return value of Exception or Error git-svn-id: <URL>
spotbugs_spotbugs
train
f640147ed777472aa4d0667a944e0be016375933
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ setup( packages=find_packages('src'), package_dir={'': 'src'}, include_package_data=True, + python_requires='>= 3.3', install_requires=['setuptools', 'pip', 'docutils', 'purepng>=0.1.1', ...
Make use of the 'python_requires' setup argument In the future, this will prevent installation on unsupported Python versions (<URL>).
brechtm_rinohtype
train
5b438f790d9011d7bf4018d620600674629bdc56
diff --git a/includes/data.php b/includes/data.php index <HASH>..<HASH> 100644 --- a/includes/data.php +++ b/includes/data.php @@ -589,8 +589,11 @@ function pods_var_set ( $value, $key = 'last', $type = 'url' ) { $ret = $_SERVER[ $key ] = $value; elseif ( 'session' == $type ) $ret = $_SESSION[ $k...
Fix for cookie set in pods_var_set
pods-framework_pods
train
cb1d09d1355199dcf6842562ae11b2f1134dd496
diff --git a/source/awesome_tool/mvc/controllers/state_machines_editor.py b/source/awesome_tool/mvc/controllers/state_machines_editor.py index <HASH>..<HASH> 100644 --- a/source/awesome_tool/mvc/controllers/state_machines_editor.py +++ b/source/awesome_tool/mvc/controllers/state_machines_editor.py @@ -3,16 +3,24 @@ imp...
gaphas used if available as import ... one unit-test Fails !!! -> test_transition_creation.py
DLR-RM_RAFCON
train
1b705be23a6e89e2c27a635cea3787b95c7e2969
diff --git a/bosh-director/lib/bosh/director/cloudcheck_helper.rb b/bosh-director/lib/bosh/director/cloudcheck_helper.rb index <HASH>..<HASH> 100644 --- a/bosh-director/lib/bosh/director/cloudcheck_helper.rb +++ b/bosh-director/lib/bosh/director/cloudcheck_helper.rb @@ -96,8 +96,7 @@ module Bosh::Director dns_ma...
Do not create new blobstore instance variable [Finishes #<I>]
cloudfoundry_bosh
train
22273823fbf9b494c61f2fe16f8fc2e7fbfb08f7
diff --git a/grab/spider/task.py b/grab/spider/task.py index <HASH>..<HASH> 100644 --- a/grab/spider/task.py +++ b/grab/spider/task.py @@ -105,8 +105,16 @@ class Task(object): del attr_copy['grab'] task = Task(**attr_copy) - task.network_try_count = 0 - task.task_try_count = 0 + ...
Change setting up some default propertis of task in clone method
lorien_grab
train
bd9d38030cee59eb0e2ef9c8fb98fda5b1ff470f
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index <HASH>..<HASH> 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -60,10 +60,6 @@ import pkg_resources warnings.filterwarnings("default", category=pkg_resources.PEP440Warning) -sys_ex...
Added new class CommandSpec, which will be used for abstracting the command handling for script headers.
pypa_setuptools
train
c81ec234c3bcfc69f41c6ebc732083fce375172f
diff --git a/gcsproxy/listing_proxy_test.go b/gcsproxy/listing_proxy_test.go index <HASH>..<HASH> 100644 --- a/gcsproxy/listing_proxy_test.go +++ b/gcsproxy/listing_proxy_test.go @@ -673,15 +673,82 @@ func (t *ListingProxyTest) NoteNewSubdirectory_NewListingRequired_Conflict() { } func (t *ListingProxyTest) NoteNew...
ListingProxyTest.NoteNewSubdirectory_PreviousAddition
jacobsa_ratelimit
train
3a74c45561c8f559de7187a6f9b116f8b7ff6196
diff --git a/test/integration/node-static-test.js b/test/integration/node-static-test.js index <HASH>..<HASH> 100644 --- a/test/integration/node-static-test.js +++ b/test/integration/node-static-test.js @@ -3,15 +3,13 @@ var vows = require('vows') , assert = require('assert') , static = require('../../lib/no...
Fixed server name test. Issue was with file server options.
cloudhead_node-static
train
f03692a507e1591c9e2ec3a6d91bde3aa7ccad56
diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCase.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/WebTestCa...
fixed functional tests so that the cache/logs are specific to one version of Symfony (to avoid weird side effects)
symfony_symfony
train
7fafbebf2acff2438ae75f2098301cefc59829ce
diff --git a/src/test/java/org/codelibs/fess/it/admin/SearchListTests.java b/src/test/java/org/codelibs/fess/it/admin/SearchListTests.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/codelibs/fess/it/admin/SearchListTests.java +++ b/src/test/java/org/codelibs/fess/it/admin/SearchListTests.java @@ -93,8 +93,7 @@...
[WIP] Admin API Test: searchlist #<I>
codelibs_fess
train
9caa9b9c210c4f89e398b3d848a299caf6b0661c
diff --git a/src/main/java/apoc/export/csv/CsvFormat.java b/src/main/java/apoc/export/csv/CsvFormat.java index <HASH>..<HASH> 100644 --- a/src/main/java/apoc/export/csv/CsvFormat.java +++ b/src/main/java/apoc/export/csv/CsvFormat.java @@ -34,7 +34,7 @@ public class CsvFormat implements Format { @Override publ...
issue #<I> - use export config quotes in CSVWriter (#<I>)
neo4j-contrib_neo4j-apoc-procedures
train
f932c5cfd2f05ce772084ba4cceb8346eef9ec5f
diff --git a/spec/Knp/DictionaryBundle/Dictionary/Factory/KeyValueSpec.php b/spec/Knp/DictionaryBundle/Dictionary/Factory/KeyValueSpec.php index <HASH>..<HASH> 100644 --- a/spec/Knp/DictionaryBundle/Dictionary/Factory/KeyValueSpec.php +++ b/spec/Knp/DictionaryBundle/Dictionary/Factory/KeyValueSpec.php @@ -48,6 +48,9 @@...
Fixed not transformed key for key_value _dictionary
KnpLabs_DictionaryBundle
train
e58ec71c8ebf08df06f18d504136eaf93afe8e55
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -1,6 +1,5 @@ - - var tape = require('tape') +var compare = require('typewiselite') var codec = require('../') @@ -46,3 +45,23 @@ tape('flip', function (t) { t.end() }) +var data = [ + 1, 0, 823...
test that sort order is the same as bytewise
dominictarr_charwise
train
df9e746cf52e71cb89d6aec4fc01fa1158a8e8d6
diff --git a/news-bundle/src/Resources/contao/classes/News.php b/news-bundle/src/Resources/contao/classes/News.php index <HASH>..<HASH> 100644 --- a/news-bundle/src/Resources/contao/classes/News.php +++ b/news-bundle/src/Resources/contao/classes/News.php @@ -64,6 +64,7 @@ class News extends \Frontend { while ($o...
[News] Adjust the classes/ classes
contao_contao
train
38810e1d317889eba005fb20f8d42b306cd6501d
diff --git a/src/share/classes/com/sun/tools/javac/jvm/Code.java b/src/share/classes/com/sun/tools/javac/jvm/Code.java index <HASH>..<HASH> 100644 --- a/src/share/classes/com/sun/tools/javac/jvm/Code.java +++ b/src/share/classes/com/sun/tools/javac/jvm/Code.java @@ -2154,6 +2154,9 @@ public class Code { ...
<I>: Silent failure in Code.findExceptionIndex Summary: Remove silent failure when exception index has not been set properly. Reviewed-by: jjg
wmdietl_jsr308-langtools
train
b46d481f59bfd2563cf05e465d95bbc2cfa5147a
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ +from Cython.Build import cythonize from distutils.core import setup from distutils.extension import Extension -from Cython.Distutils import build_ext import os.path import re import sys @@ -43,14 +43,10 @@ s...
modernize Cython build Should fix build issues with packages depending on seqlearn on Travis.
larsmans_seqlearn
train
1f8c4532dcee1a7eb1ab703253b606d3f9093d7e
diff --git a/safe/gui/tools/help/dock_help.py b/safe/gui/tools/help/dock_help.py index <HASH>..<HASH> 100644 --- a/safe/gui/tools/help/dock_help.py +++ b/safe/gui/tools/help/dock_help.py @@ -57,11 +57,22 @@ def content(): """ message = m.Message() paragraph = m.Paragraph(tr( - 'This document descr...
First half of dock help being polished. In progress.
inasafe_inasafe
train
087a0bb08841f7eead23c259f19e53176c9969a8
diff --git a/components/ekb/src/main/java/org/openengsb/core/ekb/impl/internal/converter/EDBConverter.java b/components/ekb/src/main/java/org/openengsb/core/ekb/impl/internal/converter/EDBConverter.java index <HASH>..<HASH> 100644 --- a/components/ekb/src/main/java/org/openengsb/core/ekb/impl/internal/converter/EDBConv...
[OPENENGSB-<I>] now the EDBConverter uses ModelUtils to create a model instead of creating it itself
openengsb_openengsb
train
3e7e1f5c9207e69decceb8e0f7eefc93f0566d7e
diff --git a/openpnm/algorithms/ReactiveTransport.py b/openpnm/algorithms/ReactiveTransport.py index <HASH>..<HASH> 100644 --- a/openpnm/algorithms/ReactiveTransport.py +++ b/openpnm/algorithms/ReactiveTransport.py @@ -148,6 +148,8 @@ class ReactiveTransport(GenericTransport): # Set source term self[p...
Source terms are now automatically added to the iterative_props dictionary
PMEAL_OpenPNM
train
2e6d6df20f1470a4db04e7ba7cdf6cd0f1f06198
diff --git a/lib/api/attributes.js b/lib/api/attributes.js index <HASH>..<HASH> 100644 --- a/lib/api/attributes.js +++ b/lib/api/attributes.js @@ -1,4 +1,5 @@ var _ = require('lodash'), + $ = require('../static'), utils = require('../utils'), isTag = utils.isTag, domEach = utils.domEach, @@ -38,6 +39,11 @@ v...
Added support for options without a `value` attribute. Fixes #<I>
oyyd_cheerio-without-node-native
train
c178810c7b4131ae13783687d86397e60adaef7d
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -8,7 +8,7 @@ const ClusterClient = require('./client'); const { formatKey } = require('./utils'); const defaultOptions = { - port: 7777, + port: parseInt(process.env.NODE_CLUSTER_CLIENT_PORT || 7777), ...
feat: support custom port by env NODE_CLUSTER_CLIENT_PORT (#<I>)
node-modules_cluster-client
train
128ffdd40823a877b3063856a9f107d4264e7b6a
diff --git a/lib/chef/node/immutable_collections.rb b/lib/chef/node/immutable_collections.rb index <HASH>..<HASH> 100644 --- a/lib/chef/node/immutable_collections.rb +++ b/lib/chef/node/immutable_collections.rb @@ -115,7 +115,7 @@ class Chef include Immutablize include CommonAPI - alias :internal_s...
speed up immutabilization since we only inject Mash/VividMashes do not convert
chef_chef
train
21f93fad906603251384a1adb0d7345e85639775
diff --git a/public/js/chrome/login.js b/public/js/chrome/login.js index <HASH>..<HASH> 100644 --- a/public/js/chrome/login.js +++ b/public/js/chrome/login.js @@ -8,7 +8,7 @@ } // Cache refrence to the content container - var $body = $('#body'); + var $formContainer = $('.form-container'); function att...
Reducing flicker from ajax loading Selecting just the inner of the form-container and replacing current form-container with that.
jsbin_jsbin
train
80e6e7a00dd88751fe0c9f23c083fe7e6f02807e
diff --git a/config/default/testRunner.conf.php b/config/default/testRunner.conf.php index <HASH>..<HASH> 100644 --- a/config/default/testRunner.conf.php +++ b/config/default/testRunner.conf.php @@ -253,6 +253,18 @@ return array( 'restoreStateOnMove' => true ], + + /** + * Validat...
validateResponses can now be configured to not fire on back navigation.
oat-sa_extension-tao-testqti
train
aad98f8838e414f81ee40d84f4d9f66af1d2c6c4
diff --git a/lib/parser.js b/lib/parser.js index <HASH>..<HASH> 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -242,6 +242,9 @@ TokenParser.prototype = { utils.throwError('Mismatched nesting state', self.line, self.filename); } self.out.push(')'); + // Once off the previous entry + s...
Fix filter idx applied to parenclose with args. Fixes gh-<I>
Thunf_swiger
train
273cde14158cfc9bcab231758907e0da72de9a85
diff --git a/interact.js b/interact.js index <HASH>..<HASH> 100644 --- a/interact.js +++ b/interact.js @@ -1146,12 +1146,12 @@ var document = window.document, } } else { - dragEvent = new InteractEvent(event, 'drag', 'move'); - dropTarget = getDrop(event, targe...
Fix a horrifying bug that ruined selectors Store the starting target element and then restore it correctly later
taye_interact.js
train
c223185a2c73f62cf0231bac3932046539b2504f
diff --git a/tensorlayer/files/utils.py b/tensorlayer/files/utils.py index <HASH>..<HASH> 100644 --- a/tensorlayer/files/utils.py +++ b/tensorlayer/files/utils.py @@ -2666,6 +2666,10 @@ def _load_weights_from_hdf5_group(f, layers, skip=False): elif isinstance(layer, tl.layers.Layer): weigh...
make BN shape compatible to previous version
tensorlayer_tensorlayer
train
8806c995815398b2f715921d19414d545787326a
diff --git a/packages/ember-runtime/lib/mixins/observable.js b/packages/ember-runtime/lib/mixins/observable.js index <HASH>..<HASH> 100644 --- a/packages/ember-runtime/lib/mixins/observable.js +++ b/packages/ember-runtime/lib/mixins/observable.js @@ -400,33 +400,6 @@ Ember.Observable = Ember.Mixin.create(/** @scope Emb...
Remove unnecessary unknownProperty/setUnknownProperty functions on Observable mixin. With @kselden
emberjs_ember.js
train
5d5ff155b2d11cbc78053850d7ba6ba5bfe60708
diff --git a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java b/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/cronutils/model/time/ExecutionTimeQuartzIntegrationTest.java +++ b/src/test/java/com/cronutils/...
Issue #<I>: add test.
jmrozanec_cron-utils
train
7051f19eaf7c451209d40f5015dfe29ebab1f615
diff --git a/src/main/java/org/dynjs/runtime/DynArray.java b/src/main/java/org/dynjs/runtime/DynArray.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/dynjs/runtime/DynArray.java +++ b/src/main/java/org/dynjs/runtime/DynArray.java @@ -125,16 +125,16 @@ public class DynArray extends DynObject { // -------...
Avoid an NPE when a user attempts to set an invalid length on an array and we must throw an exception.
dynjs_dynjs
train
f4c7ebec2ea1b9e2764aecfa29a10233f68c0403
diff --git a/lib/transports/AsciiTransport.js b/lib/transports/AsciiTransport.js index <HASH>..<HASH> 100644 --- a/lib/transports/AsciiTransport.js +++ b/lib/transports/AsciiTransport.js @@ -186,7 +186,7 @@ AsciiTransport.prototype.lrc = function(initial, buffer) for (var i = 0, l = buffer.length; i < l; ++i) {...
AsciiTransport: fixed the LRC calculation.
morkai_h5.modbus
train
2718daec62957ebda50dd3bf9c061670a2abeed9
diff --git a/components/lib/datatable/DataTable.js b/components/lib/datatable/DataTable.js index <HASH>..<HASH> 100644 --- a/components/lib/datatable/DataTable.js +++ b/components/lib/datatable/DataTable.js @@ -1236,6 +1236,13 @@ export const DataTable = React.forwardRef((props, ref) => { const sortFie...
Fix primefaces#<I>: Fix sortFunction ignored on initial sort (#<I>) * Fix primefaces#<I>: If sortField is specified, determine and set columnSortable and columnSortFunction refs when processing data. Otherwise, the refs are false and undefined, which results in the sortFunction not being run initially. * Update va...
primefaces_primereact
train
07e6121f4c78aa5a13e4f4acc4ad98250ea0241f
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -61,19 +61,17 @@ module.exports = { if( typeof( _l ) === 'object' ) { - //skip empty objects, we do not store them, unless we are the only - //object available, this needs us to s...
fix(objects): emtpy objects need to be stored always as NULL
wzrdtales_node-dynamic-columns
train
cba9fe8ea6f0d2dd1997d8b61a01efb02c00c8da
diff --git a/kmodes/util/__init__.py b/kmodes/util/__init__.py index <HASH>..<HASH> 100644 --- a/kmodes/util/__init__.py +++ b/kmodes/util/__init__.py @@ -10,9 +10,16 @@ import numpy as np def get_max_value_key(dic): """Fast method to get key for maximum value in dict.""" - v = list(dic.values()) - k = li...
<I>: be consistent in choosing key from dict with multiple max values
nicodv_kmodes
train
a6b1f6e4e5faf8b72b0739e2ec69f1ded53f261f
diff --git a/lib/nmap/host.rb b/lib/nmap/host.rb index <HASH>..<HASH> 100644 --- a/lib/nmap/host.rb +++ b/lib/nmap/host.rb @@ -129,6 +129,8 @@ module Nmap # @return [String] # The Mac Vendor of the host. # + # @since 0.8.0 + # def vendor @vendor ||= if (vendor = @node.at("address[@ven...
Added a @since tag to Host#vendor.
sophsec_ruby-nmap
train
53e925952fc4734db6f77f33eb47102fd9e05369
diff --git a/tests/Output/QRFpdfTest.php b/tests/Output/QRFpdfTest.php index <HASH>..<HASH> 100644 --- a/tests/Output/QRFpdfTest.php +++ b/tests/Output/QRFpdfTest.php @@ -79,11 +79,13 @@ class QRFpdfTest extends QROutputTestAbstract{ public function testRenderImage(string $type):void{ $this->options->outputType = ...
:fire: ok, what is going on here, GH?
chillerlan_php-qrcode
train
85ef89c993567dbb48e34a84984f597b5d77cff9
diff --git a/salt/master.py b/salt/master.py index <HASH>..<HASH> 100644 --- a/salt/master.py +++ b/salt/master.py @@ -24,7 +24,7 @@ import salt.serializers.msgpack # pylint: disable=import-error,no-name-in-module,redefined-builtin from salt.ext import six from salt.ext.six.moves import range -from salt.utils.zeromq...
Use ZMQ_VERSION_INFO constant everywhere
saltstack_salt
train
3667575ff4dff6f3445ed8c4d4148a74b6e9833e
diff --git a/watson_streaming.py b/watson_streaming.py index <HASH>..<HASH> 100644 --- a/watson_streaming.py +++ b/watson_streaming.py @@ -68,7 +68,8 @@ def start_communicate(ws, settings): ws.send(json.dumps(settings).encode('utf8')) # Spin off a dedicated thread where we are going to read and # stream ...
Fix failure to start background thread in python 2. Fix #8
Nagasaki45_watson-streaming
train
b65e8a4709795aa19a39610230330ad81bda3440
diff --git a/src/main/java/com/hazelcast/cluster/TcpIpJoinerOverAWS.java b/src/main/java/com/hazelcast/cluster/TcpIpJoinerOverAWS.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/hazelcast/cluster/TcpIpJoinerOverAWS.java +++ b/src/main/java/com/hazelcast/cluster/TcpIpJoinerOverAWS.java @@ -48,7 +48,11 @@ public...
Another minor logging improvement for aws
hazelcast_hazelcast
train
d7251fffb4c690b781e3c1275def19c271982f64
diff --git a/test/testConfigBuilder.js b/test/testConfigBuilder.js index <HASH>..<HASH> 100644 --- a/test/testConfigBuilder.js +++ b/test/testConfigBuilder.js @@ -132,6 +132,15 @@ var generalBrowserExcludes = { "test/aria/utils/mouse/MouseDragKoRobotTestCase.js" ], "Safari": [ + // Currently f...
fix/test #<I> Excluding tests failing in Safari until an investigation is done
ariatemplates_ariatemplates
train
cdf80b146b0ac1f25a4cd54ca1854c4187236cee
diff --git a/apiserver/facades/client/modelgeneration/modelgeneration.go b/apiserver/facades/client/modelgeneration/modelgeneration.go index <HASH>..<HASH> 100644 --- a/apiserver/facades/client/modelgeneration/modelgeneration.go +++ b/apiserver/facades/client/modelgeneration/modelgeneration.go @@ -105,7 +105,7 @@ func ...
Fixes copy-paste error for HasNextGeneration in the API server.
juju_juju
train
74adc5355161b0d423f9caa5a9a59383c0d15986
diff --git a/lib/graphql/schema/relay_classic_mutation.rb b/lib/graphql/schema/relay_classic_mutation.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/schema/relay_classic_mutation.rb +++ b/lib/graphql/schema/relay_classic_mutation.rb @@ -27,7 +27,7 @@ module GraphQL # Override {GraphQL::Schema::Mutation#resol...
Revert changes to RelayClassicMutation; remove extras [...] from mutation definition
rmosolgo_graphql-ruby
train
9a3eee8ac800fa7279f3beccd33d04f36970fa95
diff --git a/lib/health_inspector/checklists/base.rb b/lib/health_inspector/checklists/base.rb index <HASH>..<HASH> 100644 --- a/lib/health_inspector/checklists/base.rb +++ b/lib/health_inspector/checklists/base.rb @@ -111,9 +111,9 @@ module HealthInspector instance = chef_class.new instance.from_...
Changed json parser in checklist base to use Yajl
bmarini_health_inspector
train
00ff43fcf77f4ed1dff31b5946f92ef261f20407
diff --git a/jira/jira_test.go b/jira/jira_test.go index <HASH>..<HASH> 100644 --- a/jira/jira_test.go +++ b/jira/jira_test.go @@ -27,8 +27,8 @@ func setup() *httptest.Server { fmt.Fprintf(w, "%s", dat) }, )) - baseURL = ts.URL - err := initJIRAClient() + baseURL := ts.URL + err := initJIRAClient(baseURL, "", ...
Fix JIRA plugin testsuite (#<I>) This was a simple compilation error that creeped in at some point
go-chat-bot_plugins
train
6fb7e0a0da60576e44a2d3c9d3e833c841ed9e62
diff --git a/build/generate-icons.js b/build/generate-icons.js index <HASH>..<HASH> 100644 --- a/build/generate-icons.js +++ b/build/generate-icons.js @@ -48,7 +48,13 @@ let fileCount = 0; clone( 'https://github.com/google/material-design-icons.git', MATERIAL_ICONS_REPO_PATH, - {}, + { + // This ensures a s...
Ensure the git clone of the icons repository is a specific SHA
jamesplease_materialish
train
7825f57b994b20765975c8deb35f108d65b663ae
diff --git a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ObjectQueryService.java b/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ObjectQueryService.java index <HASH>..<HASH> 100644 --- a/extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/...
GUACAMOLE-<I>: Correct counter for referral hops.
glyptodon_guacamole-client
train
5ebce0ea21d3e12812e133e9ab2127376940ec7a
diff --git a/tcp.go b/tcp.go index <HASH>..<HASH> 100644 --- a/tcp.go +++ b/tcp.go @@ -51,6 +51,12 @@ func (t *TcpTransport) Dialer(laddr ma.Multiaddr, opts ...tpt.DialOpt) (tpt.Dial } var base manet.Dialer + la, err := manet.ToNetAddr(laddr) + if err != nil { + return nil, err // something wrong with laddr. + }...
fix source address not being set in non REUSEPORT dialer
libp2p_go-tcp-transport
train
ed7b986357c5e915667936e90663a18b5e229ce5
diff --git a/src/iogi/Parameter.java b/src/iogi/Parameter.java index <HASH>..<HASH> 100644 --- a/src/iogi/Parameter.java +++ b/src/iogi/Parameter.java @@ -1,10 +1,11 @@ package iogi; +import com.google.common.base.Joiner; import com.google.common.collect.ImmutableList; public class Parameter { - private final St...
A few more refactorings to Parameter. Using Google Collections more heavly now.
rafaeldff_Iogi
train
bc30abcf7b1780744f28653806155ec37178bc6a
diff --git a/tests/phpunit/unit/BoltUnitTest.php b/tests/phpunit/unit/BoltUnitTest.php index <HASH>..<HASH> 100644 --- a/tests/phpunit/unit/BoltUnitTest.php +++ b/tests/phpunit/unit/BoltUnitTest.php @@ -163,9 +163,23 @@ abstract class BoltUnitTest extends \PHPUnit_Framework_TestCase ->will($this->returnVal...
[Tests] Create a base function for the AccessChecker mock
bolt_bolt
train
3cbfdf37f48c7b2f8726ad7e60a963cae1d8fd21
diff --git a/object_test.go b/object_test.go index <HASH>..<HASH> 100644 --- a/object_test.go +++ b/object_test.go @@ -33,10 +33,15 @@ func TestObjectPoymorphism(t *testing.T) { t.Fatalf("Converting back to *Tree is not ok") } - if tree2.EntryByName("README") == nil { + entry := tree2.EntryByName("README") + if ...
Add Filemode to TreeEntry This field was missing, so let's add it, and let's add the const definitions for the modes while we're here.
libgit2_git2go
train
b696f0377d4e75d9f0e1787d77d5322af3fa75dd
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,8 @@ Object.keys(methods).forEach(function(mName) { url: reqUri, method: m.method, headers: { - Accept: 'application/json' + Accept: 'application/json', + "Content-Type": 'ap...
Fix Graylog api calls with Content-Type HTTP header When I do `createInputExtractor` calls, I got a `HTTP <I> Unsupported Media Type` error because HTTP call does not contain HTTP Content-Type header.
kolomiichenko_graylog-api
train
5c793ad779276bf3fcb28e71906279a7665b3ea4
diff --git a/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/LoadBalancerImpl.java b/azure-mgmt-network/src/main/java/com/microsoft/azure/management/network/implementation/LoadBalancerImpl.java index <HASH>..<HASH> 100644 --- a/azure-mgmt-network/src/main/java/com/microsoft/azure/...
bug fix - dictionary was getting cleared inside traversing loop
Azure_azure-sdk-for-java
train
d78e74eefa3ed07f357264616fccf1288a105116
diff --git a/base/UniApplication.php b/base/UniApplication.php index <HASH>..<HASH> 100644 --- a/base/UniApplication.php +++ b/base/UniApplication.php @@ -51,9 +51,9 @@ class UniApplication extends Application $behaviors = ArrayHelper::merge(parent::behaviors(), [ 'params-access' => [ ...
params access behaviors - another version
asbsoft_yii2-common_2_170212
train
154cbf9815ba1fb6c480c57cec1da11c20e28406
diff --git a/pyforms/conf.py b/pyforms/conf.py index <HASH>..<HASH> 100644 --- a/pyforms/conf.py +++ b/pyforms/conf.py @@ -1,8 +1,49 @@ +# !/usr/bin/python3 +# -*- coding: utf-8 -*- + +""" pyForms + +""" +import logging + +__author__ = "Ricardo Ribeiro" +__copyright__ = "Copyright 2016 Champalimaud Foundation" +__credi...
Added logging to pyforms version <I>.dev0
UmSenhorQualquer_pyforms
train
5eb6c27693fd72f85b705aa4c4aa50ebd3e619ef
diff --git a/src/org/synchronoss/cpo/jdbc/JdbcCpoAdapter.java b/src/org/synchronoss/cpo/jdbc/JdbcCpoAdapter.java index <HASH>..<HASH> 100644 --- a/src/org/synchronoss/cpo/jdbc/JdbcCpoAdapter.java +++ b/src/org/synchronoss/cpo/jdbc/JdbcCpoAdapter.java @@ -139,6 +139,8 @@ public class JdbcCpoAdapter implements CpoAdapter...
made the constructor that takes a connection protected. Made a protected default constructor.
synchronoss_cpo-api
train
6566349963f277cbacf139dd6ba5c5125d4c786b
diff --git a/test_autofit/mapper/test_promise.py b/test_autofit/mapper/test_promise.py index <HASH>..<HASH> 100644 --- a/test_autofit/mapper/test_promise.py +++ b/test_autofit/mapper/test_promise.py @@ -73,6 +73,23 @@ class TestLastPromises: collection ) is result + def test_second_indexed_hy...
another test doemonstrating hyper -1 model
rhayes777_PyAutoFit
train
813c8032faf62060d148f5a73bec9b13d92a94b2
diff --git a/src/wyjc/testing/tests/RuntimeValidTests.java b/src/wyjc/testing/tests/RuntimeValidTests.java index <HASH>..<HASH> 100755 --- a/src/wyjc/testing/tests/RuntimeValidTests.java +++ b/src/wyjc/testing/tests/RuntimeValidTests.java @@ -154,7 +154,7 @@ public class RuntimeValidTests extends TestHarness { @Test ...
Marked test for future work.
Whiley_WhileyCompiler
train
1621851232f64daac6c3a063d4147320f1641f9f
diff --git a/lib/api/readable.js b/lib/api/readable.js index <HASH>..<HASH> 100644 --- a/lib/api/readable.js +++ b/lib/api/readable.js @@ -103,7 +103,7 @@ module.exports = class BodyReadable extends Readable { // https://fetch.spec.whatwg.org/#dom-body-text async text () { - return toUSVString(await consume(...
refator: inline toUSVString
mcollina_undici
train
3def7062246e64e38e9c6811cf80bf9e9419b9be
diff --git a/event_callback.go b/event_callback.go index <HASH>..<HASH> 100644 --- a/event_callback.go +++ b/event_callback.go @@ -21,27 +21,22 @@ func (fb *Firebase) ChildAdded(fn ChildEventFunc) error { } func childAdded(fn ChildEventFunc, notifications chan Event) { - first, ok := <-notifications - if !ok { - r...
fixing childAdded callback logic. It was not sending an event per child if multiple children were added at once.
zabawaba99_firego
train
684d1d54f2b7d415d42a0dd3ad64ed8df481b6bc
diff --git a/isso/js/embed.js b/isso/js/embed.js index <HASH>..<HASH> 100644 --- a/isso/js/embed.js +++ b/isso/js/embed.js @@ -42,7 +42,7 @@ function init() { return console.log("abort, #isso-thread is missing"); } - if (config["css"] && $("style#isso-style") === null) { + if (config["css"] && $("...
js: embed: Insert css, feed only if not already inserted The `$('style#isso-style')` check was always returning `null`. Simply use the plain id to fix that.
posativ_isso
train
55dbe408641ee5a8d6d7aca322b16731fdf4d5d0
diff --git a/test/specs/parsing/createSelectorFromXPathAsync.tests.js b/test/specs/parsing/createSelectorFromXPathAsync.tests.js index <HASH>..<HASH> 100644 --- a/test/specs/parsing/createSelectorFromXPathAsync.tests.js +++ b/test/specs/parsing/createSelectorFromXPathAsync.tests.js @@ -25,7 +25,7 @@ define([ it('c...
Wait even longer when running the async compile test
FontoXML_fontoxpath
train
6069dbb17d609aedd74c48f36731067c06ce3342
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -16,6 +16,7 @@ module.exports = function(karma) { 'node_modules/dna-polyfills/src/object/set-prototype-of.js', 'node_modules/dna-polyfills/src/function/name.js', 'node_modules/dna...
test: fix karma conf
chialab_dna
train
a5dcd7863b0c16ac1e83bca0f45ff912f2f0cc8d
diff --git a/fermipy/tsmap.py b/fermipy/tsmap.py index <HASH>..<HASH> 100644 --- a/fermipy/tsmap.py +++ b/fermipy/tsmap.py @@ -5,6 +5,7 @@ import copy import logging import itertools import functools +import json from multiprocessing import Pool import numpy as np import warnings @@ -663,14 +664,13 @@ class TSMap...
cleanup and restructure code for writing output files in tsmap()
fermiPy_fermipy
train