diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -36,11 +36,11 @@ return [ 'name' => 'taoQtiItem', 'label' => 'QTI item model', 'license' => 'GPL-2.0', - 'version' => '23.8.0', + 'version' => '23.9.0', 'autho...
Merge branch 'develop' into fix/UDI-<I>/have-access-to-children-under-restricted-class # Conflicts: # manifest.php # scripts/update/Updater.php
diff --git a/rllib/policy/torch_policy.py b/rllib/policy/torch_policy.py index <HASH>..<HASH> 100644 --- a/rllib/policy/torch_policy.py +++ b/rllib/policy/torch_policy.py @@ -480,7 +480,8 @@ class TorchPolicy(Policy): state = super().get_state() state["_optimizer_variables"] = [] for i, o in ...
[rllib] Fix for Torch checkpoint taken on GPU fails to deserialize on CPU (#<I>) (#<I>)
diff --git a/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java b/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/main/java/com/hazelcast/spi/exception/CallerNotMemberException.java +++ b/hazelcast/src/main/...
Minor javadoc improvement in CallerNotMemberException
diff --git a/test/js/tests/unit-tests.js b/test/js/tests/unit-tests.js index <HASH>..<HASH> 100644 --- a/test/js/tests/unit-tests.js +++ b/test/js/tests/unit-tests.js @@ -133,11 +133,13 @@ $(function() { test('variance',function(){ equals(jStat.variance([3,4,5,6,7]),2,'variance([3,4,5,6,7])'); + equals(jStat.va...
update qunit for stdev and variance
diff --git a/platforms/ios.js b/platforms/ios.js index <HASH>..<HASH> 100644 --- a/platforms/ios.js +++ b/platforms/ios.js @@ -106,7 +106,7 @@ exports.installPlugin = function (config, plugin, callback) { // write out plist plistObj[0].Plugins[plistEle.attrib['key']] = plistEle.attrib['string']; - ...
[ios] fixing plist writing
diff --git a/pymatgen/io/vasp/sets.py b/pymatgen/io/vasp/sets.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/vasp/sets.py +++ b/pymatgen/io/vasp/sets.py @@ -1265,12 +1265,13 @@ class MVLSlabSet(MPRelaxSet): self.auto_dipole = auto_dipole self.get_locpot = get_locpot self.kwargs = kwargs + ...
forgot new attribute for MVLSlabSet
diff --git a/Thru/ActiveRecord/Search.php b/Thru/ActiveRecord/Search.php index <HASH>..<HASH> 100644 --- a/Thru/ActiveRecord/Search.php +++ b/Thru/ActiveRecord/Search.php @@ -28,6 +28,7 @@ class Search public function condition(SearchCondition $condition){ $this->conditions[] = $condition; + return $...
Pushing it to <I>%\!
diff --git a/src/HtmlServiceProvider.php b/src/HtmlServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/HtmlServiceProvider.php +++ b/src/HtmlServiceProvider.php @@ -44,7 +44,7 @@ class HtmlServiceProvider extends ServiceProvider */ protected function registerHtmlBuilder() { - $this->app->bi...
Updating bind method to singleton + Refactoring
diff --git a/core/candleManager.js b/core/candleManager.js index <HASH>..<HASH> 100644 --- a/core/candleManager.js +++ b/core/candleManager.js @@ -101,7 +101,7 @@ var Manager = function() { throw 'Gekko is unable to save historical data, do I have sufficient rights?'; this.on('processed', function() { - lo...
put verbose logging under debug
diff --git a/functions/functions-twig.php b/functions/functions-twig.php index <HASH>..<HASH> 100644 --- a/functions/functions-twig.php +++ b/functions/functions-twig.php @@ -3,7 +3,7 @@ class TimberTwig { function __construct(){ - add_action('get_twig', array($this, 'add_twig_filters')); + add_action('twig_...
renamed action to add twig filters
diff --git a/src/Console/CommandRunner.php b/src/Console/CommandRunner.php index <HASH>..<HASH> 100644 --- a/src/Console/CommandRunner.php +++ b/src/Console/CommandRunner.php @@ -372,7 +372,9 @@ class CommandRunner implements EventDispatcherInterface { $builder = Router::createRouteBuilder('/'); - ...
Add check before calling methods that may not exist.
diff --git a/app/models/unidom/visitor/authenticating.rb b/app/models/unidom/visitor/authenticating.rb index <HASH>..<HASH> 100644 --- a/app/models/unidom/visitor/authenticating.rb +++ b/app/models/unidom/visitor/authenticating.rb @@ -19,6 +19,9 @@ class Unidom::Visitor::Authenticating < Unidom::Visitor::ApplicationRec...
1, Improve the Authenticating model for the document.
diff --git a/lib/Cake/Model/Datasource/Database/Query.php b/lib/Cake/Model/Datasource/Database/Query.php index <HASH>..<HASH> 100644 --- a/lib/Cake/Model/Datasource/Database/Query.php +++ b/lib/Cake/Model/Datasource/Database/Query.php @@ -466,13 +466,15 @@ class Query implements Expression, IteratorAggregate { $exp...
Transforming the query before binding params too
diff --git a/src/Gitonomy/Git/Parser/DiffParser.php b/src/Gitonomy/Git/Parser/DiffParser.php index <HASH>..<HASH> 100644 --- a/src/Gitonomy/Git/Parser/DiffParser.php +++ b/src/Gitonomy/Git/Parser/DiffParser.php @@ -64,9 +64,9 @@ class DiffParser extends ParserBase // 4. File informations $isBi...
Be compatible with bitbucket by allowing short hashes
diff --git a/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java b/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java index <HASH>..<HASH> 100644 --- a/stratosphere-java/src/main/java/eu/stratosphere/api/java/record/io/TextInputFormat.java +++ b/s...
Correctly marked text input format members as transient
diff --git a/src/Editor.js b/src/Editor.js index <HASH>..<HASH> 100644 --- a/src/Editor.js +++ b/src/Editor.js @@ -360,16 +360,6 @@ define(function (require, exports, module) { return this._codeMirror.totalHeight(includePadding); }; - - /** - * Gets the total number of displayed lines for the doc...
removed heightInLines function from Editor.js
diff --git a/js/reveal.js b/js/reveal.js index <HASH>..<HASH> 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -447,7 +447,8 @@ */ function checkCapabilities() { - isMobileDevice = /(iphone|ipod|ipad|android)/gi.test( UA ); + isMobileDevice = /(iphone|ipod|ipad|android)/gi.test( UA ) || + ( navigator.plat...
fix viewport overflow in iPadOS safari
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -220,7 +220,7 @@ var CONFIG = { }, dart: { src: ['LICENSE'], - exclude: ['rtts_assert/'], + exclude: ['rtts_assert'], pipes: {} } },
fix(build): Don't include rtts in the dart build. The module name actually does not include a trailing slash, so the folder would show up and be included in the dart pubbuild.
diff --git a/jaeger_client/config.py b/jaeger_client/config.py index <HASH>..<HASH> 100644 --- a/jaeger_client/config.py +++ b/jaeger_client/config.py @@ -116,6 +116,7 @@ class Config(object): 'tags', 'enabled', 'reporter_batch_size', + ...
Mark reporter_queue_size Config option as valid (#<I>) If you add reporter_queue_size as an option in a jaeger_client.Config, it currently raises an error, even if it's a valid option if validate=True.
diff --git a/symbols/argument.py b/symbols/argument.py index <HASH>..<HASH> 100644 --- a/symbols/argument.py +++ b/symbols/argument.py @@ -25,7 +25,7 @@ class SymbolARGUMENT(Symbol): ''' Symbol.__init__(self, value) self.lineno = lineno - self.set_byref(byref if byref is not None else ...
Argument MUST have it?s own byref attribute, and also it?s setter must check it?s not an rvalue.
diff --git a/OpenPNM/Network/tools.py b/OpenPNM/Network/tools.py index <HASH>..<HASH> 100644 --- a/OpenPNM/Network/tools.py +++ b/OpenPNM/Network/tools.py @@ -794,6 +794,9 @@ def find_surface_pores(network, markers=None, label='surface'): This function does not check whether the given markers actually lie outside ...
Added more explanation to find_surface_pores to help when not all pores are identified
diff --git a/spec/pins_v3_spec.rb b/spec/pins_v3_spec.rb index <HASH>..<HASH> 100755 --- a/spec/pins_v3_spec.rb +++ b/spec/pins_v3_spec.rb @@ -791,6 +791,8 @@ describe "Origen Pin API v3" do $dut.package = :p2 $dut.other_pins(:other).size.should == 3 $dut.other_pin_groups.size.should == 1 + ...
Ready to push and get a pull request set.
diff --git a/lib/smart_proxy_dynflow/version.rb b/lib/smart_proxy_dynflow/version.rb index <HASH>..<HASH> 100644 --- a/lib/smart_proxy_dynflow/version.rb +++ b/lib/smart_proxy_dynflow/version.rb @@ -1,5 +1,5 @@ module Proxy class Dynflow - VERSION = '0.1.6' + VERSION = '0.1.7' end end
Update smart_proxy_dynflow to <I>
diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index <HASH>..<HASH> 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -417,7 +417,17 @@ func (api *ConsensusAPI) delayPayloadImport(block *types.Block) (beacon.PayloadS // payload as non-integratable on top of the existing sync. We'll just // have ...
eth/catalyst: fix NewPayload warn log when dropping due to snap sync
diff --git a/tests/ssh_tests.py b/tests/ssh_tests.py index <HASH>..<HASH> 100644 --- a/tests/ssh_tests.py +++ b/tests/ssh_tests.py @@ -1,4 +1,4 @@ -from nose.tools import istest, assert_raises, assert_in +from nose.tools import istest, assert_raises import spur import spur.ssh @@ -43,7 +43,7 @@ def connection_error...
Remove usage of assert_in for py<I> compatibility
diff --git a/lib/navigationlib.php b/lib/navigationlib.php index <HASH>..<HASH> 100644 --- a/lib/navigationlib.php +++ b/lib/navigationlib.php @@ -672,6 +672,20 @@ class navigation_node implements renderable { $this->parent->make_inactive(); } } + + /** + * Hides the node and any child...
MDL-<I> navigation: fixed expansion limit issue hiding nodes
diff --git a/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php b/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php index <HASH>..<HASH> 100644 --- a/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php +++ b/src/Bridge/Doctrine/Persister/ObjectManagerPersister.php @@ -62,7 +62,7 @@ class ObjectManager...
Prevent IdGenerator from decorating itself (#<I>)
diff --git a/aikif/bias.py b/aikif/bias.py index <HASH>..<HASH> 100644 --- a/aikif/bias.py +++ b/aikif/bias.py @@ -57,7 +57,7 @@ class Bias(object): get_bias_rating() = returns the bias rating 0=bullshit -> 1=fact """ - #@debug + @debug def __init__(self, metadata): """ ...
bias.py includes debug decorator to track issues
diff --git a/js/jquery.iframe-transport.js b/js/jquery.iframe-transport.js index <HASH>..<HASH> 100644 --- a/js/jquery.iframe-transport.js +++ b/js/jquery.iframe-transport.js @@ -1,5 +1,5 @@ /* - * jQuery Iframe Transport Plugin 1.8.1 + * jQuery Iframe Transport Plugin 1.8.2 * https://github.com/blueimp/jQuery-File-...
Handle file inputs with form attribute. Fixes #<I> Thanks @denper for the bug report and fix suggestion.
diff --git a/example.py b/example.py index <HASH>..<HASH> 100644 --- a/example.py +++ b/example.py @@ -115,7 +115,7 @@ def get_glob(glob_path): >>> # Get the expected file names in the platform's native style >>> file_names == (['/test/file1.txt', '/test/file2.txt'] # UNIX-like ... ...
Remove "c:" from Windows paths in doctest.
diff --git a/src/segments/profile.py b/src/segments/profile.py index <HASH>..<HASH> 100644 --- a/src/segments/profile.py +++ b/src/segments/profile.py @@ -2,6 +2,7 @@ import logging from collections import Counter, OrderedDict import unicodedata from pathlib import Path +import warnings from csvw import TableGrou...
ignore warnings from csvw about unspecified columns - the spec allows arbitrary additional columns
diff --git a/geomdl/visualization/VisVTK.py b/geomdl/visualization/VisVTK.py index <HASH>..<HASH> 100644 --- a/geomdl/visualization/VisVTK.py +++ b/geomdl/visualization/VisVTK.py @@ -53,6 +53,10 @@ class VisConfig(vis.VisConfigAbstract): * ``s`` and ``w``: switch between solid and wireframe modes ...
Assign keypress event to "d" for debugging
diff --git a/tests/unique_test.py b/tests/unique_test.py index <HASH>..<HASH> 100644 --- a/tests/unique_test.py +++ b/tests/unique_test.py @@ -37,3 +37,10 @@ def test_unique_nan(): mask = np.isnan(values) assert values[~mask].tolist() == df.x.values[~mask].tolist() # assert indices.tolist() =...
Unit-test for unique in case of dtype object and n/a values (#<I>) * Unit-test for unique in case of object type and missing values (np.nan, None) * make first element None so it is dtype=object * fix: include None, skip nan, since comparison of nan is always false
diff --git a/mithril.js b/mithril.js index <HASH>..<HASH> 100644 --- a/mithril.js +++ b/mithril.js @@ -1017,6 +1017,8 @@ var m = (function app(window, undefined) { var currentTarget = e.currentTarget || e.srcElement; var args = m.route.mode === "pathname" && currentTarget.search ? parseQueryString(currentTarget.s...
clear pendingRequests count on routeUnobtrusive(e)
diff --git a/src/frontend/org/voltdb/RestoreAgent.java b/src/frontend/org/voltdb/RestoreAgent.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/RestoreAgent.java +++ b/src/frontend/org/voltdb/RestoreAgent.java @@ -830,7 +830,7 @@ SnapshotCompletionInterest { */ private Long deserializeRestoreInf...
Serialize the ordinal value or the start action so that if we add something later, they will be checked as well.
diff --git a/kerncraft/machinemodel.py b/kerncraft/machinemodel.py index <HASH>..<HASH> 100755 --- a/kerncraft/machinemodel.py +++ b/kerncraft/machinemodel.py @@ -129,9 +129,9 @@ class MachineModel(object): if 'cache per group' not in c: continue cache_dict[c['level']] = deepc...
fixed out of numa domain scaling of last level cache size
diff --git a/pixelgl/interface.go b/pixelgl/interface.go index <HASH>..<HASH> 100644 --- a/pixelgl/interface.go +++ b/pixelgl/interface.go @@ -70,4 +70,4 @@ func (noOpDoer) Do(sub func(ctx Context)) { } // NoOpDoer is a Doer that just passes an empty context to the caller of Do. -var NoOpDoer = noOpDoer{} +var NoOp...
change NoOpDoer type just to Doer
diff --git a/djstripe/admin.py b/djstripe/admin.py index <HASH>..<HASH> 100644 --- a/djstripe/admin.py +++ b/djstripe/admin.py @@ -837,7 +837,14 @@ class WebhookEndpointAdmin(admin.ModelAdmin): ret.setdefault("base_url", base_url) return ret - def delete_model(self, request, obj): - obj._a...
Handle webhook endpoints already having been deleted upstream
diff --git a/app/controllers/renalware/exit_site_infections_controller.rb b/app/controllers/renalware/exit_site_infections_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/renalware/exit_site_infections_controller.rb +++ b/app/controllers/renalware/exit_site_infections_controller.rb @@ -23,8 +23,8 @@ mod...
Fixing rebase - adjusted update redirect for exit site infections controller
diff --git a/src/argumentsToList.js b/src/argumentsToList.js index <HASH>..<HASH> 100644 --- a/src/argumentsToList.js +++ b/src/argumentsToList.js @@ -8,7 +8,7 @@ import { unapply, identity } from 'ramda'; * * @example * - * R.compose(R.sum, argumentsToList)(1, 2, 3) // 6 + * R.compose(R.sum, R_.argumentsToList...
Added missing R_ in the docs
diff --git a/bounce/bounce.go b/bounce/bounce.go index <HASH>..<HASH> 100644 --- a/bounce/bounce.go +++ b/bounce/bounce.go @@ -138,8 +138,8 @@ again: count++ } if count > 1 { - go handleMouse(m, mc, mcc, rasterMaker) - mc = nil +// go handleMouse(m, mc, mcc, rasterMaker) +// mc = nil ...
removed rasterMaker call for the time being
diff --git a/baron/grammator_operators.py b/baron/grammator_operators.py index <HASH>..<HASH> 100644 --- a/baron/grammator_operators.py +++ b/baron/grammator_operators.py @@ -137,13 +137,14 @@ def include_operators(pg): @pg.production("power : atom DOUBLE_STAR factor") @pg.production("power : atom DOUBLE_STAR...
[mod] continue refactoring
diff --git a/salt/modules/vault.py b/salt/modules/vault.py index <HASH>..<HASH> 100644 --- a/salt/modules/vault.py +++ b/salt/modules/vault.py @@ -31,6 +31,19 @@ Functions to interact with Hashicorp Vault. Currently only token auth is supported. The token must be able to create tokens with the policie...
Add example how to setup vault token via environment variable.
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index <HASH>..<HASH> 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -28,6 +28,11 @@ $('.tooltip-test').tooltip() $('.popover-test').popover() + // Disable empty links in docs exam...
restore docs kill links js
diff --git a/Generator/PHPMethod.php b/Generator/PHPMethod.php index <HASH>..<HASH> 100644 --- a/Generator/PHPMethod.php +++ b/Generator/PHPMethod.php @@ -4,6 +4,10 @@ namespace DrupalCodeBuilder\Generator; /** * Generator class for class methods. + * + * @deprecated + * + * TODO: replace this with PHPFunction thr...
Changed PHPMethod generator to deprecated.
diff --git a/twitter4j-core/src/main/java/twitter4j/util/TimeSpanConverter.java b/twitter4j-core/src/main/java/twitter4j/util/TimeSpanConverter.java index <HASH>..<HASH> 100644 --- a/twitter4j-core/src/main/java/twitter4j/util/TimeSpanConverter.java +++ b/twitter4j-core/src/main/java/twitter4j/util/TimeSpanConverter.ja...
Fix to the translation for the word minute
diff --git a/tests/integration/components/sl-date-time-test.js b/tests/integration/components/sl-date-time-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/components/sl-date-time-test.js +++ b/tests/integration/components/sl-date-time-test.js @@ -131,9 +131,9 @@ test( 'Relative values applied correctly', fu...
changed 3 months ago relative date from code review
diff --git a/org.parallelj/parallelj/parallelj-launching/src/main/java/org/parallelj/launching/LaunchingMessageKind.java b/org.parallelj/parallelj/parallelj-launching/src/main/java/org/parallelj/launching/LaunchingMessageKind.java index <HASH>..<HASH> 100644 --- a/org.parallelj/parallelj/parallelj-launching/src/main/ja...
Add a entry in logs if an Exception is thrown in a Procedure.
diff --git a/simple8b/encoding.go b/simple8b/encoding.go index <HASH>..<HASH> 100644 --- a/simple8b/encoding.go +++ b/simple8b/encoding.go @@ -30,7 +30,7 @@ const MaxValue = (1 << 60) - 1 // Encoder converts a stream of unsigned 64bit integers to a compressed byte slice. type Encoder interface { // Write writes a u...
Return an error from simple8b.Write If the value is too large, an error could be returned.
diff --git a/listener/listener.go b/listener/listener.go index <HASH>..<HASH> 100644 --- a/listener/listener.go +++ b/listener/listener.go @@ -71,7 +71,6 @@ func (l *SQSListener) waitForMessages(qURL *string) { o, err := l.sqsClient.ReceiveMessage(&sqs.ReceiveMessageInput{ MaxNumberOfMessages: aws.Int64(1), Que...
Remove default visibility timeout from SQS Listener Test Plan: ran sqs_test.go with some debug logging Reviewers: gareth Reviewed By: gareth Subscribers: mperrone, rhu, jackgao, maasted Differential Revision: <URL>
diff --git a/protocols/raft/src/main/java/io/atomix/protocols/raft/impl/RaftServiceManager.java b/protocols/raft/src/main/java/io/atomix/protocols/raft/impl/RaftServiceManager.java index <HASH>..<HASH> 100644 --- a/protocols/raft/src/main/java/io/atomix/protocols/raft/impl/RaftServiceManager.java +++ b/protocols/raft/s...
Ensure log compaction is rescheduled for no-op compactions.
diff --git a/file_system.go b/file_system.go index <HASH>..<HASH> 100644 --- a/file_system.go +++ b/file_system.go @@ -406,6 +406,9 @@ type ChildInodeEntry struct { // lookup request. // // Leave at the zero value to disable caching. + // + // Beware: this value is ignored on OS X, where entry caching is disa...
Added a note on the EntryExpiration field.
diff --git a/server/integration/testsuite/src/test/java/org/infinispan/server/test/jgroups/auth/AuthAndEncryptProtocolTest.java b/server/integration/testsuite/src/test/java/org/infinispan/server/test/jgroups/auth/AuthAndEncryptProtocolTest.java index <HASH>..<HASH> 100644 --- a/server/integration/testsuite/src/test/jav...
ISPN-<I> AuthAndEncryptProtocolTest fails Temporarily disable the test.
diff --git a/packages/util/browser.js b/packages/util/browser.js index <HASH>..<HASH> 100644 --- a/packages/util/browser.js +++ b/packages/util/browser.js @@ -36,7 +36,7 @@ if (jsio.__env.name == 'browser') { if(!params) { params = 'div'; } if(typeof params == 'string') { return doc.createElement(params); } - ...
browser should accept tag or tagName since tagName is standard
diff --git a/src/ProcessManager.php b/src/ProcessManager.php index <HASH>..<HASH> 100644 --- a/src/ProcessManager.php +++ b/src/ProcessManager.php @@ -875,7 +875,15 @@ class ProcessManager continue; } - if ($knownMTime !== filemtime($filePath) && $this->filesLastMd5[$filePath]...
Fix infinite reload after tracked file changed (#<I>)
diff --git a/spacy/training/loggers.py b/spacy/training/loggers.py index <HASH>..<HASH> 100644 --- a/spacy/training/loggers.py +++ b/spacy/training/loggers.py @@ -72,7 +72,7 @@ def wandb_logger(project_name: str, remove_config_values: List[str] = []): for field in remove_config_values: del config_...
fix wandb logger when calling multiple times from same script
diff --git a/scipy_data_fitting/plot.py b/scipy_data_fitting/plot.py index <HASH>..<HASH> 100644 --- a/scipy_data_fitting/plot.py +++ b/scipy_data_fitting/plot.py @@ -41,7 +41,7 @@ class Plot: Must contain the keys `data` and `fit`. - Options are passed as keyword arguments to [``][1] for the corres...
Added a missing external reference to docstring.
diff --git a/src/managers/GuildMemberManager.js b/src/managers/GuildMemberManager.js index <HASH>..<HASH> 100644 --- a/src/managers/GuildMemberManager.js +++ b/src/managers/GuildMemberManager.js @@ -268,7 +268,7 @@ class GuildMemberManager extends CachedManager { let endpoint = this.client.api.guilds(this.guild....
fix(GuildMemberManager): nick endpoint (#<I>)
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -152,7 +152,7 @@ getServerString = () => { if (err) { throw err; } - const fileContent = fs.readFileSync('/bundle.js').toString('ascii'); + const fileContent = fs.read...
In webpack config, now toString transform bundle to utf-8 instead of ascii (used in build for production)
diff --git a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js index <HASH>..<HASH> 100644 --- a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js +++ b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js @@ -4...
fix(pob): always add engines
diff --git a/tests/test_widgets.py b/tests/test_widgets.py index <HASH>..<HASH> 100644 --- a/tests/test_widgets.py +++ b/tests/test_widgets.py @@ -130,7 +130,7 @@ class TestWidgetManagerInActivity(TestBetamax): partInstanceId=str(self.frame.id) ), writable_models=self.frame_mo...
widgets: tests for the propertygrid and attachmentwidget
diff --git a/src/projects/index.js b/src/projects/index.js index <HASH>..<HASH> 100644 --- a/src/projects/index.js +++ b/src/projects/index.js @@ -117,7 +117,7 @@ module.exports.getConfig = packs(async argv => { return config; }); -async function resolveDeployConfig(config) { +function resolveDeployConfig(config)...
resolveDeployConfig doesn't need to be async
diff --git a/index.php b/index.php index <HASH>..<HASH> 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,3 @@ <?php -header('Location: /demos/index.php'); +header('Location: ./demos/index.php');
make this work even if ATK is not in your root folder
diff --git a/src/Meting.php b/src/Meting.php index <HASH>..<HASH> 100644 --- a/src/Meting.php +++ b/src/Meting.php @@ -496,7 +496,7 @@ class Meting case 'netease': $api = array( 'method' => 'POST', - 'url' => 'http://music.163.com/api/v3/playlist/detail', + ...
<I>, fixed netease playlist api
diff --git a/lib/less/index.js b/lib/less/index.js index <HASH>..<HASH> 100644 --- a/lib/less/index.js +++ b/lib/less/index.js @@ -41,7 +41,8 @@ var less = { var error = []; var stylize = options.color ? require('./lessc_helper').stylize : function (str) { return str }; - if (ctx.stack) { ret...
Only output stack if it is not a less error
diff --git a/Model/Service/TransactionHandlerService.php b/Model/Service/TransactionHandlerService.php index <HASH>..<HASH> 100755 --- a/Model/Service/TransactionHandlerService.php +++ b/Model/Service/TransactionHandlerService.php @@ -293,9 +293,6 @@ class TransactionHandlerService $this->transacti...
Removed an unneeded order total setter in the capture webhook handler
diff --git a/webservices/server-integration/src/main/java/org/jboss/as/webservices/util/ModuleClassLoaderProvider.java b/webservices/server-integration/src/main/java/org/jboss/as/webservices/util/ModuleClassLoaderProvider.java index <HASH>..<HASH> 100644 --- a/webservices/server-integration/src/main/java/org/jboss/as/w...
[AS7-<I>] minor change on ModuleClassLoaderProvider, JAXRPC related method will later be dropped.
diff --git a/ObjJAcornCompiler.js b/ObjJAcornCompiler.js index <HASH>..<HASH> 100644 --- a/ObjJAcornCompiler.js +++ b/ObjJAcornCompiler.js @@ -2985,7 +2985,7 @@ ClassDeclarationStatement: function(node, st, c, format) { // Check if ivar is already declared in this class or its super classes. c...
Fixed: Don't crash if "window" variable is don't defined
diff --git a/lib/lolapi.js b/lib/lolapi.js index <HASH>..<HASH> 100644 --- a/lib/lolapi.js +++ b/lib/lolapi.js @@ -630,11 +630,9 @@ // TODO: add getProfileIcons /** @deprecated will stop workin on 2017-06-24 if not migrated to v3 */ - League.Static.getRealm = function(regionOrFunction, callback) { // TODO: mig...
refactor (v3 methods) migrate Static.getRealm
diff --git a/app.js b/app.js index <HASH>..<HASH> 100755 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ // Config // Load required files -var sys = require('sys'), +var util = require('util'), path = require('path'), fs = require('fs'), util = require('util'),
[fix] Changed require('util') to require('util') for compatibility with node <I>
diff --git a/simplepie.class.php b/simplepie.class.php index <HASH>..<HASH> 100644 --- a/simplepie.class.php +++ b/simplepie.class.php @@ -1764,15 +1764,7 @@ class SimplePie $this->multifeed_objects = array(); foreach ($this->multifeed_url as $url) { - if (SIMPLEPIE_PHP5) - { - // This keyword nee...
Replace clone() with clone as per PHP 5 coding standards
diff --git a/lib/unexpectedMessy.js b/lib/unexpectedMessy.js index <HASH>..<HASH> 100644 --- a/lib/unexpectedMessy.js +++ b/lib/unexpectedMessy.js @@ -88,13 +88,13 @@ function bufferCanBeInterpretedAsUtf8(buffer) { } function expectMessageToSatisfy(expect, subject, value) { + subject.upgradeOrDowngradeBodyToMatc...
upgrade/downgrade the body before doing anything else so the diff will come out correctly in case of a header mismatch.
diff --git a/conn_linux_integration_test.go b/conn_linux_integration_test.go index <HASH>..<HASH> 100644 --- a/conn_linux_integration_test.go +++ b/conn_linux_integration_test.go @@ -3,7 +3,6 @@ package netlink_test import ( - "errors" "fmt" "net" "os" @@ -1055,7 +1054,8 @@ func rtnlReceive(t *testing.T, c *n...
netlink: avoid errors.Is for netlink strict checking test
diff --git a/cumulusci/robotframework/utils.py b/cumulusci/robotframework/utils.py index <HASH>..<HASH> 100644 --- a/cumulusci/robotframework/utils.py +++ b/cumulusci/robotframework/utils.py @@ -208,7 +208,7 @@ class PerfJSONConverter: def perfJSON2Dict(self, include_raw=False): rc = { - f"{m...
Python 2 compatibility because it was easy.
diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index <HASH>..<HASH> 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -15,6 +15,7 @@ import ( "strings" "sync" "syscall" + "time" "github.com/btcsuite/btcd/chaincfg/chainhash" "github.com/btcsuite/btcd/wire" @@ -3532,7 +3533,7 @@ va...
lncli: start_time defaults to <I> hours ago Here we set start_time to <I> hours prior if it's not provided on the CLI. The effect of this is when you don't provide a start_time: CLI: -<I>h RPC: Unix Epoch
diff --git a/src/main/java/nl/hsac/fitnesse/fixture/slim/HttpTest.java b/src/main/java/nl/hsac/fitnesse/fixture/slim/HttpTest.java index <HASH>..<HASH> 100644 --- a/src/main/java/nl/hsac/fitnesse/fixture/slim/HttpTest.java +++ b/src/main/java/nl/hsac/fitnesse/fixture/slim/HttpTest.java @@ -172,7 +172,7 @@ public class ...
Improve error message: getFilePathFromWikiUrl already checked whether file existed. The location returned does not specify where it looked exactly
diff --git a/comment/lib.php b/comment/lib.php index <HASH>..<HASH> 100644 --- a/comment/lib.php +++ b/comment/lib.php @@ -636,7 +636,7 @@ class comment { * } * @return boolean */ - public function delete_comments($param) { + public static function delete_comments($param) { global $DB; ...
MDL-<I> more E_STRCT fixes
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,16 +2,6 @@ from distutils.command.build import build as DistutilsBuild from setuptools import setup, Extension import subprocess -class FakeNumpy(object): - def get_include(self): - raise Exception('Tried to compile...
Remove FakeNumpy Only neeed in pachi-py where numpy is needed at build time
diff --git a/includes/class-parse-this-base.php b/includes/class-parse-this-base.php index <HASH>..<HASH> 100644 --- a/includes/class-parse-this-base.php +++ b/includes/class-parse-this-base.php @@ -39,6 +39,10 @@ class Parse_This_Base { return $return->format( DATE_W3C ); } + public static function validate_ema...
Move validate email to base class and refresh.
diff --git a/src/iterable-functions.php b/src/iterable-functions.php index <HASH>..<HASH> 100644 --- a/src/iterable-functions.php +++ b/src/iterable-functions.php @@ -84,17 +84,16 @@ function iterable_filter(iterable $iterable, ?callable $filter = null): iterable /** * Reduces an iterable. * - * @param iterable<mi...
Chore: Add types to iterable_reduce() (#<I>)
diff --git a/raft.go b/raft.go index <HASH>..<HASH> 100644 --- a/raft.go +++ b/raft.go @@ -725,12 +725,13 @@ func (r *Raft) leaderLoop() { } // Group commit, gather all the ready commits ready := []*logFuture{newLog} + GROUP_COMMIT_LOOP: for i := 0; i < r.conf.MaxAppendEntries; i++ { select { ...
Break out of group commit early. This is a very minor optimisation to not waste a few cycles re-checking the applyCh for new logs up to <I> times when none are present.
diff --git a/lib/rack/heartbeat.rb b/lib/rack/heartbeat.rb index <HASH>..<HASH> 100644 --- a/lib/rack/heartbeat.rb +++ b/lib/rack/heartbeat.rb @@ -16,5 +16,5 @@ module Rack end end -require 'heartbeat/railtie' if defined?(Rails) +require File.expand_path('../heartbeat/railtie', __FILE__) if defined?(Rails) diff...
oh, and fix path / naming issues
diff --git a/lib/irc.js b/lib/irc.js index <HASH>..<HASH> 100644 --- a/lib/irc.js +++ b/lib/irc.js @@ -551,10 +551,18 @@ function Client(server, nick, opt) { case "PING": self.send("PONG", message.args[0]); break; + case "QUIT": + if ( self.opt.de...
Added QUIT and MODE to handled messages
diff --git a/test/cases/EmptyDisallow.php b/test/cases/EmptyDisallow.php index <HASH>..<HASH> 100644 --- a/test/cases/EmptyDisallow.php +++ b/test/cases/EmptyDisallow.php @@ -7,8 +7,6 @@ class EmptyDisallowTest extends \PHPUnit_Framework_TestCase * @covers RobotsTxtParser::isAllowed * @covers RobotsT...
Removed even more non-sense code This test was never intended to throw any exception, still it expects one. Please don't mess up the code !!!
diff --git a/spyder/plugins/ipythonconsole/plugin.py b/spyder/plugins/ipythonconsole/plugin.py index <HASH>..<HASH> 100644 --- a/spyder/plugins/ipythonconsole/plugin.py +++ b/spyder/plugins/ipythonconsole/plugin.py @@ -773,8 +773,7 @@ class IPythonConsole(SpyderPluginWidget): # Add the action to the 'Consoles'...
Add special console menu to main consoles menu
diff --git a/packages/react-atlas-core/src/radioGroup/RadioGroup.js b/packages/react-atlas-core/src/radioGroup/RadioGroup.js index <HASH>..<HASH> 100644 --- a/packages/react-atlas-core/src/radioGroup/RadioGroup.js +++ b/packages/react-atlas-core/src/radioGroup/RadioGroup.js @@ -4,7 +4,7 @@ import cx from 'classNames'; ...
changed styleName to className in radioGroup
diff --git a/nion/swift/ScriptsDialog.py b/nion/swift/ScriptsDialog.py index <HASH>..<HASH> 100644 --- a/nion/swift/ScriptsDialog.py +++ b/nion/swift/ScriptsDialog.py @@ -146,6 +146,13 @@ class RunScriptDialog(Dialog.ActionDialog): list_widget.items = items self.ui.set_persistent_object("inter...
Connect the 'remove' button in Scripts dialog.
diff --git a/tests/Whoops/Exception/InspectorTest.php b/tests/Whoops/Exception/InspectorTest.php index <HASH>..<HASH> 100644 --- a/tests/Whoops/Exception/InspectorTest.php +++ b/tests/Whoops/Exception/InspectorTest.php @@ -45,6 +45,19 @@ class InspectorTest extends TestCase } /** + * @covers Whoops\Exce...
Add unit test, fails on PHP7 if Inspector::getTrace() requires Exception instead of also allowing Error
diff --git a/eppy/tests/test_report_tables/test_report_tables.py b/eppy/tests/test_report_tables/test_report_tables.py index <HASH>..<HASH> 100644 --- a/eppy/tests/test_report_tables/test_report_tables.py +++ b/eppy/tests/test_report_tables/test_report_tables.py @@ -21,9 +21,9 @@ def _report_tables(linesTable): ...
Minor adjustments to get the test running, and provide some meaningful output
diff --git a/pg.js b/pg.js index <HASH>..<HASH> 100644 --- a/pg.js +++ b/pg.js @@ -435,11 +435,15 @@ SqlBuilder.column = function(name, schema) { switch (cast) { case 'integer': case 'int': - case 'byte': case 'smallint': case 'number': cast = '::int'; break; + case 'byte': + case 'bi...
Added more types for casting in Postgres Separated out binary casting from integer (binary is stored as "bytea" which contains alpha characters). Added in string casting to "text".
diff --git a/lionengine-core/src/main/java/com/b3dgs/lionengine/Resolution.java b/lionengine-core/src/main/java/com/b3dgs/lionengine/Resolution.java index <HASH>..<HASH> 100644 --- a/lionengine-core/src/main/java/com/b3dgs/lionengine/Resolution.java +++ b/lionengine-core/src/main/java/com/b3dgs/lionengine/Resolution.ja...
#<I>: Resolution getScaled function added.
diff --git a/mpop/projectable.py b/mpop/projectable.py index <HASH>..<HASH> 100644 --- a/mpop/projectable.py +++ b/mpop/projectable.py @@ -178,4 +178,4 @@ class Projectable(Dataset): else: res.append("not loaded") - return ", ".join(res) + return res[0] + ", ".join(res[1:])
Fix projectables str to look better.
diff --git a/BehatAliceLoader.php b/BehatAliceLoader.php index <HASH>..<HASH> 100644 --- a/BehatAliceLoader.php +++ b/BehatAliceLoader.php @@ -35,16 +35,17 @@ class BehatAliceLoader extends Yaml public function loadTableNode($entity, TableNode $data) { $hash = []; - $key = null; + $key_col...
Slight logic bug in last fix.
diff --git a/smack-core/src/main/java/org/jivesoftware/smack/packet/IQ.java b/smack-core/src/main/java/org/jivesoftware/smack/packet/IQ.java index <HASH>..<HASH> 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/packet/IQ.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/packet/IQ.java @@ -261,6 +26...
Add assert to IQ.initializeAsResultFor(IQ) This method is not meant to be used to be invoked with the identity.
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 @@ -96,6 +96,13 @@ function dedupe(array) { function exposeSettings() { 'use strict'; + function mockEditor (editor, methods) { + return methods.reduce(function (mockEditor, metho...
mockEditor function, to ease future method additions
diff --git a/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java b/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java index <HASH>..<HASH> 100644 --- a/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java +++ b/flatpack/src/main/java/net/sf/flatpack/util/ParserUtils.java @@ -152,7 +152,7 @@ p...
Fixing regression with delimiter inside qualifier.
diff --git a/phy/cluster/manual/view_models.py b/phy/cluster/manual/view_models.py index <HASH>..<HASH> 100644 --- a/phy/cluster/manual/view_models.py +++ b/phy/cluster/manual/view_models.py @@ -624,6 +624,8 @@ class TraceViewModel(VispyViewModel): @interval.setter def interval(self, value): + if sel...
Fixed bug in GUI with unavailable traces.
diff --git a/gns3server/modules/dynamips/hypervisor.py b/gns3server/modules/dynamips/hypervisor.py index <HASH>..<HASH> 100644 --- a/gns3server/modules/dynamips/hypervisor.py +++ b/gns3server/modules/dynamips/hypervisor.py @@ -21,7 +21,6 @@ Represents a Dynamips hypervisor and starts/stops the associated Dynamips proce...
Keep Dynamips stdout log file in the project directory.
diff --git a/gbdxtools/images/dem_image.py b/gbdxtools/images/dem_image.py index <HASH>..<HASH> 100644 --- a/gbdxtools/images/dem_image.py +++ b/gbdxtools/images/dem_image.py @@ -23,7 +23,7 @@ class DemImage(IpeImage): print(e) print("Specified product not implemented: {}".format(options["prod...
passing bbox in demimage creation which is important
diff --git a/django_mobile_tests/tests.py b/django_mobile_tests/tests.py index <HASH>..<HASH> 100644 --- a/django_mobile_tests/tests.py +++ b/django_mobile_tests/tests.py @@ -173,6 +173,12 @@ class RealAgentNameTests(BaseTestCase): def test_ipad(self): self.assertFullFlavour(u'Mozilla/5.0 (iPad; U; CPU OS...
Tests for iPhone and Motorola Xoom.