hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
14ba3523593bbd2558b8fe2290e49b5ca0edfd07
diff --git a/statuspage/statuspage.py b/statuspage/statuspage.py index <HASH>..<HASH> 100644 --- a/statuspage/statuspage.py +++ b/statuspage/statuspage.py @@ -144,7 +144,7 @@ def run_upgrade(name, token, org): content = f.read() if template in files: repo_template = repo.get_c...
fix: create and update github commands #<I> (#<I>) * Fix create and update github commands #<I> - Change get_file_contents to get_contents - Remove beginning '/' on paths * Fix the unit tests
jayfk_statuspage
train
d3e7d1549b7efe37e552cf57f99f39609d76662f
diff --git a/src/FeedIo/Reader/Fixer/LastModified.php b/src/FeedIo/Reader/Fixer/LastModified.php index <HASH>..<HASH> 100644 --- a/src/FeedIo/Reader/Fixer/LastModified.php +++ b/src/FeedIo/Reader/Fixer/LastModified.php @@ -12,11 +12,28 @@ namespace FeedIo\Reader\Fixer; use FeedIo\FeedInterface; use FeedIo\Reader\Fi...
rename setRight() to correct()
alexdebril_feed-io
train
68cd8f89d188e7cbc1f9698fa576c704e73550d6
diff --git a/kodi_voice/kodi.py b/kodi_voice/kodi.py index <HASH>..<HASH> 100644 --- a/kodi_voice/kodi.py +++ b/kodi_voice/kodi.py @@ -737,6 +737,10 @@ class Kodi: return self.SendCommand(RPCString("Input.Back"), False) + def DownloadSubtitles(self): + return self.SendCommand(RPCString("GUI.ActivateWindow"...
Add command for opening Download Subtitles window
m0ngr31_kodi-voice
train
9bacf2464ff68b88ee5d3211dbfa35fbe553889c
diff --git a/tang/src/test/java/com/microsoft/tang/implementation/protobuf/TestClassHierarchyRoundTrip.java b/tang/src/test/java/com/microsoft/tang/implementation/protobuf/TestClassHierarchyRoundTrip.java index <HASH>..<HASH> 100644 --- a/tang/src/test/java/com/microsoft/tang/implementation/protobuf/TestClassHierarchyR...
change the generated test file to target folder
apache_reef
train
8d6c9c27e8fb0d90e51e1f9f10d222bd5c85660c
diff --git a/src/global.js b/src/global.js index <HASH>..<HASH> 100644 --- a/src/global.js +++ b/src/global.js @@ -1,6 +1,7 @@ // Global mind map parameters export default { options: { + "font-family": "Arial, Helvetica, sans-serif", "center-onresize": true, "drag": true, "zoom"...
[fix] fix mind map font family
Mindmapp_mmp
train
ac7de6bc28e359e3f4573831285fcabd3c1aa36b
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ function ImmutableThunk(renderFn, state, proto, equalStates, equalRenders) { var proto = proto !== undefined && proto !== null ? proto : {}; if (Object.prototype.toString.call(proto) !== '[object O...
enhancement(index.js): make some functions out of scope (thanks @neonstalwart)
kuraga_vnode-immutable-thunk
train
7f1f93d48c7d043027e2778f6d7ccbb646049df1
diff --git a/protocol.go b/protocol.go index <HASH>..<HASH> 100644 --- a/protocol.go +++ b/protocol.go @@ -12,7 +12,7 @@ import ( // be read from the wire, if Listener.ReaderHeaderTimeout is not set. // It's kept as a global variable so to make it easier to find and override, // e.g. go build -ldflags -X "github.com...
Bump DefaultReadHeaderTimeout to <I>s When dealing with slow networks and TLS, <I>ms is often hit. Bump the default timeout to <I>s, which is what crupto/tls uses for the TLS handshake. Closes: <URL>
pires_go-proxyproto
train
4cb6ed323642fb8b59d5d22eee0b4340b9c46cca
diff --git a/lib/ohai/mixin/command.rb b/lib/ohai/mixin/command.rb index <HASH>..<HASH> 100644 --- a/lib/ohai/mixin/command.rb +++ b/lib/ohai/mixin/command.rb @@ -32,11 +32,17 @@ module Ohai m = Mixlib::ShellOut.new(cmd) begin m.run_command - Ohai::Log.debug("Plugin #{self.name} su...
Log non-0 exit codes and raise our own exception
chef_ohai
train
cb15e642e678d4fc568531ca23d575cf51e29d74
diff --git a/spec/pivotal/story_spec.rb b/spec/pivotal/story_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pivotal/story_spec.rb +++ b/spec/pivotal/story_spec.rb @@ -31,12 +31,12 @@ describe Pivotal::Story do end it "should be able to update other attributes when marking the story as started" do - verify_...
story spec shouldn't depend on order of items in a hash
trydionel_git-pivotal
train
09c986715e718841fa2f025450f3964009d04406
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -16,5 +16,5 @@ setup(name='windpowerlib', 'windpowerlib': [os.path.join('data', '*.csv')]}, long_description=read('README.rst'), zip_safe=False, - install_requires=['pandas >= 0.19.1', + inst...
Limit pandas version to the <I>.x major release
wind-python_windpowerlib
train
8dc65e11bfdd7ee9b37aa2f57ab69621adb3abfb
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/browse/staticDataSource.js b/bundles/org.eclipse.orion.client.ui/web/orion/widgets/browse/staticDataSource.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/browse/staticDataSource.js +++ b/bundles/org.eclipse.or...
Readonly file widget: Make *.jar files downloadable.
eclipse_orion.client
train
159120cddda176a46246b0b60cc37701644eafd4
diff --git a/hugolib/config.go b/hugolib/config.go index <HASH>..<HASH> 100644 --- a/hugolib/config.go +++ b/hugolib/config.go @@ -110,7 +110,7 @@ func LoadConfig(d ConfigSourceDescriptor, doWithConfig ...func(cfg config.Provid // Config deprecations. // We made this a Glob pattern in Hugo 0.75, we don't need both....
Fix deprecation notice Asterisks needs to be quoted on command line.
gohugoio_hugo
train
81cbab2c66cc7a8f207a04427323ae8e628465da
diff --git a/pprofile.py b/pprofile.py index <HASH>..<HASH> 100755 --- a/pprofile.py +++ b/pprofile.py @@ -231,8 +231,11 @@ class _FileTiming(object): entry[2] += duration def getHitStatsFor(self, line): - for code, (hits, duration) in self.line_dict.get(line, {None: (0, 0)}).iteritems(): - ...
pprofile: Do not emit 0-hit, 0-microseconds lines in cachegrind output. In turn, this allows simplifying _iterFile.
vpelletier_pprofile
train
2addeae2db6db6fa5ac95b01907b5a5939b80abb
diff --git a/netty/src/main/java/io/grpc/transport/netty/NettyClientHandler.java b/netty/src/main/java/io/grpc/transport/netty/NettyClientHandler.java index <HASH>..<HASH> 100644 --- a/netty/src/main/java/io/grpc/transport/netty/NettyClientHandler.java +++ b/netty/src/main/java/io/grpc/transport/netty/NettyClientHandle...
NettyClientHandler should handle all exceptionCaught()s If NettyClientHandler doesn't then the exception will propagate to the end of the pipeline, get logged, and cause any open calls to hang.
grpc_grpc-java
train
1267ed047f2f6fe0c2085e0d4a120cb1b463cd76
diff --git a/gremlin-python/src/main/jython/gremlin_python/structure/io/graphson.py b/gremlin-python/src/main/jython/gremlin_python/structure/io/graphson.py index <HASH>..<HASH> 100644 --- a/gremlin-python/src/main/jython/gremlin_python/structure/io/graphson.py +++ b/gremlin-python/src/main/jython/gremlin_python/struct...
removed unuseful type check in Int<I>IO class
apache_tinkerpop
train
3d5eac698290c4bc6ea7d23c2584a948372d4fb2
diff --git a/tasks/angular-builder.js b/tasks/angular-builder.js index <HASH>..<HASH> 100644 --- a/tasks/angular-builder.js +++ b/tasks/angular-builder.js @@ -153,6 +153,8 @@ module.exports = function (grunt) // On release mode, output an optimized script. else buildReleasePackage (options.main, fileG...
Required scripts paths export - for integration wih other Grunt plugins.
claudio-silva_grunt-angular-builder
train
7e31df39877d95446b48c8064e55ebef48d4e5c6
diff --git a/core/transaction_pool.go b/core/transaction_pool.go index <HASH>..<HASH> 100644 --- a/core/transaction_pool.go +++ b/core/transaction_pool.go @@ -356,11 +356,12 @@ func (self *TxPool) RemoveTransactions(txs types.Transactions) { self.mu.Lock() defer self.mu.Unlock() for _, tx := range txs { - self.r...
bugfix, pending transaction was resend with new gas price/limit but not removed from transaction pool
ethereum_go-ethereum
train
29f658fd3cda71aec88e5eb3fb59b30b19be5508
diff --git a/bridge/xmpp/xmpp.go b/bridge/xmpp/xmpp.go index <HASH>..<HASH> 100644 --- a/bridge/xmpp/xmpp.go +++ b/bridge/xmpp/xmpp.go @@ -114,6 +114,9 @@ func (b *Bxmpp) createXMPP() error { ServerName: strings.Split(b.GetString("Jid"), "@")[1], InsecureSkipVerify: b.GetBool("SkipTLSVerify"), // nolint: ...
Use DebugWriter after upstream changes (xmpp)
42wim_matterbridge
train
42e4c84c624e74f24a580cf802dabb8c9216fddb
diff --git a/lib/childprocess/unix/posix_spawn_process.rb b/lib/childprocess/unix/posix_spawn_process.rb index <HASH>..<HASH> 100644 --- a/lib/childprocess/unix/posix_spawn_process.rb +++ b/lib/childprocess/unix/posix_spawn_process.rb @@ -37,7 +37,9 @@ module ChildProcess attrs.flags = flags - GC.di...
JRuby doesn't support GC.{disable,enable}, so do this properly right away.
enkessler_childprocess
train
095fc79e628d6b6bf02d6852cf425356db4580c8
diff --git a/tests/log_parser/test_artifact_builder_collection.py b/tests/log_parser/test_artifact_builder_collection.py index <HASH>..<HASH> 100644 --- a/tests/log_parser/test_artifact_builder_collection.py +++ b/tests/log_parser/test_artifact_builder_collection.py @@ -48,8 +48,7 @@ def test_all_builders_complete(): ...
Bug <I> - Remove support for multiple parsers per ArtifactBuilder Since we only have one parser per ArtifactBuilder currently, and are not likely to ever have any more.
mozilla_treeherder
train
02d6ea06701e9f8c9835347c8ad389af3c4741f4
diff --git a/lenstronomy/Sampling/Samplers/nautilus.py b/lenstronomy/Sampling/Samplers/nautilus.py index <HASH>..<HASH> 100644 --- a/lenstronomy/Sampling/Samplers/nautilus.py +++ b/lenstronomy/Sampling/Samplers/nautilus.py @@ -44,6 +44,7 @@ class Nautilus(object): if prior_type == 'uniform': for i...
specific test for nautilus prior
sibirrer_lenstronomy
train
06e280843f9053677371534e6eff6eac8f11ee39
diff --git a/doc/source/v0.14.1.txt b/doc/source/v0.14.1.txt index <HASH>..<HASH> 100644 --- a/doc/source/v0.14.1.txt +++ b/doc/source/v0.14.1.txt @@ -24,11 +24,6 @@ users upgrade to this version. API changes ~~~~~~~~~~~ - - - - - - All ``offsets`` suppports ``normalize`` keyword to specify whether ``offsets.apply...
API: disallow inplace setting with where and a non-np.nan value (GH<I>)
pandas-dev_pandas
train
eb4c42aa1fa888dd44c0e325d5d70a9337b5f209
diff --git a/test/extended/util/test.go b/test/extended/util/test.go index <HASH>..<HASH> 100644 --- a/test/extended/util/test.go +++ b/test/extended/util/test.go @@ -470,6 +470,9 @@ var ( "[Flaky]": { `Job should run a job to completion when tasks sometimes fail and are not locally restarted`, // seems flaky, a...
CHECK(cesarwong): extended: make HPA RC test serial, but disabled Test runs fine when launched separately, but not in the CI test, neither in serial nor in the normal suite.
openshift_origin
train
766ba0593dc4291fe8a2804b064e753dabee9bea
diff --git a/lib/rfs.js b/lib/rfs.js index <HASH>..<HASH> 100644 --- a/lib/rfs.js +++ b/lib/rfs.js @@ -90,7 +90,7 @@ module.exports = class { return match; } - // Multiply by remValue if value is in rem + // Convert to px if in rem if (unit === 'rem') { ...
Turn code-repeating comment into an intent comment (#<I>) The current comment just repeats what the code does and is not useful. My think, it will be better to specify the intent as suggested.
twbs_rfs
train
a1689c394a9c365adf9d26c79cfac84036162310
diff --git a/tests/nipaptest.py b/tests/nipaptest.py index <HASH>..<HASH> 100755 --- a/tests/nipaptest.py +++ b/tests/nipaptest.py @@ -34,7 +34,6 @@ o = AuthOptions({ # disable caching of objects in Pynipap pynipap.CACHE = False - class TestHelper: @classmethod @@ -3157,17 +3156,17 @@ class TestDatabaseCons...
fix indentation to be a multiple of four
SpriteLink_NIPAP
train
36a9b73f53b7251483c606f3a773fac50b8452d9
diff --git a/src/main/java/org/thymeleaf/dom/DOMSelector.java b/src/main/java/org/thymeleaf/dom/DOMSelector.java index <HASH>..<HASH> 100755 --- a/src/main/java/org/thymeleaf/dom/DOMSelector.java +++ b/src/main/java/org/thymeleaf/dom/DOMSelector.java @@ -149,7 +149,8 @@ public final class DOMSelector implements Seriali...
Fixed DOM Selector: wrong matching of non-normalized names
thymeleaf_thymeleaf
train
3025b171647f80795282c7d6259cb209eec048c5
diff --git a/tests/function/test_mark_assert.py b/tests/function/test_mark_assert.py index <HASH>..<HASH> 100644 --- a/tests/function/test_mark_assert.py +++ b/tests/function/test_mark_assert.py @@ -43,3 +43,64 @@ def test_simple(function_marked_bl_def_act_arr): LineType.blank_line, LineType._assert, ...
Add failing test for marking assert with comment in Act
jamescooke_flake8-aaa
train
3b95d349e0564593b234bc981daf232f405df9ce
diff --git a/wordfreq_builder/wordfreq_builder/config.py b/wordfreq_builder/wordfreq_builder/config.py index <HASH>..<HASH> 100644 --- a/wordfreq_builder/wordfreq_builder/config.py +++ b/wordfreq_builder/wordfreq_builder/config.py @@ -60,7 +60,8 @@ CONFIG = { 'twitter-dist': 'dist/twitter_{lang}.{ext}', ...
configuration that builds some larger lists Former-commit-id: c1a<I>cebec4ed<I>d<I>c<I>a<I>a<I>e<I>bc
LuminosoInsight_wordfreq
train
96787db6efc26443897c10ed8eecd96d4022a2c2
diff --git a/restygwt/src/it/restygwt-overlay-example/src/main/java/org/fusesource/restygwt/examples/server/GreetingServlet.java b/restygwt/src/it/restygwt-overlay-example/src/main/java/org/fusesource/restygwt/examples/server/GreetingServlet.java index <HASH>..<HASH> 100644 --- a/restygwt/src/it/restygwt-overlay-exampl...
fixed overlay example with jackson2
resty-gwt_resty-gwt
train
54d40a6673dd13bf8500f0c186f47d111693ce2a
diff --git a/src/main/java/org/efaps/ui/wicket/components/table/header/AjaxFilterLink.java b/src/main/java/org/efaps/ui/wicket/components/table/header/AjaxFilterLink.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/efaps/ui/wicket/components/table/header/AjaxFilterLink.java +++ b/src/main/java/org/efaps/ui/wick...
- Issue #<I>: The title for modal windows is noe escaped with wicket <I> closes #<I>
eFaps_eFaps-WebApp
train
4488979ad394306011be42cec0e47936e08075b1
diff --git a/src/Orders/OrdersAWBInfo.php b/src/Orders/OrdersAWBInfo.php index <HASH>..<HASH> 100644 --- a/src/Orders/OrdersAWBInfo.php +++ b/src/Orders/OrdersAWBInfo.php @@ -17,7 +17,7 @@ class OrdersAWBInfo { * @return \Psr\Http\Message\ResponseInterface * @throws \Exception */ - public function ...
Added parameter for Saturday delivery modified: src/Orders/OrdersAWBInfo.php
celdotro_marketplace
train
bd6e0d0977cf0e6ad1a04c6f0809b6cfdb266b77
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index <HASH>..<HASH> 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 part = patch commit = False tag = False diff --git a/README.rst b/README.rst index <HASH>..<HASH> 100644 --- a/RE...
Image didn't display in README.rst
thebjorn_pydeps
train
c78b2c1b62601a460b8fe2eeb3bbb178e0e73549
diff --git a/armstrong/hatband/tests/sites.py b/armstrong/hatband/tests/sites.py index <HASH>..<HASH> 100644 --- a/armstrong/hatband/tests/sites.py +++ b/armstrong/hatband/tests/sites.py @@ -1,3 +1,5 @@ +import json + from django.contrib.auth.models import User from django.contrib.contenttypes.models import ContentTy...
Fix issue where type_and_model_to_query just wouldn't work
armstrong_armstrong.hatband
train
0edbbd3feaaf1fa852dd4b92c1004f7d383c23b1
diff --git a/src/Symfony/Component/Validator/Constraints/FileValidator.php b/src/Symfony/Component/Validator/Constraints/FileValidator.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Validator/Constraints/FileValidator.php +++ b/src/Symfony/Component/Validator/Constraints/FileValidator.php @@ -58,7 +58,7 @@...
Format file size in validation message according to binaryFormat option
symfony_symfony
train
87df27e0533c988e11ea5d318fe80c840e73d515
diff --git a/ice_js/lib/path_helper.js b/ice_js/lib/path_helper.js index <HASH>..<HASH> 100644 --- a/ice_js/lib/path_helper.js +++ b/ice_js/lib/path_helper.js @@ -1,9 +1,8 @@ -function link_to(location, default_label, opts) { - if (! default_label) { - default_label = location +function link_to(default_label, locat...
reversed link_to params to match rails
ludicast_ice
train
7e538da8ee9bf5362bb9eda20d69a3f43d7e057d
diff --git a/client/src/js/ng-django-forms.js b/client/src/js/ng-django-forms.js index <HASH>..<HASH> 100644 --- a/client/src/js/ng-django-forms.js +++ b/client/src/js/ng-django-forms.js @@ -137,60 +137,54 @@ djng_forms_module.directive('ngModel', function() { }); -djng_forms_module.directive('validateMultipleFiel...
fix for FF checkbox change validate-multiple-fields issue
jrief_django-angular
train
6222518cd018a78710dcf8047eb16e937fc63363
diff --git a/lib/virtualbox/ext/glob_loader.rb b/lib/virtualbox/ext/glob_loader.rb index <HASH>..<HASH> 100644 --- a/lib/virtualbox/ext/glob_loader.rb +++ b/lib/virtualbox/ext/glob_loader.rb @@ -9,14 +9,18 @@ module VirtualBox # @param [Array<String>] initial_files Initial files (relative to `dir`) # to loa...
Downcase loaded files. Fixes oddest bug ever on Windows.
mitchellh_virtualbox
train
6f376193331a1810903a1e11a262a8c06726c744
diff --git a/lib/Facebook.js b/lib/Facebook.js index <HASH>..<HASH> 100644 --- a/lib/Facebook.js +++ b/lib/Facebook.js @@ -63,8 +63,11 @@ function Facebookbot(configuration) { facebook_message.sender_action = message.sender_action; } - //Add Access Token to outgoing request + ...
Add notification type field for message for Facebook integration
howdyai_botkit
train
b91dd8defdcd7ebf761460b1d9b494fee3b96657
diff --git a/source/org/jivesoftware/smackx/packet/LastActivity.java b/source/org/jivesoftware/smackx/packet/LastActivity.java index <HASH>..<HASH> 100644 --- a/source/org/jivesoftware/smackx/packet/LastActivity.java +++ b/source/org/jivesoftware/smackx/packet/LastActivity.java @@ -113,7 +113,8 @@ public class LastActi...
SMACK <I> - LastActivtity throws numberformat exception in certain cases. This has been resolved. git-svn-id: <URL>
igniterealtime_Smack
train
143fb4d7f4b2bfed94f6d6e576e2d5b340e3463d
diff --git a/tests/classifiers.py b/tests/classifiers.py index <HASH>..<HASH> 100644 --- a/tests/classifiers.py +++ b/tests/classifiers.py @@ -44,6 +44,8 @@ def optimize_final_model_classification(model_name=None): lower_bound = -0.235 if model_name == 'LGBMClassifier': lower_bound = -0.221 + ...
adjusts test bound for gradientboosting after bumping up learning rate
ClimbsRocks_auto_ml
train
a3335e58367ba777101a0c0c568e4a730ef78ebf
diff --git a/parse.go b/parse.go index <HASH>..<HASH> 100644 --- a/parse.go +++ b/parse.go @@ -40,8 +40,6 @@ type parser struct { spaced, newLine bool - gotEnd bool - ltok, tok Token lval, val string @@ -401,7 +399,7 @@ func (p *parser) wantFollow(lpos Pos, left string, tok Token) { } func (p *parser) w...
Completely remove p.gotEnd
mvdan_sh
train
b4690b00f22336c1ea2d07b2a5d8616ace680fd4
diff --git a/expand/expand.go b/expand/expand.go index <HASH>..<HASH> 100644 --- a/expand/expand.go +++ b/expand/expand.go @@ -194,6 +194,24 @@ func Format(cfg *Config, format string, args []string) (string, int, error) { initialArgs := len(args) for i := 0; i < len(format); i++ { + // readDigits reads from 0 to...
expand: support character escapes in Format Fixes #<I>.
mvdan_sh
train
69c40103e50d1cdea2af0d6074cec0da809abbcd
diff --git a/server.go b/server.go index <HASH>..<HASH> 100644 --- a/server.go +++ b/server.go @@ -2,6 +2,7 @@ package tbot import ( "log" + "strings" tgbotapi "github.com/go-telegram-bot-api/telegram-bot-api" ) @@ -72,6 +73,7 @@ func (s *Server) HandleDefault(handler HandlerFunction, description ...string) {...
[Fix #2] Filter bot UserName and FirstName in commands.
yanzay_tbot
train
06cc552b8b1196ff833eb911eccf1c234d4b0d67
diff --git a/lib/puppet/module.rb b/lib/puppet/module.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/module.rb +++ b/lib/puppet/module.rb @@ -124,7 +124,7 @@ class Puppet::Module # defaulting to 'init.{pp,rb}' for empty modules. def match_manifests(rest) pat = File.join(path, MANIFESTS, rest || 'init') - ...
Fix for #<I> -- modules not implicitly loading their init files The module init loading was broken in <I>f1e..b<I>edf and then gradually removed as dead code. This is a minimal (and mildly ugly) reinsertion os it with the addition of .rb support.
puppetlabs_puppet
train
d71d966abc419c4c64baeec67ad0fc5845b30313
diff --git a/fathom-core/src/main/java/fathom/conf/Settings.java b/fathom-core/src/main/java/fathom/conf/Settings.java index <HASH>..<HASH> 100644 --- a/fathom-core/src/main/java/fathom/conf/Settings.java +++ b/fathom-core/src/main/java/fathom/conf/Settings.java @@ -203,22 +203,39 @@ public class Settings { } ...
Exclude port <I> and <I> from applicaiton urls
gitblit_fathom
train
a8dc5e1786b6abc050ff5cd6ca5c4f0d91c88ead
diff --git a/brightbox.go b/brightbox.go index <HASH>..<HASH> 100644 --- a/brightbox.go +++ b/brightbox.go @@ -118,9 +118,7 @@ func NewClient(apiUrl string, accountId string, httpClient *http.Client) (*Clien c := &Client{ client: httpClient, BaseURL: au, - } - if accountId != "" { - c.AccountId = accountId + ...
brightbox.go: Remove redundant test AccountId zero value is "" anyway.
brightbox_gobrightbox
train
dc180bfac1a16fa2dc5921455198f18458d3579c
diff --git a/vendor/k8s.io/kubernetes/pkg/client/typed/discovery/helper.go b/vendor/k8s.io/kubernetes/pkg/client/typed/discovery/helper.go index <HASH>..<HASH> 100644 --- a/vendor/k8s.io/kubernetes/pkg/client/typed/discovery/helper.go +++ b/vendor/k8s.io/kubernetes/pkg/client/typed/discovery/helper.go @@ -49,6 +49,9 @@...
UPSTREAM: <I>: stop senseless negotiation
openshift_origin
train
f7b364c76d0f19ea12406c8ea0b54096d6880acb
diff --git a/datajoint/relational_operand.py b/datajoint/relational_operand.py index <HASH>..<HASH> 100644 --- a/datajoint/relational_operand.py +++ b/datajoint/relational_operand.py @@ -385,7 +385,8 @@ class RelationalOperand: def make_sql(self, select_fields=None): return 'SELECT {fields} FROM {from_}...
bugfix in aggregation queries
datajoint_datajoint-python
train
d1e86b5bbe421c889951f500633cdbb56ff713f7
diff --git a/Gemfile b/Gemfile index <HASH>..<HASH> 100644 --- a/Gemfile +++ b/Gemfile @@ -51,3 +51,7 @@ end gem 'mysql2', :require => nil, :platform => :mri, :group => :test gem 'pg', :require => nil, :platform => :mri, :group => :test gem 'sqlite3', :require => nil, :platform => :mri, :group => :test +group :mssql...
support running tests with activerecord-sqlserver-adapter for testing compatibility
jruby_activerecord-jdbc-adapter
train
5d01bb0de2b0457995f348861c455bc7638e4b3f
diff --git a/packages/ember-glimmer/tests/integration/components/local-lookup-test.js b/packages/ember-glimmer/tests/integration/components/local-lookup-test.js index <HASH>..<HASH> 100644 --- a/packages/ember-glimmer/tests/integration/components/local-lookup-test.js +++ b/packages/ember-glimmer/tests/integration/compo...
Add a resolver setter to local lookup test case Since RenderingTestCase is setting `resolver` in its constructor, a setter is necessary, even if it doesn't do anything.
emberjs_ember.js
train
f543d4dbfd21a964a1ddbca134442aeb73e6e408
diff --git a/src/sap.ui.mdc/test/sap/ui/mdc/qunit/field/ConditionType.qunit.js b/src/sap.ui.mdc/test/sap/ui/mdc/qunit/field/ConditionType.qunit.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/test/sap/ui/mdc/qunit/field/ConditionType.qunit.js +++ b/src/sap.ui.mdc/test/sap/ui/mdc/qunit/field/ConditionType.qunit.js @...
[INTERNAL] mdc qunit tests: adjust test because of translation changes Change-Id: If<I>dc<I>f<I>acbc8b<I>dcf<I>a5a0fba<I>
SAP_openui5
train
1c76e994cf5bb408d9eb7ac5ffd738d68d7f4684
diff --git a/astrocats/catalog/model.py b/astrocats/catalog/model.py index <HASH>..<HASH> 100644 --- a/astrocats/catalog/model.py +++ b/astrocats/catalog/model.py @@ -14,13 +14,13 @@ class MODEL(KeyCollection): NAME = Key('name', KEY_TYPES.STRING) VERSION = Key('version', KEY_TYPES.STRING) DATE = Key('da...
MAINT: renamed `DESC` to `DESCRIPTION`
astrocatalogs_astrocats
train
0961f4ef7cda113fbae43f5350773519485c4793
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ setup( 'dimod/include/', ], install_requires=[ - 'numpy>=1.17.3,<2.0.0', # keep synced with circle-ci, pyproject.toml + 'numpy>=1.17.3,<2.0.0,!=1.21.0,!=1.21.1' # keep synce...
Remove support for numpy <I> and <I> due to typing bug
dwavesystems_dimod
train
71a560303b58711eb148dfe6fa69d3e43d28289e
diff --git a/nanofilt/version.py b/nanofilt/version.py index <HASH>..<HASH> 100644 --- a/nanofilt/version.py +++ b/nanofilt/version.py @@ -1 +1 @@ -__version__= "1.1.4" +__version__= "1.2.0"
bumping version to <I>
wdecoster_nanofilt
train
4ff5e8497cc7c88cd28e6e65789830f67190e430
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +import codecs import os import re @@ -41,7 +42,8 @@ def get_ve...
Fix UTF8 README decoding.
kdeldycke_maildir-deduplicate
train
0d49d731d49a81ca1ff3c08d3a1a0830b3c0c4ad
diff --git a/lib/classes/basket/adapter.class.php b/lib/classes/basket/adapter.class.php index <HASH>..<HASH> 100644 --- a/lib/classes/basket/adapter.class.php +++ b/lib/classes/basket/adapter.class.php @@ -511,7 +511,6 @@ class basket_adapter implements cache_cacheableInterface $this->desc = $row['descript']; ...
Fix #<I> : wrong string about the validation process
alchemy-fr_Phraseanet
train
1f17a142d0188645dd29782a490161202b5b070f
diff --git a/lib/jsftp.js b/lib/jsftp.js index <HASH>..<HASH> 100644 --- a/lib/jsftp.js +++ b/lib/jsftp.js @@ -100,18 +100,20 @@ var Ftp = module.exports = function(cfg) { COMMANDS.forEach(this._generateCmd.bind(this)); - var self = this; if (DEBUG_MODE) { + var self = this; ["command",...
Isolated `_createStreams` method
sergi_jsftp
train
c92ab0987450a57011b093798cc65cb670634dd5
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindRefComparison.java b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindRefComparison.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/detect/FindRefComparison.java +++ b/findbugs/src/java/edu/umd/cs/findbugs/detect/FindRefCompariso...
Raise priority for comparing objects known to be incomparable. git-svn-id: <URL>
spotbugs_spotbugs
train
d4bab11473a861bfdd05f9afb462953f96b14505
diff --git a/allauth/account/managers.py b/allauth/account/managers.py index <HASH>..<HASH> 100644 --- a/allauth/account/managers.py +++ b/allauth/account/managers.py @@ -32,7 +32,7 @@ class EmailAddressManager(models.Manager): # this is a list rather than a generator because we probably want to # do ...
E-mail case insensitive (partly addresses #<I>)
pennersr_django-allauth
train
143c33485395a64b795da13ca1e74897666d5df4
diff --git a/src/main/java/org/junit/runner/JUnitCore.java b/src/main/java/org/junit/runner/JUnitCore.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/junit/runner/JUnitCore.java +++ b/src/main/java/org/junit/runner/JUnitCore.java @@ -25,14 +25,7 @@ import org.junit.runner.notification.RunNotifier; * @see org...
Removed explicit constructor of JUnitCore The constructor was used to create the RunNotifier. Now the initial value of the RunNotifier is provided in its declaration. Additionally added the final modifiert to the RunNotifier in order to make it clear, that it never changes.
junit-team_junit4
train
c3d4d3f7c15275e4f2712017ea18812fbf48b8be
diff --git a/lib/form/modgrade.php b/lib/form/modgrade.php index <HASH>..<HASH> 100644 --- a/lib/form/modgrade.php +++ b/lib/form/modgrade.php @@ -266,7 +266,8 @@ class MoodleQuickForm_modgrade extends MoodleQuickForm_group { $point = (isset($vals['modgrade_point'])) ? $vals['modgrade_point'] : null; ...
MDL-<I> forms: Mod grade is changing values back to default When a field is disabled in the page - no value is sent and modgrade is reverting to the default. This change prevents the max grade from changing accidentally.
moodle_moodle
train
6c46024da7b8029b534579cbafc75d6e10f889e6
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -93,4 +93,6 @@ gulp.task("examples", [ "example3", "example4", "example5" -]); \ No newline at end of file +]); + +gulp.task("default", ["examples", "test"]); diff --git a/test/test.js b/test/test.js index...
added test examples for percentage values #6
scalableminds_gulp-gm
train
669b83878d11c2164a5254f71c2f48406bbb127e
diff --git a/src/sad_spirit/pg_wrapper/converters/datetime/BaseDateTimeConverter.php b/src/sad_spirit/pg_wrapper/converters/datetime/BaseDateTimeConverter.php index <HASH>..<HASH> 100644 --- a/src/sad_spirit/pg_wrapper/converters/datetime/BaseDateTimeConverter.php +++ b/src/sad_spirit/pg_wrapper/converters/datetime/Bas...
Fix working with connection resource in date and time converters
sad-spirit_pg-wrapper
train
9b59a069452eb2aae59b1b167cbbfee338439985
diff --git a/ansible/modules/hashivault/hashivault_read.py b/ansible/modules/hashivault/hashivault_read.py index <HASH>..<HASH> 100755 --- a/ansible/modules/hashivault/hashivault_read.py +++ b/ansible/modules/hashivault/hashivault_read.py @@ -75,6 +75,7 @@ EXAMPLES = ''' def main(): argspec = hashivault_argspec...
Use the hvac kv interface for read
TerryHowe_ansible-modules-hashivault
train
716375eef96e23dfb13538bd60c946e41b0d2301
diff --git a/wily/state.py b/wily/state.py index <HASH>..<HASH> 100644 --- a/wily/state.py +++ b/wily/state.py @@ -65,7 +65,7 @@ class Index(object): def __contains__(self, item): if isinstance(item, Revision): - return item.key in self.revisions + return item.key in self.revision_...
correct __contains__ for state index
tonybaloney_wily
train
1d4aaeb8bedea96391e8e418b8aa6395a5ec8329
diff --git a/scripts/types.js b/scripts/types.js index <HASH>..<HASH> 100644 --- a/scripts/types.js +++ b/scripts/types.js @@ -80,7 +80,7 @@ function addTemplateData(data) { throw new Error('got status code ' + res.statusCode + ' from template ' + data.template) var body = yield getTemplateBody(res) - ...
build: remove debugging from types script
jshttp_mime-db
train
14727205907419dc0db3ab763c38298b68adbb3a
diff --git a/lib/db/mongodb/search/comparisons.js b/lib/db/mongodb/search/comparisons.js index <HASH>..<HASH> 100644 --- a/lib/db/mongodb/search/comparisons.js +++ b/lib/db/mongodb/search/comparisons.js @@ -66,7 +66,7 @@ function notlike(value){ return { - $not: value + $not: like(...
Changed the not like (!%) operator to return a regular expression. Used the existing like() function that does that.
grasshopper-cms_grasshopper-core-nodejs
train
a29acdd9e375c235129827bf4712d18bf417bc13
diff --git a/flaskext/uploads.py b/flaskext/uploads.py index <HASH>..<HASH> 100644 --- a/flaskext/uploads.py +++ b/flaskext/uploads.py @@ -68,6 +68,11 @@ def extension(filename): return filename.rsplit('.', 1)[-1] +def lowercase_ext(filename): + main, ext = filename.rsplit('.', 1) + return main + '.' + e...
now lowercases all extensions by default
maxcountryman_flask-uploads
train
954e3d2e670aec4e323906e1032e48df251ecfbd
diff --git a/src/basis/data/index.js b/src/basis/data/index.js index <HASH>..<HASH> 100644 --- a/src/basis/data/index.js +++ b/src/basis/data/index.js @@ -599,29 +599,10 @@ } } + /** - * Extend for basis.data.AbstractDataset - * @namespace basis.data.AbstractDataset + * @class */ - AbstractDataset.ex...
don't extend basis.data.AbstractDataset by getIndex/deleteIndex
basisjs_basisjs
train
ae9e6da614007eb7e17c7c26cb08e7f99640abc3
diff --git a/app/Http/Controllers/ReportEngineController.php b/app/Http/Controllers/ReportEngineController.php index <HASH>..<HASH> 100644 --- a/app/Http/Controllers/ReportEngineController.php +++ b/app/Http/Controllers/ReportEngineController.php @@ -257,7 +257,7 @@ class ReportEngineController extends AbstractBaseCont...
Fix: #<I> - missing .PDF extension in report downloads
fisharebest_webtrees
train
ffdfce481409049e249698b91aadcb9df4088cb7
diff --git a/lib/prey/actions.js b/lib/prey/actions.js index <HASH>..<HASH> 100644 --- a/lib/prey/actions.js +++ b/lib/prey/actions.js @@ -57,7 +57,7 @@ var ActionsManager = function(){ if(err) logger.error(err); else { - if(typeof module_opts == 'object') loaded_module.options = opts; + if...
Fixed opts reference error in lib/actions.
prey_prey-node-client
train
b90e60d1da252128f64c0c36facf6a3fd4df247c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -486,7 +486,7 @@ Not every item supports every method. For instance, no current version of Redmi setup( name = "pyredmine", packages = ["redmine"], - install_requires = ["dateutil"], + install_requires = ["py...
Require "python-dateutil" instead of "dateutil". I find this necessary with Python<I> in a Windows environment.
ianepperson_pyredminews
train
07535a64ee284126cbb871387e046c3e63934636
diff --git a/dht.go b/dht.go index <HASH>..<HASH> 100644 --- a/dht.go +++ b/dht.go @@ -2,6 +2,7 @@ package dht import ( "bytes" + "crypto/rand" "fmt" "sync" "time" @@ -637,3 +638,10 @@ func (dht *IpfsDHT) peerFromInfo(pbp *PBDHTMessage_PBPeer) (*peer.Peer, error) { return dht.network.GetConnection(peer.I...
add pub/priv key code to identify, not complete yet
libp2p_go-libp2p-kad-dht
train
97fce881a5ad5e692fc78385d8644b789a2a57c4
diff --git a/pkg/authorization/registry/rolebinding/policybased/virtual_storage.go b/pkg/authorization/registry/rolebinding/policybased/virtual_storage.go index <HASH>..<HASH> 100644 --- a/pkg/authorization/registry/rolebinding/policybased/virtual_storage.go +++ b/pkg/authorization/registry/rolebinding/policybased/virt...
Sort `List` for RoleBinding virtual storage
openshift_origin
train
a37e039692c579158cc7110b2197aeb40afba412
diff --git a/dpxdt/server/api.py b/dpxdt/server/api.py index <HASH>..<HASH> 100644 --- a/dpxdt/server/api.py +++ b/dpxdt/server/api.py @@ -241,6 +241,7 @@ def _get_or_create_run(build): run = ( models.Run.query .filter_by(release_id=release.id, name=run_name) + .with_lockmode('update') ...
Always properly lock rows that may be updated in place
bslatkin_dpxdt
train
0467ad2d065bd5fddadaf24e57a9856613988957
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/nearcache/ClientNearCache.java b/hazelcast-client/src/main/java/com/hazelcast/client/nearcache/ClientNearCache.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/nearcache/ClientNearCache.java +++ b/hazelcast-client...
Merge branch 'master' into findbugsMajor Conflicts: hazelcast/src/main/java/com/hazelcast/mapreduce/impl/AbstractJob.java
hazelcast_hazelcast
train
db38c345fdc119edd8a892a5b0ba2c2a4b1cbe1f
diff --git a/lib/model.rb b/lib/model.rb index <HASH>..<HASH> 100644 --- a/lib/model.rb +++ b/lib/model.rb @@ -68,10 +68,6 @@ module OpenTox :method => "fingerprint", :type => "MP2D", }, - :similarity => { - :method => "Algorithm::Similarity.tanimoto", ...
set default min sim to <I> for classification and <I> for regression
opentox_lazar
train
7f03a2277a9ee18d7442c9aa16ac9df7c01b580c
diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/QueryCardinalityUtil.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/QueryCardinalityUtil.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/Que...
Create VALUES with row values This is often necessary in tests to have VALUES filled with some data rows, otherwise `QueryCardinalityUtil` will deem VALUES as scalar, affecting testing conditions.
prestodb_presto
train
d5f13b3f8de5e81f43f7db74659de7ecbcc5343f
diff --git a/lib/bashcov/errors.rb b/lib/bashcov/errors.rb index <HASH>..<HASH> 100644 --- a/lib/bashcov/errors.rb +++ b/lib/bashcov/errors.rb @@ -0,0 +1,14 @@ +module Bashcov + # Signals an error parsing Bash's debugging output. + class XtraceError < ::RuntimeError + # Will contain the coverages parsed prior to t...
Added error class for indicating failure to parse Xtrace output
infertux_bashcov
train
e21742ca11cd4d92de4db61f30953d1db8c5a0c5
diff --git a/lib/pipe.js b/lib/pipe.js index <HASH>..<HASH> 100644 --- a/lib/pipe.js +++ b/lib/pipe.js @@ -83,6 +83,10 @@ } function onResult() { + var justEnd = end && !isFsWrite, + justFinish = write && !isFsRead, + bothFinish = end && finish;...
fix(pipe) call callback twice
coderaiser_pipe-io
train
9267352071da1e1892efaf62f88d26ca8c1fe851
diff --git a/tools/gas_cost_measures.py b/tools/gas_cost_measures.py index <HASH>..<HASH> 100644 --- a/tools/gas_cost_measures.py +++ b/tools/gas_cost_measures.py @@ -21,7 +21,6 @@ pyevm_main.GENESIS_GAS_LIMIT = 6 * 10 ** 6 class ContractTester: def __init__(self, generate_keys=0): self.tester = Ethereum...
Adapt gas measuring tool to new version of eth-tester
raiden-network_raiden
train
7631308cd570cdb6c46edd8711e075ddb12726e9
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -60,8 +60,9 @@ setup( 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', 'Natural Language :: English', 'Operating System :: OS Independent', - 'Programming Language :...
chore: update supported python versions
NeuroML_pyNeuroML
train
1ad79b63bcb301578c406f9e4a4965f877e2362b
diff --git a/addon/authenticators/osf-cookie.js b/addon/authenticators/osf-cookie.js index <HASH>..<HASH> 100644 --- a/addon/authenticators/osf-cookie.js +++ b/addon/authenticators/osf-cookie.js @@ -36,7 +36,11 @@ export default Base.extend({ // Push the result into the store for later use by the current-u...
reject the promise instead of pushing into the store when current_user is null
CenterForOpenScience_ember-osf
train
b8017acc36f06fa097eb5ecd11ae1648ee6d08b9
diff --git a/docker/scripts/scripts/httpsender/Alert_on_Unexpected_Content_Types.js b/docker/scripts/scripts/httpsender/Alert_on_Unexpected_Content_Types.js index <HASH>..<HASH> 100644 --- a/docker/scripts/scripts/httpsender/Alert_on_Unexpected_Content_Types.js +++ b/docker/scripts/scripts/httpsender/Alert_on_Unexpecte...
Added expected types application/problem+json/xml
zaproxy_zaproxy
train
80d2ef39ad8a09c880498ba05c8eaed3e3115cd3
diff --git a/public/js/jsbin.js b/public/js/jsbin.js index <HASH>..<HASH> 100644 --- a/public/js/jsbin.js +++ b/public/js/jsbin.js @@ -44,7 +44,7 @@ if (storedSettings === "undefined") { window.jsbin.settings = $.extend(JSON.parse(storedSettings || '{}'), jsbin.settings); // if the above code isn't dodgy, this for ...
Fixed the scrollbars missing on Android - using the same trick as I use on iOS - I disable CodeMirror. Fixes #<I>
jsbin_jsbin
train
df960186e0b00c65a430701cee9df38ee07fb089
diff --git a/spec/controllers/gpg_keys_controller_spec.rb b/spec/controllers/gpg_keys_controller_spec.rb index <HASH>..<HASH> 100644 --- a/spec/controllers/gpg_keys_controller_spec.rb +++ b/spec/controllers/gpg_keys_controller_spec.rb @@ -327,7 +327,7 @@ describe GpgKeysController, :katello => true do put :u...
Fix missing should in gpg controller spec
Katello_katello
train
c2366b85b3e1692ed09bb142db148276f7e0e601
diff --git a/admin/settings/server.php b/admin/settings/server.php index <HASH>..<HASH> 100644 --- a/admin/settings/server.php +++ b/admin/settings/server.php @@ -95,6 +95,7 @@ $options = array( $temp->add(new admin_setting_configselect('getremoteaddrconf', new lang_string('getremoteaddrconf', 'admin'), new lang_...
MDL-<I> core: Added $CFG->reverseproxyignore IP subnet list If your server is behind multiple reverse proxies that append to the X-Forwarded-For header then you will need to specify a comma separated list of ip addresses or subnets of the reverse proxies to be ignored in order to find the users correct IP address.
moodle_moodle
train
7f5a3ca2f77b9012787d272d2a06089f7871b705
diff --git a/app/models/renalware/letters/letter.rb b/app/models/renalware/letters/letter.rb index <HASH>..<HASH> 100644 --- a/app/models/renalware/letters/letter.rb +++ b/app/models/renalware/letters/letter.rb @@ -41,14 +41,13 @@ module Renalware where(event: event).first end + EVENTS_MAP = { + ...
Define a mapping of letter events
airslie_renalware-core
train
2684420fb3748b09a03f5ad67cdff4bb45102763
diff --git a/tests/test_core.py b/tests/test_core.py index <HASH>..<HASH> 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -1663,3 +1663,11 @@ def test_griffinlim_momentum_warn(): librosa.griffinlim(x, momentum=2) +@pytest.mark.parametrize('ext', ['wav', 'mp3']) +def test_get_samplerate(ext): + ...
added test coverage for get_samplerate
librosa_librosa
train
41beeed04c172a67640e744482fe6cc137b383c9
diff --git a/angr/procedures/stubs/UserHook.py b/angr/procedures/stubs/UserHook.py index <HASH>..<HASH> 100644 --- a/angr/procedures/stubs/UserHook.py +++ b/angr/procedures/stubs/UserHook.py @@ -7,7 +7,7 @@ class UserHook(angr.SimProcedure): def run(self, user_func=None, length=None): result = user_func(s...
fixes for empty BVs, testcases and UserHooks
angr_angr
train
725df98a85c438d1af6a66403ea61ac08131ce52
diff --git a/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scanner/DeploymentScannerRemove.java b/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scanner/DeploymentScannerRemove.java index <HASH>..<HASH> 100644 --- a/deployment-scanner/src/main/java/org/jboss/as/server/deployment/scann...
[AS7-<I>] Removal of the deployment scanner is not complete and was preventing installation of scanner with name used previously. was: <I>a<I>e5c<I>b<I>ef8a6e3d<I>c0e<I>abf
wildfly_wildfly-core
train
bde5b334cf28855359c36fb451795675055502c0
diff --git a/lib/Cache.js b/lib/Cache.js index <HASH>..<HASH> 100644 --- a/lib/Cache.js +++ b/lib/Cache.js @@ -25,6 +25,7 @@ var Cache = function Cache(filename, ttl) { if (!this.cache) { this.cache = Object.create(null); + this.write(); } }; @@ -78,14 +79,22 @@ Cache.prototype.set = function set(fil...
Caches now try to write on startup. This enables permission errors to be detected during startup, rather than as an async event.
markfinger_webpack-build
train
2c5474ee93f402fdbaa24fd22cba1f4379004897
diff --git a/autofit/mapper/model.py b/autofit/mapper/model.py index <HASH>..<HASH> 100644 --- a/autofit/mapper/model.py +++ b/autofit/mapper/model.py @@ -118,7 +118,7 @@ def populate(obj, collection: ResultsCollection): @DynamicRecursionCache() def path_instances_of_class( - obj, cls: type, ignore_class: Option...
accounting for dictionaries in recursiona
rhayes777_PyAutoFit
train
fc4a6a54ae63892cb9f7d34b3f8cf29fb24736a6
diff --git a/lib/amq/protocol/table.rb b/lib/amq/protocol/table.rb index <HASH>..<HASH> 100644 --- a/lib/amq/protocol/table.rb +++ b/lib/amq/protocol/table.rb @@ -45,8 +45,8 @@ module AMQ buffer << TYPE_INTEGER buffer << [value].pack(PACK_UINT32) when Float then - buffer ...
Ruby floats are actually double-precision
ruby-amqp_amq-protocol
train
5cd759c8975ed2743dabcc573e63fe9d321aee6a
diff --git a/doc.go b/doc.go index <HASH>..<HASH> 100644 --- a/doc.go +++ b/doc.go @@ -12,11 +12,14 @@ // source file. // // On top of filesystem watchers notify maintains a watchpoint tree, which provides -// strategy for creating and closing filesystem watches and dispatching filesystem +// a strategy for creating...
Improve documentation (comments) about events and polish
rjeczalik_notify
train
a52e812b5b0c598ebc1a6309996376887971829d
diff --git a/wisdom-engine/src/main/java/org/wisdom/engine/ssl/FakeKeyStore.java b/wisdom-engine/src/main/java/org/wisdom/engine/ssl/FakeKeyStore.java index <HASH>..<HASH> 100644 --- a/wisdom-engine/src/main/java/org/wisdom/engine/ssl/FakeKeyStore.java +++ b/wisdom-engine/src/main/java/org/wisdom/engine/ssl/FakeKeyStor...
[minor] Define a constant instead of duplicating this literal "SHA1withRSA" 2 times.
wisdom-framework_wisdom
train
359682fc835be1f79e12e173439d9421a352cabb
diff --git a/lib/gremlin/address.rb b/lib/gremlin/address.rb index <HASH>..<HASH> 100644 --- a/lib/gremlin/address.rb +++ b/lib/gremlin/address.rb @@ -1,6 +1,7 @@ module Gremlin module Address - + extend self + def zip_code Gremlin.numerify ZIP_FORMATS.rand end @@ -37,6 +38,8 @@ module Gre...
"extend self" and minor fixes
goncalossilva_dummy
train
303a340b591c3092248166f0aaacd4e11d1cf06d
diff --git a/src/vml/Painter.js b/src/vml/Painter.js index <HASH>..<HASH> 100644 --- a/src/vml/Painter.js +++ b/src/vml/Painter.js @@ -12,7 +12,10 @@ define(function (require) { function parseInt10(val) { return parseInt(val, 10); } - + + /** + * @alias module:zrender/vml/Painter + */ ...
VML graphic element onAddToStorage and onRemoveStorage hook
ecomfe_zrender
train
e76a3d407f6a1071054e2cd59a14de749ac0e71b
diff --git a/abydos/distance/_token_distance.py b/abydos/distance/_token_distance.py index <HASH>..<HASH> 100644 --- a/abydos/distance/_token_distance.py +++ b/abydos/distance/_token_distance.py @@ -272,7 +272,7 @@ class _TokenDistance(_Distance): def _src_card(self): r"""Return the cardinality of the t...
made token distance base a little more robust (to negative values)
chrislit_abydos
train
150c44b839d123a1ce9383043f8151f1fa219623
diff --git a/base.php b/base.php index <HASH>..<HASH> 100644 --- a/base.php +++ b/base.php @@ -211,8 +211,11 @@ final class Base { $this->set('REQUEST'.$expr[2],$val); if ($expr[1]=='COOKIE') { $parts=$this->cut($key); + $jar=$this->hive['JAR']; + if ($ttl) + $jar['expire']=$ttl; call_user_f...
Use $ttl for cookie expiration (Issue #<I>)
bcosca_fatfree-core
train