hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4b645729252c4834f67c2ad145254c9ab1d9e6fd
diff --git a/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/GraphHopperGtfs.java b/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/GraphHopperGtfs.java index <HASH>..<HASH> 100644 --- a/reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/GraphHopperGtfs.java +++ b/reader-gtfs/src/main/java/com/graphhoppe...
minor fix for wrong http error #<I>
graphhopper_graphhopper
train
a3dd96202d700a76b55f79417dbc446924904d34
diff --git a/cmd.go b/cmd.go index <HASH>..<HASH> 100644 --- a/cmd.go +++ b/cmd.go @@ -40,12 +40,18 @@ type incomingMessage struct { BotCurrentNick string } +// CmdResult is the result message of V2 commands type CmdResult struct { - Channel string - Message string + Channel string // The channel where the bot sh...
Refactors puppet command, should not return error
go-chat-bot_bot
train
a4334bb67d1139109f6e1c7d9eded0f1999aa9c4
diff --git a/twython3k/twython.py b/twython3k/twython.py index <HASH>..<HASH> 100644 --- a/twython3k/twython.py +++ b/twython3k/twython.py @@ -9,7 +9,7 @@ """ __author__ = "Ryan McGrath <ryan@venodesigns.net>" -__version__ = "1.4.4" +__version__ = "1.4.6" import cgi import urllib.request, urllib.parse, urllib.e...
Somewhat bring 3k up to par; currently way behind, will fix after finishing Requests merge
ryanmcgrath_twython
train
d7831476dbd14bcdce60007fea58bf1151678c72
diff --git a/test/neo4j/neo_spec.rb b/test/neo4j/neo_spec.rb index <HASH>..<HASH> 100644 --- a/test/neo4j/neo_spec.rb +++ b/test/neo4j/neo_spec.rb @@ -13,12 +13,6 @@ require 'neo4j/spec_helper' #$NEO_LOGGER.level = Logger::DEBUG describe "Neo4j" do - before(:all) do - FileUtils.rm_rf '/tmp/neo4j' - Neo4j::Co...
Removed annoying stacktraces and log warnings. Some RSpecs shutdown neo and deleted the database in the wrong order
neo4jrb_neo4j
train
e196429e16f1e365450e513fb11dedb7b37f4104
diff --git a/src/main/java/org/aludratest/content/edifact/edifatto/EdiDiffDetailImpl.java b/src/main/java/org/aludratest/content/edifact/edifatto/EdiDiffDetailImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/aludratest/content/edifact/edifatto/EdiDiffDetailImpl.java +++ b/src/main/java/org/aludratest/conte...
Fixed Sonar issues in EdifactService implementation
AludraTest_aludratest
train
31723c456fcb92563135ddd682b98e8be3a74812
diff --git a/modules/angular-meteor-template.js b/modules/angular-meteor-template.js index <HASH>..<HASH> 100644 --- a/modules/angular-meteor-template.js +++ b/modules/angular-meteor-template.js @@ -1,77 +1,79 @@ var angularMeteorTemplate = angular.module('angular-meteor.template', []); -angularMeteorTemplate.run(['...
Make Template and Blaze weak dependencies
Urigo_angular-meteor
train
e3dbc985b0303bcc0c45b2997df8a7d0fd513a60
diff --git a/benchexec/model.py b/benchexec/model.py index <HASH>..<HASH> 100644 --- a/benchexec/model.py +++ b/benchexec/model.py @@ -618,6 +618,8 @@ class Run(): def _is_timeout(self): ''' try to find out whether the tool terminated because of a timeout ''' + if self.cputime is None: + ...
fix crash when analysing an incomplete result (without a time measurement)
sosy-lab_benchexec
train
75dfbe16421bc02cfc98d1d59f5f23107ab96bba
diff --git a/go/vt/withddl/withddl.go b/go/vt/withddl/withddl.go index <HASH>..<HASH> 100644 --- a/go/vt/withddl/withddl.go +++ b/go/vt/withddl/withddl.go @@ -69,7 +69,7 @@ func (wd *WithDDL) Exec(ctx context.Context, query string, fQuery interface{}, f } execDDL := execQuery if fDDL != nil { - execDDL, err = wd...
feat: bug-fix to use fDDL inside condition
vitessio_vitess
train
54f7e5d54b0e8f547dd2bae804b36694cd0f1601
diff --git a/registry/handlers/app.go b/registry/handlers/app.go index <HASH>..<HASH> 100644 --- a/registry/handlers/app.go +++ b/registry/handlers/app.go @@ -343,8 +343,12 @@ func (app *App) ServeHTTP(w http.ResponseWriter, r *http.Request) { // Instantiate an http context here so we can track the error codes // r...
When a request completes ensure only one log line is printed which includes the http response. When debugging non-successful registry requests this will place the error details and http status fields in the same log line giving easier visibility to what error occured in the request.
docker_distribution
train
1286f04a4ad25d84e793f329ab952fec2a0b067d
diff --git a/config/create-webpack-config-for-development.js b/config/create-webpack-config-for-development.js index <HASH>..<HASH> 100644 --- a/config/create-webpack-config-for-development.js +++ b/config/create-webpack-config-for-development.js @@ -5,7 +5,7 @@ const WebpackBar = require('webpackbar'); const HtmlWebp...
chore(mc-scripts): migrate to postcss-preset-env
commercetools_merchant-center-application-kit
train
f0031f123c8ca7a9b1e80965e53f73cb6874d8aa
diff --git a/Entity/WindowMaker.php b/Entity/WindowMaker.php index <HASH>..<HASH> 100644 --- a/Entity/WindowMaker.php +++ b/Entity/WindowMaker.php @@ -237,6 +237,41 @@ class WindowMaker } /** + * getEndTimeWithSeconds() + * + * e.g. 12:00:00 + * + * @author Tom Haskins-Vaughan <tom@harve...
Created HubWindowMakerRepository::getCalendarViewArray()
harvestcloud_CoreBundle
train
883746bfe59d423a36ae2c449d02a1364f008166
diff --git a/lib/fast_haml/static_hash_parser.rb b/lib/fast_haml/static_hash_parser.rb index <HASH>..<HASH> 100644 --- a/lib/fast_haml/static_hash_parser.rb +++ b/lib/fast_haml/static_hash_parser.rb @@ -79,12 +79,12 @@ module FastHaml @dynamic_attributes["#{key_static}-#{k}"] = v end el...
We cannot optimize to dynamic_attributes at Hash case
eagletmt_faml
train
bcfd3710fb49444eecc5a585c44ff5603b55437b
diff --git a/core/src/main/java/hudson/model/Run.java b/core/src/main/java/hudson/model/Run.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/model/Run.java +++ b/core/src/main/java/hudson/model/Run.java @@ -616,6 +616,16 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run...
[FIXED HUDSON-<I>] Maven incremental build now will rebuild modules which were failed/unstable in previous build, even if there were no changes for those modules in this build. git-svn-id: <URL>
jenkinsci_jenkins
train
60e22fea6e1e7ff3533ebfb69b5a3e9002a0f113
diff --git a/src/test/org/openscience/cdk/io/MDLCMLRoundtripTest.java b/src/test/org/openscience/cdk/io/MDLCMLRoundtripTest.java index <HASH>..<HASH> 100644 --- a/src/test/org/openscience/cdk/io/MDLCMLRoundtripTest.java +++ b/src/test/org/openscience/cdk/io/MDLCMLRoundtripTest.java @@ -75,10 +75,10 @@ public class MDLC...
The input header 'Marvin <I>D' is 2 characters longer than the output header 'CDK <I>'. This shifts the index by two characters.
cdk_cdk
train
816fceebc00d302f646cacd18820f2006300c877
diff --git a/bin/templates/scripts/cordova/lib/run.js b/bin/templates/scripts/cordova/lib/run.js index <HASH>..<HASH> 100644 --- a/bin/templates/scripts/cordova/lib/run.js +++ b/bin/templates/scripts/cordova/lib/run.js @@ -104,7 +104,8 @@ module.exports.run = function (argv) { if (useDevice) { ret...
CB-<I> - Cordova run popts don't make it through to ios-deploy on real device
apache_cordova-ios
train
dc38d3074cad785003f71554f4e59684b217af54
diff --git a/code/administrator/components/com_activities/databases/rows/activity.php b/code/administrator/components/com_activities/databases/rows/activity.php index <HASH>..<HASH> 100644 --- a/code/administrator/components/com_activities/databases/rows/activity.php +++ b/code/administrator/components/com_activities/d...
Moved sync logic to DB behavior. Only decode meta if it's a string.
joomlatools_joomlatools-framework-activities
train
053f7e26604b587e95fc23824845f90562ee32c6
diff --git a/MessageBag.php b/MessageBag.php index <HASH>..<HASH> 100755 --- a/MessageBag.php +++ b/MessageBag.php @@ -105,6 +105,10 @@ class MessageBag implements Arrayable, Countable, Jsonable, JsonSerializable, Me */ public function has($key) { + if ($this->isEmpty()) { + return fal...
Check if MessageBag is empty before checking keys exist
illuminate_support
train
9f3279337f55f5c6e9372c645567c017cea36fc8
diff --git a/gcloud_requests/datastore.py b/gcloud_requests/datastore.py index <HASH>..<HASH> 100644 --- a/gcloud_requests/datastore.py +++ b/gcloud_requests/datastore.py @@ -8,4 +8,3 @@ from .requests_connection import DatastoreConnection credentials = gcloud.credentials.get_credentials() connection = DatastoreCon...
Bump gcloud to <I>
LeadPages_gcloud_requests
train
0f3e42d3fb15441b43704355e13031f332d18bf0
diff --git a/lib/cucumber/formatter/console.rb b/lib/cucumber/formatter/console.rb index <HASH>..<HASH> 100644 --- a/lib/cucumber/formatter/console.rb +++ b/lib/cucumber/formatter/console.rb @@ -158,9 +158,7 @@ module Cucumber end end - def embed(file, mime_type, label) - # no-op - en...
Deprecate "embed" in favor of "attach"
cucumber_cucumber-ruby
train
53a3bc6404ed5582f72187d5a6f171f2dd86901d
diff --git a/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java b/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java index <HASH>..<HASH> 100644 --- a/aeron-cluster/src/test/java/io/aeron/cluster/DynamicMembershipTest.java +++ b/aeron-cluster/src/test/java/io/aeron/cluster/Dyna...
[Java] Improve waiting semantics in DynamicMembershipTest.
real-logic_aeron
train
ab7b189840661056acdfc2ae354f72ebd8eaf6fd
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v4.2.1 + +#### Bug fixes & Enhancements: +- [#222](https://github.com/HewlettPackard/oneview-sdk-ruby/issues/222) Error listing the OS Deployment Plans from OneView + # v4.2.0 #### New Resou...
Changed the URI '/rest/os-deployment-plans' to '/rest/os-deployment-plans/'
HewlettPackard_oneview-sdk-ruby
train
32ca0f722bd3f209b1c73c7c808eb99a103641b0
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -257,6 +257,32 @@ purchase.paid_with_custom_suffix #=> "Yes" purchase.amount_to_currency #=> "$20" # default suffix ``` +### Multiple Formatters + +With... + +```ruby +pruchase = Purchase.new +purchase.amount = 20 +```...
feat(): allow multiple formatters closes #7
platanus_human_attributes
train
7f1d2f5476cef74e339a3fa792d7ef29388a4759
diff --git a/src/org/pitaya/util/Strings.java b/src/org/pitaya/util/Strings.java index <HASH>..<HASH> 100644 --- a/src/org/pitaya/util/Strings.java +++ b/src/org/pitaya/util/Strings.java @@ -48,12 +48,25 @@ public final class Strings } /** + * Returns whether the given {@link CharSequence} is {@code null} or + ...
Minor improvement: added Strings.isNullOrBlank and Strings.isNullOrWhitespace
kocakosm_pitaya
train
6921c58cef317f6f02d4c7ea1da40d89523d1226
diff --git a/tests/unit/test_core.py b/tests/unit/test_core.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_core.py +++ b/tests/unit/test_core.py @@ -8,6 +8,7 @@ from datetime import datetime from mock import Mock, patch, call from sure import expect +from httpretty.compat import StringIO from httpretty.core ...
Python 3: do not hardcode class name in test_request_stubs_internals(). StringIO might be either 'StringIO.StringIO' or 'io.BytesIO' depending on the version of Python used. Do not hardcode the type in the test.
gabrielfalcao_HTTPretty
train
78d242280ea12100b6b35d075bb2265fc4b9e41a
diff --git a/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/Constructor.php b/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/Constructor.php index <HASH>..<HASH> 100644 --- a/src/ProxyManager/ProxyGenerator/LazyLoading/MethodGenerator/Constructor.php +++ b/src/ProxyManager/ProxyGenerator/LazyL...
Reverting changes to `ProxyManager\ProxyGenerator\LazyLoading\MethodGenerator\Constructor`, as it is unused in a lazy loading ghost
Ocramius_ProxyManager
train
3627ded9cbd309336d7dfbd09eef35ba62bbb617
diff --git a/src/main/java/com/squareup/javawriter/JavaWriter.java b/src/main/java/com/squareup/javawriter/JavaWriter.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/squareup/javawriter/JavaWriter.java +++ b/src/main/java/com/squareup/javawriter/JavaWriter.java @@ -34,6 +34,7 @@ import javax.lang.model.element...
Try to keep annotations on a single line
square_javapoet
train
85b9996518b4cf34043e35cd9e5c1b0f80d1296e
diff --git a/kie-api/src/main/java/org/kie/api/io/ResourceType.java b/kie-api/src/main/java/org/kie/api/io/ResourceType.java index <HASH>..<HASH> 100644 --- a/kie-api/src/main/java/org/kie/api/io/ResourceType.java +++ b/kie-api/src/main/java/org/kie/api/io/ResourceType.java @@ -119,6 +119,12 @@ public class ResourceTyp...
JBPM-<I> - CMMN excution support for case management (#<I>)
kiegroup_droolsjbpm-knowledge
train
96058538f01bf3fc4f2f7c25dbb2338f058f46c7
diff --git a/modules/caddyhttp/reverseproxy/streaming.go b/modules/caddyhttp/reverseproxy/streaming.go index <HASH>..<HASH> 100644 --- a/modules/caddyhttp/reverseproxy/streaming.go +++ b/modules/caddyhttp/reverseproxy/streaming.go @@ -33,8 +33,9 @@ func (h Handler) handleUpgradeResponse(rw http.ResponseWriter, req *htt...
reverseproxy: Logging for streaming and upgrades (#<I>) * reverseproxy: Enable error logging for connection upgrades * reverseproxy: Change some of the error levels, unsugar * Use unsugared log in one spot
mholt_caddy
train
64c86f235284266973e5bbfbbb29f1fd5c4c5558
diff --git a/resources/assets/js/files.app.js b/resources/assets/js/files.app.js index <HASH>..<HASH> 100644 --- a/resources/assets/js/files.app.js +++ b/resources/assets/js/files.app.js @@ -210,7 +210,7 @@ Files.App = new Class({ setState: function() { this.fireEvent('beforeSetState'); - if (thi...
#<I> Only merge cookie state if persistency is enabled
joomlatools_joomlatools-framework
train
9b1390ff71c0462f21931ec990c198714e1c39ec
diff --git a/js/functions.js b/js/functions.js index <HASH>..<HASH> 100644 --- a/js/functions.js +++ b/js/functions.js @@ -36,16 +36,25 @@ var initialize_force_directed = function(){ .data(graph.edges, function(d){return d.id}) .enter().append("svg:path") .classed("link",true) - .style("...
Edge Highlighting Edges now highlight their source and target on mouseover; Modified how node glyphs are identified
chadstolper_glo
train
03211391a56ada98ca69260de1cb7606076b7dd2
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -306,7 +306,9 @@ Buffer.prototype.slice = function(start, end) { Buffer.prototype.copy = function(target, target_start, start, end) { var source = this; start || (start = 0); - end || (end = this.length); + if (end ==...
Fix: buffer.copy ignores sourceEnd if it's set to 0
feross_buffer
train
aab7ccd7edd20c0efa2ff782b2db13c09ab3beb2
diff --git a/src/main/java/net/masterthought/cucumber/reducers/ReducingMethod.java b/src/main/java/net/masterthought/cucumber/reducers/ReducingMethod.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/masterthought/cucumber/reducers/ReducingMethod.java +++ b/src/main/java/net/masterthought/cucumber/reducers/Reduc...
Improves documentation for ReducingMethod (#<I>)
damianszczepanik_cucumber-reporting
train
2fa1a466424c8705366b752b3e40e4f980c680cc
diff --git a/analytics/src/main/java/com/segment/analytics/Client.java b/analytics/src/main/java/com/segment/analytics/Client.java index <HASH>..<HASH> 100644 --- a/analytics/src/main/java/com/segment/analytics/Client.java +++ b/analytics/src/main/java/com/segment/analytics/Client.java @@ -57,10 +57,16 @@ class Client ...
LIB-<I>: Double-check that input stream is closed… (#<I>) * Double-check that input/output streams are closed so connections aren’t leaked. * Reworked fix to be a little more surgical. * added `finally` handler in case of exception.
segmentio_analytics-android
train
b93f6db1f0bb55c6a3299f7a2c164130553ac74a
diff --git a/lib/providers/Provider.js b/lib/providers/Provider.js index <HASH>..<HASH> 100644 --- a/lib/providers/Provider.js +++ b/lib/providers/Provider.js @@ -130,33 +130,33 @@ Provider.prototype.removeMany = function (data, callback) { }; /** - * Find data by key from the underlying data store - * @param {Obje...
Reshuffled order in this "class"
Crafity_crafity-storage
train
0dda32f4fa633109c1fb75e62bf9c240d5a71930
diff --git a/modules/quantcastBidAdapter.js b/modules/quantcastBidAdapter.js index <HASH>..<HASH> 100644 --- a/modules/quantcastBidAdapter.js +++ b/modules/quantcastBidAdapter.js @@ -41,9 +41,10 @@ export const spec = { * `BidRequests`. * * @param {BidRequest[]} bidRequests A non-empty list of bid requests ...
Add GDPR support for Quantcast adapter (#<I>) * Add GDPR support for Quantcast adapter * Fix lint error
prebid_Prebid.js
train
56ec81941272758023a7a55bd97073652967b797
diff --git a/react-native/react/native/remote-component-loader.js b/react-native/react/native/remote-component-loader.js index <HASH>..<HASH> 100644 --- a/react-native/react/native/remote-component-loader.js +++ b/react-native/react/native/remote-component-loader.js @@ -9,7 +9,7 @@ const currentWindow = remote.getCurre...
making store shape the same if substore is passed
keybase_client
train
e81a5f630b1fa3b869673d093edf8ead1e090b0b
diff --git a/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js b/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js index <HASH>..<HASH> 100644 --- a/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js +++ b/packages/pob/lib/generators/core/yarn/CoreYarnGenerator.js @@ -70,6 +70,8 @@ export defa...
fix(pob): delete .yarn/sdks when pnp is disabled
christophehurpeau_pob-lerna
train
6ff4e17060a7c1ca9805e1c2c4acc9bcd415fc9f
diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -55,7 +55,7 @@ class AccountsController < ApplicationController @user = User.new(params[:user]) ...
remove duplucation about password generation add a password_generate on user
publify_publify
train
a64d92724ec7681d4eb6895a1a6c617fb659b9e1
diff --git a/spec/agent_config_spec.rb b/spec/agent_config_spec.rb index <HASH>..<HASH> 100644 --- a/spec/agent_config_spec.rb +++ b/spec/agent_config_spec.rb @@ -185,12 +185,12 @@ describe RightScale::AgentConfig do it 'should return configuration file paths for all agents' do @agent_config.cfg_dir = @cfg_di...
make tests reflect that order is not significant for AgentConfig cfg_files and cfg_agents lists
rightscale_right_agent
train
748cb6b40c0beaba118b0956a19d39c6a31bb7e0
diff --git a/lib/merb-core/test/matchers/view_matchers.rb b/lib/merb-core/test/matchers/view_matchers.rb index <HASH>..<HASH> 100644 --- a/lib/merb-core/test/matchers/view_matchers.rb +++ b/lib/merb-core/test/matchers/view_matchers.rb @@ -251,13 +251,13 @@ module Merb::Test::Rspec::ViewMatchers # ==== Returns ...
Patch for missing inner_content method bug in HasTag
wycats_merb
train
5464d386692fe7bbbb5580313f4837c1a6ac3cfb
diff --git a/test/lawnchair-spec.js b/test/lawnchair-spec.js index <HASH>..<HASH> 100644 --- a/test/lawnchair-spec.js +++ b/test/lawnchair-spec.js @@ -329,21 +329,29 @@ module('remove()', { } }); + test( 'chainable', function() { QUnit.expect(1); QUnit.stop(); - same(store.remove('me', function(...
save the items we're going to remove() in the tests. Should more clearly define the behavior. IDB otherwise throws.
brianleroux_lawnchair
train
3e49f0d874424fc4e908a35532bedac5eb10551b
diff --git a/examples/demo_helper.py b/examples/demo_helper.py index <HASH>..<HASH> 100644 --- a/examples/demo_helper.py +++ b/examples/demo_helper.py @@ -3,7 +3,10 @@ import pyregion import math -import pyfits +try: + from astropy.io import fits as pyfits +except ImportError: + import pyfits # At some po...
Preferentially use astropy.io.fits and astropy.wcs
astropy_pyregion
train
6406bdf4efdcbcc7e5fe7d704802aa20d063beaf
diff --git a/src/TestSuite/IntegrationTestTrait.php b/src/TestSuite/IntegrationTestTrait.php index <HASH>..<HASH> 100644 --- a/src/TestSuite/IntegrationTestTrait.php +++ b/src/TestSuite/IntegrationTestTrait.php @@ -511,19 +511,18 @@ trait IntegrationTestTrait } $this->_controller = $controller; ...
Improve flash message capturing Some view implementations (like inertiajs) manipulate flash messages and make them into view variables during the `View::render()` method. This breaks flash assertions as the messages are deleted. By capturing the messages with a early priority listener in the `Controller.beforeRender`...
cakephp_cakephp
train
f4b6e921a25a66d8f2020071f9ac5a864c5e9161
diff --git a/doc/source/whatsnew/v0.25.0.rst b/doc/source/whatsnew/v0.25.0.rst index <HASH>..<HASH> 100644 --- a/doc/source/whatsnew/v0.25.0.rst +++ b/doc/source/whatsnew/v0.25.0.rst @@ -666,6 +666,7 @@ I/O - Added ``cache_dates=True`` parameter to :meth:`read_csv`, which allows to cache unique dates when they are par...
Read from HDF with empty `where` throws an error (#<I>)
pandas-dev_pandas
train
3bfbd678139fdcf82887693d109afad6df9c45f9
diff --git a/logging_standard/__init__.py b/logging_standard/__init__.py index <HASH>..<HASH> 100644 --- a/logging_standard/__init__.py +++ b/logging_standard/__init__.py @@ -1,10 +1,20 @@ import os from threading import current_thread import logging -from flaskb3 import b3 +from logging import Formatter +import b3 ...
Starting to add Python 2 fallback.
davidcarboni_Flask-Sleuth
train
2e6ff72c316af5692a15f69c9252a45fb069c9ba
diff --git a/web/src/main/java/org/springframework/security/web/authentication/preauth/x509/SubjectDnX509PrincipalExtractor.java b/web/src/main/java/org/springframework/security/web/authentication/preauth/x509/SubjectDnX509PrincipalExtractor.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/org/springframework/s...
Update SubjectDnX<I>PrincipalExtractor.java Added missing asterisk
spring-projects_spring-security
train
ce4bd5d64c2caf734069339928e5d6c075e5b90c
diff --git a/moto/awslambda/models.py b/moto/awslambda/models.py index <HASH>..<HASH> 100644 --- a/moto/awslambda/models.py +++ b/moto/awslambda/models.py @@ -645,8 +645,10 @@ class LambdaStorage(object): self._arns[fn.function_arn] = fn return fn - def del_function(self, name, qualifier=None): -...
AWS Lambda - Allow function deletions by ARN
spulec_moto
train
6e95014c1f98ca0042d123c36c71d22340eed9f6
diff --git a/src/Model/Behavior/UploadBehavior.php b/src/Model/Behavior/UploadBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/UploadBehavior.php +++ b/src/Model/Behavior/UploadBehavior.php @@ -77,6 +77,8 @@ class UploadBehavior extends Behavior $data = $entity->get($field); $...
fix filename when renaming through nameCallback
FriendsOfCake_cakephp-upload
train
f4997bd121c076fe9feaae9eb8791e3eb2598459
diff --git a/queue/queue.go b/queue/queue.go index <HASH>..<HASH> 100644 --- a/queue/queue.go +++ b/queue/queue.go @@ -34,12 +34,6 @@ func New() *Queue { // Init initializes or clears queue q. func (q *Queue) Init() *Queue { q.rep = make([]interface{}, 1) - // I considered reusing the existing slice if all a client...
Refactored grow/shrink to resize, use WriteByte instead of WriteString.
phf_go-queue
train
748d1714d07177ef479655bdb69ec3cdb3f62ff6
diff --git a/src/Jobs/Controller/IndexController.php b/src/Jobs/Controller/IndexController.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Controller/IndexController.php +++ b/src/Jobs/Controller/IndexController.php @@ -30,8 +30,6 @@ class IndexController extends AbstractActionController public function indexAction...
* moved some bootstrap class names into the cam.less
yawik_jobs
train
ea1822385a01711b650894cdd923f5871e497d3a
diff --git a/lib/less/tree/color.js b/lib/less/tree/color.js index <HASH>..<HASH> 100644 --- a/lib/less/tree/color.js +++ b/lib/less/tree/color.js @@ -28,7 +28,17 @@ var transparentKeyword = "transparent"; tree.Color.prototype = { type: "Color", eval: function () { return this; }, - luma: function () { re...
Let `luma` follow spec The `luma` function found in LESS is not implemented as defined in the specification (<URL>).
less_less.js
train
9746c7b993789ae377d6a30838617fe83da9232c
diff --git a/holoviews/__init__.py b/holoviews/__init__.py index <HASH>..<HASH> 100644 --- a/holoviews/__init__.py +++ b/holoviews/__init__.py @@ -7,7 +7,7 @@ import param __version__ = param.Version(release=(0,7), fpath=__file__, commit="$Format:%h$", reponame='holoviews') -from .core i...
Fixed options import now options package is available at core
pyviz_holoviews
train
229dce59811d6cb28a34e8ba8dcf10c5be7af21b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -92,9 +92,20 @@ function watch () { const restart = () => { this.load() if (JSON.stringify(settings) !== JSON.stringify(this.settings)) { + + // close chokidars wp.close() ws.close() - serv...
Fixed watcher.close() error. Closes #3
davestewart_laravel-sketchpad-reload
train
11df2bd9a6c02f28a5ca3a31477971bc61ec6618
diff --git a/cmd/version.go b/cmd/version.go index <HASH>..<HASH> 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -44,6 +44,7 @@ func generateCmdOutput(out io.Writer, check bool) { fmt.Fprintln(out, "Build Commit: "+version.Vcs) fmt.Fprintln(out, "Build Timestamp: "+version.Timestamp) fmt.Fprintln(out, "Build...
cmd/version: include golang version in output I've seen this in other tools and I thought it was useful.
open-policy-agent_opa
train
7adb87df602b063108a02c7650b1ea0584568406
diff --git a/neo/Implementations/Blockchains/LevelDB/DebugStorage.py b/neo/Implementations/Blockchains/LevelDB/DebugStorage.py index <HASH>..<HASH> 100644 --- a/neo/Implementations/Blockchains/LevelDB/DebugStorage.py +++ b/neo/Implementations/Blockchains/LevelDB/DebugStorage.py @@ -18,7 +18,7 @@ class DebugStorage(): ...
Refactor typo for the word cloning (#<I>)
CityOfZion_neo-python
train
8e7008c01d0c12b5afd37a29f94b818219ad50c8
diff --git a/src/main/java/com/mercadopago/resources/ResultsPaging.java b/src/main/java/com/mercadopago/resources/ResultsPaging.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/mercadopago/resources/ResultsPaging.java +++ b/src/main/java/com/mercadopago/resources/ResultsPaging.java @@ -1,10 +1,16 @@ package co...
Replace Data with Getter lombok annotation also add javadoc and format code
mercadopago_dx-java
train
a364f8ad0c0a55e7707b65d94f4cf53c0af3545c
diff --git a/tests/unit/Adapter/UdpAdapterTest.php b/tests/unit/Adapter/UdpAdapterTest.php index <HASH>..<HASH> 100644 --- a/tests/unit/Adapter/UdpAdapterTest.php +++ b/tests/unit/Adapter/UdpAdapterTest.php @@ -169,4 +169,43 @@ EOF ] ]); } + + /** + * @group udp + */ + public fu...
Cover tag merge for UdpAdapter
corley_influxdb-php-sdk
train
519fd6f16ac21a006d66fdb427a321de80d26746
diff --git a/OAuth/ResourceOwner/SensioConnectResourceOwner.php b/OAuth/ResourceOwner/SensioConnectResourceOwner.php index <HASH>..<HASH> 100644 --- a/OAuth/ResourceOwner/SensioConnectResourceOwner.php +++ b/OAuth/ResourceOwner/SensioConnectResourceOwner.php @@ -24,14 +24,6 @@ class SensioConnectResourceOwner extends G...
Fix SymfonyConnet After some changes on SfConnect side, we need to update the resourceowner.
hwi_HWIOAuthBundle
train
9fca312ec37b1cf2405e266194c9f0b7d3b850ff
diff --git a/skyfield/vectorlib.py b/skyfield/vectorlib.py index <HASH>..<HASH> 100644 --- a/skyfield/vectorlib.py +++ b/skyfield/vectorlib.py @@ -160,10 +160,7 @@ def _correct_for_light_travel_time(observer, target): ts = t.ts cposition = observer.position.au cvelocity = observer.velocity.au_per_d - ...
Simplify light-time correction by calling `._at()`
skyfielders_python-skyfield
train
fe14afff6fdf46f1b1dda0f2643cd29a0b841595
diff --git a/cocaine/tools/dispatcher.py b/cocaine/tools/dispatcher.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/dispatcher.py +++ b/cocaine/tools/dispatcher.py @@ -220,7 +220,7 @@ def metrics(options): """Show services metrics """ options.executor.executeAction('metrics', **{ - 'runtime': o...
fix(tools): misprint - runtime->metrics
cocaine_cocaine-tools
train
cebeb3e5775209751dbe265a51acd67a8d438c03
diff --git a/Tone/core/Clock.js b/Tone/core/Clock.js index <HASH>..<HASH> 100644 --- a/Tone/core/Clock.js +++ b/Tone/core/Clock.js @@ -189,9 +189,8 @@ define(["Tone/core/Tone", "Tone/signal/TimelineSignal", "Tone/core/TimelineState */ Tone.Clock.prototype.stop = function(time){ time = this.toSeconds(time); - i...
clock goes to stop state immediately no need to test if it’s started.
Tonejs_Tone.js
train
be6d641d703e5b7d0f89eba69b98170aed2cd335
diff --git a/h2o-py/tests/testdir_algos/gbm/pyunit_gbm_random_grid_large.py b/h2o-py/tests/testdir_algos/gbm/pyunit_gbm_random_grid_large.py index <HASH>..<HASH> 100644 --- a/h2o-py/tests/testdir_algos/gbm/pyunit_gbm_random_grid_large.py +++ b/h2o-py/tests/testdir_algos/gbm/pyunit_gbm_random_grid_large.py @@ -42,7 +42,...
PUBDEV-<I>-pyunit_gbm_random_grid_large_fix. Change the assert model_num==5 to assert model_num <= 5 since there may not be enough time to build 5 models within <I> seconds. (#<I>)
h2oai_h2o-3
train
abe3bba8a8979488431910ef1f192020d4255ddf
diff --git a/ontrack-web/src/app/app.js b/ontrack-web/src/app/app.js index <HASH>..<HASH> 100644 --- a/ontrack-web/src/app/app.js +++ b/ontrack-web/src/app/app.js @@ -72,22 +72,39 @@ var ontrack = angular.module('ontrack', [ .config(function ($stateProvider, $urlRouterProvider) { // For any unmatc...
#<I> Using `ui-router` listen and sync to resume routing after the loading of extensions
nemerosa_ontrack
train
76c65f3db8f61c2234cd8535c8896abda07a2ed9
diff --git a/lib/fleximage/model.rb b/lib/fleximage/model.rb index <HASH>..<HASH> 100644 --- a/lib/fleximage/model.rb +++ b/lib/fleximage/model.rb @@ -23,6 +23,10 @@ module Fleximage # image with an id of 123 and a creation date of November 24, 2007. Turing this off would cause the path # to be "#{image_...
Allow master image storage form to be jpg ans well as png.
Squeegy_fleximage
train
7ac783197bcae20cf73bc016e8fdeaf793daeae2
diff --git a/src/Composer/Repository/VcsRepository.php b/src/Composer/Repository/VcsRepository.php index <HASH>..<HASH> 100644 --- a/src/Composer/Repository/VcsRepository.php +++ b/src/Composer/Repository/VcsRepository.php @@ -227,7 +227,8 @@ class VcsRepository extends ArrayRepository implements ConfigurableRepository...
Keep v prefix on pretty version for numerical branches
composer_composer
train
ec8f32b0c38faa11c860e42b2233d75ad0d0e5e0
diff --git a/src/storage/model-exporter.js b/src/storage/model-exporter.js index <HASH>..<HASH> 100644 --- a/src/storage/model-exporter.js +++ b/src/storage/model-exporter.js @@ -19,7 +19,7 @@ function getExporter(format) { // Optional convert parameters for API call if (options.filename) { - con...
Added outputFileName to dxf options
archilogic-com_3dio-js
train
970f0efd2cefab04352729b17712acd01387ea3a
diff --git a/oide/apps/filebrowser/static/filebrowser.js b/oide/apps/filebrowser/static/filebrowser.js index <HASH>..<HASH> 100644 --- a/oide/apps/filebrowser/static/filebrowser.js +++ b/oide/apps/filebrowser/static/filebrowser.js @@ -1,6 +1,6 @@ 'use strict'; -angular.module('oide.filebrowser', ['smart-table', 'ang...
add specs to check setting of current directory
SandstoneHPC_sandstone-ide
train
1528228f2b1d2aeb29b6b371248acf9134103998
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(*relative_path_parts): with open(path.join(HERE, *relative_path_parts), encoding=ENCODING) as f: return f.read() -VERSION = "0.4" +VERSION = "0.4-post" README = "README.rst" URL = "https://gith...
Version <I>-post The version number in `setup.py` was changed.
Drekin_win-unicode-console
train
5764a2dc8d080a709326c21387d02f2cb9eb56bf
diff --git a/core/src/playn/core/GroupLayer.java b/core/src/playn/core/GroupLayer.java index <HASH>..<HASH> 100644 --- a/core/src/playn/core/GroupLayer.java +++ b/core/src/playn/core/GroupLayer.java @@ -37,6 +37,17 @@ public interface GroupLayer extends Layer { void add(Layer layer); /** + * Adds the supplied...
Added GroupLayer.addAt(layer, tx, ty). This eases the extremely common action of adding a layer to a group at a particular position. I generally don't go crazy with helper methods, but after I've written: layer.transform().setTranslation(tx, ty); group.add(layer); for the six hundredth time, I start to dream abo...
threerings_playn
train
d4cefe94b9e930632b157b61421574ff24696c4a
diff --git a/lib/candevice.js b/lib/candevice.js index <HASH>..<HASH> 100644 --- a/lib/candevice.js +++ b/lib/candevice.js @@ -1,5 +1,5 @@ /** - * Copyright 2018 Scott Bender (scott@scottbender.net) + * Copyright 2018 Scott Bender (scott@scottbender.net) and Jouni Hartikainen (jouni.hartikainen@iki.fi) * * License...
chore: add Jouni to the copyright for the candevice stuff
canboat_canboatjs
train
b7e5862d8d2a7b4c63982bc96a79f91fec5a0e9b
diff --git a/dygraph.js b/dygraph.js index <HASH>..<HASH> 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2934,6 +2934,10 @@ Dygraph.prototype.updateOptions = function(attrs) { } if ('dateWindow' in attrs) { this.dateWindow_ = attrs.dateWindow; + this.zoomed_x_ = attrs.dateWindow != null; + } + if ('valueR...
Added setting of zoom flags when dateWindow and valueRange updated.
danvk_dygraphs
train
7f2888f9991dd5c872f63fb8c572a540140bfc72
diff --git a/vecnet/openmalaria/tests/__init__.py b/vecnet/openmalaria/tests/__init__.py index <HASH>..<HASH> 100644 --- a/vecnet/openmalaria/tests/__init__.py +++ b/vecnet/openmalaria/tests/__init__.py @@ -2,7 +2,6 @@ from .test_experiment import * from .test_output_parser import * from .test_scenario import * from...
Remove: import of deprecated package.
vecnet_vecnet.openmalaria
train
1e430a1904597228f7ec974dd8aa158f6b87cefd
diff --git a/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java b/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java index <HASH>..<HASH> 100644 --- a/tool/sdg/src/main/java/org/openscience/cdk/layout/StructureDiagramGenerator.java +++ b/tool/sdg/src/main/java...
Pass through afix/bfix when laying out sub fragments/salts.
cdk_cdk
train
e6fb64d09a5a72b73689f4eb0cba415091c2dccc
diff --git a/lib/celluloid.rb b/lib/celluloid.rb index <HASH>..<HASH> 100644 --- a/lib/celluloid.rb +++ b/lib/celluloid.rb @@ -5,6 +5,10 @@ require 'set' require 'celluloid/version' +if defined?(JRUBY_VERSION) && JRUBY_VERSION == "1.7.3" + raise "Celluloid is broken on JRuby 1.7.3. Please upgrade to 1.7.4+" +end ...
Raise on JRuby <I> warning Celluloid is broken After helping someone debug this *again* today I think our best bet is to simply have Celluloid raise if someone tries to require it on JRuby <I>: $ bundle exec irb -rcelluloid RuntimeError: Celluloid is broken on JRuby <I>. Please upgrade to <I>+
celluloid_celluloid
train
66106e9e4e3ce74a496826a9f029aa5e2fc5c274
diff --git a/cmd/mnemosynestress/config.go b/cmd/mnemosynestress/config.go index <HASH>..<HASH> 100644 --- a/cmd/mnemosynestress/config.go +++ b/cmd/mnemosynestress/config.go @@ -5,12 +5,14 @@ import ( "fmt" "os" "strings" + "math" ) const version = "0.0.0" type configuration struct { verbose bool + max ...
mnemosynestress changed to rotate over connection more frequently, max flag exposed so number of sessions can be adjusted
piotrkowalczuk_mnemosyne
train
ef526539e46051e3c29886698b9ae53681c5d605
diff --git a/tests/test_apps/exportbenchmark/src/exportbenchmark/ExportBenchmark.java b/tests/test_apps/exportbenchmark/src/exportbenchmark/ExportBenchmark.java index <HASH>..<HASH> 100644 --- a/tests/test_apps/exportbenchmark/src/exportbenchmark/ExportBenchmark.java +++ b/tests/test_apps/exportbenchmark/src/exportbenc...
Replaced generic Exception throws with more specific calls
VoltDB_voltdb
train
7d6b208f2bd904b082f9936bad9335ab9425c99c
diff --git a/src/Command/FixContextCommand.php b/src/Command/FixContextCommand.php index <HASH>..<HASH> 100644 --- a/src/Command/FixContextCommand.php +++ b/src/Command/FixContextCommand.php @@ -26,7 +26,7 @@ use Symfony\Component\Console\Output\OutputInterface; #[AsCommand(name: 'sonata:classification:fix-context', d...
Fix next major comment (#<I>)
sonata-project_SonataClassificationBundle
train
9fae895683bfc233220f1356a7ab510d879df91c
diff --git a/config/module.config.php b/config/module.config.php index <HASH>..<HASH> 100644 --- a/config/module.config.php +++ b/config/module.config.php @@ -319,6 +319,8 @@ return array( 'Location' => 'Zend\Form\Element\Text', 'Core/Spinner-Submit' => 'Core\Form\Element\SpinnerSubmit', ...
[Jobs] extends the job-editor
yawik_core
train
622aff819d8edc1e10c2eab7747c0fa2ad07808a
diff --git a/lib/ronin/environment.rb b/lib/ronin/environment.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/environment.rb +++ b/lib/ronin/environment.rb @@ -28,10 +28,8 @@ module Ronin # Ronin environment file ENVIRONMENT_FILE = File.join(Config::PATH,'environment.rb') - def Environment.load(path) + ...
* Do not load the environment automatically.
ronin-ruby_ronin
train
933ac6be83f47fb3178dd421d77e5557a893d702
diff --git a/test_setquery.py b/test_setquery.py index <HASH>..<HASH> 100644 --- a/test_setquery.py +++ b/test_setquery.py @@ -189,8 +189,11 @@ def test_daclookup(): "c.b": ["c.a"], } - # The node lookup and dependency operator + # The node lookup node_lookup = partial(strlookup, space=graph....
Separate dac lookup and operator definition
icio_evil
train
67d5dd0b2ed6c2719f5116e7b19cd64a964d6697
diff --git a/lib/client/template_engine.js b/lib/client/template_engine.js index <HASH>..<HASH> 100644 --- a/lib/client/template_engine.js +++ b/lib/client/template_engine.js @@ -70,7 +70,7 @@ module.exports = function(ss,options) { if (dir.charAt(0) === '/') { return path.join(options.dirs.template...
feature(paths): use template engine can be set relative to client directory
socketstream_socketstream
train
e606add30ebaa866fe36d5141606d982a03c2e29
diff --git a/src/MetaModels/Helper/ToolboxFile.php b/src/MetaModels/Helper/ToolboxFile.php index <HASH>..<HASH> 100644 --- a/src/MetaModels/Helper/ToolboxFile.php +++ b/src/MetaModels/Helper/ToolboxFile.php @@ -34,6 +34,7 @@ use Contao\File; use Contao\FilesModel; use Contao\Input; use Contao\PageError403; +use Cont...
Feature image size for provide responsive image
MetaModels_core
train
20a963e42b4acd71aaef9f663914ad6f30460421
diff --git a/lib/application.js b/lib/application.js index <HASH>..<HASH> 100644 --- a/lib/application.js +++ b/lib/application.js @@ -1938,13 +1938,14 @@ function loadHelpers() { function loadModels() { // Get models/ - var model, name, - self = this, + var self = this, modelCtor = protos.lib.mode...
Assign model driver references to app The driver for each model can now be accessed using the "Driver" suffix and the model name. For example: app.usersDriver.queryWhere(...);
derdesign_protos
train
655a1ed49911fe5a1d4f03b73d75165f4c59b9ac
diff --git a/syntax/printer.go b/syntax/printer.go index <HASH>..<HASH> 100644 --- a/syntax/printer.go +++ b/syntax/printer.go @@ -926,6 +926,9 @@ func (c *byteCounter) Flush() error { return nil } // stmtCols reports the length that s will take when formatted in a // single line. If it will span multiple lines, s...
syntax: fix crash related to comment padding If an input is crafted so that we call stmtCols within stmtCols, the lenPrinter field will be nil and we will panic with a nil pointer dereference. Since such recursive call means that the statement will span multiple lines, bail with -1 instead. Found via fuzzing.
mvdan_sh
train
29183cb2727807cae80ad0b9aab398617ccb5b9f
diff --git a/lib/data/Util.js b/lib/data/Util.js index <HASH>..<HASH> 100644 --- a/lib/data/Util.js +++ b/lib/data/Util.js @@ -111,10 +111,10 @@ export function arrTraverse(arr) { default: break; } - - if (j < arr.length - 1) { - result += '.'; - } + result += '.'; + } + if (result.endsWith('.')) { + ...
Check for and remove trailing . in arrTraverse
icon-project_icon-sdk-js
train
11ceb0906f0dfd255c80af8041677bb6b5b14140
diff --git a/ui/src/components/workflow/executions/WorkflowList.js b/ui/src/components/workflow/executions/WorkflowList.js index <HASH>..<HASH> 100644 --- a/ui/src/components/workflow/executions/WorkflowList.js +++ b/ui/src/components/workflow/executions/WorkflowList.js @@ -150,6 +150,9 @@ class Workflow extends React....
workflow table page will now reset to 0 when search is applied
Netflix_conductor
train
f2f58655e85c4629276f37b4334c3ddf9f939933
diff --git a/lib/vagrant/ui.rb b/lib/vagrant/ui.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/ui.rb +++ b/lib/vagrant/ui.rb @@ -76,7 +76,7 @@ module Vagrant opts = {} opts = data.pop if data.last.kind_of?(Hash) - target = opts[:scope] || "" + target = opts[:target] || "" ...
core: get rid of more references to scope, old terminology
hashicorp_vagrant
train
becbe089d82150376694fc1f2e14bf4ac0ded3ea
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 3.3.1 - 2021-06-18 + +- Updated logger to show more meta information +- Fixed bug causing two log messages to be printed + ## Version 3.3.0 - 2021-06-16 - Added get...
Fixed logging (#<I>) * Fixed logging * changelog
LucidtechAI_las-sdk-python
train
e419913ec7e91627242b0381a6e04e4a1265e52d
diff --git a/src/Event/ReadModel/JSONLD/EventLDProjector.php b/src/Event/ReadModel/JSONLD/EventLDProjector.php index <HASH>..<HASH> 100644 --- a/src/Event/ReadModel/JSONLD/EventLDProjector.php +++ b/src/Event/ReadModel/JSONLD/EventLDProjector.php @@ -58,6 +58,7 @@ use CultuurNet\UDB3\Offer\ReadModel\JSONLD\OfferUpdate;...
III-<I> Forgot import for FacilitiesUpdated in EventLDProjector.
cultuurnet_udb3-php
train
540fe94ec01a85ef76da15e8b5efd889ace9769e
diff --git a/config/list/library-msil.lst b/config/list/library-msil.lst index <HASH>..<HASH> 100644 --- a/config/list/library-msil.lst +++ b/config/list/library-msil.lst @@ -150,7 +150,6 @@ io/Position.scala #runtime/AtomicReference.java #runtime/FNV_Hash.java -#runtime/PearsonHash.java #runtime/IOMap.java #runt...
- added function in FNV_Hash to add an integer ... - added function in FNV_Hash to add an integer to a hash, to be able to remove PearsonHash, - removed PearsonHash and all uses thereof, - removed isStronglyTrivial from TypeConstructor, as no constructor exists for strongly trivial types anymore
scala_scala
train
a1dc20bf5ec2d88eb4cfbb2e37d63bb215ceb9cb
diff --git a/src/Reader.php b/src/Reader.php index <HASH>..<HASH> 100644 --- a/src/Reader.php +++ b/src/Reader.php @@ -104,7 +104,8 @@ class Reader $this->extension = $finder->getExtension(); $this->writer = new Writer($finder->getExtension(), $finder->getContents()); - + $this->writer->addFile($this-...
Updated reader class to pass file to writer when its built so the class can successfully write to file
Danzabar_config-builder
train
cd07edc61eb28b66335ac814e5f268e27a1b3f82
diff --git a/src/aws_encryption_sdk/identifiers.py b/src/aws_encryption_sdk/identifiers.py index <HASH>..<HASH> 100644 --- a/src/aws_encryption_sdk/identifiers.py +++ b/src/aws_encryption_sdk/identifiers.py @@ -271,6 +271,8 @@ class WrappingAlgorithm(Enum): RSA_PKCS1 = (EncryptionType.ASYMMETRIC, rsa, padding.PKCS...
add support for SHA<I> and SHA<I> for use with RSA OAEP wrapping algorithms
aws_aws-encryption-sdk-python
train
be61f97ad7a2c24e28dc0fc9fca13e6e304d3e8c
diff --git a/interp/interp.go b/interp/interp.go index <HASH>..<HASH> 100644 --- a/interp/interp.go +++ b/interp/interp.go @@ -20,6 +20,11 @@ import ( // A Runner interprets shell programs. It cannot be reused once a // program has been interpreted. // +// Note that writes to Stdout and Stderr may not be sequential....
interp: bytes.Buffer is not goroutine-safe The race detector was picking this up. It is right, but the bug is in the test code, not the production one. Also add a comment clarifying.
mvdan_sh
train
fcaa835ce1830579b9115ea8079ea6fa8cc46b26
diff --git a/src/tuwien/auto/calimero/serial/RxtxAdapter.java b/src/tuwien/auto/calimero/serial/RxtxAdapter.java index <HASH>..<HASH> 100644 --- a/src/tuwien/auto/calimero/serial/RxtxAdapter.java +++ b/src/tuwien/auto/calimero/serial/RxtxAdapter.java @@ -1,5 +1,5 @@ /* - Calimero NG - A library for KNX network acc...
Replace NG with 2 in file comment
calimero-project_calimero-rxtx
train
6564f952606f53fef9ff462bc80add23c372b32c
diff --git a/tests/Doctrine/Tests/ORM/Cache/DefaultCacheFactoryTest.php b/tests/Doctrine/Tests/ORM/Cache/DefaultCacheFactoryTest.php index <HASH>..<HASH> 100644 --- a/tests/Doctrine/Tests/ORM/Cache/DefaultCacheFactoryTest.php +++ b/tests/Doctrine/Tests/ORM/Cache/DefaultCacheFactoryTest.php @@ -274,7 +274,7 @@ class Def...
Typo fix (region should be named `'bar'`, not `'foo'`
doctrine_orm
train
f58e5726fb57df33440104dd75f08da5d0d0f63f
diff --git a/btb/benchmark/__init__.py b/btb/benchmark/__init__.py index <HASH>..<HASH> 100644 --- a/btb/benchmark/__init__.py +++ b/btb/benchmark/__init__.py @@ -42,7 +42,7 @@ def evaluate_tuner(name, tuner, challenges, iterations): tuner_results = [] for challenge in challenges: try: - i...
Update isinstance and isssubclass.
HDI-Project_BTB
train
5a110c8396177d2d7026b1478fd3d23186d24a89
diff --git a/tests/test_cli.py b/tests/test_cli.py index <HASH>..<HASH> 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -105,7 +105,7 @@ def test_python2(): shprint(cmd, 'build-python', _debug=True) #: And run - shprint(cmd, 'run-android', _debug=True) + # TOD...
Only use crystax for now (NDK build needs fixed)
codelv_enaml-native-cli
train
3e19dced4dd7da8730700f758ffbb1f4f4039dd0
diff --git a/owslib/wmts.py b/owslib/wmts.py index <HASH>..<HASH> 100644 --- a/owslib/wmts.py +++ b/owslib/wmts.py @@ -349,6 +349,21 @@ TILEMATRIX=6&TILEROW=4&TILECOL=4&FORMAT=image%2Fjpeg' tilematrixset=None, tilematrix=None, row=None, column=None, **kwargs): + ...
- added the same checks and defaults to buildTileResource() as there already exist in buildTileRequest() - rows and columns must have the same type in buildTileResource() and buildTileRequest(): int - added a simple test case which uses REST (www.basemap.at)
geopython_OWSLib
train
73bb00496e4483ab52da3a1cd64d9c4acfa1d0a3
diff --git a/lib/graphql/unauthorized_error.rb b/lib/graphql/unauthorized_error.rb index <HASH>..<HASH> 100644 --- a/lib/graphql/unauthorized_error.rb +++ b/lib/graphql/unauthorized_error.rb @@ -15,7 +15,7 @@ module GraphQL attr_reader :context def initialize(message = nil, object: nil, type: nil, context: ...
Support returning false from Query.authorized?
rmosolgo_graphql-ruby
train
c508381b546f03eed81ceb50a09e1e8980cb2828
diff --git a/src/webroot/cms/content-manager/sitemaprecycle/SitemaprecycleAction.php b/src/webroot/cms/content-manager/sitemaprecycle/SitemaprecycleAction.php index <HASH>..<HASH> 100644 --- a/src/webroot/cms/content-manager/sitemaprecycle/SitemaprecycleAction.php +++ b/src/webroot/cms/content-manager/sitemaprecycle/Si...
Bug #<I>: Page with synche global block restore from recycle - js
sitesupra_sitesupra
train