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
b88d743c7adf1b9d0ea022f3a28a494a45a6d15e
diff --git a/src/controls/folder/folder.js b/src/controls/folder/folder.js index <HASH>..<HASH> 100644 --- a/src/controls/folder/folder.js +++ b/src/controls/folder/folder.js @@ -34,7 +34,7 @@ class Folder extends Component { <label>{ label }</label> <Chevron style={{marginLeft:'auto'}...
Changed background opacity of folder
wearekuva_oui
train
js
348c9c88ce1002d6f9b5651d6f2f6717ae3bb847
diff --git a/vendor/plugins/authentication/app/models/user.rb b/vendor/plugins/authentication/app/models/user.rb index <HASH>..<HASH> 100644 --- a/vendor/plugins/authentication/app/models/user.rb +++ b/vendor/plugins/authentication/app/models/user.rb @@ -55,17 +55,4 @@ class User < ActiveRecord::Base !other_user.s...
doesn't seem like we use these methods anywhere and password encryption works without them.
refinery_refinerycms
train
rb
4b65973bf27d55624a1d7dcdb399112447b5c2c1
diff --git a/make/build.js b/make/build.js index <HASH>..<HASH> 100644 --- a/make/build.js +++ b/make/build.js @@ -102,7 +102,7 @@ class Builder { // Generate UMD AST resultAst = clone(this._toAst("UMD")); // Grab the final placeholder - this._placeholder = resultAst.body[0].expression...
Fix after changing UMD.js (#<I>)
ArnaudBuchholz_gpf-js
train
js
23ea8b6bd4d4a4a62a6473322a5d826c26225b18
diff --git a/lib/lovely_rufus/layers/email_quote_stripper.rb b/lib/lovely_rufus/layers/email_quote_stripper.rb index <HASH>..<HASH> 100644 --- a/lib/lovely_rufus/layers/email_quote_stripper.rb +++ b/lib/lovely_rufus/layers/email_quote_stripper.rb @@ -7,6 +7,7 @@ module LovelyRufus private + # :reek:Unus...
a surprisingly futile attempt to ignore a smell
chastell_lovely_rufus
train
rb
b57ca10fc62a6db8e2a1d8fdb7cc1d473c8ce5f2
diff --git a/test/errors_test.rb b/test/errors_test.rb index <HASH>..<HASH> 100644 --- a/test/errors_test.rb +++ b/test/errors_test.rb @@ -4,6 +4,9 @@ class ErrorsTest < Rugged::TestCase def test_rugged_error_classes_exist error_classes = [ + Rugged::NoMemError, + Rugged::OSError, + Rugged::Inva...
A more expression version of the errors test
libgit2_rugged
train
rb
b9776438dc0926b89d8282eb1e999daaa9d41d1a
diff --git a/lib/jets/commands/delete.rb b/lib/jets/commands/delete.rb index <HASH>..<HASH> 100644 --- a/lib/jets/commands/delete.rb +++ b/lib/jets/commands/delete.rb @@ -38,7 +38,8 @@ class Jets::Commands::Delete end def delete_logs - log = Jets::Commands::Commands.Log.new(mute: true, sure: true) + puts ...
fix delete cloudwatch logs on jets delete
tongueroo_jets
train
rb
8089a8e3121a167c275cb0e2554680ca85cc245e
diff --git a/client/src/views/autocomplete.js b/client/src/views/autocomplete.js index <HASH>..<HASH> 100644 --- a/client/src/views/autocomplete.js +++ b/client/src/views/autocomplete.js @@ -315,7 +315,11 @@ var AutoComplete = Backbone.View.extend({ if (this.matches[this.selected_idx]) { t...
Pressing return twice fix if autocomplete UI is not open
prawnsalad_KiwiIRC
train
js
3ce192870409496d18b8815de543f46fd68ad399
diff --git a/node_examples/getReadableContent.js b/node_examples/getReadableContent.js index <HASH>..<HASH> 100644 --- a/node_examples/getReadableContent.js +++ b/node_examples/getReadableContent.js @@ -1,5 +1,5 @@ var sax = require("sax"), - readability = require("../readabilitysax"), + readability = require("../rea...
Fixed paths for case sensitive filesystems
fb55_readabilitySAX
train
js,js
6ec4809c14a3050a4a07e9feaa1eb9c38804b4a6
diff --git a/cumulusci/cli/service.py b/cumulusci/cli/service.py index <HASH>..<HASH> 100644 --- a/cumulusci/cli/service.py +++ b/cumulusci/cli/service.py @@ -97,7 +97,7 @@ class ConnectServiceCommand(click.MultiCommand): click.Option( ("--default",), is_flag=True, - ...
[CCI] Fixing service connect help typo
SFDO-Tooling_CumulusCI
train
py
a44abccd32c39d1c8e249fdbea2f4c98e114fab6
diff --git a/tilelive.js b/tilelive.js index <HASH>..<HASH> 100644 --- a/tilelive.js +++ b/tilelive.js @@ -1,7 +1,7 @@ require.paths.unshift(__dirname + '/modules', __dirname + '/lib/node', __dirname); -var mapnik = require('./modules/mapnik.node'); +var mapnik = require('mapnik'); mapnik.register_dataso...
Change how mapnik module is required.
mapbox_tilelive
train
js,js
95780286faeec12132be33d6c949090648c425e4
diff --git a/app/controllers/roboto/robots_controller.rb b/app/controllers/roboto/robots_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/roboto/robots_controller.rb +++ b/app/controllers/roboto/robots_controller.rb @@ -1,7 +1,7 @@ module Roboto class RobotsController < Roboto::ApplicationController ...
fix DEPRECATION WARNING: `render :text` is deprecated because it does not actually render a `text/plain` response.
LaunchAcademy_roboto
train
rb
b2c76577afb64069c207cfd188acc7ecaf36a9d8
diff --git a/Extension/UserExtension.php b/Extension/UserExtension.php index <HASH>..<HASH> 100644 --- a/Extension/UserExtension.php +++ b/Extension/UserExtension.php @@ -24,7 +24,7 @@ class UserExtension extends \Twig_Extension $user = $this->userManager->getUserById($user); } - return $...
can't use isGranted on user
hackzilla_ticket-message
train
php
16ac9439814463a49066baf9b93d59882219332b
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -1,9 +1,25 @@ var assert = require('assert') +var fs = require('fs') var db = require('..') describe('mime-db', function () { + it('should not contain types not in src/', function () { + var pa...
tests: add test for all types to be in src/
jshttp_mime-db
train
js
bdbbfd98748c6f5074d50998dbcb0a853bcdbeeb
diff --git a/lib/eztemplate/classes/eztemplatecompiler.php b/lib/eztemplate/classes/eztemplatecompiler.php index <HASH>..<HASH> 100644 --- a/lib/eztemplate/classes/eztemplatecompiler.php +++ b/lib/eztemplate/classes/eztemplatecompiler.php @@ -463,7 +463,8 @@ class eZTemplateCompiler // have enough time to comp...
eZTemplateCompiler: - Make sure we only set the execution time if it's less then we want it to be. 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
01d9958a8164b08d808f76fc79f77a58ffe309bc
diff --git a/src/components/networked-share.js b/src/components/networked-share.js index <HASH>..<HASH> 100644 --- a/src/components/networked-share.js +++ b/src/components/networked-share.js @@ -644,7 +644,7 @@ AFRAME.registerComponent('networked-share', { this.removeOwnership(); var data = { networkId: thi...
use broadcastDataGuaranteed within remove()
networked-aframe_networked-aframe
train
js
b6757391c09c3271f708f87d0b29ca4c040b0f46
diff --git a/lib/pusher/webhook.rb b/lib/pusher/webhook.rb index <HASH>..<HASH> 100644 --- a/lib/pusher/webhook.rb +++ b/lib/pusher/webhook.rb @@ -4,7 +4,7 @@ require 'hmac-sha2' module Pusher # Used to parse and authenticate WebHooks # - # @example + # @example Sinatra # post '/webhooks' do # webh...
Tweak WebHook rdoc * rdoc.info likes long lines...
pusher_pusher-http-ruby
train
rb
113374e9432a7582ee8bfc906488c0363478a105
diff --git a/merb-core/lib/merb-core/controller/mixins/responder.rb b/merb-core/lib/merb-core/controller/mixins/responder.rb index <HASH>..<HASH> 100644 --- a/merb-core/lib/merb-core/controller/mixins/responder.rb +++ b/merb-core/lib/merb-core/controller/mixins/responder.rb @@ -297,7 +297,7 @@ module Merb # #...
[merb-core] Content negotiation handles blank formats like nil Fixes specs to support the "get/post/put/delete" test helpers properly.
wycats_merb
train
rb
bcb0c09ab18a84dceab3e9a09eef6ad39fe066ed
diff --git a/src/main/groovy/org/codehaus/gant/GantBuilder.java b/src/main/groovy/org/codehaus/gant/GantBuilder.java index <HASH>..<HASH> 100644 --- a/src/main/groovy/org/codehaus/gant/GantBuilder.java +++ b/src/main/groovy/org/codehaus/gant/GantBuilder.java @@ -99,7 +99,7 @@ public class GantBuilder extends AntBuilder...
Trying a GMaven build shows that the original assertion was too restrictive. git-svn-id: <URL>
Gant_Gant
train
java
0a45c748ae9f1868d12bfd2aa17e31285adfa6f4
diff --git a/packages/devtools-components/src/tree.js b/packages/devtools-components/src/tree.js index <HASH>..<HASH> 100644 --- a/packages/devtools-components/src/tree.js +++ b/packages/devtools-components/src/tree.js @@ -786,6 +786,10 @@ class Tree extends Component { onExpand: this._onExpand, onCol...
Stop the propagation on tree node click. (#<I>) Not having it was causing issue in the console ([Bug <I>](<URL>)), and I think it's safe to stop the propagation since click events are handled through renderItem result.
firefox-devtools_debugger
train
js
be6d60ce444b0f34b16a29a8ba8188cb85117f2c
diff --git a/annis-widgets/src/main/java/annis/gui/components/medialement/MediaElementPlayer.java b/annis-widgets/src/main/java/annis/gui/components/medialement/MediaElementPlayer.java index <HASH>..<HASH> 100644 --- a/annis-widgets/src/main/java/annis/gui/components/medialement/MediaElementPlayer.java +++ b/annis-widg...
don't miss play range due to bad rounding
korpling_ANNIS
train
java
a3a55339abf133e8073a5c4220e7d61749b5f16f
diff --git a/dvc/version.py b/dvc/version.py index <HASH>..<HASH> 100644 --- a/dvc/version.py +++ b/dvc/version.py @@ -6,7 +6,7 @@ import os import subprocess -_BASE_VERSION = "2.0.9" +_BASE_VERSION = "2.0.10" def _generate_version(base_version):
dvc: bump to <I>
iterative_dvc
train
py
cda546e44052e7e4a5626df367dc326a4998a005
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -30,8 +30,11 @@ setup( author='Evan Gray', author_email='hello@evanscottgray.com', description='stream from papertrail into slack.', + long_description=open('README.rst').read(), install_requires=install...
update setup.py to have classifiers and readme reader thingy
evanscottgray_paperslacktail
train
py
e5f9429da4ab8d3c399cbd653ab2cdef9f51f04d
diff --git a/src/mal.js b/src/mal.js index <HASH>..<HASH> 100644 --- a/src/mal.js +++ b/src/mal.js @@ -30,7 +30,7 @@ MyAnimeList.getUserList = function (username, type = "anime") { if (resp.statusCode < 200 || resp.statusCode > 299) { /* Status Code errors */ return reject(resp.statusCode)...
set explicitArray to false to clean up the return
lap00zza_MyAnimeList.js
train
js
c9a161e31ec23eb024e2fe2b94f4e571761ffc6e
diff --git a/lib/go/blobserver/localdisk/localdisk.go b/lib/go/blobserver/localdisk/localdisk.go index <HASH>..<HASH> 100644 --- a/lib/go/blobserver/localdisk/localdisk.go +++ b/lib/go/blobserver/localdisk/localdisk.go @@ -247,7 +247,9 @@ func (ds *diskStorage) ReceiveBlob(blobRef *blobref.BlobRef, source io.Reader, m ...
Go has fsync now.
perkeep_perkeep
train
go
4b4238b84789dfaef1d1b284d67f4c65ba643fdd
diff --git a/modeltranslation/tests/settings.py b/modeltranslation/tests/settings.py index <HASH>..<HASH> 100644 --- a/modeltranslation/tests/settings.py +++ b/modeltranslation/tests/settings.py @@ -39,5 +39,3 @@ SITE_ID = 1 LANGUAGES = (('de', 'Deutsch'), ('en', 'English')) DEFAULT_LANGUAGE = 'de' - -M...
Removed deprecated MODELTRANSLATION_TRANSLATION_REGISTRY setting from test settings.
deschler_django-modeltranslation
train
py
c3e2398bd235e5cd335d0eeea7813c6d41b01f72
diff --git a/spec/tools.rb b/spec/tools.rb index <HASH>..<HASH> 100644 --- a/spec/tools.rb +++ b/spec/tools.rb @@ -43,12 +43,6 @@ module DeepCover ::Coverage.result.fetch(fn) end - def branch_coverage(fn) - DeepCover.start - with_warnings(nil) { DeepCover.require fn } - DeepCover.branch_...
Remove Tools.branch_coverage It relies on things that don't exist anymore
deep-cover_deep-cover
train
rb
877afbcf187b0a05cd818c83dd98ba286510e72a
diff --git a/lib/bento_search/util.rb b/lib/bento_search/util.rb index <HASH>..<HASH> 100644 --- a/lib/bento_search/util.rb +++ b/lib/bento_search/util.rb @@ -97,6 +97,8 @@ module BentoSearch::Util # Get back a Nokogiri node, call #inner_html on it to go back to a string # (and you probably want to call .html_sa...
comment for future third-party html truncator
jrochkind_bento_search
train
rb
444a47981ab7575bc0fbce5e78c7c0dca7b703a0
diff --git a/lib/right_http_connection.rb b/lib/right_http_connection.rb index <HASH>..<HASH> 100644 --- a/lib/right_http_connection.rb +++ b/lib/right_http_connection.rb @@ -232,11 +232,21 @@ them. # try to connect server(if connection does not exist) and get response data begin # (re)open...
(#<I>) Stream uploads (PUTs) if the source is a file, stream, or anything read()-able git-svn-id: <URL>
rightscale_right_http_connection
train
rb
f8b6bb9912321031834400bf37e7649fa743b62c
diff --git a/src/main/java/com/opentable/db/postgres/embedded/EmbeddedPostgres.java b/src/main/java/com/opentable/db/postgres/embedded/EmbeddedPostgres.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/opentable/db/postgres/embedded/EmbeddedPostgres.java +++ b/src/main/java/com/opentable/db/postgres/embedded/Emb...
Operating system detection: remove system() call
opentable_otj-pg-embedded
train
java
459b312eb7bfadf5575a8d05e9c9583830a89995
diff --git a/lib/spinach/runner/scenario_runner.rb b/lib/spinach/runner/scenario_runner.rb index <HASH>..<HASH> 100644 --- a/lib/spinach/runner/scenario_runner.rb +++ b/lib/spinach/runner/scenario_runner.rb @@ -38,7 +38,8 @@ module Spinach Spinach.hooks.run_before_step step unless @exception ...
Make scenario_runner to get step location before executing it
codegram_spinach
train
rb
7b82014105a846a3b779cbfaaefdcfeacc16595e
diff --git a/lib/Thelia/Action/Product.php b/lib/Thelia/Action/Product.php index <HASH>..<HASH> 100644 --- a/lib/Thelia/Action/Product.php +++ b/lib/Thelia/Action/Product.php @@ -90,17 +90,14 @@ class Product extends BaseAction implements EventSubscriberInterface ->setTitle($event->getTitle()) ...
Set default tax rule if it not defined in create product event
thelia_core
train
php
ac580c867f8973d21cdc5758798a5c9bb02a8031
diff --git a/lib/lazy_xml_model/collection_proxy.rb b/lib/lazy_xml_model/collection_proxy.rb index <HASH>..<HASH> 100644 --- a/lib/lazy_xml_model/collection_proxy.rb +++ b/lib/lazy_xml_model/collection_proxy.rb @@ -100,18 +100,20 @@ module LazyXmlModel if item_from_collection.present? item_from_coll...
small refactor of CollectionProxy
evanrolfe_lazy_xml_model
train
rb
b741fe48f7e614608675c64f6e5a2b252cad6c8d
diff --git a/openstack_dashboard/dashboards/project/snapshots/views.py b/openstack_dashboard/dashboards/project/snapshots/views.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/snapshots/views.py +++ b/openstack_dashboard/dashboards/project/snapshots/views.py @@ -47,7 +47,6 @@ class Snapshots...
Remove unnecessary raise If exception arise, it will be raised and the following code will not be executed. Change-Id: I<I>eef<I>d6baeeeb<I>e<I>e2ab9c5fa2f4e<I>b8a4 Closes-Bug: <I>
openstack_horizon
train
py
a27767df2007e32eeed77d34189f4d555eb2dae6
diff --git a/src/Command/SonataListFormMappingCommand.php b/src/Command/SonataListFormMappingCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/SonataListFormMappingCommand.php +++ b/src/Command/SonataListFormMappingCommand.php @@ -29,7 +29,7 @@ class SonataListFormMappingCommand extends ContainerAwareCommand ...
SonataListFormMappingCommand is enabled on symfony v4 #<I> SonataListFormMappingCommand is enabled on symfony v4, this commit fix it.
sonata-project_SonataCoreBundle
train
php
a6b357d88abe55fcd2550ce83682f757599c1d84
diff --git a/pyphi/network.py b/pyphi/network.py index <HASH>..<HASH> 100644 --- a/pyphi/network.py +++ b/pyphi/network.py @@ -214,7 +214,7 @@ class Network: def generate_node_indices(self, nodes): """Returns the nodes indices for nodes, where ``nodes`` is either already integer indices or node l...
Don't use `len` to check for empty sequence
wmayner_pyphi
train
py
7c72941e2b0b2c388791cff27da3378199f467a1
diff --git a/draft/polling.go b/draft/polling.go index <HASH>..<HASH> 100644 --- a/draft/polling.go +++ b/draft/polling.go @@ -153,6 +153,10 @@ func (p *Poller) PollAll(timeout time.Duration) ([]Polled, error) { func (p *Poller) poll(timeout time.Duration, all bool) ([]Polled, error) { lst := make([]Polled, 0, len(p...
Fix Poller poll to handle empty case
pebbe_zmq4
train
go,go
82cebbf34e85b82e8cbde030ce6e433d3da596ab
diff --git a/packages/create-react-app/createReactApp.js b/packages/create-react-app/createReactApp.js index <HASH>..<HASH> 100755 --- a/packages/create-react-app/createReactApp.js +++ b/packages/create-react-app/createReactApp.js @@ -21,10 +21,12 @@ const tmp = require('tmp'); const unpack = require('tar-pack').unpac...
Provide commander with package name (#<I>) commander to figure it out on its own
vcarl_create-react-app
train
js
0513c69babe0647d7e80a920082b494b962aa3df
diff --git a/sacrud/preprocessing.py b/sacrud/preprocessing.py index <HASH>..<HASH> 100644 --- a/sacrud/preprocessing.py +++ b/sacrud/preprocessing.py @@ -146,7 +146,7 @@ class RequestPreprocessing(object): value = value[0] if not value and not hasattr(value, 'filename'): - if self.co...
fix preprocessing pk for create action, when pk have not value
sacrud_sacrud
train
py
464ed85177c57fe15c96a2e777f9966c2cf1ebf7
diff --git a/lxc/manpage.go b/lxc/manpage.go index <HASH>..<HASH> 100644 --- a/lxc/manpage.go +++ b/lxc/manpage.go @@ -37,7 +37,14 @@ func (c *cmdManpage) Run(cmd *cobra.Command, args []string) error { Title: i18n.G("LXD - Command line client"), Section: "1", } - doc.GenManTree(c.global.cmd, header, args[0]) ...
man: Use . as separator
lxc_lxd
train
go,go
132e8ba5722a5c2ad2749a3c3f215b59cd2b8bb8
diff --git a/cocaine/tools/actions/common.py b/cocaine/tools/actions/common.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/actions/common.py +++ b/cocaine/tools/actions/common.py @@ -79,7 +79,7 @@ class NodeInfo(Node): for app_ in apps: info = '' try: - app = Servic...
[Info] Use the proper locator to get Info from a remote host
cocaine_cocaine-tools
train
py
ae81771f9e2e47e3ddc9e555fe803d5679cb4fac
diff --git a/eth/rlp/accounts.py b/eth/rlp/accounts.py index <HASH>..<HASH> 100644 --- a/eth/rlp/accounts.py +++ b/eth/rlp/accounts.py @@ -34,3 +34,11 @@ class Account(rlp.Serializable): code_hash: bytes=EMPTY_SHA3, **kwargs: Any) -> None: super().__init__(nonce, balance, st...
add repr to eth.rlp.Account
ethereum_py-evm
train
py
14fa0e3777f32ba87fdc3a88548bcea8f32ac246
diff --git a/src/neuron/loader/instances.js b/src/neuron/loader/instances.js index <HASH>..<HASH> 100644 --- a/src/neuron/loader/instances.js +++ b/src/neuron/loader/instances.js @@ -1,5 +1,7 @@ ;(function(K){ +return; + var Loader = K._Loader; @@ -8,8 +10,8 @@ var Loader = K._Loader; * and also create a new ...
loader: add TODOs; add scheme plan for new features of loader
kaelzhang_neuron.js
train
js
464caaf5dff2cbaa4aaac8cc95fa9249d56d84bf
diff --git a/ghost/members-api/subscriptions/payment-processors/stripe/api.js b/ghost/members-api/subscriptions/payment-processors/stripe/api.js index <HASH>..<HASH> 100644 --- a/ghost/members-api/subscriptions/payment-processors/stripe/api.js +++ b/ghost/members-api/subscriptions/payment-processors/stripe/api.js @@ -1...
Updated product hashseed to be hardcoded (#<I>) no-issue
TryGhost_Ghost
train
js
97bd12a8cf3225f0635b351001fe4bd25ac6a06e
diff --git a/Model/OriginalFile.php b/Model/OriginalFile.php index <HASH>..<HASH> 100644 --- a/Model/OriginalFile.php +++ b/Model/OriginalFile.php @@ -109,6 +109,6 @@ class OriginalFile public function getOrginalFile() { - return base64_decode($this->original_file_base64); + return base64_deco...
Fixes decoding of rubies urlsafe base<I> encode
cwd_datamolino-client
train
php
f71b66eba63388a6b89f1baf8d4a271e825abd42
diff --git a/lib/dugway/liquid/drops/cart_drop.rb b/lib/dugway/liquid/drops/cart_drop.rb index <HASH>..<HASH> 100755 --- a/lib/dugway/liquid/drops/cart_drop.rb +++ b/lib/dugway/liquid/drops/cart_drop.rb @@ -9,10 +9,14 @@ module Dugway items.map { |item| item.quantity }.inject(:+) || 0 end - def t...
Finalize cart drops. Closes #7
bigcartel_dugway
train
rb,rb
6590d6ad82118ea4e25a7511113fb846e1b9fce0
diff --git a/synapse/cortex.py b/synapse/cortex.py index <HASH>..<HASH> 100644 --- a/synapse/cortex.py +++ b/synapse/cortex.py @@ -2665,6 +2665,8 @@ class Cortex(s_cell.Cell): # type: ignore async def count(self, text, opts=None): + opts = self._initStormOpts(opts) + view = self._viewFromOpts(...
fix for local count() api (#<I>)
vertexproject_synapse
train
py,py
2381250f2606f389d0536b8d5fbd1a8428fe8e22
diff --git a/app/search_engines/bento_search/ebsco_host_engine.rb b/app/search_engines/bento_search/ebsco_host_engine.rb index <HASH>..<HASH> 100644 --- a/app/search_engines/bento_search/ebsco_host_engine.rb +++ b/app/search_engines/bento_search/ebsco_host_engine.rb @@ -228,6 +228,8 @@ class BentoSearch::EbscoHostEngin...
ebscohost, improved heuristic for reasonable format_str
jrochkind_bento_search
train
rb
2a812df6b530d44ac794323f0618e0ef009ca4be
diff --git a/js/okx.js b/js/okx.js index <HASH>..<HASH> 100644 --- a/js/okx.js +++ b/js/okx.js @@ -906,7 +906,6 @@ module.exports = class okx extends Exchange { 'margin': spot && (Precise.stringGt (maxLeverage, '1')), 'swap': swap, 'future': future, - 'futures': future,...
remove deprecated type future from market structure
ccxt_ccxt
train
js
8caad4f241acb3c6110c029570597f106edf4ec8
diff --git a/src/Admin/AbstractAdmin.php b/src/Admin/AbstractAdmin.php index <HASH>..<HASH> 100644 --- a/src/Admin/AbstractAdmin.php +++ b/src/Admin/AbstractAdmin.php @@ -1318,6 +1318,11 @@ abstract class AbstractAdmin extends AbstractTaggedAdmin implements AdminInterfa return; } + // NEX...
Handle case of Admin not found (#<I>)
sonata-project_SonataAdminBundle
train
php,php
ca906820748e5c9d11563fe8b04f98fb2c328ddf
diff --git a/lib/jsi/util.rb b/lib/jsi/util.rb index <HASH>..<HASH> 100644 --- a/lib/jsi/util.rb +++ b/lib/jsi/util.rb @@ -17,21 +17,21 @@ module JSI # @param hash [#to_hash] the hash from which to convert symbol keys to strings # @return [same class as the param `hash`, or Hash if the former cannot be done] ...
don't shadow in JSI::Typelike#stringify_symbol_keys hash
notEthan_jsi
train
rb
b912ed8826d41bddf593593cd5cd0051882cabdd
diff --git a/parfait-core/src/main/java/com/custardsource/parfait/MonitorableRegistry.java b/parfait-core/src/main/java/com/custardsource/parfait/MonitorableRegistry.java index <HASH>..<HASH> 100644 --- a/parfait-core/src/main/java/com/custardsource/parfait/MonitorableRegistry.java +++ b/parfait-core/src/main/java/com/...
Tidyup of MonitorableRegistry preconditions, better concurrent semantics
performancecopilot_parfait
train
java
b254afaea67e08d83611423a3a1ec7afcee849b3
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,8 @@ setup_args = dict( 'console_scripts': [ 'wallace = wallace.command_line:wallace', ], - } + }, + dependency_links=['-e git+git://github.com/berkeley-cocosci/psiTurk.git@wal...
Add custom psiTurk as dependency link
berkeley-cocosci_Wallace
train
py
8fa0badad390b4935819fa49cabb38debc373d2d
diff --git a/src/Core.php b/src/Core.php index <HASH>..<HASH> 100755 --- a/src/Core.php +++ b/src/Core.php @@ -235,8 +235,20 @@ class Core curl_setopt($ch, CURLOPT_POSTFIELDS, $query_string); // @TODO - S.P. to review... - curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); -...
VIDA-<I> Adding SSL Certificate check Commented out the lines which disable cURL's security checking, Included lines which looks for a cURL SSL certificate file (supplied by using a project defined php constant which will be required in all projects which wish to use cURL), and, if that file is present, uses that fi...
iRAP-software_package-core-libs
train
php
78553d3ac7969ea641e6608e816c5f23e910e077
diff --git a/lib/console.js b/lib/console.js index <HASH>..<HASH> 100644 --- a/lib/console.js +++ b/lib/console.js @@ -92,7 +92,11 @@ ConsoleLogger.prototype.write = function (record) { if (!msg || msg===' ') { // this is the case where you send in an object as the only argument var fields = _.omit(record,'n...
[CLI-<I>] don't print empty object
appcelerator_appc-logger
train
js
223766932c09a2d8f8a7412eaf8e67780857e8f3
diff --git a/src/Illuminate/Queue/Console/RetryCommand.php b/src/Illuminate/Queue/Console/RetryCommand.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Queue/Console/RetryCommand.php +++ b/src/Illuminate/Queue/Console/RetryCommand.php @@ -51,7 +51,7 @@ class RetryCommand extends Command */ protected func...
Ensure getJobIds always return an array. (#<I>)
laravel_framework
train
php
8a0ee9aedfee9eb1a5ee6df1644c9020e9e31e97
diff --git a/src/cli.js b/src/cli.js index <HASH>..<HASH> 100644 --- a/src/cli.js +++ b/src/cli.js @@ -9,7 +9,7 @@ import defaultPublisher from './Publisher/publish.js'; let argv = minimist(process.argv.slice(2)); if (argv.h || argv.help) { console.log('usage: esdoc [esdoc.json | path/to/js/src]'); - return; + p...
fix: return at non-function scope.
esdoc_esdoc
train
js
11adfd32601b7ec63eb82d0d521144d7fdf23d8b
diff --git a/APIJet/Request.php b/APIJet/Request.php index <HASH>..<HASH> 100644 --- a/APIJet/Request.php +++ b/APIJet/Request.php @@ -9,6 +9,8 @@ class Request const PUT = 'PUT'; const DELETE = 'DELETE'; + private static $inputData = null; + private function __construct() {} private fu...
Add getInputData in APIJet\Request
APIJet_APIJet
train
php
79ba0762c1180f9a4dc733b789f61f13ecbb3c37
diff --git a/src/Entities/Subscription.php b/src/Entities/Subscription.php index <HASH>..<HASH> 100644 --- a/src/Entities/Subscription.php +++ b/src/Entities/Subscription.php @@ -195,16 +195,6 @@ final class Subscription extends Entity } /** - * @deprecated - * - * @return string - */ - p...
Remove deprecated method Subscription::getCancelledTime() (#<I>)
Rebilly_rebilly-php
train
php
4cd4381b8087abf20b86c686a98f3c2309f3e76d
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -64,6 +64,16 @@ Server.prototype.serveClient = function(v){ }; /** + * Backwards compatiblity. + * + * @api public + */ + +Server.prototype.set = function(){ + return this; +}; + +/** * Sets the client s...
lib: bc compatibility
socketio_socket.io
train
js
9053f53c5dd3c1bdd7c23d7e29e03c4bc3e06cad
diff --git a/datasync/kvdbsync/plugin_impl_dbsync.go b/datasync/kvdbsync/plugin_impl_dbsync.go index <HASH>..<HASH> 100644 --- a/datasync/kvdbsync/plugin_impl_dbsync.go +++ b/datasync/kvdbsync/plugin_impl_dbsync.go @@ -49,6 +49,11 @@ type Deps struct { KvPlugin keyval.KvProtoPlugin // inject } +// Name implement...
Implement Name for kvdbsync
ligato_cn-infra
train
go
72dd93aa026bfa52560a88d18c00c21b9c411793
diff --git a/js/conversation_controller.js b/js/conversation_controller.js index <HASH>..<HASH> 100644 --- a/js/conversation_controller.js +++ b/js/conversation_controller.js @@ -62,6 +62,9 @@ storage.put("unreadCount", newUnreadCount); setUnreadCount(newUnreadCount); + if (newUnr...
Clear window attention if all messages are marked read Fixes #<I> // FREEBIE
ForstaLabs_librelay-node
train
js,js
cb3aca18c85f5149635cc2b259c74ff50d68797f
diff --git a/lib/tenacity/orm_ext/mongoid.rb b/lib/tenacity/orm_ext/mongoid.rb index <HASH>..<HASH> 100644 --- a/lib/tenacity/orm_ext/mongoid.rb +++ b/lib/tenacity/orm_ext/mongoid.rb @@ -63,15 +63,15 @@ module Tenacity end def _t_find_first_by_associate(property, id) - find(:first, :conditi...
Support for Moped in Mongoid 3
jwood_tenacity
train
rb
e76b34b8737ea73914bcefb8e4db4bd0f083edff
diff --git a/src/main/java/net/fortuna/ical4j/util/ResourceLoader.java b/src/main/java/net/fortuna/ical4j/util/ResourceLoader.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/fortuna/ical4j/util/ResourceLoader.java +++ b/src/main/java/net/fortuna/ical4j/util/ResourceLoader.java @@ -54,7 +54,9 @@ public class Re...
Added null checking to avoid potential null pointer exception on some samsung devices
ical4j_ical4j
train
java
6aad1882aee3d388ddce43a33c483edfdedd2292
diff --git a/src/Database/Driver/PDODriverTrait.php b/src/Database/Driver/PDODriverTrait.php index <HASH>..<HASH> 100644 --- a/src/Database/Driver/PDODriverTrait.php +++ b/src/Database/Driver/PDODriverTrait.php @@ -93,6 +93,9 @@ trait PDODriverTrait { */ public function beginTransaction() { $this->connect(); + ...
Bringing back some old code removed for hhvm, we do need it
cakephp_cakephp
train
php
917f439d5c6c3a5f7209e1a9f815dec9c2c689f6
diff --git a/bin/sdk/gutenberg.js b/bin/sdk/gutenberg.js index <HASH>..<HASH> 100644 --- a/bin/sdk/gutenberg.js +++ b/bin/sdk/gutenberg.js @@ -4,8 +4,9 @@ * External dependencies */ const fs = require( 'fs' ); -const path = require( 'path' ); const GenerateJsonFile = require( 'generate-json-file-webpack-plugin' )...
SDK: Fix build failures without index json files (#<I>) * Fix broken false plugins * Entry scripts cannot be undefined * Alphabetize requires
Automattic_wp-calypso
train
js
202db4fb117768795c0fcc909cc9c3d75b9172b7
diff --git a/utils_test.go b/utils_test.go index <HASH>..<HASH> 100644 --- a/utils_test.go +++ b/utils_test.go @@ -5,6 +5,8 @@ package gin import ( + "bytes" + "encoding/xml" "fmt" "net/http" "testing" @@ -124,3 +126,14 @@ func TestBindMiddleware(t *testing.T) { Bind(&bindTestStruct{}) }) } + +func Test...
improve utils code coverage (#<I>)
gin-gonic_gin
train
go
8040f74215c882d4e062e660584317d5de086aa4
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -344,9 +344,9 @@ module.exports = function (createFn) { }) }) - it('200 GET Customers/?bogus=field should ignore unknown parameters', function (done) { + it('200 GET Customers?foo=ba...
chore(tests): remove trailing slash - This was testing for trailing slash instead of unknown parameter
florianholzapfel_express-restify-mongoose
train
js
279ab8502c03bcf901abdfe8273af1c8000b780d
diff --git a/lib/audited/auditor.rb b/lib/audited/auditor.rb index <HASH>..<HASH> 100644 --- a/lib/audited/auditor.rb +++ b/lib/audited/auditor.rb @@ -70,8 +70,8 @@ module Audited # to notify a party after the audit has been created or if you want to access the newly-created # audit. define_c...
Allow private / protected callback declarations Prior to this change, users would have to declare publicly scoped callback handlers.
collectiveidea_audited
train
rb,rb
addf9b3d206d5da75c9d224e2cf6cd85803e45d7
diff --git a/lib/tire/model/import.rb b/lib/tire/model/import.rb index <HASH>..<HASH> 100644 --- a/lib/tire/model/import.rb +++ b/lib/tire/model/import.rb @@ -1,6 +1,13 @@ module Tire module Model + # Provides support for easy importing of large ActiveRecord- and ActiveModel-bound + # recordsets into model ...
[DOC] Added basic information about Tire::Model::Import module
karmi_retire
train
rb
d3edf6bd1d17fec654cb10431b864b22467cdbd0
diff --git a/master/buildbot/steps/gitdiffinfo.py b/master/buildbot/steps/gitdiffinfo.py index <HASH>..<HASH> 100644 --- a/master/buildbot/steps/gitdiffinfo.py +++ b/master/buildbot/steps/gitdiffinfo.py @@ -72,7 +72,7 @@ class GitDiffInfo(buildstep.ShellMixin, buildstep.BuildStep): yield self.runCommand(cmd)...
steps: Fix unyielded log.finish() in GitDiffInfo step
buildbot_buildbot
train
py
a364a7a7e23c2c6b0c9071899604e6d378f9a474
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011 Nippon Telegraph and Telephone Corporation. +# Copyright (C) 2011, 2012 Nippon Telegraph and Telephone Corporation. # Copyright (C) 2011 Isaku Yamahata <yamahata at valinux co jp> # # Lice...
Update setup.py Use 'What's Ryu' section for RPM package description. Otherwise, we use README.rst for long_description so that we have a nice PyPI website.
osrg_ryu
train
py
17d67e633482c128446e388b49548c543db0b3ed
diff --git a/app/controllers/concerns/scim_rails/exception_handler.rb b/app/controllers/concerns/scim_rails/exception_handler.rb index <HASH>..<HASH> 100644 --- a/app/controllers/concerns/scim_rails/exception_handler.rb +++ b/app/controllers/concerns/scim_rails/exception_handler.rb @@ -68,6 +68,20 @@ module ScimRails ...
• rescue StandardError when the unknown goes wrong
lessonly_scim_rails
train
rb
32da4f3f27d68a8304798ec91d60b8bbb5d4829c
diff --git a/lib/rubocop/cop/util.rb b/lib/rubocop/cop/util.rb index <HASH>..<HASH> 100644 --- a/lib/rubocop/cop/util.rb +++ b/lib/rubocop/cop/util.rb @@ -24,7 +24,7 @@ module RuboCop # Match literal regex characters, not including anchors, character # classes, alternatives, groups, repetitions, referen...
:warning: character class has duplicated range There're two "S"s in the literal
rubocop-hq_rubocop
train
rb
7fc4815e117eda7e598599fd4bddc97362afaf95
diff --git a/core/src/main/java/hudson/PluginManager.java b/core/src/main/java/hudson/PluginManager.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/PluginManager.java +++ b/core/src/main/java/hudson/PluginManager.java @@ -650,7 +650,17 @@ public abstract class PluginManager extends AbstractModelObject ...
Do not downgrade installed plugins when loading detached plugins
jenkinsci_jenkins
train
java
a53aeaebccb1d6a6a4e124caed5bb9297f98d64c
diff --git a/tensor2tensor/utils/cloud_mlengine.py b/tensor2tensor/utils/cloud_mlengine.py index <HASH>..<HASH> 100755 --- a/tensor2tensor/utils/cloud_mlengine.py +++ b/tensor2tensor/utils/cloud_mlengine.py @@ -232,7 +232,7 @@ def _tar_and_copy(src_dir, target_dir): tmp_dir = tempfile.gettempdir().rstrip("/") src...
Exclude .git/ directory when submitting to Cloud ML Engine (#<I>) The `.git` directory isn't used on Cloud ML Engine, therefor we should ignore it in the uploaded archive. This reduces the size of the `.tar.gz` archive from a fresh clone of `tensor2tensor` from <I> MB to only <I> MB.
tensorflow_tensor2tensor
train
py
206becd6ac52fc35219b8db161f71ea3e88bd3f9
diff --git a/lib/netsuite/records/discount_item.rb b/lib/netsuite/records/discount_item.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/records/discount_item.rb +++ b/lib/netsuite/records/discount_item.rb @@ -7,9 +7,9 @@ module NetSuite include Support::Actions include Namespaces::ListAcct - acti...
Adding search to discount item, fixing field configuration, fixing search class
NetSweet_netsuite
train
rb
28ee47829e2a6205229d40c7af043ad6df071f28
diff --git a/testing/conftest.py b/testing/conftest.py index <HASH>..<HASH> 100644 --- a/testing/conftest.py +++ b/testing/conftest.py @@ -24,8 +24,8 @@ def restore_settrace(): newtrace = sys.gettrace() if newtrace is not _orig_trace: - assert newtrace is None sys.settrace(_orig_trace) + ...
tests: restore_settrace: restore before failing (#<I>)
antocuni_pdb
train
py
e43f3f8245186f724c51b15788e7026300a36b84
diff --git a/Classes/Flowpack/ElasticSearch/Indexer/Object/IndexInformer.php b/Classes/Flowpack/ElasticSearch/Indexer/Object/IndexInformer.php index <HASH>..<HASH> 100644 --- a/Classes/Flowpack/ElasticSearch/Indexer/Object/IndexInformer.php +++ b/Classes/Flowpack/ElasticSearch/Indexer/Object/IndexInformer.php @@ -115,7...
BUGFIX: buildIndexClassesAndProperties cannot compile static The class was annotated as CompileStatic but actually cannot be compiled because it returns objects. A better solution with CompileStatic can be found but for now this just removes the annotation.
Flowpack_Flowpack.ElasticSearch
train
php
6bd9bd3173b8fd3c8b52f3de9c659581b5b3d63d
diff --git a/account/middleware.py b/account/middleware.py index <HASH>..<HASH> 100644 --- a/account/middleware.py +++ b/account/middleware.py @@ -33,7 +33,7 @@ class LocaleMiddleware(object): return response -class AccountTimezoneMiddleware(object): +class TimezoneMiddleware(object): """ This mi...
Decided to change AccountTimezoneMiddleware to TimezoneMiddleware This change helps unify the naming. Originally it was decided to add the "Account" prefix, but now realizing it breaks consistency.
pinax_django-user-accounts
train
py
5e17fbdaca9fca5a058522a7e2060d48cd9724cc
diff --git a/packer.go b/packer.go index <HASH>..<HASH> 100644 --- a/packer.go +++ b/packer.go @@ -8,6 +8,7 @@ import ( "io/ioutil" "log" "os" + "runtime" ) func main() { @@ -19,6 +20,11 @@ func main() { log.SetOutput(os.Stderr) } + // If there is no explicit number of Go threads to use, then set it + ...
packer: Set GOMAXPROCS for number of CPU if n ot set
hashicorp_packer
train
go
06ed1abc2b14ca05af9d33c51faa1fc7c08eddfd
diff --git a/sonar-scanner-engine/src/test/java/org/sonar/scanner/mediumtest/fs/FileSystemMediumTest.java b/sonar-scanner-engine/src/test/java/org/sonar/scanner/mediumtest/fs/FileSystemMediumTest.java index <HASH>..<HASH> 100644 --- a/sonar-scanner-engine/src/test/java/org/sonar/scanner/mediumtest/fs/FileSystemMediumTe...
Fix scanner engine test failing on macOS
SonarSource_sonarqube
train
java
e9d9c100389e6d04f060f58eeb5e75921e82eb59
diff --git a/util.py b/util.py index <HASH>..<HASH> 100644 --- a/util.py +++ b/util.py @@ -29,8 +29,27 @@ def get_platform (): irix-5.3 irix64-6.2 - For non-POSIX platforms, currently just returns 'sys.platform'. + Windows will return one of: + win-x86_64 (64bit Windows on x86_64 (AMD64)) ...
[ <I> ] distutils.util.get_platform() return value on <I>bit Windows As discussed on distutils-sig: Allows the generated installer name on <I>bit Windows platforms to be different than the name generated for <I>bit Windows platforms.
pypa_setuptools
train
py
3110abec03d41cb885426aae7a80de4685a12a50
diff --git a/lib/classes/navigation/views/secondary.php b/lib/classes/navigation/views/secondary.php index <HASH>..<HASH> 100644 --- a/lib/classes/navigation/views/secondary.php +++ b/lib/classes/navigation/views/secondary.php @@ -89,13 +89,13 @@ class secondary extends view { return [ self::TYPE_...
MDL-<I> core: Update the secondary nav nodes order - Part of: MDL-<I>
moodle_moodle
train
php
017d9d7e43edf07a26e30e6424b2a17b9ff6ae25
diff --git a/spec/net_x/http_unix_spec.rb b/spec/net_x/http_unix_spec.rb index <HASH>..<HASH> 100644 --- a/spec/net_x/http_unix_spec.rb +++ b/spec/net_x/http_unix_spec.rb @@ -22,7 +22,7 @@ describe NetX::HTTPUnix do conn.puts "HTTP/1.1 200 OK" conn.puts "" conn.puts "Hello from TCP serv...
(maint) improve test suite to work on modern rubies Without this change, tests would fail with Errno::ECONNRESET or Errno::EPIPE as the server would close the connection without reading all of the client's messages. Trying to actually read the request lead to lock-ups. Since this doesn't actually have to read anything...
puppetlabs_net_http_unix
train
rb
c964068e46fd64b4871d9c54403c2a3b3c73ec45
diff --git a/sendgrid/helpers/inbound/parse.py b/sendgrid/helpers/inbound/parse.py index <HASH>..<HASH> 100644 --- a/sendgrid/helpers/inbound/parse.py +++ b/sendgrid/helpers/inbound/parse.py @@ -38,14 +38,15 @@ class Parse(object): contents = base64 encoded file contents""" attachments = None ...
Fixed some errors with the refactoring
sendgrid_sendgrid-python
train
py
cf1a0112bdd01fe0d2b95e5cf927ba9b196adf1b
diff --git a/ghost/admin/testem.js b/ghost/admin/testem.js index <HASH>..<HASH> 100644 --- a/ghost/admin/testem.js +++ b/ghost/admin/testem.js @@ -5,6 +5,7 @@ let launch_in_ci = [process.env.BROWSER || 'Chrome']; module.exports = { framework: 'mocha', + browser_start_timeout: 120, browser_disconnect_tim...
Increased testem's `browser_start_timeout` to <I>s no issue - we're seeing random failures in CI with the error "Browser failed to connect within <I>s. testem.js not loaded?" - bumped the timeout to <I>s to determine if it's due to occasional CI-related slowness or something else
TryGhost_Ghost
train
js
8f6f2c734dd42d7c2d50dd3aec8424165e072d42
diff --git a/src/draw/handler/Draw.Polyline.js b/src/draw/handler/Draw.Polyline.js index <HASH>..<HASH> 100644 --- a/src/draw/handler/Draw.Polyline.js +++ b/src/draw/handler/Draw.Polyline.js @@ -220,6 +220,8 @@ L.Draw.Polyline = L.Draw.Feature.extend({ }, _onTouch: function (e) { + // #TODO: fix the gli...
#TODO: fix ployline glitchyness on shape completion
Leaflet_Leaflet.draw
train
js
da9693f38c67a75d7e6e2274fac12b204d222843
diff --git a/lib/sshkit/host.rb b/lib/sshkit/host.rb index <HASH>..<HASH> 100644 --- a/lib/sshkit/host.rb +++ b/lib/sshkit/host.rb @@ -72,10 +72,11 @@ module SSHKit def netssh_options {}.tap do |sho| - sho[:keys] = keys if keys.any? - sho[:port] = port if port - sho[:u...
Enable agent forwarding by default for all hosts
capistrano_sshkit
train
rb
c036fd9b2e9ddb40b72d29e41b2c5e3b3249c5eb
diff --git a/lib/aws/api_translator.rb b/lib/aws/api_translator.rb index <HASH>..<HASH> 100644 --- a/lib/aws/api_translator.rb +++ b/lib/aws/api_translator.rb @@ -121,7 +121,8 @@ module Aws end property :name - property :documentation_url + + ignore :documentation_url ignore :alias def set...
Removed documentation urls (for now).
aws_aws-sdk-ruby
train
rb
b9d505d9471aed2973dcb01ecab5cea69ebf775e
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -726,8 +726,8 @@ class Minion(object): ret['fun'] = data['fun'] minion_instance._return_pub(ret) if data['ret']: + ret['id'] = opts['id'] for returner ...
Only need to set ret id once Don't set it inside the for loop when it's the same all the time.
saltstack_salt
train
py
1a6456050ba9bb5f821243a3bd930765c9aee89c
diff --git a/test/mixin.rb b/test/mixin.rb index <HASH>..<HASH> 100644 --- a/test/mixin.rb +++ b/test/mixin.rb @@ -18,6 +18,7 @@ module MixinTest def teardown super Timecop.return + GC.start end module Checker
Fix test failure at in_object_space. Depending on GC timing, mock object at test/mixin.rb are remains while test/in_object_space.rb. But lib/fluentd/in_object_space.rb call Object#class on all un-GCed object, including mock object. Because unexpected method expectations are happen, in_object_space reports failure.
fluent_fluentd
train
rb
ab3862dfe71b757b07f80b8c5bfc675d0f1dedc1
diff --git a/lib/bbcloud/commands/users-update.rb b/lib/bbcloud/commands/users-update.rb index <HASH>..<HASH> 100644 --- a/lib/bbcloud/commands/users-update.rb +++ b/lib/bbcloud/commands/users-update.rb @@ -2,6 +2,7 @@ desc 'Update user details' arg_name 'user-id...' command [:update] do |c| c.desc "Path to public...
users-update: added long description
brightbox_brightbox-cli
train
rb
076e64adf809399e5c1f83087a5f23fd037d0061
diff --git a/test/tests/clone.js b/test/tests/clone.js index <HASH>..<HASH> 100644 --- a/test/tests/clone.js +++ b/test/tests/clone.js @@ -25,7 +25,7 @@ describe("Clone", function() { }); }); - it("can clone with http", function() { + it.skip("can clone with http", function() { var test = this; va...
Skip http clone test We're having an issue reaching the server for the http clone test so I'm just going to skip it for right now.
nodegit_nodegit
train
js
08c438b86efa867f58344a84a1b047e7dc46df44
diff --git a/python/bigdl/dllib/nn/layer.py b/python/bigdl/dllib/nn/layer.py index <HASH>..<HASH> 100644 --- a/python/bigdl/dllib/nn/layer.py +++ b/python/bigdl/dllib/nn/layer.py @@ -902,6 +902,34 @@ class Model(Container): callBigDlFunc(bigdl_type, "saveGraphTopology", self.value, log_path) return se...
[New feature] Add attention layer and ffn layer (#<I>) * add attention layer * add ffn layer and more unit tests * refactor according to pr comments * add SerializationTest * fix unit tests * add python api
intel-analytics_BigDL
train
py
f585a5889fb82b0043977257242f3246b6a1d367
diff --git a/guizero/tkmixins.py b/guizero/tkmixins.py index <HASH>..<HASH> 100644 --- a/guizero/tkmixins.py +++ b/guizero/tkmixins.py @@ -25,14 +25,15 @@ class ScheduleMixin(): """Fired by tk.after, gets the callback and either executes the function and cancels or repeats""" # execute the function ...
Fix scheduled function cancellation Cancelling a scheduled function that is running can result in an exception. This can occur if the function cancels itself. We can prevent this by checking if the function exists in self._callback
lawsie_guizero
train
py
e8ec681a7bd6485874114b2eec4050e931fd7ee6
diff --git a/hamper/plugins/karma.py b/hamper/plugins/karma.py index <HASH>..<HASH> 100644 --- a/hamper/plugins/karma.py +++ b/hamper/plugins/karma.py @@ -178,11 +178,14 @@ class Karma(ChatCommandPlugin): # Play nice when the user isn't in the db kt = bot.factory.loader.db.session.query(KarmaT...
karma: update UserKarma for the new row structure
hamperbot_hamper
train
py
4def49ca81b59d61a1cff1aec470499cc9bf4663
diff --git a/loguru/_logger.py b/loguru/_logger.py index <HASH>..<HASH> 100644 --- a/loguru/_logger.py +++ b/loguru/_logger.py @@ -762,6 +762,11 @@ class Logger: The id of the sink to remove, as it was returned by the |add| method. If ``None``, all handlers are removed. The pre-configured hand...
Add documentation about exception possibly raised by ".remove()"
Delgan_loguru
train
py
1aec5fb5b73522810ae2c370d3532b0d46aa65ba
diff --git a/code/template/helper/actionbar.php b/code/template/helper/actionbar.php index <HASH>..<HASH> 100644 --- a/code/template/helper/actionbar.php +++ b/code/template/helper/actionbar.php @@ -58,7 +58,7 @@ class KTemplateHelperActionbar extends KTemplateHelperAbstract $html .= '</div>'; $butt...
re #<I> - Toolbar can be traversed.
timble_kodekit
train
php
d0d171fcc63d4408498960a05845c6396bbefcfe
diff --git a/workspaces/amber-lib/src/index.js b/workspaces/amber-lib/src/index.js index <HASH>..<HASH> 100644 --- a/workspaces/amber-lib/src/index.js +++ b/workspaces/amber-lib/src/index.js @@ -5,6 +5,7 @@ import { import Form from 'unformed'; import FormFields from 'unformed-fields'; import { Icon, resources as Co...
Adding analytics components/utils.
AmberEngine_amber-lib-js
train
js
e57ace6665fc307ec3d54a97cc25d5cfc86a2f19
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ except: pass if sys.platform == "win32": - ext = Extension("tlslite.utils.win32prng", - sources=["tlslite/utils/win32prng.c"], - libraries=["advapi32"]) - ex...
win<I>prng ext no longer beckoned for if platform is win<I> Looking for win<I>prng during setup was causing failed installations. Will use os.urandom() instead.
javipalanca_spade
train
py