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
7f0a0857c01344bd52fa90f57c8eb190a2a13d30
diff --git a/src/Composer/Command/SelfUpdateCommand.php b/src/Composer/Command/SelfUpdateCommand.php index <HASH>..<HASH> 100644 --- a/src/Composer/Command/SelfUpdateCommand.php +++ b/src/Composer/Command/SelfUpdateCommand.php @@ -59,7 +59,10 @@ EOT // free the variable to unlock the file ...
Catch PharException as well in self-update failures
mothership-ec_composer
train
php
58f11ad9976598ffd0a8fbec1794decb9b918de4
diff --git a/lib/infer.js b/lib/infer.js index <HASH>..<HASH> 100644 --- a/lib/infer.js +++ b/lib/infer.js @@ -658,6 +658,8 @@ var computeRet = fn.computeRet = function(self, args) { // Prevent recursion this.computeRet = null; + var oldOrigin = cx.curOrigin; + cx.curOrigin = fn.origin; ...
Assign proper origins in instantiated functions
ternjs_tern
train
js
77b9897bc951d260d2e1b8bd27536b34d4c73914
diff --git a/routes/account.js b/routes/account.js index <HASH>..<HASH> 100644 --- a/routes/account.js +++ b/routes/account.js @@ -114,6 +114,7 @@ function accountRoutes (server, options, next) { validate: { headers: validations.bearerTokenHeader, payload: validations.accountPayload, + q...
fix(routes): PATCH /session/account?include=foobar * * * This commit was sponsored by Neighbourhoodie You can hire Neighbourhoodie for all your Hoodie / CouchDB / Offline First needs <URL>
hoodiehq_hoodie-account-server
train
js
e3688f51d3cd1e85c310fe35e19129c64b2d08bc
diff --git a/package_test.go b/package_test.go index <HASH>..<HASH> 100644 --- a/package_test.go +++ b/package_test.go @@ -52,6 +52,9 @@ func TestPackageBinfile(t *testing.T) { } got := pkg.Binfile() want := filepath.Join(ctx.Bindir(), tt.want) + if pkg.gotargetos == "windows" { + want += ".exe" + } if ...
Add ".exe" to the TestPackageBinfile test for windows binaries
constabulary_gb
train
go
77bc335443e03f38772a15b0d4a13c645da07bf4
diff --git a/lib/WebRtcPeer.js b/lib/WebRtcPeer.js index <HASH>..<HASH> 100644 --- a/lib/WebRtcPeer.js +++ b/lib/WebRtcPeer.js @@ -249,7 +249,6 @@ function WebRtcPeer(mode, options, callback) { var audioStream = options.audioStream var mediaConstraints = options.mediaConstraints - var connectionConstraints = o...
Delete unused "connectionConstraints"
Kurento_kurento-utils-js
train
js
aa7211fa5dd3c821914acc3fde86c9644f013c11
diff --git a/lib/rest-ftp-daemon/api/root.rb b/lib/rest-ftp-daemon/api/root.rb index <HASH>..<HASH> 100644 --- a/lib/rest-ftp-daemon/api/root.rb +++ b/lib/rest-ftp-daemon/api/root.rb @@ -33,6 +33,12 @@ module RestFtpDaemon # Extract message lines lines = exception.message.lines + # Add ...
api: unknown exception: add LOG_HTP<I>_BACKTRACE lines of backtrace to logs
bmedici_rest-ftp-daemon
train
rb,rb
2349e1a9c3e4d74e6cf15d6f5df18e781d562993
diff --git a/cli/doInit.go b/cli/doInit.go index <HASH>..<HASH> 100644 --- a/cli/doInit.go +++ b/cli/doInit.go @@ -3,8 +3,10 @@ package cli import ( log "github.com/Sirupsen/logrus" "github.com/codegangsta/cli" + "os" ) func doInit(c *cli.Context) { log.Info("[BITRISE_CLI] - Init -- Coming soon!") + os.Exit(...
exit with code 1 for not-yet-implemented commands
bitrise-io_bitrise
train
go,go
e00fec15571157f1241c8347893cb030ee28e034
diff --git a/txscript/script.go b/txscript/script.go index <HASH>..<HASH> 100644 --- a/txscript/script.go +++ b/txscript/script.go @@ -521,13 +521,12 @@ func calcWitnessSignatureHash(subScript []parsedOpcode, sigHashes *TxSigHashes, func CalcWitnessSigHash(script []byte, sigHashes *TxSigHashes, hType SigHashType, tx...
txscript: Use optimized calcWitnessSignatureHashRaw w/o parsing
btcsuite_btcd
train
go
b614aa711b3583636f0f762d5b0f3dc4ecad88d8
diff --git a/hammer.js b/hammer.js index <HASH>..<HASH> 100644 --- a/hammer.js +++ b/hammer.js @@ -565,6 +565,7 @@ function Hammer(element, options, undefined) }); } _setup(); + _mousedown = true; if(options.prevent_default) { ...
I followed Mr. Davis's suggested fixes for the _mousedown/drag event being fired.
hammerjs_hammer.js
train
js
d7c5f0ed9694cc9aebaf8804c200f15c26cde1d7
diff --git a/src/strongtyping.js b/src/strongtyping.js index <HASH>..<HASH> 100644 --- a/src/strongtyping.js +++ b/src/strongtyping.js @@ -102,6 +102,10 @@ StrongTyping.value = function(value, types){ }else if( typeof(type) === 'string' && type.toLowerCase() === 'never' ){ // return immediatly as a failed valida...
added support for "nonnull" type
jeromeetienne_better.js
train
js
3e61730463899a27e368d6e537056dc3968e5da2
diff --git a/question/format/blackboard_six/format.php b/question/format/blackboard_six/format.php index <HASH>..<HASH> 100644 --- a/question/format/blackboard_six/format.php +++ b/question/format/blackboard_six/format.php @@ -152,8 +152,7 @@ class qformat_blackboard_six extends qformat_blackboard_six_base { ...
MDL-<I> qformat_blackboard_six: Revert MDL-<I> This reverts commit 3cafb<I>ded.
moodle_moodle
train
php
44e7875436d760d91062e28552f73612b7be3b66
diff --git a/definitions/npm/lodash_v4.x.x/flow_v0.63.x-/lodash_v4.x.x.js b/definitions/npm/lodash_v4.x.x/flow_v0.63.x-/lodash_v4.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/lodash_v4.x.x/flow_v0.63.x-/lodash_v4.x.x.js +++ b/definitions/npm/lodash_v4.x.x/flow_v0.63.x-/lodash_v4.x.x.js @@ -328,7 +328,7 @@ d...
lodash: slice should support read only array (#<I>)
flow-typed_flow-typed
train
js
02f08f31cb8fba90bc53395cd49b57f95ed466a6
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -16,9 +16,9 @@ Capybara.default_driver = :rack_test Capybara.default_selector = :css # Run migrations -# db_path = File.expand_path("../dummy/db/test.sqlite3/", __FILE__) -# `r...
reenable auto migration for dummy test app
chrisconley_houdini-gem
train
rb
66489262689b7a39c717f7279e1c8cff51546dbb
diff --git a/src/Admin/Dashboard/Widget/Users.php b/src/Admin/Dashboard/Widget/Users.php index <HASH>..<HASH> 100644 --- a/src/Admin/Dashboard/Widget/Users.php +++ b/src/Admin/Dashboard/Widget/Users.php @@ -17,11 +17,6 @@ use Nails\Factory; class Users extends Base { /** - * Defines the default size for the ...
Update widget to be inline with updated interface
nails_module-auth
train
php
9d165434dd87726a43217ce1d76e6b7b75289a8d
diff --git a/pkg/maps/proxymap/ipv4.go b/pkg/maps/proxymap/ipv4.go index <HASH>..<HASH> 100644 --- a/pkg/maps/proxymap/ipv4.go +++ b/pkg/maps/proxymap/ipv4.go @@ -69,7 +69,7 @@ var ( bpf.MapTypeHash, int(unsafe.Sizeof(Proxy4Key{})), int(unsafe.Sizeof(Proxy4Value{})), - 8192, + MaxEntries, 0, func(key [...
proxy: Use the same proxy map size as in BPF Fixes: #<I>
cilium_cilium
train
go,go
15a59d4797f54b857059e9523a63b345a8b7e930
diff --git a/lib/listen/listener.rb b/lib/listen/listener.rb index <HASH>..<HASH> 100644 --- a/lib/listen/listener.rb +++ b/lib/listen/listener.rb @@ -230,10 +230,6 @@ module Listen # wait for changes to accumulate sleep options[:wait_for_delay] - - # let changes accumulate - next if @...
move pause check to _process_changes
guard_listen
train
rb
262677050431693a8620de3a31d0e38a055ace2c
diff --git a/tests/PromiseTest/CancelTestTrait.php b/tests/PromiseTest/CancelTestTrait.php index <HASH>..<HASH> 100644 --- a/tests/PromiseTest/CancelTestTrait.php +++ b/tests/PromiseTest/CancelTestTrait.php @@ -190,6 +190,31 @@ trait CancelTestTrait } /** @test */ + public function cancelShouldNotTrigger...
Add (failing) tests for double cancellation
reactphp_promise
train
php
0fb5b4a323ce178c026d7f9b0fed46d4582679ba
diff --git a/application/Espo/Core/Utils/Authentication/LDAP.php b/application/Espo/Core/Utils/Authentication/LDAP.php index <HASH>..<HASH> 100644 --- a/application/Espo/Core/Utils/Authentication/LDAP.php +++ b/application/Espo/Core/Utils/Authentication/LDAP.php @@ -123,7 +123,7 @@ class LDAP extends Espo if (...
LDAP: Bug fixes for a portal user
espocrm_espocrm
train
php
c86c604b4b57b861d27785df968aee671a1e9f25
diff --git a/provision/docker/collector.go b/provision/docker/collector.go index <HASH>..<HASH> 100644 --- a/provision/docker/collector.go +++ b/provision/docker/collector.go @@ -62,7 +62,7 @@ func collectUnit(container container, units chan<- provision.Unit, wg *sync.Wait addr := strings.Replace(container.getAddres...
docker: changed collector behaviour. related to #<I>.
tsuru_tsuru
train
go,go
3f59147f59e13dac661de24fd509c2c383b34a1c
diff --git a/java/server/src/org/openqa/selenium/grid/distributor/local/LocalDistributor.java b/java/server/src/org/openqa/selenium/grid/distributor/local/LocalDistributor.java index <HASH>..<HASH> 100644 --- a/java/server/src/org/openqa/selenium/grid/distributor/local/LocalDistributor.java +++ b/java/server/src/org/op...
[grid] Make the host selector a field
SeleniumHQ_selenium
train
java
e4a0c158d23c5883dceb36facf9b007a0e6eb363
diff --git a/lib/class-wp-json-server.php b/lib/class-wp-json-server.php index <HASH>..<HASH> 100644 --- a/lib/class-wp-json-server.php +++ b/lib/class-wp-json-server.php @@ -356,6 +356,9 @@ class WP_JSON_Server { $route = substr( $item['href'], strlen( $api_root ) ); $request->set_route( $route ); + // ...
Always pass context=embed when embedding
WP-API_WP-API
train
php
1eedff0dcc958221344b1a60cefdba195894a83c
diff --git a/lib/tri/table/__init__.py b/lib/tri/table/__init__.py index <HASH>..<HASH> 100644 --- a/lib/tri/table/__init__.py +++ b/lib/tri/table/__init__.py @@ -1334,7 +1334,7 @@ class Table(RefinableObject): .filter(**self.bulk_filter) \ .exclude(**self.bulk_exclude) - if self._bul...
bulk_queryset should be usable to create your own bulk actions without using Table.bulk_form
TriOptima_tri.table
train
py
6ac4663692ab1f4906ca4006382fc504342dce56
diff --git a/lib/phusion_passenger/platform_info/apache.rb b/lib/phusion_passenger/platform_info/apache.rb index <HASH>..<HASH> 100644 --- a/lib/phusion_passenger/platform_info/apache.rb +++ b/lib/phusion_passenger/platform_info/apache.rb @@ -192,7 +192,7 @@ module PlatformInfo end # We don't want to match comm...
Correctly detect the Apache error log location in case the ErrorLog directive is indented
phusion_passenger
train
rb
67886045d45d4bcec767d4b3a22fbaa956dd32a1
diff --git a/scripts/ci/index_ref_doc.py b/scripts/ci/index_ref_doc.py index <HASH>..<HASH> 100644 --- a/scripts/ci/index_ref_doc.py +++ b/scripts/ci/index_ref_doc.py @@ -13,7 +13,7 @@ import tempfile import unittest import shutil from subprocess import check_call -from pkg_resources import parse_version +from pkg_r...
add filtering for extensions with max version (#<I>)
Azure_azure-cli-extensions
train
py
830c47399633e8ffbfc2f18912f9cca3e6e30fde
diff --git a/src/ServiceManager.php b/src/ServiceManager.php index <HASH>..<HASH> 100644 --- a/src/ServiceManager.php +++ b/src/ServiceManager.php @@ -141,6 +141,16 @@ class ServiceManager implements ServiceLocatorInterface protected $sharedByDefault = true; /** + * ServiceManager was already configured...
Reintroduced $configure for bc.
mxc-commons_mxc-servicemanager
train
php
ae7c0b0a2a70678912a4d87511f5269db54cc76f
diff --git a/spec/fafx_spec.rb b/spec/fafx_spec.rb index <HASH>..<HASH> 100644 --- a/spec/fafx_spec.rb +++ b/spec/fafx_spec.rb @@ -10,13 +10,13 @@ RSpec.describe Fafx do it 'Raise exception if date is out of range' do expect do - Fafx::ExchangeRate.at('2015-09-06', 'GBP', 'USD') + Fafx::ExchangeRate...
Fixes tests with new exceptions
FrankKair_fafx
train
rb
b407cb1ab555e4e774f197fee50fac99aa4ff670
diff --git a/src/deep-log/lib/Driver/RumSqsDriver.js b/src/deep-log/lib/Driver/RumSqsDriver.js index <HASH>..<HASH> 100644 --- a/src/deep-log/lib/Driver/RumSqsDriver.js +++ b/src/deep-log/lib/Driver/RumSqsDriver.js @@ -252,6 +252,23 @@ export class RumSqsDriver extends AbstractDriver { } /** + * @param {Funct...
Added getQueueAttributes method to RumSqsDriver
MitocGroup_deep-framework
train
js
c08fbd4759706e273cab6d0cb01e79fa9d2255ca
diff --git a/app/react-native/src/bin/storybook-start.js b/app/react-native/src/bin/storybook-start.js index <HASH>..<HASH> 100644 --- a/app/react-native/src/bin/storybook-start.js +++ b/app/react-native/src/bin/storybook-start.js @@ -1,9 +1,9 @@ #!/usr/bin/env node /* eslint-disable no-console */ - +/* eslint-disabl...
Updates storybook-start to use child_process instead of shelljs
storybooks_storybook
train
js
a7af63037c1c8d0df63a6b9b9ea6a4955c31f03e
diff --git a/hugolib/page.go b/hugolib/page.go index <HASH>..<HASH> 100644 --- a/hugolib/page.go +++ b/hugolib/page.go @@ -880,7 +880,7 @@ func (p *Page) getParam(key string, stringToLower bool) interface{} { func (p *Page) HasMenuCurrent(menu string, me *MenuEntry) bool { menus := p.Menus() - sectionPagesMenu := ...
Make suure SectionPagesMenu setting is always loaded per language
gohugoio_hugo
train
go
6a1a0eaa74a402bac1e93adfffaa418cb528e0f0
diff --git a/lib/contract_interact/helper.js b/lib/contract_interact/helper.js index <HASH>..<HASH> 100644 --- a/lib/contract_interact/helper.js +++ b/lib/contract_interact/helper.js @@ -71,6 +71,7 @@ const helper = { console.log("sendTxAsyncFromAddr :: Unlock Account", senderAddr); return web3RpcProvider.eth...
onReject should not be triggered if block is not mined for <I> blocks.
OpenSTFoundation_openst-platform
train
js
4e0962f137999cc59e5999ab08420fea5f838e75
diff --git a/src/bosh/agent/action/get_task.go b/src/bosh/agent/action/get_task.go index <HASH>..<HASH> 100644 --- a/src/bosh/agent/action/get_task.go +++ b/src/bosh/agent/action/get_task.go @@ -3,8 +3,6 @@ package action import ( boshtask "bosh/agent/task" bosherr "bosh/errors" - "encoding/json" - "errors" ) ...
remove unused method from get_task This was a hold over from before the action runner refactor
cloudfoundry_bosh-agent
train
go
5c05aca74c39c432aaa26c79a432719d666696ef
diff --git a/src/Exception/LowlevelException.php b/src/Exception/LowlevelException.php index <HASH>..<HASH> 100644 --- a/src/Exception/LowlevelException.php +++ b/src/Exception/LowlevelException.php @@ -123,6 +123,12 @@ HTML; */ public static function catchFatalErrors(Application $app, $flush = true) { ...
If a LowlevelException has been thrown, just echo it in shutdown and exit
bolt_bolt
train
php
7a713b15b719fc85ae93967521452bcb5ea27dd9
diff --git a/core/server/src/main/java/alluxio/master/file/meta/InodeTree.java b/core/server/src/main/java/alluxio/master/file/meta/InodeTree.java index <HASH>..<HASH> 100644 --- a/core/server/src/main/java/alluxio/master/file/meta/InodeTree.java +++ b/core/server/src/main/java/alluxio/master/file/meta/InodeTree.java @...
Making sure file object creation fails when the object already exists.
Alluxio_alluxio
train
java
2064b89470d6739349048b0d4459f180e068e7a0
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -69,7 +69,7 @@ yaml = [ 'title: "' + post.title.replace(/"/g, '\\"') + '"' , 'layout: "' + post.postType + '"' - , 'permalink: "' + path.normalize(prefix + '/' + post.p...
Fix paths on Windows Convert backslashes from filenames to forward slahses for permalinks
solderjs_blogger2jekyll
train
js
31b34964d3b4575f6f83d85a4d424f13591850e9
diff --git a/queryset_sequence.py b/queryset_sequence.py index <HASH>..<HASH> 100644 --- a/queryset_sequence.py +++ b/queryset_sequence.py @@ -178,8 +178,12 @@ class QuerySetSequence(IterableSequence): fields_getter = lambda i: chain_singleton(attrgetter(*field_names)(i)) # comparator gets the first n...
Fix when objects are found to be equal in ordering.
percipient_django-querysetsequence
train
py
f5d2fa1e30fe2cb5440900d16b776f301a3fb370
diff --git a/app/common/tracklist/controller.js b/app/common/tracklist/controller.js index <HASH>..<HASH> 100755 --- a/app/common/tracklist/controller.js +++ b/app/common/tracklist/controller.js @@ -17,13 +17,15 @@ angular.module('spotmop.common.tracklist', [ **/ $element.mouseup( function( event ){ +...
Only allow right-click track when selected
jaedb_spotmop
train
js
0824197521fcd30e523cd46eff6cc27c22388ed0
diff --git a/src/ufoLib2/pointPens/glyphPointPen.py b/src/ufoLib2/pointPens/glyphPointPen.py index <HASH>..<HASH> 100644 --- a/src/ufoLib2/pointPens/glyphPointPen.py +++ b/src/ufoLib2/pointPens/glyphPointPen.py @@ -1,6 +1,5 @@ from ufoLib2.objects.component import Component from ufoLib2.objects.contour import Contour...
glyphPointPen: allow positional arguments in addPoint the formatting is due to yapf, don't blame me...
fonttools_ufoLib2
train
py
c2a6b4ae241cb9d7a84004a170284393cfb36b78
diff --git a/lib/plugins/aws/metrics/awsMetrics.test.js b/lib/plugins/aws/metrics/awsMetrics.test.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/metrics/awsMetrics.test.js +++ b/lib/plugins/aws/metrics/awsMetrics.test.js @@ -175,8 +175,8 @@ describe('AwsMetrics', () => { name: 'func2', }, ...
Fix getMetrics test by wrapping date, as we don't call validate
serverless_serverless
train
js
7a2719fbf9421ee45b88bb65ef9e6718dae2ec4e
diff --git a/lib/fog/ecloud/compute.rb b/lib/fog/ecloud/compute.rb index <HASH>..<HASH> 100644 --- a/lib/fog/ecloud/compute.rb +++ b/lib/fog/ecloud/compute.rb @@ -2,7 +2,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), '..', 'ecloud')) require 'ipaddr' class IPAddr - def mask + def mask_string ...
add a method to IPAddr instead of breaking a useful one
fog_fog
train
rb
a48d2a7a070540b60d50b14a201ffeba02e390f8
diff --git a/activesupport/lib/active_support/core_ext/object/blank.rb b/activesupport/lib/active_support/core_ext/object/blank.rb index <HASH>..<HASH> 100644 --- a/activesupport/lib/active_support/core_ext/object/blank.rb +++ b/activesupport/lib/active_support/core_ext/object/blank.rb @@ -47,7 +47,11 @@ class NilClass...
Documented FalseClass#blank?
rails_rails
train
rb
e52a98e2f8876625baeece3477a138e0cd9e3a5b
diff --git a/client/src/main/java/io/atomix/copycat/client/session/ClientSessionSubmitter.java b/client/src/main/java/io/atomix/copycat/client/session/ClientSessionSubmitter.java index <HASH>..<HASH> 100644 --- a/client/src/main/java/io/atomix/copycat/client/session/ClientSessionSubmitter.java +++ b/client/src/main/jav...
Set command and query errors as retryable since these can potentially be recovered from
atomix_copycat
train
java
18ad8613f5f001283a093e8368b264f672e0d904
diff --git a/nion/instrumentation/camera_base.py b/nion/instrumentation/camera_base.py index <HASH>..<HASH> 100644 --- a/nion/instrumentation/camera_base.py +++ b/nion/instrumentation/camera_base.py @@ -833,7 +833,13 @@ def update_spatial_calibrations(data_element, stem_controller, camera, camera_ca if cam...
Handle calibration case where EELS data is returned as 1D.
nion-software_nionswift-instrumentation-kit
train
py
a28fc17fb8d7a3149d8fcc2543aa97b620791226
diff --git a/lib/puppet/pops/types/ruby_generator.rb b/lib/puppet/pops/types/ruby_generator.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/types/ruby_generator.rb +++ b/lib/puppet/pops/types/ruby_generator.rb @@ -257,7 +257,7 @@ class RubyGenerator < TypeFormatter opt.each do |ip| bld << rname(ip....
(maint) Corrections after merge conflict
puppetlabs_puppet
train
rb
f58a3a18977586d27fca0e44776ab5f975c91a0c
diff --git a/lib/Bacon/App.php b/lib/Bacon/App.php index <HASH>..<HASH> 100644 --- a/lib/Bacon/App.php +++ b/lib/Bacon/App.php @@ -96,11 +96,15 @@ class App return $this->use_root_controller(); } else { $this->controller_name = 'Controllers\\' . $this->router->route->join('\\'); + + if (!class_exists($...
fix(router): throwing exception for route not found
Brainsware_bacon
train
php
3eb75cbb05d9e14a9a4ca0701a16df68673e67ed
diff --git a/aikif/lib/cls_file.py b/aikif/lib/cls_file.py index <HASH>..<HASH> 100644 --- a/aikif/lib/cls_file.py +++ b/aikif/lib/cls_file.py @@ -217,7 +217,7 @@ class AudioFile(File): import aikif.toolbox.audio_tools as aud super(AudioFile, self).__init__(fname) self.meta = aud.get_audio_me...
fix for count lines with invalid filename
acutesoftware_AIKIF
train
py
d4cdbe94d162db5d8dc91abfc48ca96a3ec41ffd
diff --git a/wpull/processor/web.py b/wpull/processor/web.py index <HASH>..<HASH> 100644 --- a/wpull/processor/web.py +++ b/wpull/processor/web.py @@ -182,7 +182,8 @@ class WebProcessorSession(BaseProcessorSession): self._new_initial_request() ) - yield from self._process_loop() + ...
processor: Add context manager needed on web client session to fix conn pool
ArchiveTeam_wpull
train
py
86cfaaeab9d02a2f2f7827123e88b41eb3be9643
diff --git a/core/field_variable.js b/core/field_variable.js index <HASH>..<HASH> 100644 --- a/core/field_variable.js +++ b/core/field_variable.js @@ -58,6 +58,7 @@ Blockly.FieldVariable = function(varname, opt_validator, opt_variableTypes) { var hasSingleVarType = opt_variableTypes && (opt_variableTypes.length == 1...
fixed missing argType declaration (#<I>) ArgType was declared in field_dropdown, but not in field_varible. This prevented some css theming.
LLK_scratch-blocks
train
js
7d828b8671fc9d33f9f00c38f9d6ac443b693f58
diff --git a/PyFunceble.py b/PyFunceble.py index <HASH>..<HASH> 100755 --- a/PyFunceble.py +++ b/PyFunceble.py @@ -1796,6 +1796,7 @@ class Referer(object): self.ignored_extension = [ 'al', + 'ao', 'gr', 'np', 'pa', @@ -2570,7 +2571,7 @@ if __name...
Introduction of `ao` into the list of ignored extensions cf: No whois server.
funilrys_PyFunceble
train
py
b7172d3db21b7cc9fe7ab549de2a0a079e61528d
diff --git a/willow-servers/src/main/java/com/nitorcreations/willow/metrics/SaveEventsSocket.java b/willow-servers/src/main/java/com/nitorcreations/willow/metrics/SaveEventsSocket.java index <HASH>..<HASH> 100644 --- a/willow-servers/src/main/java/com/nitorcreations/willow/metrics/SaveEventsSocket.java +++ b/willow-ser...
Only print out messages if debug is defined in system props
NitorCreations_willow
train
java
93a8a64383bb9e881fcdb82426212dd89d41fe87
diff --git a/python/src/nnabla/utils/data_iterator.py b/python/src/nnabla/utils/data_iterator.py index <HASH>..<HASH> 100644 --- a/python/src/nnabla/utils/data_iterator.py +++ b/python/src/nnabla/utils/data_iterator.py @@ -38,9 +38,9 @@ from nnabla.logger import logger class DataIterator(object): '''DataIterato...
fix reference to data_iterator and data_source
sony_nnabla
train
py
08d2f6bb9e5766e228071bdc6277186c0edc8701
diff --git a/src/Watson/Active/ActiveServiceProvider.php b/src/Watson/Active/ActiveServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Watson/Active/ActiveServiceProvider.php +++ b/src/Watson/Active/ActiveServiceProvider.php @@ -18,8 +18,6 @@ class ActiveServiceProvider extends ServiceProvider { */ public fu...
Move the package registration to the service provider boot() method
dwightwatson_active
train
php
49f97de34c318f122c81d9530a408939de828903
diff --git a/detox/src/devices/IosDriver.js b/detox/src/devices/IosDriver.js index <HASH>..<HASH> 100644 --- a/detox/src/devices/IosDriver.js +++ b/detox/src/devices/IosDriver.js @@ -31,7 +31,7 @@ class IosDriver extends DeviceDriverBase { } async openURL(deviceId, params) { - this.client.openURL(params); + ...
Fix await in openURL Closes #<I>
wix_Detox
train
js
f614da48c38dbfed29705a01fc7e953b5bee9a3f
diff --git a/src/Illuminate/Filesystem/FilesystemAdapter.php b/src/Illuminate/Filesystem/FilesystemAdapter.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Filesystem/FilesystemAdapter.php +++ b/src/Illuminate/Filesystem/FilesystemAdapter.php @@ -370,6 +370,8 @@ class FilesystemAdapter implements FilesystemContract...
Add missed throws dockblock of FilesystemAdapter (#<I>)
laravel_framework
train
php
9ac5d204e359950c40bd655baeb18dfd97417c6f
diff --git a/keymap/sublime.js b/keymap/sublime.js index <HASH>..<HASH> 100644 --- a/keymap/sublime.js +++ b/keymap/sublime.js @@ -124,6 +124,7 @@ } cm.setSelections(newSelection); }); + cm.execCommand("indentAuto"); } cmds[map[ctrl + "Enter"] = "insertLineAfter"] = function(cm) { return i...
[sublime keymap] Auto-indent after insertLine
codemirror_CodeMirror
train
js
b74d55a9355cd5010f5ab4962d3e4c1306774709
diff --git a/goagen/gen_swagger/swagger.go b/goagen/gen_swagger/swagger.go index <HASH>..<HASH> 100644 --- a/goagen/gen_swagger/swagger.go +++ b/goagen/gen_swagger/swagger.go @@ -432,7 +432,7 @@ func itemsFromDefinition(at *design.AttributeDefinition) *Items { func responseFromDefinition(api *design.APIDefinition, r *...
Properly lookup Media Type when generating response swagger spec.
goadesign_goa
train
go
b017ab67c42bf0794d9aa4ff8d1c4026c16befec
diff --git a/rpcserver.go b/rpcserver.go index <HASH>..<HASH> 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -1194,7 +1194,7 @@ func (r *rpcServer) SendCoins(ctx context.Context, } rpcsLog.Infof("[sendcoins] addr=%v, amt=%v, sat/kw=%v, min_confs=%v, "+ - "sweep_all=%v", + "send_all=%v", in.Addr, btcutil.Amo...
rpcserver: replace sweep_all in log with send_all to match rpc arg
lightningnetwork_lnd
train
go
7a70c61dbdb1a2062d07ff6804fa67aea06fc030
diff --git a/app/controllers/generic_files_controller.rb b/app/controllers/generic_files_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/generic_files_controller.rb +++ b/app/controllers/generic_files_controller.rb @@ -9,7 +9,18 @@ class GenericFilesController < ApplicationController def new ...
added more metadata items based on the rdf datastreams. We may need more after further discussion with stakeholders. For now, this is enough. fixes #<I>
samvera_hyrax
train
rb
a8e1512f3afe3ad88a6f8d708aa4fd1f569ead21
diff --git a/pkg/maps/lxcmap/lxcmap.go b/pkg/maps/lxcmap/lxcmap.go index <HASH>..<HASH> 100644 --- a/pkg/maps/lxcmap/lxcmap.go +++ b/pkg/maps/lxcmap/lxcmap.go @@ -199,7 +199,7 @@ func DeleteElement(f EndpointFrontend) []error { errors := []error{} for _, k := range f.GetBPFKeys() { if err := LXCMap.Delete(k); er...
lxcmap: Improve error messages in DeleteElement() Include the map name here, so that the caller doesn't need to. Related: #<I>
cilium_cilium
train
go
3534f66a4fe9cbd3b4dbfb21819223ad8a7a51a1
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages setup( name='quizler', packages=find_packages(exclude=['tests', '*.test', '*.test.*']), - version='0.0.2', + version='0.0.3', description='Set of utils fo...
Release <I> with CLI entry_point fixes
quizl_quizler
train
py
7e2d5c43cb8714e3f0493e9d50256d0e1f343be7
diff --git a/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/TwoSecondIntersectionFinder.java b/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/TwoSecondIntersectionFinder.java index <HASH>..<HASH> 100644 --- a/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/TwoS...
Made TwoSecondsIntersectionFinder work with samples much longer than two seconds (e.g. subtitles)
sannies_mp4parser
train
java
ebd9dc56a5ed40cb2ca6c2432cec2f7b759d2a36
diff --git a/tests/backend/ini.py b/tests/backend/ini.py index <HASH>..<HASH> 100644 --- a/tests/backend/ini.py +++ b/tests/backend/ini.py @@ -98,6 +98,11 @@ class Test11(Test10): self._assert_dicts_equal(cnf, instance_check=True, ccls=MyDict, ref=CNF_0) + def test_15_loa...
enhancement: add a test case if ac_dict is given to loads method of ini's parser class
ssato_python-anyconfig
train
py
84db807e7689644664310ea90fa797ef49822817
diff --git a/libre/apps/data_drivers/models.py b/libre/apps/data_drivers/models.py index <HASH>..<HASH> 100644 --- a/libre/apps/data_drivers/models.py +++ b/libre/apps/data_drivers/models.py @@ -340,6 +340,16 @@ class SourceFileBased(models.Model): try: real_value = item.ro...
Add support for filter by the geometries properties: _length, _area, _type
commonwealth-of-puerto-rico_libre
train
py
52b05394f7c54e9f311f23b6f39f0888742b951b
diff --git a/code/libraries/koowa/controller/service.php b/code/libraries/koowa/controller/service.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/controller/service.php +++ b/code/libraries/koowa/controller/service.php @@ -28,7 +28,6 @@ abstract class KControllerService extends KControllerResource prot...
Cleanup. Removed persistable configuration option. Unused.
joomlatools_joomlatools-framework
train
php
08ba3ed9f4989effa1b1fa18fcbe3f0b7fdd41cb
diff --git a/src/TestSuite/Fixture/SchemaCleaner.php b/src/TestSuite/Fixture/SchemaCleaner.php index <HASH>..<HASH> 100644 --- a/src/TestSuite/Fixture/SchemaCleaner.php +++ b/src/TestSuite/Fixture/SchemaCleaner.php @@ -24,6 +24,8 @@ use Cake\Datasource\ConnectionManager; /** * This class will help dropping and tru...
Mark SchemaCleaner internal
cakephp_cakephp
train
php
22f773640ce79c91f328d14ef20de8361b2fb7f0
diff --git a/src/history.js b/src/history.js index <HASH>..<HASH> 100644 --- a/src/history.js +++ b/src/history.js @@ -113,15 +113,13 @@ class Branch { } remapping(from, to) { - let maps = [], mirrors = [] + let maps = new Mapping this.items.forEach((item, i) => { - if (item.mirrorOffset != null...
Don't use undocument Mapping constructor arg in Branch.remapping Issue prosemirror/prosemirror#<I>
ProseMirror_prosemirror-history
train
js
ce0d5ca19297984f1d995777603c802078f67ce8
diff --git a/framework/i18n/CDateFormatter.php b/framework/i18n/CDateFormatter.php index <HASH>..<HASH> 100644 --- a/framework/i18n/CDateFormatter.php +++ b/framework/i18n/CDateFormatter.php @@ -486,7 +486,7 @@ class CDateFormatter extends CComponent */ protected function formatTimeZone($pattern,$date) { - if($...
(Fixes issue <I>)
yiisoft_yii
train
php
db3ab32cdb72a5ba39035230828e461c4ccb75e8
diff --git a/src/base/RestActiveController.php b/src/base/RestActiveController.php index <HASH>..<HASH> 100644 --- a/src/base/RestActiveController.php +++ b/src/base/RestActiveController.php @@ -21,8 +21,6 @@ use luya\rest\ActiveController; */ class RestActiveController extends ActiveController implements UserBehavi...
fixed php <I> compatibility issue
luyadev_luya-module-admin
train
php
4683b6084b6672f42e9fbfc9df728517d6af8335
diff --git a/spec/unit/view_extensions/breadcrumbs_spec.rb b/spec/unit/view_extensions/breadcrumbs_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/view_extensions/breadcrumbs_spec.rb +++ b/spec/unit/view_extensions/breadcrumbs_spec.rb @@ -77,6 +77,22 @@ RSpec.describe Loaf::ViewExtensions, '#breadcrumbs' do ex...
Add tests for :exact match
piotrmurach_loaf
train
rb
0cbbec594c563c313c5932b93017ea6e2d4b8e7b
diff --git a/model/ddl.go b/model/ddl.go index <HASH>..<HASH> 100644 --- a/model/ddl.go +++ b/model/ddl.go @@ -137,8 +137,9 @@ func (job *Job) DecodeArgs(args ...interface{}) error { // String implements fmt.Stringer interface. func (job *Job) String() string { - return fmt.Sprintf("ID:%d, Type:%s, State:%s, Schema...
model: show RowCount value after the operation of `admin show ddl` (#<I>)
pingcap_tidb
train
go
bc9537550356dacb8485e601c40b111afee2c1b0
diff --git a/odl/test/operator/oputils_test.py b/odl/test/operator/oputils_test.py index <HASH>..<HASH> 100644 --- a/odl/test/operator/oputils_test.py +++ b/odl/test/operator/oputils_test.py @@ -171,12 +171,13 @@ def test_power_method_opnorm_nonsymm(): true_opnorm = 6 # Start vector (1, 1) is close to the w...
TST: update power method test. Give start guess to remove random fails.
odlgroup_odl
train
py
3c5c6b1ec5b12242c330ba90da7f541af27c2a31
diff --git a/src/DbProfilerServiceProvider.php b/src/DbProfilerServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/DbProfilerServiceProvider.php +++ b/src/DbProfilerServiceProvider.php @@ -26,7 +26,7 @@ class DbProfilerServiceProvider extends ServiceProvider private function isEnabled() { - if ...
DBP: Disabled only for production.
dmitry-ivanov_laravel-db-profiler
train
php
2a2f02f3fb8a377d1a642d79964aff8c3270ea96
diff --git a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java b/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/main/java/io/aeron/cluster/ConsensusModuleAgent.java +++ b/aeron-cluster/src/main/java/io/aeron/cluster/Consens...
[Java] Stop recording existing log on crash recovery before creating a recovery plan.
real-logic_aeron
train
java
f6104248cf137f7ba261908044a7999752cf1aa5
diff --git a/osuapi/connectors.py b/osuapi/connectors.py index <HASH>..<HASH> 100644 --- a/osuapi/connectors.py +++ b/osuapi/connectors.py @@ -74,9 +74,6 @@ try: def __init__(self, sess=None): self.sess = sess or requests.Session() - def __del__(self): - self.close() - ...
Don't run requests session close in __del__ Requests does it's own clean up, and running session.close() in __del__ is dangerous
khazhyk_osuapi
train
py
11c04d4727c0e81267fd83ee5b14806ec5d02d8c
diff --git a/common/config/test.php b/common/config/test.php index <HASH>..<HASH> 100644 --- a/common/config/test.php +++ b/common/config/test.php @@ -7,5 +7,8 @@ return [ 'class' => 'yii\web\User', 'identityClass' => 'common\models\User', ], + 'request' => [ + 'cook...
Added cookie validation key to tests config
yiisoft_yii2-app-advanced
train
php
3d51a65353dadc61abfd8ff7d821984cde81ec08
diff --git a/tweepy/streaming.py b/tweepy/streaming.py index <HASH>..<HASH> 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -180,7 +180,7 @@ class Stream(object): self.url += '&count=%s' % count self._start(async) - def filter(self, follow=None, track=None, async=False): + de...
Added filtering by locations to the streaming API.
tweepy_tweepy
train
py
e8e108ecae1dc5a0e2aed8d8abf0e64c51a1fdee
diff --git a/aiogram/__init__.py b/aiogram/__init__.py index <HASH>..<HASH> 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -10,5 +10,5 @@ except ImportError: else: asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -__version__ = '1.3.1' +__version__ = '1.3.2' __api_version__ = '3.6'
Oops. Bump [2]
aiogram_aiogram
train
py
28551cb73845ba9c05accc0da874bac428e71d6f
diff --git a/src/LaravelCommentServiceProvider.php b/src/LaravelCommentServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/LaravelCommentServiceProvider.php +++ b/src/LaravelCommentServiceProvider.php @@ -15,8 +15,11 @@ class LaravelCommentServiceProvider extends ServiceProvider */ public function boot...
Add date generation while publishing migrations Uses the migration stub and prefixes it with the current timestamp.
actuallymab_laravel-comment
train
php
5ea8ff095133eb8a9d8fe90f26f3d14b76b3ecdf
diff --git a/activerecord/lib/active_record/persistence.rb b/activerecord/lib/active_record/persistence.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/persistence.rb +++ b/activerecord/lib/active_record/persistence.rb @@ -204,6 +204,8 @@ module ActiveRecord # * updated_at/updated_on column is ...
updated rdoc to reflect info about readonly attribute
rails_rails
train
rb
927d378552a6089d9f7496fcb73703dafd5950db
diff --git a/lib/addons/memcached/index.js b/lib/addons/memcached/index.js index <HASH>..<HASH> 100644 --- a/lib/addons/memcached/index.js +++ b/lib/addons/memcached/index.js @@ -16,8 +16,8 @@ module.exports = function(app, connection) { obj._userJSONCopy = JSON.stringify(val); } - function populateMemcached...
populateMemcached takes a key and value
jsbin_jsbin
train
js
c29fda9a7850f8d0c7ffd70e6633d7cbce5a5f80
diff --git a/jpa/core/src/main/java/org/jboss/as/jpa/config/PersistenceUnitMetadataImpl.java b/jpa/core/src/main/java/org/jboss/as/jpa/config/PersistenceUnitMetadataImpl.java index <HASH>..<HASH> 100644 --- a/jpa/core/src/main/java/org/jboss/as/jpa/config/PersistenceUnitMetadataImpl.java +++ b/jpa/core/src/main/java/or...
AS7-<I> transformers should be final
wildfly_wildfly
train
java
e0524d2e1e0f8812780ea14fee1a1965b79e136e
diff --git a/Core/ModuleExtensionCleanerDebug.php b/Core/ModuleExtensionCleanerDebug.php index <HASH>..<HASH> 100644 --- a/Core/ModuleExtensionCleanerDebug.php +++ b/Core/ModuleExtensionCleanerDebug.php @@ -118,7 +118,7 @@ class ModuleExtensionCleanerDebug extends ModuleExtensionsCleaner */ protected functio...
fix method not found during upgrade as the method isMetadataVersionGreaterEqual is only availible on "module" class when module internals is upgrade during the upgrade it fails to access that method
OXIDprojects_oxid-module-internals
train
php
744c343a950cb130e70bc5dba9ef57cde8a5f0a8
diff --git a/node/dlpa/src/dlpa.js b/node/dlpa/src/dlpa.js index <HASH>..<HASH> 100644 --- a/node/dlpa/src/dlpa.js +++ b/node/dlpa/src/dlpa.js @@ -28,7 +28,20 @@ const MAG = 10 ** 5; // flatten returns a list which flatten the given matrix. function flatten(matrix) { const res = []; + + // If the given matrix...
Fixed creating wrong client classes and mishandling scalars and vectors in flatten.
jkawamoto_psi
train
js
d1e264307182f63e3df532eab1451749b861338e
diff --git a/packages/website/next.config.js b/packages/website/next.config.js index <HASH>..<HASH> 100644 --- a/packages/website/next.config.js +++ b/packages/website/next.config.js @@ -1,6 +1,5 @@ // @ts-check const transpileModules = require("next-transpile-modules"); -const React = require("react"); const PagesW...
Remove unnecessary reactRoot option from next config
reakit_reakit
train
js
ccad4554421cb7447e49c103637aa58a67a6a937
diff --git a/src/Dependency.php b/src/Dependency.php index <HASH>..<HASH> 100644 --- a/src/Dependency.php +++ b/src/Dependency.php @@ -145,7 +145,7 @@ final class Dependency implements DependencyInterface return; } $class = $compiler->compile($className, $bind); - /** @var class-st...
suppress ArgumentTypeCoercion * class-string doesn't work * do not assert(class_exists)
ray-di_Ray.Di
train
php
7f2be5788f4a3bd626df9dc2c40ba60e8ba83534
diff --git a/src/main/java/com/bladecoder/ink/runtime/Json.java b/src/main/java/com/bladecoder/ink/runtime/Json.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/bladecoder/ink/runtime/Json.java +++ b/src/main/java/com/bladecoder/ink/runtime/Json.java @@ -592,6 +592,8 @@ public class Json { controlCommandName...
Ref. C# commit: Bah stupid me for pushing before running unit tests. Fixed!
bladecoder_blade-ink
train
java
ce5a460d8bd76134b10ae198f6ee3c8968e68289
diff --git a/commands/delete.go b/commands/delete.go index <HASH>..<HASH> 100644 --- a/commands/delete.go +++ b/commands/delete.go @@ -86,7 +86,7 @@ func (c *DeleteCommand) deleteByPath(path string, quiet bool) ([]DeleteFailedCre if !quiet { succeeded := index + 1 - len(failedCredentials) - fmt.Printf("\033[...
feat: command finishes with newline * otherwise the prompt comes back at the end of the message.
cloudfoundry-incubator_credhub-cli
train
go
20f74b7196f260c363785e1316b57db3435a5860
diff --git a/app/Blueprint/Webserver/WebserverBlueprint.php b/app/Blueprint/Webserver/WebserverBlueprint.php index <HASH>..<HASH> 100644 --- a/app/Blueprint/Webserver/WebserverBlueprint.php +++ b/app/Blueprint/Webserver/WebserverBlueprint.php @@ -380,7 +380,7 @@ class WebserverBlueprint implements Blueprint, TakesDocke...
Webserver blueprint: delete rancherize.json in Dockerfile
ipunkt_rancherize
train
php
e93b51a5ca7b451e55d56632b2a1b314cf83f491
diff --git a/sonar-server/src/main/java/org/sonar/server/startup/RegisterNewProfiles.java b/sonar-server/src/main/java/org/sonar/server/startup/RegisterNewProfiles.java index <HASH>..<HASH> 100644 --- a/sonar-server/src/main/java/org/sonar/server/startup/RegisterNewProfiles.java +++ b/sonar-server/src/main/java/org/son...
Fix loading of Hibernate rules on MyBatis
SonarSource_sonarqube
train
java
55106e989c307decca9e45b4479db30a0f284268
diff --git a/src/Proj.php b/src/Proj.php index <HASH>..<HASH> 100644 --- a/src/Proj.php +++ b/src/Proj.php @@ -90,6 +90,8 @@ class Proj public $to_meter = 1.0; + + public $sphere = false; /** * Constructor: initialize
projections rely on $sphere being defined
proj4php_proj4php
train
php
d5025f2515537cd6978ea984b31ac01b22e7bddf
diff --git a/google-cloud-bigtable/lib/google/cloud/bigtable/chunk_reader.rb b/google-cloud-bigtable/lib/google/cloud/bigtable/chunk_reader.rb index <HASH>..<HASH> 100644 --- a/google-cloud-bigtable/lib/google/cloud/bigtable/chunk_reader.rb +++ b/google-cloud-bigtable/lib/google/cloud/bigtable/chunk_reader.rb @@ -39,7 ...
Bigtable: Fixed .positive? not present in ruby: <I>
googleapis_google-cloud-ruby
train
rb
91d0016ae6545c8ffc4c4c071b0ece512ab4cdaf
diff --git a/src/migrations/20140826104125_instagram_profile.php b/src/migrations/20140826104125_instagram_profile.php index <HASH>..<HASH> 100644 --- a/src/migrations/20140826104125_instagram_profile.php +++ b/src/migrations/20140826104125_instagram_profile.php @@ -22,8 +22,8 @@ class InstagramProfile extends Abstract...
use latest version of bootstrap for testing
infusephp_instagram
train
php
15ccae91db70ab5591de66001ee2f46d540e4e19
diff --git a/src/attributes.js b/src/attributes.js index <HASH>..<HASH> 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -307,7 +307,7 @@ jQuery.extend({ // Get the appropriate hook, or the formHook // if getSetAttribute is not supported and we have form objects in IE6/7 - hooks = jQuery.attrHooks[ na...
Switch the form nodeName check in attr to use jQuery.nodeName for consistency
jquery_jquery
train
js
4ab8de993a14c8378b9b1ac1d47af748bdf35d56
diff --git a/tests/integration/components/star-rating-test.js b/tests/integration/components/star-rating-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/components/star-rating-test.js +++ b/tests/integration/components/star-rating-test.js @@ -28,3 +28,20 @@ test('Renders the full and empty stars correctly',...
Add test to see if setAction is called on click
balinterdi_ember-cli-star-rating
train
js
0658fa64bdb656d1ff3484b8c3840508013abab0
diff --git a/pysc2/lib/renderer_human.py b/pysc2/lib/renderer_human.py index <HASH>..<HASH> 100644 --- a/pysc2/lib/renderer_human.py +++ b/pysc2/lib/renderer_human.py @@ -1033,10 +1033,15 @@ class RendererHuman(object): creep_mask = creep > 0 creep_color = creep_feature.color(creep) - player_featur...
Render the players with colors when viewing in observer mode. PiperOrigin-RevId: <I>
deepmind_pysc2
train
py
99aa2cf1046db98ef8bf5b7ffbba20b874be6740
diff --git a/app_init/tests/conftest.py b/app_init/tests/conftest.py index <HASH>..<HASH> 100644 --- a/app_init/tests/conftest.py +++ b/app_init/tests/conftest.py @@ -16,8 +16,8 @@ def clear_log_directory(): if os.path.isdir(file_path): shutil.rmtree(file_path) if os.path.isfi...
Update conftest.py fixed copy and paste
ThreatConnect-Inc_tcex
train
py
a25d58b7b855a698f935f963f2af52dcc25d31e3
diff --git a/lib/plugins/browsertime/index.js b/lib/plugins/browsertime/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/browsertime/index.js +++ b/lib/plugins/browsertime/index.js @@ -253,6 +253,10 @@ module.exports = { iteration: runIndex + 1 }) ); + ...
Remove axe artifacts that we sneak into extras
sitespeedio_sitespeed.io
train
js
0b0fb0c09748e8669f63025fed13f1be1de62e2d
diff --git a/telemetry/telemetry/page/actions/gesture_action.py b/telemetry/telemetry/page/actions/gesture_action.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/page/actions/gesture_action.py +++ b/telemetry/telemetry/page/actions/gesture_action.py @@ -21,7 +21,10 @@ class GestureAction(page_action.PageAction...
Disable auto narrowing for gesture that contains the wait_after BUG=<I> Review URL: <URL>
catapult-project_catapult
train
py
e46e6b18bc6da7fe14f2f936b68bcbd0318e6abb
diff --git a/org/postgresql/jdbc2/DatabaseMetaData.java b/org/postgresql/jdbc2/DatabaseMetaData.java index <HASH>..<HASH> 100644 --- a/org/postgresql/jdbc2/DatabaseMetaData.java +++ b/org/postgresql/jdbc2/DatabaseMetaData.java @@ -2014,12 +2014,12 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData ...
updated patch from Mark Lillywhite per Tom Lane's comments: subtract VARHDRSZ first then and with 0xffff
pgjdbc_pgjdbc
train
java
0591161e4696e91d1d5c1da4faa422a8a85e7359
diff --git a/tasks/locale.js b/tasks/locale.js index <HASH>..<HASH> 100644 --- a/tasks/locale.js +++ b/tasks/locale.js @@ -17,7 +17,7 @@ exports.default = gulpConfig => { .pipe( rename(path => { path.basename = path.basename.replace( - new RegExp(language, 'gi'), + ...
Fix for locale´s scopes. The language code is replaced in the basename of the file with translations globally.
seznam_IMA.js-gulp-tasks
train
js
5d703139a9812cad991708c589b0680bd88a0a6a
diff --git a/robolectric/src/main/java/org/robolectric/RobolectricTestRunner.java b/robolectric/src/main/java/org/robolectric/RobolectricTestRunner.java index <HASH>..<HASH> 100644 --- a/robolectric/src/main/java/org/robolectric/RobolectricTestRunner.java +++ b/robolectric/src/main/java/org/robolectric/RobolectricTestR...
Read test_config.properties as classpath resource.
robolectric_robolectric
train
java