diff stringlengths 65 26.7k | message stringlengths 7 9.92k |
|---|---|
diff --git a/src/rez/build_process.py b/src/rez/build_process.py
index <HASH>..<HASH> 100644
--- a/src/rez/build_process.py
+++ b/src/rez/build_process.py
@@ -291,6 +291,13 @@ class LocalSequentialBuildProcess(StandardBuildProcess):
"""A BuildProcess that sequentially builds the variants of the current
packag... | + Only reuse the context if the package.yaml hasn't changed. |
diff --git a/src/application/shared/main.js b/src/application/shared/main.js
index <HASH>..<HASH> 100644
--- a/src/application/shared/main.js
+++ b/src/application/shared/main.js
@@ -0,0 +1,19 @@
+// const jsToHtml = require("@chooie/js_to_html");
+
+function createJsToHtmlPreprocessor(logger, basePath, args, config) {... | Log the content the preprocessor receives |
diff --git a/packages/router5/modules/core/navigation.js b/packages/router5/modules/core/navigation.js
index <HASH>..<HASH> 100644
--- a/packages/router5/modules/core/navigation.js
+++ b/packages/router5/modules/core/navigation.js
@@ -42,7 +42,7 @@ export default function withNavigation(router) {
* Navigate to a ... | feat: add navigation option to skip transition |
diff --git a/blimpy/io/hdf_reader.py b/blimpy/io/hdf_reader.py
index <HASH>..<HASH> 100644
--- a/blimpy/io/hdf_reader.py
+++ b/blimpy/io/hdf_reader.py
@@ -26,10 +26,12 @@ def examine_h5(h5):
verblob = h5.attrs["VERSION"]
else:
oops("examine_h5: HDF5 VERSION attribute missing")
- try:
+ if t... | Sometimes, the type(VERSION) = numpy.bytes_
This was observed in the data centre using pytest. When run interactively, the same file yielded a VERSION of type bytes. And, for some files, type(VERSION) = str. |
diff --git a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php b/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php
index <HASH>..<HASH> 100644
--- a/generator/classes/propel/engine/builder/om/php5/PHP5BasicPeerBuilder.php
+++ b/generator/classes/propel/engine/builder/om/php... | #<I> (from: synace). Improved substitution in alias() method. |
diff --git a/controller/extjs/tests/Controller/ExtJS/Coupon/DefaultTest.php b/controller/extjs/tests/Controller/ExtJS/Coupon/DefaultTest.php
index <HASH>..<HASH> 100644
--- a/controller/extjs/tests/Controller/ExtJS/Coupon/DefaultTest.php
+++ b/controller/extjs/tests/Controller/ExtJS/Coupon/DefaultTest.php
@@ -60,7 +60,... | Fixes coupon ExtJS controller test |
diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py
index <HASH>..<HASH> 100644
--- a/ryu/lib/packet/bgp.py
+++ b/ryu/lib/packet/bgp.py
@@ -2332,7 +2332,8 @@ class _FlowSpecPrefixBase(_FlowSpecComponentBase, IPAddrPrefix):
def __init__(self, length, addr, type_=None):
super(_FlowSpecPrefixBase, sel... | packet/bgp: Add the address converter for Flow Specification
Argument "addr" of "_FlowSpecPrefixBase" must be
specified in the network address.
If argument "addr" specified in the host address,
this patch converts the given address into the network address. |
diff --git a/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php b/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
index <HASH>..<HASH> 100644
--- a/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
+++ b/xmlnuke-php5/src/Xmlnuke/Util/CreatePhp5Project.php
@@ -294,6 +294,21 @@ class CreatePhp5Project
unlink ... | Copy all dist files after composer update |
diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -170,6 +170,10 @@ module.exports = function(grunt) {
files: ['**/yui/src/**/*.js'],
tasks: ['yui']
},
+ gherkinlint: {
+ files: ['**/test... | MDL-<I> behat: Add gherkin lint to watch and startup |
diff --git a/src/PeskyCMF/Scaffold/Form/ImagesFormInput.php b/src/PeskyCMF/Scaffold/Form/ImagesFormInput.php
index <HASH>..<HASH> 100644
--- a/src/PeskyCMF/Scaffold/Form/ImagesFormInput.php
+++ b/src/PeskyCMF/Scaffold/Form/ImagesFormInput.php
@@ -89,7 +89,12 @@ class ImagesFormInput extends FormInput {
$table ... | ImagesFormInput::doDefaultValueConversionByType() - added foreign key value for key-value table's record so it can be used in ImagesColumn to create path to files based on foreign key value |
diff --git a/lib/fog/aws/models/ec2/server.rb b/lib/fog/aws/models/ec2/server.rb
index <HASH>..<HASH> 100644
--- a/lib/fog/aws/models/ec2/server.rb
+++ b/lib/fog/aws/models/ec2/server.rb
@@ -12,7 +12,7 @@ module Fog
attribute :group_id, 'groupId'
attribute :image_id, 'imageId'
... | cleanup flavor handling for aws.servers, add ready? |
diff --git a/src/SearchControl.js b/src/SearchControl.js
index <HASH>..<HASH> 100644
--- a/src/SearchControl.js
+++ b/src/SearchControl.js
@@ -398,9 +398,12 @@ export class SearchControl extends Control {
* @private
*/
updateDropdown_ () {
- let inputContainsDropdown = (this.features_.indexOf(this.selecte... | Hiding dropdown properly (#<I>) |
diff --git a/penman/model.py b/penman/model.py
index <HASH>..<HASH> 100644
--- a/penman/model.py
+++ b/penman/model.py
@@ -7,13 +7,25 @@ Semantic models for interpreting graphs.
from penman import graph
class Model(object):
- def __init__(self, relations=None):
- if not relations:
- relations =... | Add Model.is_role_inverted()
Also move some properties from the codec class. |
diff --git a/tests/acceptance/steps/config_update.py b/tests/acceptance/steps/config_update.py
index <HASH>..<HASH> 100644
--- a/tests/acceptance/steps/config_update.py
+++ b/tests/acceptance/steps/config_update.py
@@ -22,7 +22,7 @@ from .util import update_topic_config
from kafka_utils.util.zookeeper import ZK
-@... | updating @when in behave test from <I> to 0 |
diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -265,10 +265,7 @@ class ReactInteractive extends React.Component {
this.computeState(),
this.p.props,
// create dummy 'event' object that caused the state change, will be passed to onStateC... | Use dummy event creator for forceState event |
diff --git a/core/Http.php b/core/Http.php
index <HASH>..<HASH> 100644
--- a/core/Http.php
+++ b/core/Http.php
@@ -414,7 +414,7 @@ class Piwik_Http
}
else
{
- $response = @file_get_contents($aUrl, 0, $ctx);
+ $response = file_get_contents($aUrl, 0, $ctx);
$fileLength = Piwik_Common::strlen($respo... | Removing silent fail to display errors when they occur eg. Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?
which requires to uncomment from php.ini:
;extension=php_openssl.dll
git-svn-id: <URL> |
diff --git a/lib/stagehand/staging/commit_entry.rb b/lib/stagehand/staging/commit_entry.rb
index <HASH>..<HASH> 100644
--- a/lib/stagehand/staging/commit_entry.rb
+++ b/lib/stagehand/staging/commit_entry.rb
@@ -32,7 +32,11 @@ module Stagehand
end
def record
- @record ||= delete_operation? ? build... | Don't try to return a record if there is none. |
diff --git a/lib/close_enough.rb b/lib/close_enough.rb
index <HASH>..<HASH> 100644
--- a/lib/close_enough.rb
+++ b/lib/close_enough.rb
@@ -1,5 +1,5 @@
require 'damerau-levenshtein'
-require 'close_enough/extensions'
+require_relative 'close_enough/extensions'
module CloseEnough
diff --git a/spec/spec_helper.rb b/... | Comment out Coveralls until File::new is fixed. |
diff --git a/lib/route.js b/lib/route.js
index <HASH>..<HASH> 100644
--- a/lib/route.js
+++ b/lib/route.js
@@ -187,7 +187,7 @@ function Route(options) {
this.name = options.name || false;
this.url = options.url || options.path;
- this.log = options.log.child({name: self.name}, true);
+ this.log = options.log.... | minor change to bunyan logger in route.js |
diff --git a/test/libs/router.spec.js b/test/libs/router.spec.js
index <HASH>..<HASH> 100644
--- a/test/libs/router.spec.js
+++ b/test/libs/router.spec.js
@@ -457,7 +457,7 @@ describe('Class Router', () => {
});
- describe('_isFloat', () => {
+ describe('_isNumeric', () => {
it('should check if passed value ... | test/libs/router.spec.js: correct describe description from _isFloat to _isNumber |
diff --git a/glue_vispy_viewers/volume/volume_visual.py b/glue_vispy_viewers/volume/volume_visual.py
index <HASH>..<HASH> 100644
--- a/glue_vispy_viewers/volume/volume_visual.py
+++ b/glue_vispy_viewers/volume/volume_visual.py
@@ -38,6 +38,7 @@
from __future__ import absolute_import, division, print_function
+from... | Fixed compatibility with older Numpy versions |
diff --git a/src/org/mozilla/javascript/ScriptRuntime.java b/src/org/mozilla/javascript/ScriptRuntime.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/ScriptRuntime.java
+++ b/src/org/mozilla/javascript/ScriptRuntime.java
@@ -1092,19 +1092,19 @@ public class ScriptRuntime {
* See ECMA 10.1.4
... | As the scope parameter for the bind and getBase methods should never be null, make sure they trigger NullPointerException on "scope == null" to detect bad API usage earlier. |
diff --git a/detect_secrets/plugins/common/ini_file_parser.py b/detect_secrets/plugins/common/ini_file_parser.py
index <HASH>..<HASH> 100644
--- a/detect_secrets/plugins/common/ini_file_parser.py
+++ b/detect_secrets/plugins/common/ini_file_parser.py
@@ -1,6 +1,9 @@
from __future__ import unicode_literals
-import co... | :bug: Patch backports configparser too
We previously patched configparser with
`EfficientParsingError`, however this did
not patch the backports version present on
Python 2. |
diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -22,4 +22,4 @@ FS.open("zip.zip", "r", "0666", function(err, fd) {
var readFromFileDescriptor = reader.toObject('utf-8');
console.log(readFromFileDescriptor);
assert.deepEqual(readFromBuffer, readFromFileDescriptor,... | Add missing newline at end of file |
diff --git a/iotilecore/RELEASE.md b/iotilecore/RELEASE.md
index <HASH>..<HASH> 100644
--- a/iotilecore/RELEASE.md
+++ b/iotilecore/RELEASE.md
@@ -2,9 +2,14 @@
All major changes in each released version of `iotile-core` are listed here.
+## 4.0.1
+
+- Actually drop python2 support
+
## 4.0.0
- Drop python2 sup... | Fix the new major release version to actually enforce py3 |
diff --git a/src/errors.js b/src/errors.js
index <HASH>..<HASH> 100644
--- a/src/errors.js
+++ b/src/errors.js
@@ -12,6 +12,7 @@ export class SassDocError extends Error {
export class Warning extends SassDocError {
constructor(message) {
super(message);
+ this.message = message; // rm when native class supp... | Bring back property inheritance workaround
- Introduced with the Babel <I>.* upgrade |
diff --git a/Kwf/Assets/Provider/CssByJs.php b/Kwf/Assets/Provider/CssByJs.php
index <HASH>..<HASH> 100644
--- a/Kwf/Assets/Provider/CssByJs.php
+++ b/Kwf/Assets/Provider/CssByJs.php
@@ -15,7 +15,7 @@ class Kwf_Assets_Provider_CssByJs extends Kwf_Assets_Provider_Abstract
$fn = $dependency->getFileNameWithT... | don't just use type of path, use whole path to activate cssbyjs |
diff --git a/plugins/oauth/server/providers/base.py b/plugins/oauth/server/providers/base.py
index <HASH>..<HASH> 100644
--- a/plugins/oauth/server/providers/base.py
+++ b/plugins/oauth/server/providers/base.py
@@ -111,8 +111,8 @@ class ProviderBase(model_importer.ModelImporter):
resp.raise_for_status()
... | Fix a small security issue in OAuth
This prevents possibly private information from leaking in an error
message. |
diff --git a/src/JmesPath/Parser.php b/src/JmesPath/Parser.php
index <HASH>..<HASH> 100644
--- a/src/JmesPath/Parser.php
+++ b/src/JmesPath/Parser.php
@@ -397,18 +397,7 @@ class Parser
private function parse_T_LBRACE(array $token)
{
$token = $this->match(array(Lexer::T_IDENTIFIER => true, Lexer::T_NU... | Removing simple token extraction from multi-select-hash because it is invalid |
diff --git a/validation/time_series/time_series.py b/validation/time_series/time_series.py
index <HASH>..<HASH> 100644
--- a/validation/time_series/time_series.py
+++ b/validation/time_series/time_series.py
@@ -182,7 +182,7 @@ class Test(AbstractTest):
MaxSurfaceSpeed=ExtractTSData(MaxSurfaceSpeed,line,7)
... | Some additional unsaved changes missed on last commit. |
diff --git a/src/BaseClient.php b/src/BaseClient.php
index <HASH>..<HASH> 100644
--- a/src/BaseClient.php
+++ b/src/BaseClient.php
@@ -75,6 +75,10 @@ class BaseClient extends GuzzleClient
$data = array_replace_recursive($data, $config['description_override']);
}
+ if ( ! isset($da... | Communicate that a baseUri is required. |
diff --git a/src/sap.m/src/sap/m/UploadCollection.js b/src/sap.m/src/sap/m/UploadCollection.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/UploadCollection.js
+++ b/src/sap.m/src/sap/m/UploadCollection.js
@@ -1636,9 +1636,7 @@ sap.ui.define([
UploadCollection.prototype._refreshFileUploaderParams = functio... | [FIX] sap.m.UploadCollection - Header params were not propagated correctly
Change-Id: I<I>c7c7c0fcce<I>bc<I>a0f<I>
BCP: <I> |
diff --git a/codenerix/__init__.py b/codenerix/__init__.py
index <HASH>..<HASH> 100644
--- a/codenerix/__init__.py
+++ b/codenerix/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.1.11"
+__version__ = "1.1.12"
__authors__ = [
'Juan Miguel Taboada Godoy <juanmi@juanmitaboada.com>', | Resolved an intermittent bug that prevented views with form_ngcontrollers to work properly |
diff --git a/base.php b/base.php
index <HASH>..<HASH> 100644
--- a/base.php
+++ b/base.php
@@ -2042,7 +2042,9 @@ class View extends Prefab {
//! Template file
$view,
//! post-rendering handler
- $trigger;
+ $trigger,
+ //! Nesting level
+ $level=0;
/**
* Encode characters to equivalent HTML entities
... | Bugfix: prevent multiple encoding in nested views/templates |
diff --git a/test/addons/unpacked-addon/test/test-main.js b/test/addons/unpacked-addon/test/test-main.js
index <HASH>..<HASH> 100644
--- a/test/addons/unpacked-addon/test/test-main.js
+++ b/test/addons/unpacked-addon/test/test-main.js
@@ -7,18 +7,18 @@ const self = require("sdk/self");
const url = require("sdk/url");
... | Issue #<I> updating the unpacked test add-on |
diff --git a/test/class_refinement_test.rb b/test/class_refinement_test.rb
index <HASH>..<HASH> 100644
--- a/test/class_refinement_test.rb
+++ b/test/class_refinement_test.rb
@@ -104,4 +104,16 @@ describe Casting, '.delegating' do
jim.greet
}
end
+
+ it 'sets instances to respond_to? class delegate meth... | test that instances of class delegates respond to delegated methods |
diff --git a/cassiopeia/datastores/ddragon.py b/cassiopeia/datastores/ddragon.py
index <HASH>..<HASH> 100644
--- a/cassiopeia/datastores/ddragon.py
+++ b/cassiopeia/datastores/ddragon.py
@@ -377,7 +377,12 @@ class DDragon(DataSource):
find = "name", query["name"]
else:
raise RuntimeEr... | bugfix for loading runes from ddragon |
diff --git a/orb/core/database.py b/orb/core/database.py
index <HASH>..<HASH> 100644
--- a/orb/core/database.py
+++ b/orb/core/database.py
@@ -279,8 +279,10 @@ class Database(object):
all_models.sort(cmp=lambda x,y: cmp(x.schema(), y.schema()))
tables = [model for model in all_models if issubclass(m... | ignoring abstract schemas for syncing |
diff --git a/msm/action/add_action.py b/msm/action/add_action.py
index <HASH>..<HASH> 100644
--- a/msm/action/add_action.py
+++ b/msm/action/add_action.py
@@ -4,6 +4,6 @@ from msm.util import log
def execute(args):
log.set_config(args)
- file = file_manager.add_setting(args.file)
+ file = file_manager.add... | Add alias with prefix to the file name |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100755
--- a/index.js
+++ b/index.js
@@ -25,7 +25,15 @@ function run() {
console.error('Unable to parse your git URL');
process.exit(2);
}
- exec('curl "github-changelog-api.herokuapp.com/'+repoInfo[1]+'/'+repoInfo[2]+'"').to('CHANGELOG.md');
+ var ur... | fix: properly works with heroku API (POST then GET) |
diff --git a/src/queue/delay.js b/src/queue/delay.js
index <HASH>..<HASH> 100644
--- a/src/queue/delay.js
+++ b/src/queue/delay.js
@@ -5,7 +5,7 @@ define([
], function( jQuery ) {
// Based off of the plugin by Clint Helfers, with permission.
-// http://blindsignals.com/index.php/2009/07/jquery-delay/
+// http://web... | Change broken url to wayback one |
diff --git a/i3pystatus/openvpn.py b/i3pystatus/openvpn.py
index <HASH>..<HASH> 100644
--- a/i3pystatus/openvpn.py
+++ b/i3pystatus/openvpn.py
@@ -18,8 +18,8 @@ class OpenVPN(IntervalModule):
"""
- colour_up = "#00ff00"
- colour_down = "#FF0000"
+ color_up = "#00ff00"
+ color_down = "#FF0000"
... | openvpn: Rename colour_up/colour_down to color_up/color_down |
diff --git a/src/buttongroup.js b/src/buttongroup.js
index <HASH>..<HASH> 100644
--- a/src/buttongroup.js
+++ b/src/buttongroup.js
@@ -70,11 +70,11 @@ $.ButtonGroup = function( options ) {
// TODO What if there IS an options.group specified?
if( !options.group ){
- this.label = $.makeNeutralElement... | Don't insert label element until this feature is fully implemented. |
diff --git a/docgen/src/main/java/com/google/errorprone/DocGenTool.java b/docgen/src/main/java/com/google/errorprone/DocGenTool.java
index <HASH>..<HASH> 100644
--- a/docgen/src/main/java/com/google/errorprone/DocGenTool.java
+++ b/docgen/src/main/java/com/google/errorprone/DocGenTool.java
@@ -86,7 +86,7 @@ public fina... | Assign unused instance to an unused variable.
(Alternatively, we could disable the check w/ an `XepOpt` --- thoughts?)
PiperOrigin-RevId: <I> |
diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java
index <HASH>..<HASH> 100644
--- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/Dat... | Fix HANA validation query
This commit updates the validation query for HANA. It should use the
fully qualified dummy table name (SYS.DUMMY) to avoid unexpected results
if there is a local table named DUMMY.
Closes gh-<I> |
diff --git a/geomdl/utilities.py b/geomdl/utilities.py
index <HASH>..<HASH> 100644
--- a/geomdl/utilities.py
+++ b/geomdl/utilities.py
@@ -636,17 +636,15 @@ def polygon_triangulate(tri_idx, *args):
:return: list of Triangle objects
:rtype: list
"""
- # Add first element to the end of the list (just to... | Fix a logical error in polygon_triangulate |
diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -145,6 +145,7 @@ module.exports = {
var endpoint = api_url + '/' + api_version + '/' + config.bucket.slug + '/object-type/' + object.type_slug + searchParams + '&read_key=' + config.bucket.read_key;
if (object.limit)... | added sort in getObjectsBySearch |
diff --git a/Qt.py b/Qt.py
index <HASH>..<HASH> 100644
--- a/Qt.py
+++ b/Qt.py
@@ -833,12 +833,6 @@ def _loadUi(uifile, baseinstance=None):
return the newly created instance of the user interface.
"""
- # Not sure where this code came from.
- # if hasattr(baseinstance, "layout") and baseinstance.l... | Removing commented code. @mottosso confirmed it was unneeded. Must have been something I added at some point. |
diff --git a/tests/test_update_query.py b/tests/test_update_query.py
index <HASH>..<HASH> 100644
--- a/tests/test_update_query.py
+++ b/tests/test_update_query.py
@@ -120,6 +120,10 @@ def test_with_query_list_int():
@pytest.mark.parametrize(
"query,expected",
[
+ pytest.param({"a": []}, "?", id="empty... | Add tests for edge cases of quoting lists and tuples |
diff --git a/can/bus.py b/can/bus.py
index <HASH>..<HASH> 100644
--- a/can/bus.py
+++ b/can/bus.py
@@ -92,8 +92,7 @@ class BusABC(object):
raise NotImplementedError("Trying to set_filters on unsupported bus")
def flush_tx_buffer(self):
- """Used for CAN interfaces which need to flush their transm... | Clarify docs about the meaning of flush_tx_buffer, closes #<I> |
diff --git a/src/pinch-it.js b/src/pinch-it.js
index <HASH>..<HASH> 100644
--- a/src/pinch-it.js
+++ b/src/pinch-it.js
@@ -47,7 +47,7 @@ const pinchIt = (targets: string, options: Object = {}) => {
* @param { String } ease easing css property
* @return { Void }
*/
- const scaleEl = (el, to: number, duratio... | fixes params to scaleEl whre we lost bounche effect |
diff --git a/backup/backup.php b/backup/backup.php
index <HASH>..<HASH> 100644
--- a/backup/backup.php
+++ b/backup/backup.php
@@ -117,7 +117,9 @@
//Call the form, depending the step we are
if (!$launch) {
// if we're at the start, clear the cache of prefs
- unset($SESSION->backupprefs[$course... | Avoid one notice in backup. Bug <I>.
(<URL>)
Merged from MOODLE_<I>_STABLE |
diff --git a/spec/tripod/repository_spec.rb b/spec/tripod/repository_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/tripod/repository_spec.rb
+++ b/spec/tripod/repository_spec.rb
@@ -30,7 +30,7 @@ describe Tripod::Repository do
context 'graph_uri set on object' do
it 'populates the object with tri... | Update tests to use config option. |
diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py
index <HASH>..<HASH> 100644
--- a/salt/modules/cmdmod.py
+++ b/salt/modules/cmdmod.py
@@ -446,7 +446,18 @@ def _run(cmd,
stdout=subprocess.PIPE,
stdin=subprocess.PIPE
).communicate(py_code.encode(__salt_system_en... | Allow cases where no marker was found to proceed without raising exception |
diff --git a/src/wyjc/testing/tests/RuntimeValidTests.java b/src/wyjc/testing/tests/RuntimeValidTests.java
index <HASH>..<HASH> 100755
--- a/src/wyjc/testing/tests/RuntimeValidTests.java
+++ b/src/wyjc/testing/tests/RuntimeValidTests.java
@@ -257,6 +257,7 @@ public class RuntimeValidTests extends TestHarness {
@Test ... | Ok, had to mark RecursiveType_Valid_<I> as ignore because it causes an infinite loop!! |
diff --git a/db/mongo/mapper.php b/db/mongo/mapper.php
index <HASH>..<HASH> 100644
--- a/db/mongo/mapper.php
+++ b/db/mongo/mapper.php
@@ -114,20 +114,21 @@ class Mapper extends \DB\Cursor {
$fw->stringify(array($fields,$filter,$options))).'.mongo',
$result)) || !$ttl || $cached[0]+$ttl<microtime(TRUE)) {
i... | Made Mongo Mapper select fixes safe for php <I> |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
# http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point
entry_points = {
'console_scripts': [
- 'iota-cli=iota.bin.repl:main',
+ '... | change REPL name to pyota-cli |
diff --git a/spec/dbi.rb b/spec/dbi.rb
index <HASH>..<HASH> 100644
--- a/spec/dbi.rb
+++ b/spec/dbi.rb
@@ -18,7 +18,7 @@ describe 'DBI::DatabaseHandle#select_column' do
null.should.be.nil
should.raise( DBI::DataError ) do
- $dbh.select_column( "SELECT name FROM authors WHERE FALSE" )
+ $dbh.se... | Changed "WHERE FALSE" to "WHERE <I> = 3" so the query works also in SQLite. |
diff --git a/openquake/utils/db/__init__.py b/openquake/utils/db/__init__.py
index <HASH>..<HASH> 100644
--- a/openquake/utils/db/__init__.py
+++ b/openquake/utils/db/__init__.py
@@ -0,0 +1,20 @@
+from sqlalchemy.databases import postgres
+import geoalchemy
+
+# This allows us to reflect 'geometry' columns from PostGIS... | basic stuff to setup dbloader utils |
diff --git a/src/request/sign-swap/SignSwap.js b/src/request/sign-swap/SignSwap.js
index <HASH>..<HASH> 100644
--- a/src/request/sign-swap/SignSwap.js
+++ b/src/request/sign-swap/SignSwap.js
@@ -255,7 +255,15 @@ class SignSwap {
$rightLabel.textContent = I18n.translatePhrase('bitcoin');
} ... | Display IBAN as recipient label if available |
diff --git a/asv_bench/benchmarks/gil.py b/asv_bench/benchmarks/gil.py
index <HASH>..<HASH> 100644
--- a/asv_bench/benchmarks/gil.py
+++ b/asv_bench/benchmarks/gil.py
@@ -37,7 +37,7 @@ except ImportError:
return wrapper
-from .pandas_vb_common import BaseIO # noqa: E402 isort:skip
+from .pandas_vb_common ... | CLN: noqa removal (#<I>) |
diff --git a/bingo/static/bingo/js/board_list.js b/bingo/static/bingo/js/board_list.js
index <HASH>..<HASH> 100644
--- a/bingo/static/bingo/js/board_list.js
+++ b/bingo/static/bingo/js/board_list.js
@@ -1,10 +1,10 @@
$(document).ready(function(){
var imgs = $('img.thumbnail');
- imgs.bind('mouseover', function... | removed console.log debugging for mouseover |
diff --git a/tests/lib/formatters/html.js b/tests/lib/formatters/html.js
index <HASH>..<HASH> 100644
--- a/tests/lib/formatters/html.js
+++ b/tests/lib/formatters/html.js
@@ -329,28 +329,6 @@ describe("formatter:html", () => {
});
});
- // // Formatter doesn't use source property
- // /*
- // d... | Chore: remove commented test for HTML formatter (#<I>)
This commit removes a test that has been commented out for 2 years and doesn't appear to work. |
diff --git a/packages/theme-data/src/colorSchemes/darkBlue/unresolvedRoles.js b/packages/theme-data/src/colorSchemes/darkBlue/unresolvedRoles.js
index <HASH>..<HASH> 100644
--- a/packages/theme-data/src/colorSchemes/darkBlue/unresolvedRoles.js
+++ b/packages/theme-data/src/colorSchemes/darkBlue/unresolvedRoles.js
@@ -2... | refactor: removed console log from dark blue unresolved roles |
diff --git a/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php b/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php
+++ b/lib/Doctrine/DBAL/Migrations/Configuration/Configuration.php
@@ -188,7 +188,7 @@ c... | getDateTime does not understand <I>h format |
diff --git a/GVRf/Framework/src/org/gearvrf/GVRSurfaceView.java b/GVRf/Framework/src/org/gearvrf/GVRSurfaceView.java
index <HASH>..<HASH> 100644
--- a/GVRf/Framework/src/org/gearvrf/GVRSurfaceView.java
+++ b/GVRf/Framework/src/org/gearvrf/GVRSurfaceView.java
@@ -59,7 +59,7 @@ class GVRSurfaceView extends GLSurfaceView ... | Fix rendering problem.
It was a config problem. We weren't asking for a depth buffer, so we
weren't getting one. Fixed that :). |
diff --git a/searx/engines/bing.py b/searx/engines/bing.py
index <HASH>..<HASH> 100644
--- a/searx/engines/bing.py
+++ b/searx/engines/bing.py
@@ -16,7 +16,7 @@
from lxml import html
from searx.engines.xpath import extract_text
from searx.url_utils import urlencode
-from searx.utils import match_language
+from searx... | fix bing "garbage" results (issue #<I>) |
diff --git a/source/CommonCode.php b/source/CommonCode.php
index <HASH>..<HASH> 100644
--- a/source/CommonCode.php
+++ b/source/CommonCode.php
@@ -441,12 +441,13 @@ trait CommonCode
->ignoreUnreadableDirs(true)
->followLinks()
->in($sourcePath);
+ $sFiles = ... | in the function that moves the file now the checking if the action was performed is complete |
diff --git a/client/controller/shared.js b/client/controller/shared.js
index <HASH>..<HASH> 100644
--- a/client/controller/shared.js
+++ b/client/controller/shared.js
@@ -86,7 +86,7 @@ export function loadSectionCSS( context, next ) {
}
loadCSS( cssUrl, ( err, newLink ) => {
- if ( currentLink ) {
+ if ( cu... | Make sure the previous link element is still in the page before removing it |
diff --git a/phing/tasks/GuzzleSubSplitTask.php b/phing/tasks/GuzzleSubSplitTask.php
index <HASH>..<HASH> 100644
--- a/phing/tasks/GuzzleSubSplitTask.php
+++ b/phing/tasks/GuzzleSubSplitTask.php
@@ -226,7 +226,7 @@ class GuzzleSubSplitTask extends GitBaseTask
$cmd = $this->client->getCommand('subsplit');
... | Removed unused output variable from the split task |
diff --git a/tests/Fixer/FunctionNotation/PhpdocToReturnTypeFixerTest.php b/tests/Fixer/FunctionNotation/PhpdocToReturnTypeFixerTest.php
index <HASH>..<HASH> 100644
--- a/tests/Fixer/FunctionNotation/PhpdocToReturnTypeFixerTest.php
+++ b/tests/Fixer/FunctionNotation/PhpdocToReturnTypeFixerTest.php
@@ -31,7 +31,7 @@ fin... | DX: cleanup testing with fixer config |
diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,8 @@ test_requirements = [
setup(
name='adb_android',
- version='0.5.0',
- description="Enables android adb in your python script",
+ version='1.0.0',
+ description="Enable android adb in your pyt... | Increase package version to <I>
Change-Id: I8f5b3ec5a1a1f<I>a0c0a<I>ff<I>bb<I>f<I>fb |
diff --git a/server/server.js b/server/server.js
index <HASH>..<HASH> 100644
--- a/server/server.js
+++ b/server/server.js
@@ -43,7 +43,8 @@ global.constants = {
},
loggly: {
subdomain: 'stimulant', // https://stimulant.loggly.com/dashboards
- inputToken: 'b8eeee6e-12f4-4f2f-b6... | loggly should use json |
diff --git a/repo/fsrepo/component/datastore.go b/repo/fsrepo/component/datastore.go
index <HASH>..<HASH> 100644
--- a/repo/fsrepo/component/datastore.go
+++ b/repo/fsrepo/component/datastore.go
@@ -3,7 +3,6 @@ package component
import (
"errors"
"path"
- "path/filepath"
"sync"
datastore "github.com/jbenet/g... | fix(fsrepo) don't enforce absolute path in datastore component
we only actually care that it isn't tidle'd ~ |
diff --git a/lib/serf/downloader.js b/lib/serf/downloader.js
index <HASH>..<HASH> 100644
--- a/lib/serf/downloader.js
+++ b/lib/serf/downloader.js
@@ -8,6 +8,7 @@
var Download = require('download'),
fs = require('fs'),
+ os = require('os'),
Q = require('q');
var ConsoleLogger = req... | Load required library.
"os" is automatically loaded in the interactive node console but it have to be loaded manually in scripts. |
diff --git a/torchvision/models/detection/rpn.py b/torchvision/models/detection/rpn.py
index <HASH>..<HASH> 100644
--- a/torchvision/models/detection/rpn.py
+++ b/torchvision/models/detection/rpn.py
@@ -160,8 +160,8 @@ class AnchorGenerator(nn.Module):
grid_sizes = list([feature_map.shape[-2:] for feature_map ... | Updates integer division to use floor division operator (#<I>)
Integer division using the div operator is deprecated and will throw a RuntimeError in PyTorch <I> (and on PyTorch Master very soon). Running a test build with a recent Torchvision commit and integer division using div ('/') disabled revealed this integer ... |
diff --git a/lib/runBlock.js b/lib/runBlock.js
index <HASH>..<HASH> 100644
--- a/lib/runBlock.js
+++ b/lib/runBlock.js
@@ -1,7 +1,7 @@
const Buffer = require('safe-buffer').Buffer
const async = require('async')
const ethUtil = require('ethereumjs-util')
-const Bloom = require('./bloom.js')
+const Bloom = require('./... | Fix bloom imports in runBlock and runTx |
diff --git a/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go b/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go
index <HASH>..<HASH> 100644
--- a/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go
+++ b/staging/src/k8s.io/apimachinery/pkg/util/intstr/intstr.go
@@ -131,6 +131,10 @@ func (IntOrS... | oneOf types for IntOrString |
diff --git a/stripe/src/main/java/com/stripe/android/util/StripeNetworkUtils.java b/stripe/src/main/java/com/stripe/android/util/StripeNetworkUtils.java
index <HASH>..<HASH> 100644
--- a/stripe/src/main/java/com/stripe/android/util/StripeNetworkUtils.java
+++ b/stripe/src/main/java/com/stripe/android/util/StripeNetwork... | adding muid/guid logging to bank token requests (#<I>)
* adding muid-guid logging to bank tokens
* moving method back to private |
diff --git a/lib/zest.js b/lib/zest.js
index <HASH>..<HASH> 100644
--- a/lib/zest.js
+++ b/lib/zest.js
@@ -238,7 +238,7 @@ var selectors = {
},
':nth-match': function(param) {
var args = param.split(/\s*,\s*/)
- , p = args.pop()
+ , p = args.shift()
, test = compileGroup(args.join(','));
... | clean inside rule, fix nth-match |
diff --git a/spyder/plugins/ipythonconsole/widgets/shell.py b/spyder/plugins/ipythonconsole/widgets/shell.py
index <HASH>..<HASH> 100644
--- a/spyder/plugins/ipythonconsole/widgets/shell.py
+++ b/spyder/plugins/ipythonconsole/widgets/shell.py
@@ -173,6 +173,9 @@ class ShellWidget(NamepaceBrowserWidget, HelpWidget, Debu... | IPython console: Catch error when shutting down kernels and no kernel manager is available |
diff --git a/Vps/Component/Data.php b/Vps/Component/Data.php
index <HASH>..<HASH> 100644
--- a/Vps/Component/Data.php
+++ b/Vps/Component/Data.php
@@ -253,7 +253,12 @@ class Vps_Component_Data
foreach ($generators as $g) {
if (!$g['static']) {
$gen = Vps_Component_Generator_Abstra... | don't use limit in generator as we limit after that
fixes finding home in trl |
diff --git a/src/main/java/com/couchbase/lite/replicator/PullerInternal.java b/src/main/java/com/couchbase/lite/replicator/PullerInternal.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/couchbase/lite/replicator/PullerInternal.java
+++ b/src/main/java/com/couchbase/lite/replicator/PullerInternal.java
@@ -122,7... | Fixed #<I> - Pull replicator skipped documents to pull
Pull replicator can not retry (in case of error occurs) if ChangeTracker received changes continuously in less than <I> sec because pull replicator cancel & reschedule retry whenever it enters IDLE state. |
diff --git a/salt/cloud/__init__.py b/salt/cloud/__init__.py
index <HASH>..<HASH> 100644
--- a/salt/cloud/__init__.py
+++ b/salt/cloud/__init__.py
@@ -228,7 +228,7 @@ class CloudClient(object):
if a.get('provider', '')]
if providers:
_providers = opts.get('provide... | Avoid RunTimeError (dictionary changed size during iteration) with keys()
Fixes #<I> |
diff --git a/graphene_django/views.py b/graphene_django/views.py
index <HASH>..<HASH> 100644
--- a/graphene_django/views.py
+++ b/graphene_django/views.py
@@ -53,7 +53,7 @@ def instantiate_middleware(middlewares):
class GraphQLView(View):
- graphiql_version = '0.7.8'
+ graphiql_version = '0.10.2'
graphi... | Updated graphiql version for new versions |
diff --git a/src/NlpTools/Optimizers/GradientDescentOptimizer.php b/src/NlpTools/Optimizers/GradientDescentOptimizer.php
index <HASH>..<HASH> 100644
--- a/src/NlpTools/Optimizers/GradientDescentOptimizer.php
+++ b/src/NlpTools/Optimizers/GradientDescentOptimizer.php
@@ -68,15 +68,16 @@ abstract class GradientDescentOpt... | Fix gradient descent optimizer to use the learning rate |
diff --git a/source/Mocka/ClassMock.php b/source/Mocka/ClassMock.php
index <HASH>..<HASH> 100644
--- a/source/Mocka/ClassMock.php
+++ b/source/Mocka/ClassMock.php
@@ -177,8 +177,9 @@ class ClassMock {
}
$reflectionTrait = new \ReflectionClass('\\Mocka\\ClassTrait');
- return array_filter($met... | Be more specific what is returned/filtered |
diff --git a/nodeconductor/billing/backend/whmcs.py b/nodeconductor/billing/backend/whmcs.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/billing/backend/whmcs.py
+++ b/nodeconductor/billing/backend/whmcs.py
@@ -487,6 +487,7 @@ class WHMCSAPI(object):
type='server',
paytype='recurring',
... | Create whmcs products with pro-rata setting on
- ITACLOUD-<I> |
diff --git a/lib/disney/disneyBuses.js b/lib/disney/disneyBuses.js
index <HASH>..<HASH> 100644
--- a/lib/disney/disneyBuses.js
+++ b/lib/disney/disneyBuses.js
@@ -61,9 +61,9 @@ class DisneyLiveBusTimes extends EventEmitter {
dest.arrivals.forEach((arrival) => {
this.emit('busupdate', {
... | [~] Report IDs as numbers from the disneyBus test script |
diff --git a/src/Parse.js b/src/Parse.js
index <HASH>..<HASH> 100644
--- a/src/Parse.js
+++ b/src/Parse.js
@@ -77,6 +77,9 @@ _html2canvas.Parse = function (images, options, cb) {
for (i = 0, j = classes.length; i < j; i++) {
classes[i] = classes[i].match(/(^[^:]*)/)[1];
}
+
+ // remove... | Fix invalid selector exception with empty class values
After removing :before and :after pseudo selectors, a class name may be empty, causing an invalid selector string when joined. Remove empty elements before calling querySelectorAll. |
diff --git a/ryu/lib/ovs/db_client.py b/ryu/lib/ovs/db_client.py
index <HASH>..<HASH> 100644
--- a/ryu/lib/ovs/db_client.py
+++ b/ryu/lib/ovs/db_client.py
@@ -17,11 +17,8 @@
import logging
import os
-import ryu.contrib
-ryu.contrib.update_module_path()
-
-from ovs import (jsonrpc,
- stream)
+from ov... | ovs: Revert ovs module path
Because contrib.ovs has been removed, we no longer need to update
the path for loading ovs module. |
diff --git a/kconfiglib.py b/kconfiglib.py
index <HASH>..<HASH> 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3888,9 +3888,9 @@ def _finalize_choice(node):
break
# Each choice item of UNKNOWN type gets the type of the choice
- for item in choice.syms:
- if item.orig_type == UNKNOW... | Use 'sym' instead of 'item' in choice-related loop
Only symbols appear in choice.syms. Clearer. |
diff --git a/generator/language.go b/generator/language.go
index <HASH>..<HASH> 100644
--- a/generator/language.go
+++ b/generator/language.go
@@ -262,7 +262,7 @@ func GoLangOpts() *LanguageOpts {
if err != nil {
return "", err
}
- return strings.ReplaceAll(strings.ReplaceAll(strings.ReplaceAll(string(b), "}... | generator: fix initialization of empty arrays |
diff --git a/lib/geokit/geocoders/geocodio.rb b/lib/geokit/geocoders/geocodio.rb
index <HASH>..<HASH> 100644
--- a/lib/geokit/geocoders/geocodio.rb
+++ b/lib/geokit/geocoders/geocodio.rb
@@ -28,7 +28,7 @@ module Geokit
loc.all.push(create_new_loc(address))
end
end
-
+ loc.success... | Fixes geocoding with geocodio
- sets success to true after parsing json response so that it no longer incorrectly returns a failed location |
diff --git a/lib/openstax/connect/version.rb b/lib/openstax/connect/version.rb
index <HASH>..<HASH> 100644
--- a/lib/openstax/connect/version.rb
+++ b/lib/openstax/connect/version.rb
@@ -1,5 +1,5 @@
module OpenStax
module Connect
- VERSION = "0.0.1"
+ VERSION = "0.0.2.alpha"
end
end | going to <I>.alpha |
diff --git a/spec/integration/plugin_spec.rb b/spec/integration/plugin_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/integration/plugin_spec.rb
+++ b/spec/integration/plugin_spec.rb
@@ -81,4 +81,21 @@ EOF
expect(network_opts).to include(:ip => '10.20.1.2')
end
end
+
+ context 'when destroying a machine... | Add integration tests for release action
Test that destroying a machine results in an IP address being released from the
pool. |
diff --git a/framework/src/play/src/main/java/play/mvc/Http.java b/framework/src/play/src/main/java/play/mvc/Http.java
index <HASH>..<HASH> 100644
--- a/framework/src/play/src/main/java/play/mvc/Http.java
+++ b/framework/src/play/src/main/java/play/mvc/Http.java
@@ -1473,11 +1473,14 @@ public class Http {
... | Make it easier to get a cookie from a response |
diff --git a/spec/lib/udongo/search/frontend_spec.rb b/spec/lib/udongo/search/frontend_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/udongo/search/frontend_spec.rb
+++ b/spec/lib/udongo/search/frontend_spec.rb
@@ -2,10 +2,11 @@ require 'rails_helper'
describe Udongo::Search::Frontend do
let(:klass) { describ... | fix failing Udongo::Search::Frontend test due to the controller call in the search term save in #search |
diff --git a/pymbar/bar.py b/pymbar/bar.py
index <HASH>..<HASH> 100644
--- a/pymbar/bar.py
+++ b/pymbar/bar.py
@@ -51,7 +51,7 @@ import math
import numpy
import numpy.linalg
from pymbar.utils import _logsum, ParameterError, ConvergenceError, BoundsError
-from pymbar.exponential_averaging import EXP
+from pymbar.exp ... | Fixed issue with EXP import. |
diff --git a/test/generator_test.rb b/test/generator_test.rb
index <HASH>..<HASH> 100644
--- a/test/generator_test.rb
+++ b/test/generator_test.rb
@@ -21,8 +21,11 @@ class GeneratorTest < Minitest::Test
assert generator.word
end
+ # Depending on your corpus and n-gram size, this is hard to guarantee, so we
+... | skip min_length test because it can't be always guaranteed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.