diff
stringlengths
65
26.7k
message
stringlengths
7
9.92k
diff --git a/lib/active_job/arguments.rb b/lib/active_job/arguments.rb index <HASH>..<HASH> 100644 --- a/lib/active_job/arguments.rb +++ b/lib/active_job/arguments.rb @@ -1,4 +1,5 @@ require 'active_model/global_locator' +require 'active_model/global_identification' module ActiveJob class Arguments
Require global_identification in serialisations
diff --git a/indra/statements.py b/indra/statements.py index <HASH>..<HASH> 100644 --- a/indra/statements.py +++ b/indra/statements.py @@ -1048,6 +1048,17 @@ class Evidence(object): text_refs : dict A dictionary of various reference ids to the source text, e.g. DOI, PMID, URL, etc. + + Additio...
Add some documentation and fix set-state.
diff --git a/closure/goog/net/xhrmanager.js b/closure/goog/net/xhrmanager.js index <HASH>..<HASH> 100644 --- a/closure/goog/net/xhrmanager.js +++ b/closure/goog/net/xhrmanager.js @@ -139,7 +139,7 @@ goog.net.XhrManager.prototype.setTimeoutInterval = function(ms) { /** - * Returns the number of reuqests either in f...
Fix spelling errors for reuqest. Mostly makes searching comments better, but there are some bonafide bugs here! R=pallosp DELTA=1 (0 added, 0 deleted, 1 changed) Revision created by MOE tool push_codebase. MOE_MIGRATION=<I> git-svn-id: <URL>
diff --git a/tests/Queue/QueueWorkerTest.php b/tests/Queue/QueueWorkerTest.php index <HASH>..<HASH> 100755 --- a/tests/Queue/QueueWorkerTest.php +++ b/tests/Queue/QueueWorkerTest.php @@ -243,7 +243,6 @@ class QueueWorkerTest extends TestCase $this->assertNull($job->failedWith); } - public function ...
Apply fixes from StyleCI (#<I>)
diff --git a/library/src/main/java/com/github/devnied/emvnfccard/parser/EmvTemplate.java b/library/src/main/java/com/github/devnied/emvnfccard/parser/EmvTemplate.java index <HASH>..<HASH> 100644 --- a/library/src/main/java/com/github/devnied/emvnfccard/parser/EmvTemplate.java +++ b/library/src/main/java/com/github/devn...
Ensure list of parsers not null when the defaults are not added
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name = 'openhomedevice', - version = '0.6.2', + version = '0.6.3', author = 'Barry John Williams', author_email = 'barry@bjw.me.uk', descriptio...
Bumped version number to <I>
diff --git a/cli/cumulusci.py b/cli/cumulusci.py index <HASH>..<HASH> 100644 --- a/cli/cumulusci.py +++ b/cli/cumulusci.py @@ -85,10 +85,16 @@ def build_router(config): if branch.startswith('feature/'): click.echo('-- Building with feature branch flow') + config.sf_username = os.environ.get('SF_U...
Switch build target orgs in build_router based on environment variable suffixes
diff --git a/src/Illuminate/Database/Query/Builder.php b/src/Illuminate/Database/Query/Builder.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Builder.php +++ b/src/Illuminate/Database/Query/Builder.php @@ -655,9 +655,9 @@ class Builder return $this->whereNested($column, $boolean); ...
Tweak comment in query builder where method
diff --git a/packages/reactstrap-validation-select/AvSelect.js b/packages/reactstrap-validation-select/AvSelect.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-select/AvSelect.js +++ b/packages/reactstrap-validation-select/AvSelect.js @@ -196,10 +196,7 @@ class AvSelect extends AvBaseInput { ...
fix(reactstrap-validation-select): check autofill key is truthy
diff --git a/src/LooplineSystems/CloseIoApiWrapper/Api/LeadApi.php b/src/LooplineSystems/CloseIoApiWrapper/Api/LeadApi.php index <HASH>..<HASH> 100644 --- a/src/LooplineSystems/CloseIoApiWrapper/Api/LeadApi.php +++ b/src/LooplineSystems/CloseIoApiWrapper/Api/LeadApi.php @@ -27,8 +27,8 @@ class LeadApi extends AbstractA...
Fixes typo in lead urls
diff --git a/src/Console/Command/Task/PluginTask.php b/src/Console/Command/Task/PluginTask.php index <HASH>..<HASH> 100644 --- a/src/Console/Command/Task/PluginTask.php +++ b/src/Console/Command/Task/PluginTask.php @@ -213,6 +213,14 @@ class PluginTask extends BakeTask { $this->createFile($file, $out); } +/** + ...
Fixing an error when calling composer and adding doc block
diff --git a/lib/gemsmith/gem/specification.rb b/lib/gemsmith/gem/specification.rb index <HASH>..<HASH> 100644 --- a/lib/gemsmith/gem/specification.rb +++ b/lib/gemsmith/gem/specification.rb @@ -44,11 +44,11 @@ module Gemsmith end def allowed_push_key - spec.metadata.fetch("allowed_push_key") { "...
Fixed Style/RedundantFetchBlock issue with gem specification Use of the block was unnecessary.
diff --git a/plaso/parsers/winreg_plugins/interface.py b/plaso/parsers/winreg_plugins/interface.py index <HASH>..<HASH> 100644 --- a/plaso/parsers/winreg_plugins/interface.py +++ b/plaso/parsers/winreg_plugins/interface.py @@ -143,7 +143,7 @@ class WindowsRegistryKeyPathPrefixFilter(BaseWindowsRegistryKeyFilter): ...
Fix simple typo in winreg_plugins interface (#<I>)
diff --git a/ezp/Persistence/Tests/InMemoryEngine/BackendDataTest.php b/ezp/Persistence/Tests/InMemoryEngine/BackendDataTest.php index <HASH>..<HASH> 100644 --- a/ezp/Persistence/Tests/InMemoryEngine/BackendDataTest.php +++ b/ezp/Persistence/Tests/InMemoryEngine/BackendDataTest.php @@ -336,6 +336,34 @@ class BackendDat...
Added: additional InMemoryEngine\Backend tests
diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -57,6 +57,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface ...
Allow people to set the error level, this is especially important when dealing with misbehaving libraries as part of legacy integrations. Usage would be to extend the Kernel, and set the errorReportingLevel prior to calling parent::__construct(). Not ideal, but this doesn't break BC and allows the user to defer the de...
diff --git a/src/Illuminate/Cache/TaggedCache.php b/src/Illuminate/Cache/TaggedCache.php index <HASH>..<HASH> 100644 --- a/src/Illuminate/Cache/TaggedCache.php +++ b/src/Illuminate/Cache/TaggedCache.php @@ -2,7 +2,7 @@ use Closure; -class TaggedCache { +class TaggedCache implements StoreInterface { /** * Th...
Make TaggedCache implement StoreInterface This way, a tagged cache can be passed to a class that expects a StoreInterface, and doesn't have to know that it is dealing with a tagged cache. Tag-related operations can be handled outside the class.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -48,4 +48,8 @@ setup( 'rshell=rshell.command_line:main' ], }, + extras_require={ + ':sys_platform == "win32"': [ + 'pyreadline'] + } )
Address #<I>: Add pyreadline dependency for Windows platform
diff --git a/src/howler.core.js b/src/howler.core.js index <HASH>..<HASH> 100644 --- a/src/howler.core.js +++ b/src/howler.core.js @@ -1604,7 +1604,7 @@ } // If the sound hasn't loaded, add it to the load queue to seek when capable. - if (self._state !== 'loaded' || self._playLock) { + if (typ...
Don't add seek without value to queue when loading Fixes #<I>
diff --git a/bettercache/views.py b/bettercache/views.py index <HASH>..<HASH> 100644 --- a/bettercache/views.py +++ b/bettercache/views.py @@ -1,3 +1,5 @@ +import urllib2, time + from django.http import HttpResponse from bettercache.utils import CachingMixin from bettercache.tasks import GeneratePage @@ -18,10 +20,1...
[CMSPERF-<I>] slightly better it now proxies
diff --git a/lib/cl/version.rb b/lib/cl/version.rb index <HASH>..<HASH> 100644 --- a/lib/cl/version.rb +++ b/lib/cl/version.rb @@ -1,3 +1,3 @@ class Cl - VERSION = '0.1.15' + VERSION = '0.1.16' end
Bump cl to <I>
diff --git a/helpers/map-deep-merge.js b/helpers/map-deep-merge.js index <HASH>..<HASH> 100644 --- a/helpers/map-deep-merge.js +++ b/helpers/map-deep-merge.js @@ -172,7 +172,8 @@ function typeFromList( list ){ return list && list._define && list._define.definitions["#"] && list._define.definitions["#"].Type; } func...
smart-merge: read id usign connection.id
diff --git a/msg/scratch_msgs.js b/msg/scratch_msgs.js index <HASH>..<HASH> 100644 --- a/msg/scratch_msgs.js +++ b/msg/scratch_msgs.js @@ -9,7 +9,7 @@ goog.require('Blockly.ScratchMsgs'); Blockly.ScratchMsgs.locales["ab"] = { - "CONTROL_FOREVER": "инагӡалатәуп", + "CONTROL_FOREVER": "инагӡалатәуп еснагь", ...
[skip ci] Update translations from transifex
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ tests_require = [ 'pydocstyle>=2.0.0', 'pytest-cov>=1.8.0', 'pytest-pep8>=1.0.6', - 'pytest>=2.8.0', + 'pytest>=4.0.0,<5.0.0', 'mock>=1.3.0', ]
setup: pin pytest version (closes #<I>)
diff --git a/openquake/commonlib/readinput.py b/openquake/commonlib/readinput.py index <HASH>..<HASH> 100644 --- a/openquake/commonlib/readinput.py +++ b/openquake/commonlib/readinput.py @@ -1034,14 +1034,18 @@ def get_checksum32(oqparam): """ Build an unsigned 32 bit integer from the input files of the calcu...
Fixed a Python 2<->3 issue
diff --git a/osrframework/__init__.py b/osrframework/__init__.py index <HASH>..<HASH> 100644 --- a/osrframework/__init__.py +++ b/osrframework/__init__.py @@ -23,4 +23,4 @@ import osrframework.utils.logger # Calling the logger when being imported osrframework.utils.logger.setupLogger(loggerName="osrframework") -__v...
Set release version to <I>rc5
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -95,6 +95,8 @@ extend(Raven.prototype, { }, install: function install(opts, cb) { + if (this.installed) return this; + if (typeof opts === 'function') { cb = opts; } @@ -110,6 +1...
Add installed flag to avoid capturing console breadcrumbs prematurely
diff --git a/core/class-kirki-init.php b/core/class-kirki-init.php index <HASH>..<HASH> 100644 --- a/core/class-kirki-init.php +++ b/core/class-kirki-init.php @@ -285,7 +285,7 @@ class Kirki_Init { * @return bool */ public static function is_plugin() { - _doing_it_wrong( __METHOD__, esc_attr__( 'We detected yo...
Don't add this message for now, we'll see how it goes.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( 'boto', 'kazoo', #'marisa-trie', - #'jellyfish', ## required in .rpm + 'jellyfish', 'nilsimsa>=0.2', 'pytest', ## required in .rpm ...
fixing pylint fatal errors by including jellyfish in setup.py and commenting out the non-existant "lingpipe" package
diff --git a/lib/stax/mixin/dms.rb b/lib/stax/mixin/dms.rb index <HASH>..<HASH> 100644 --- a/lib/stax/mixin/dms.rb +++ b/lib/stax/mixin/dms.rb @@ -73,8 +73,8 @@ module Stax print_table Aws::Dms.tasks(filters: [{name: 'replication-task-arn', values: dms_task_arns}]).map { |t| [ t.replica...
handle nil stats for new tasks not run yet
diff --git a/pyghmi/ipmi/oem/lenovo/imm.py b/pyghmi/ipmi/oem/lenovo/imm.py index <HASH>..<HASH> 100644 --- a/pyghmi/ipmi/oem/lenovo/imm.py +++ b/pyghmi/ipmi/oem/lenovo/imm.py @@ -795,10 +795,16 @@ class XCCClient(IMMClient): rt = self.wc.grab_json_response('/api/providers/rp_vm_remote_connect', ...
Provide better error message for common scenarios There are a few error codes that pretty much mean the same thing. Provide a better text message to match that error code. Change-Id: Ic<I>b8dff3f<I>ddd<I>c7b<I>eb8dab<I>
diff --git a/library/src/com/nineoldandroids/view/ViewPropertyAnimator.java b/library/src/com/nineoldandroids/view/ViewPropertyAnimator.java index <HASH>..<HASH> 100644 --- a/library/src/com/nineoldandroids/view/ViewPropertyAnimator.java +++ b/library/src/com/nineoldandroids/view/ViewPropertyAnimator.java @@ -298,9 +29...
Forward listener events with a null animation for now.
diff --git a/Eloquent/Relations/MorphMany.php b/Eloquent/Relations/MorphMany.php index <HASH>..<HASH> 100755 --- a/Eloquent/Relations/MorphMany.php +++ b/Eloquent/Relations/MorphMany.php @@ -46,4 +46,15 @@ class MorphMany extends MorphOneOrMany { return $this->matchMany($models, $results, $relation); ...
Fixed bug on forceCreate on a MorphMay relationship not including morph type
diff --git a/src/Handlers/AbstractTreeHandler.php b/src/Handlers/AbstractTreeHandler.php index <HASH>..<HASH> 100644 --- a/src/Handlers/AbstractTreeHandler.php +++ b/src/Handlers/AbstractTreeHandler.php @@ -358,15 +358,15 @@ class AbstractTreeHandler implements Handler protected function getParser() { - ...
Applied fixes from StyleCI (#8) [ci skip] [skip ci]
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 @@ -261,6 +261,7 @@ public abstract class Run <JobT extends Job<JobT,RunT>,RunT extends Run<JobT,Run ...
mkdirs() is expensive on Windows, so don't do it on every getRootDir()
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +v1.1.1 + - return singleton from app instantiation v1.0.1 - Add caching to FB token retrieval, add specs v1.0.0 diff --git a/lib/fb/feed.rb b/lib/fb/feed.rb index <HASH>..<HASH> 100644 --- a/lib/fb/feed...
Return self from FB api instantiation
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - with_events (0.1.0) + with_events (0.1.1) activesupport (~> 4.2.7) require_all (~> 1.4.0) sidekiq (~> 3.5.3) diff --git a/lib/with_events/v...
chore(version): Update gem version
diff --git a/admin/code/CMSProfileController.php b/admin/code/CMSProfileController.php index <HASH>..<HASH> 100644 --- a/admin/code/CMSProfileController.php +++ b/admin/code/CMSProfileController.php @@ -23,6 +23,7 @@ class CMSProfileController extends LeftAndMain { $form = parent::getEditForm($id, $fields); if($f...
Removed "Last visited" from admin/myprofile (fixes #<I>) It doesn't make any sense in this context
diff --git a/gyp_learnuv.py b/gyp_learnuv.py index <HASH>..<HASH> 100755 --- a/gyp_learnuv.py +++ b/gyp_learnuv.py @@ -43,7 +43,7 @@ def host_arch(): def compiler_version(): proc = subprocess.Popen(CC.split() + ['--version'], stdout=subprocess.PIPE) is_clang = 'clang' in proc.communicate()[0].split('\n')[0] - p...
fix for version info in recent gcc
diff --git a/dipper/sources/KEGG.py b/dipper/sources/KEGG.py index <HASH>..<HASH> 100644 --- a/dipper/sources/KEGG.py +++ b/dipper/sources/KEGG.py @@ -499,7 +499,7 @@ class KEGG(Source): #print(kegg_disease_id+'_'+omim_disease_id) gu.addClassToGraph(g, kegg_disease_id, None) ...
KEGG.py: Switched KEGG disease to OMIM disease relation to XREF.
diff --git a/src/terra/Command/App/AppAdd.php b/src/terra/Command/App/AppAdd.php index <HASH>..<HASH> 100644 --- a/src/terra/Command/App/AppAdd.php +++ b/src/terra/Command/App/AppAdd.php @@ -103,7 +103,7 @@ class AppAdd extends Command // Offer to enable the environment (only if interactive.) - if (...
Wrong logic when checking if we should quit the command!
diff --git a/cherrypy/test/test_core.py b/cherrypy/test/test_core.py index <HASH>..<HASH> 100644 --- a/cherrypy/test/test_core.py +++ b/cherrypy/test/test_core.py @@ -372,7 +372,7 @@ class CoreRequestHandlingTest(helper.CPWebCase): ignore.append(TypeError) try: self.getPage("/params/?nota...
Fix for test which broke in [<I>].
diff --git a/client/me/help/controller.js b/client/me/help/controller.js index <HASH>..<HASH> 100644 --- a/client/me/help/controller.js +++ b/client/me/help/controller.js @@ -15,10 +15,10 @@ import HelpComponent from './main'; import CoursesComponent from './help-courses'; import ContactComponent from './help-contact...
Help: Use Redux to check if user is logged in (#<I>)
diff --git a/playground/samples/customObject.js b/playground/samples/customObject.js index <HASH>..<HASH> 100644 --- a/playground/samples/customObject.js +++ b/playground/samples/customObject.js @@ -6,7 +6,11 @@ function ObjectFieldTemplate({ TitleField, properties, title, description }) { <TitleField title={tit...
Fix customObject sample (#<I>) The sample for customObject.js had few defects. React <I> throws an no-keys-defined warning as well as 'child-can-not-be-objects' exception. The code has been changed to fix these issues. * Fixed customObject sample to fix "Objects are not valid as a React child" error for react <I> and...
diff --git a/sparse/client_test.go b/sparse/client_test.go index <HASH>..<HASH> 100644 --- a/sparse/client_test.go +++ b/sparse/client_test.go @@ -135,6 +135,31 @@ func TestSyncFile9(t *testing.T) { testSyncFile(t, layoutLocal, layoutRemote) } +func TestSyncDiff1(t *testing.T) { + layoutLocal := []FileInterval{ + ...
ssync: added diff around block batch alignment
diff --git a/bundle/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceStarted.java b/bundle/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceStarted.java index <HASH>..<HASH> 100644 --- a/bundle/src/main/java/org/ops4j/pax/web/service/internal/HttpServiceStarted.java +++ b/bundle/src/main/java/org/...
RE PAXWEB-<I> Prevent the creation of multiple ContextModel objects
diff --git a/contao/config/config.php b/contao/config/config.php index <HASH>..<HASH> 100644 --- a/contao/config/config.php +++ b/contao/config/config.php @@ -17,3 +17,5 @@ $GLOBALS['TL_EVENTS'][\ContaoCommunityAlliance\Contao\EventDispatcher\Event\CreateEventDispatcherEvent::NAME][] = 'MetaModels\DcGeneral\Eve...
Add a missing event. Add the missing event for register the AttributeTypeFactory.
diff --git a/core/ledger/ledgerstorage/store_test.go b/core/ledger/ledgerstorage/store_test.go index <HASH>..<HASH> 100644 --- a/core/ledger/ledgerstorage/store_test.go +++ b/core/ledger/ledgerstorage/store_test.go @@ -158,6 +158,7 @@ func TestStoreWithExistingBlockchain(t *testing.T) { provider := NewProvider(storeD...
[FAB-<I>] staticcheck - core/ledger/ledgerstorage
diff --git a/spyderlib/plugins/ipythonconsole.py b/spyderlib/plugins/ipythonconsole.py index <HASH>..<HASH> 100644 --- a/spyderlib/plugins/ipythonconsole.py +++ b/spyderlib/plugins/ipythonconsole.py @@ -608,9 +608,12 @@ class IPythonClient(QWidget, SaveHistoryMixin): #---- Qt methods -----------------------...
IPython console: Pause the heartbeat channel when a console is closed - Without this change we get an infinite stream of warnings printed in the internal console mentioning a "kernel died" issue.
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( packages=find_packages('.'), install_requires = [ 'prompt_toolkit==0.57', - 'pyte>=0.4.10', + 'pyte>=0.5.1', 'six>=1.9.0', 'docopt>=0.6.2', ],
Require at least Pyte <I>.
diff --git a/packages/generator-bolt/generators/component/index.js b/packages/generator-bolt/generators/component/index.js index <HASH>..<HASH> 100644 --- a/packages/generator-bolt/generators/component/index.js +++ b/packages/generator-bolt/generators/component/index.js @@ -258,5 +258,17 @@ module.exports = class exten...
fix: update to automatically run generated files through Prettier automatically to prevent any linting issues
diff --git a/core/src/main/java/org/infinispan/newstatetransfer/StateConsumerImpl.java b/core/src/main/java/org/infinispan/newstatetransfer/StateConsumerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/newstatetransfer/StateConsumerImpl.java +++ b/core/src/main/java/org/infinispan/newstatet...
ISPN-<I> Don't pull anything if this is the first node to join the cache
diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java b/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInjectProcessor.java index <HASH>..<HASH> 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/BeanDefinitionInje...
Fix NPE when no constructor is found
diff --git a/core/src/test/java/io/undertow/server/handlers/ForwardedHandlerTestCase.java b/core/src/test/java/io/undertow/server/handlers/ForwardedHandlerTestCase.java index <HASH>..<HASH> 100644 --- a/core/src/test/java/io/undertow/server/handlers/ForwardedHandlerTestCase.java +++ b/core/src/test/java/io/undertow/ser...
Ignore test when running with a proxy
diff --git a/tq/custom.go b/tq/custom.go index <HASH>..<HASH> 100644 --- a/tq/custom.go +++ b/tq/custom.go @@ -86,7 +86,7 @@ func NewCustomAdapterDownloadRequest(oid string, size int64, action *Action) *cu } type customAdapterTerminateRequest struct { - MessageType string `json:"type"` + Event string `json:"event"`...
Fix terminate request from custom transfer, should be “event” not “type”
diff --git a/lib/spring/client/status.rb b/lib/spring/client/status.rb index <HASH>..<HASH> 100644 --- a/lib/spring/client/status.rb +++ b/lib/spring/client/status.rb @@ -21,7 +21,7 @@ module Spring end def application_pids - candidates = `ps -o ppid= -o pid=`.lines + candidates = `ps -a -...
Status command list application in all terminals Fixes #<I>
diff --git a/src/physics/quadtree.js b/src/physics/quadtree.js index <HASH>..<HASH> 100644 --- a/src/physics/quadtree.js +++ b/src/physics/quadtree.js @@ -253,7 +253,7 @@ QT_ARRAY_PUSH(this.nodes[i]); } // empty the array - this.nodes.length = 0; + this.nodes = []; ...
[#<I>] small update for code consistency
diff --git a/src/Bundle.js b/src/Bundle.js index <HASH>..<HASH> 100644 --- a/src/Bundle.js +++ b/src/Bundle.js @@ -223,7 +223,18 @@ export default class Bundle { } const exportDeclaration = otherModule.exports[ importDeclaration.name ]; - return trace( otherModule, exportDeclaration.localName ); + if ( ex...
handle export * (all function tests now passing)
diff --git a/pkg_resources.py b/pkg_resources.py index <HASH>..<HASH> 100644 --- a/pkg_resources.py +++ b/pkg_resources.py @@ -1568,7 +1568,6 @@ class ZipManifests(dict): for name in zfile.namelist() ) return dict(items) -zip_manifests = ZipManifests() class ContextualZip...
Create zip_manifests as a class attribute rather than a global --HG-- extra : amend_source : <I>d<I>c<I>dca<I>e<I>f<I>c<I>ee
diff --git a/lib/digital_opera.rb b/lib/digital_opera.rb index <HASH>..<HASH> 100644 --- a/lib/digital_opera.rb +++ b/lib/digital_opera.rb @@ -5,7 +5,10 @@ require "digital_opera/banker" require "digital_opera/presenter/base" require "digital_opera/document" require "digital_opera/form_object" -require "digital_oper...
made the S3 service conditional on AWS actually being installed.
diff --git a/alot/command.py b/alot/command.py index <HASH>..<HASH> 100644 --- a/alot/command.py +++ b/alot/command.py @@ -101,7 +101,7 @@ class SearchCommand(Command): def apply(self, ui): if self.query: - if self.query == '*': + if self.query == '*' and ui.current_buffer: ...
fix: issue with initial searches for * for the searchstring '*' an orly? prompt is hardcoded as these tend to take long. Prompts don't work if the ui is not properly set up.
diff --git a/mockgen/tests/vendor_dep/doc.go b/mockgen/tests/vendor_dep/doc.go index <HASH>..<HASH> 100644 --- a/mockgen/tests/vendor_dep/doc.go +++ b/mockgen/tests/vendor_dep/doc.go @@ -1,3 +1,4 @@ package vendor_dep //go:generate mockgen -package vendor_dep -destination mock.go github.com/golang/mock/mockgen/test...
Add a (failing) test case for using source mode to mock something that depends on a vendored package.
diff --git a/spoon-runner/src/main/java/com/squareup/spoon/SpoonDeviceRunner.java b/spoon-runner/src/main/java/com/squareup/spoon/SpoonDeviceRunner.java index <HASH>..<HASH> 100644 --- a/spoon-runner/src/main/java/com/squareup/spoon/SpoonDeviceRunner.java +++ b/spoon-runner/src/main/java/com/squareup/spoon/SpoonDeviceR...
Add ADB shell timeout of <I> seconds. Closes #<I>.
diff --git a/pipe.go b/pipe.go index <HASH>..<HASH> 100644 --- a/pipe.go +++ b/pipe.go @@ -338,12 +338,14 @@ func NumberLines() Filter { } } -// Cut emits just the bytes indexed [startOffset..endOffset] of each input item. -func Cut(startOffset, endOffset int) Filter { +// Slice emits just the bytes indexed [start...
renamed Cut to Slice and made it behave more like Go than the shell cut command
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ and dependencies of wheels ''' setup(name="symengine", - version="0.2.1.dev", + version="0.3.0.rc0", description="Python library providing wrappers to SymEngine", setup_requires=['c...
Update to <I>.rc0
diff --git a/controls.js b/controls.js index <HASH>..<HASH> 100644 --- a/controls.js +++ b/controls.js @@ -184,18 +184,26 @@ playerControls.updateTimeAndSeekRange = function(event) { var currentTime = document.getElementById('currentTime'); var seekBar = document.getElementById('seekBar'); + var showHour = vid...
Add support for hours in the currentTime UI. Change-Id: Ib2c<I>c8ce4b0d9d<I>be<I>a8bd5f<I>cfde<I>a
diff --git a/bugwarrior/config.py b/bugwarrior/config.py index <HASH>..<HASH> 100644 --- a/bugwarrior/config.py +++ b/bugwarrior/config.py @@ -82,6 +82,11 @@ def get_service_password(service, username, oracle=None, interactive=False): oracle, interactive=True) i...
Add a log message to help debug keyring password errors Helps with reports like #<I>
diff --git a/bids/grabbids/bids_layout.py b/bids/grabbids/bids_layout.py index <HASH>..<HASH> 100644 --- a/bids/grabbids/bids_layout.py +++ b/bids/grabbids/bids_layout.py @@ -31,7 +31,7 @@ class BIDSLayout(Layout): for ext in extensions or []: with open(pathjoin(root, 'config', '%s.json' % ext)) a...
TEST: Use derivatives fixture, fix error
diff --git a/src/rdf2h.js b/src/rdf2h.js index <HASH>..<HASH> 100644 --- a/src/rdf2h.js +++ b/src/rdf2h.js @@ -262,7 +262,7 @@ RDF2h.prototype.getRenderer = function (renderee) { let types = getTypes(renderee.graphNode).map(t => GraphNode(t, this.rendererGraph)); let renderer = getMatchingRenderer(types, rend...
error message assmbled more consistently
diff --git a/src/com/googlecode/objectify/EntityMetadata.java b/src/com/googlecode/objectify/EntityMetadata.java index <HASH>..<HASH> 100644 --- a/src/com/googlecode/objectify/EntityMetadata.java +++ b/src/com/googlecode/objectify/EntityMetadata.java @@ -139,10 +139,10 @@ public class EntityMetadata<T> private Field ...
Changed readables and writables to protected so Scott can hack on it :-) git-svn-id: <URL>
diff --git a/js/flowbtc.js b/js/flowbtc.js index <HASH>..<HASH> 100644 --- a/js/flowbtc.js +++ b/js/flowbtc.js @@ -12,7 +12,6 @@ module.exports = class flowbtc extends ndax { 'id': 'flowbtc', 'name': 'flowBTC', 'countries': [ 'BR' ], // Brazil - 'version': 'v1', ...
flowbtc api upgraded close #<I>
diff --git a/components/messages.js b/components/messages.js index <HASH>..<HASH> 100644 --- a/components/messages.js +++ b/components/messages.js @@ -469,7 +469,7 @@ SteamUser.prototype._handleNetMessage = function(buffer) { let sessionID = (header.proto && header.proto.client_sessionid) || header.sessionID; let...
Reset steamID prop if it's different from header SteamID
diff --git a/packages/@vue/cli-plugin-typescript/__tests__/tsPluginESLint.spec.js b/packages/@vue/cli-plugin-typescript/__tests__/tsPluginESLint.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-typescript/__tests__/tsPluginESLint.spec.js +++ b/packages/@vue/cli-plugin-typescript/__tests__/tsPluginESLi...
test: bump timeout, fixes AppVeyor CI
diff --git a/Qt.py b/Qt.py index <HASH>..<HASH> 100644 --- a/Qt.py +++ b/Qt.py @@ -79,6 +79,9 @@ def _pyside2(): def load_ui(ui_filepath, *args, **kwargs): """Wrap QtUiTools.QUiLoader().load() for compatibility against PyQt5.uic.loadUi() + + Args: + ui_filepath (str): Th...
Added args description to docstrings
diff --git a/Lib/fontbakery/profiles/shaping.py b/Lib/fontbakery/profiles/shaping.py index <HASH>..<HASH> 100644 --- a/Lib/fontbakery/profiles/shaping.py +++ b/Lib/fontbakery/profiles/shaping.py @@ -88,13 +88,18 @@ def create_report_item(vharfbuzz, message += f"\n\n<pre>Got : {serialized_buf1}</pre>\n\n" ...
Be more robust when the glyphs are not present
diff --git a/src/functions.php b/src/functions.php index <HASH>..<HASH> 100644 --- a/src/functions.php +++ b/src/functions.php @@ -72,7 +72,7 @@ function uri_for($uri) * @param resource|string|null|int|float|bool|StreamInterface|callable $resource Entity body data * @param array ...
Fix the return typehint in docblock of stream_for function (#<I>)
diff --git a/nodash.js b/nodash.js index <HASH>..<HASH> 100644 --- a/nodash.js +++ b/nodash.js @@ -507,7 +507,7 @@ function makeNodash(options, undefined) { return false; }); - register('/=', 'neq', 'NEQ', function _neq(a, b) { + register('/=', '!=', '<>', 'neq', 'NEQ', function _neq(a, b) { return !No...
Added != and <> aliases
diff --git a/lurklib/__init__.py b/lurklib/__init__.py index <HASH>..<HASH> 100644 --- a/lurklib/__init__.py +++ b/lurklib/__init__.py @@ -2,7 +2,7 @@ import socket, time, sys, select from . import channel, connection, optional, sending, squeries, uqueries try: import ssl except ImportError: ssl = None -__version__ ...
Changed irc.AlreadyInChannel and irc.NotInChannel exceptions to irc.IRCError exception class.
diff --git a/pmagpy/pmag.py b/pmagpy/pmag.py index <HASH>..<HASH> 100755 --- a/pmagpy/pmag.py +++ b/pmagpy/pmag.py @@ -9280,7 +9280,7 @@ def mktk03(terms, seed, G2, G3): g10, sfact, afact = -18e3, 3.8, 2.4 g20 = G2 * g10 g30 = G3 * g10 - alpha = old_div(g10, afact) + alpha = g10/afact s1 = s_l...
modified: pmag.py
diff --git a/hcn/hcnpolicy.go b/hcn/hcnpolicy.go index <HASH>..<HASH> 100644 --- a/hcn/hcnpolicy.go +++ b/hcn/hcnpolicy.go @@ -167,10 +167,10 @@ type L4ProxyPolicySetting struct { OutboundNat bool `json:",omitempty"` // For the WFP proxy - FilterTuple FiveTuple `json:",omitempty"` - ProxyType ...
Use the right field name in L4ProxyPolicySetting WFP expects the field "CompartmentID", not "NetworkCompartmentID". Passing the wrong field causes it to be silently ignored, but the proxy would be misconfigured.
diff --git a/src/rez/serialise.py b/src/rez/serialise.py index <HASH>..<HASH> 100644 --- a/src/rez/serialise.py +++ b/src/rez/serialise.py @@ -3,7 +3,6 @@ Read and write data from file. File caching via a memcached server is supported. """ from contextlib import contextmanager from inspect import isfunction, ismodul...
import StringIO from six.moves
diff --git a/hilbert/tests/runtests.py b/hilbert/tests/runtests.py index <HASH>..<HASH> 100644 --- a/hilbert/tests/runtests.py +++ b/hilbert/tests/runtests.py @@ -21,6 +21,7 @@ if not settings.configured: 'hilbert', ), ROOT_URLCONF='hilbert.tests.urls', + SITE_ID=1, TEST_R...
Fix runtests to pass on Django <I>.
diff --git a/simuvex/procedures/libc___so___6/recvfrom.py b/simuvex/procedures/libc___so___6/recvfrom.py index <HASH>..<HASH> 100644 --- a/simuvex/procedures/libc___so___6/recvfrom.py +++ b/simuvex/procedures/libc___so___6/recvfrom.py @@ -8,6 +8,5 @@ class recvfrom(simuvex.SimProcedure): #pylint:disable=arguments-...
Fix recvfrom posix.read() takes exactly 4 arguments original fix was proposed by Yiming Jing
diff --git a/src/GraphQL/ReadOneAreaResolver.php b/src/GraphQL/ReadOneAreaResolver.php index <HASH>..<HASH> 100644 --- a/src/GraphQL/ReadOneAreaResolver.php +++ b/src/GraphQL/ReadOneAreaResolver.php @@ -3,7 +3,9 @@ namespace DNADesign\Elemental\GraphQL; use DNADesign\Elemental\Models\ElementalArea; +use Exception; ...
FIX Assert elemental areas exist before calling methods on them
diff --git a/lib/collection.js b/lib/collection.js index <HASH>..<HASH> 100644 --- a/lib/collection.js +++ b/lib/collection.js @@ -244,6 +244,11 @@ Collection.prototype.findAndModify = function (query, update, opts, fn) { opts = opts || {}; + // `new` defaults to `true` for upserts + if (null == opts.new && op...
Enhanced findAndModify default behavior for upserts.
diff --git a/lib/Post.php b/lib/Post.php index <HASH>..<HASH> 100644 --- a/lib/Post.php +++ b/lib/Post.php @@ -213,7 +213,7 @@ class Post extends Core implements CoreInterface { * Determined whether or not an admin/editor is looking at the post in "preview mode" via the * WordPress admin * @internal - * @retu...
Changed usage 'get_the_date' and 'get_the_time' filters according WP core: third post id param is added
diff --git a/src/devTools.js b/src/devTools.js index <HASH>..<HASH> 100644 --- a/src/devTools.js +++ b/src/devTools.js @@ -63,7 +63,7 @@ function init(options) { socket = socketCluster.connect(options && options.port ? options : socketOptions); socket.on('error', function (err) { - console.error(err); + c...
Just warn when socket is not available instead of showing errors, not to be caught inside the app
diff --git a/js/tbone_test.js b/js/tbone_test.js index <HASH>..<HASH> 100644 --- a/js/tbone_test.js +++ b/js/tbone_test.js @@ -147,12 +147,16 @@ var test_strings = [ , "“Hello World!”" , "Fred" + String.fromCharCode(180) + "s Car" , "Fred" + String.fromCharCode(8217) + "s Car" + , "this is\nanother line." + , "&\...
Added a test for new line handling.
diff --git a/lib/record_cache/version_store.rb b/lib/record_cache/version_store.rb index <HASH>..<HASH> 100644 --- a/lib/record_cache/version_store.rb +++ b/lib/record_cache/version_store.rb @@ -4,7 +4,7 @@ module RecordCache def initialize(store) [:increment, :write, :read, :read_multi, :delete].each do ...
Accept Dalli 2 as a version store + spec
diff --git a/mod/quiz/attemptlib.php b/mod/quiz/attemptlib.php index <HASH>..<HASH> 100644 --- a/mod/quiz/attemptlib.php +++ b/mod/quiz/attemptlib.php @@ -539,6 +539,7 @@ class quiz_attempt extends quiz { case QUESTION_EVENTSAVE: case QUESTION_EVENTGRADE: + case QUESTION_EVENTSUBM...
MDL-<I> error unexpected event exception in essay question
diff --git a/karma.saucelabs.conf.js b/karma.saucelabs.conf.js index <HASH>..<HASH> 100644 --- a/karma.saucelabs.conf.js +++ b/karma.saucelabs.conf.js @@ -30,12 +30,6 @@ var customLaunchers = { base: 'SauceLabs', browserName: 'internet explorer', platform: 'Windows 10' - }, - win7ie9: { - base: 'Sau...
Moving to available browsers in saucelabs
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( data_files=[( (BASE_DIR, ['data/nssm_original.exe']) )], - install_requires=['indy-plenum-dev==1.2.205', + install_requires=['indy-plenum-dev==1.2.212', 'in...
INDY-<I>: Updated indy-plenum dependency (#<I>)
diff --git a/packages/dai-plugin-governance/src/GovPollingService.js b/packages/dai-plugin-governance/src/GovPollingService.js index <HASH>..<HASH> 100644 --- a/packages/dai-plugin-governance/src/GovPollingService.js +++ b/packages/dai-plugin-governance/src/GovPollingService.js @@ -244,7 +244,8 @@ export default class ...
add num voters to ranked choice tally
diff --git a/h5p.classes.php b/h5p.classes.php index <HASH>..<HASH> 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -1240,7 +1240,9 @@ class H5PContentValidator { // Check if string is according to optional regexp in semantics if (isset($semantics->regexp)) { - $pattern = '|' . $semantics->regexp...
Escape '|' characters in regexp
diff --git a/lib/userlist/push/client.rb b/lib/userlist/push/client.rb index <HASH>..<HASH> 100644 --- a/lib/userlist/push/client.rb +++ b/lib/userlist/push/client.rb @@ -40,7 +40,7 @@ module Userlist request['Content-Type'] = 'application/json; charset=UTF-8' request.body = JSON.dump(payload) - ...
Improves debug output by properly joining URI segments
diff --git a/cassandra_test.go b/cassandra_test.go index <HASH>..<HASH> 100644 --- a/cassandra_test.go +++ b/cassandra_test.go @@ -1132,6 +1132,8 @@ func TestPreparedCacheEviction(t *testing.T) { t.Fatalf("insert into prepcachetest failed, error '%v'", err) } + stmtsLRU.Lock() + //Make sure the cache size is m...
Get and Len are not thread safe Fixes a race condition when checking items inside the prepared statement cache during tests.
diff --git a/src/Twig/Handler/AdminHandler.php b/src/Twig/Handler/AdminHandler.php index <HASH>..<HASH> 100644 --- a/src/Twig/Handler/AdminHandler.php +++ b/src/Twig/Handler/AdminHandler.php @@ -280,7 +280,7 @@ class AdminHandler public function hclass($classes, $raw = false) { if (is_array($classes)...
It seems like the identation of this line is off - right, Scruti!
diff --git a/python_modules/libraries/dagster-aws/setup.py b/python_modules/libraries/dagster-aws/setup.py index <HASH>..<HASH> 100644 --- a/python_modules/libraries/dagster-aws/setup.py +++ b/python_modules/libraries/dagster-aws/setup.py @@ -27,7 +27,7 @@ if __name__ == "__main__": ], packages=find_p...
Add missing packaging dependency in dagster-aws Summary: As the title. Test Plan: bk, eks dev works Reviewers: johann, alangenfeld, nate Reviewed By: nate Differential Revision: <URL>
diff --git a/support/cas-server-support-hazelcast-ticket-registry/src/test/java/org/apereo/cas/ticket/registry/config/DefaultHazelcastInstanceConfigurationTests.java b/support/cas-server-support-hazelcast-ticket-registry/src/test/java/org/apereo/cas/ticket/registry/config/DefaultHazelcastInstanceConfigurationTests.java...
Removed deprecated prop from HZ config; cleaned up pac4j prop mgmt
diff --git a/can/interfaces/vector/canlib.py b/can/interfaces/vector/canlib.py index <HASH>..<HASH> 100644 --- a/can/interfaces/vector/canlib.py +++ b/can/interfaces/vector/canlib.py @@ -670,8 +670,7 @@ class VectorBus(BusABC): hardware channel. :raises can.interfaces.vector.VectorInitialization...
improve docstrings related to exceptions
diff --git a/src/Speller.php b/src/Speller.php index <HASH>..<HASH> 100644 --- a/src/Speller.php +++ b/src/Speller.php @@ -143,8 +143,8 @@ abstract class Speller * @param string $language A two-letter, ISO 639-1 code of the language to spell the amount in. * @param string $currency A three-letter, ISO 4217 curren...
Updating this parameter's description to be more clear.