hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
623c7fa95d90d31f924c40bc40ad7fb4688063bb | diff --git a/simulator/simulator.go b/simulator/simulator.go
index <HASH>..<HASH> 100644
--- a/simulator/simulator.go
+++ b/simulator/simulator.go
@@ -390,7 +390,7 @@ func (s *Service) findDatastore(query url.Values) (*Datastore, error) {
ctx := context.Background()
finder := find.NewFinder(s.client, false)
- dc,... | Change key name according to Datacenter object | vmware_govmomi | train |
8ab77a88ec4447526c1a785d832f4e9dc3d352f3 | diff --git a/shap/plots/waterfall.py b/shap/plots/waterfall.py
index <HASH>..<HASH> 100644
--- a/shap/plots/waterfall.py
+++ b/shap/plots/waterfall.py
@@ -12,7 +12,14 @@ from . import colors
def waterfall_plot(expected_value, shap_values, features=None, feature_names=None, max_display=10, show=True):
- """ Plot... | Add better docs to waterfall_plot, fix #<I> | slundberg_shap | train |
6c44763e008a0f69d1f20852472fb9d89032691b | diff --git a/itests/itest_utils.py b/itests/itest_utils.py
index <HASH>..<HASH> 100644
--- a/itests/itest_utils.py
+++ b/itests/itest_utils.py
@@ -2,6 +2,9 @@ import errno
from functools import wraps
import os
import signal
+import sys
+import threading
+import re
import time
import requests
@@ -64,7 +67,14 @@ d... | Make it possible to run itests at osx with docker-machine | thefactory_marathon-python | train |
071c730371eb0151d4d3d511b354d618c57d8acc | diff --git a/telemetry/telemetry/util/find_dependencies.py b/telemetry/telemetry/util/find_dependencies.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/util/find_dependencies.py
+++ b/telemetry/telemetry/util/find_dependencies.py
@@ -210,6 +210,12 @@ def ZipDependencies(paths, dependencies, options):
gs... | Add Rietveld's upload.py to the standalone telemetry archive
By adding upload.py to the archive, we can submit patches to telemetry
without requiring a full depot_tools checkout. This helps ensure that
the standalone zip really is sufficient for telemetry development.
R=<EMAIL>, <EMAIL>
BUG=<I>
Review URL: <URL> | catapult-project_catapult | train |
54c24f8d0029ce32beb4cd403910fb83b62651f9 | diff --git a/src/Query/Builder.php b/src/Query/Builder.php
index <HASH>..<HASH> 100644
--- a/src/Query/Builder.php
+++ b/src/Query/Builder.php
@@ -265,6 +265,18 @@ class Builder
}
/**
+ * Alias for setting the base DN of the query.
+ *
+ * @param string $dn
+ *
+ * @return Builder
+ ... | Added 'in' method on query builder | Adldap2_Adldap2 | train |
527943fe53fe1836e8011053bab8a2797efe1030 | diff --git a/mistletoe/block_token.py b/mistletoe/block_token.py
index <HASH>..<HASH> 100644
--- a/mistletoe/block_token.py
+++ b/mistletoe/block_token.py
@@ -400,7 +400,7 @@ class TableRow(BlockToken):
"""
def __init__(self, line, row_align=None):
self.row_align = row_align or [None]
- cells ... | fixed: TableRow now supports table shorthand (#<I>) | miyuchina_mistletoe | train |
5d62fed21040aca713d1542257725842c0cff4d1 | diff --git a/core/lib/generators/refinery/cms/cms_generator.rb b/core/lib/generators/refinery/cms/cms_generator.rb
index <HASH>..<HASH> 100644
--- a/core/lib/generators/refinery/cms/cms_generator.rb
+++ b/core/lib/generators/refinery/cms/cms_generator.rb
@@ -31,11 +31,11 @@ module Refinery
next unless destinat... | Use existing logic which checks for existence of the environment files first before trying to insert_into_file on a nonexistent file. | refinery_refinerycms | train |
cd940cc375ef8feeaae00987314495fe426e71ae | diff --git a/index/firestorm/dict_updater_test.go b/index/firestorm/dict_updater_test.go
index <HASH>..<HASH> 100644
--- a/index/firestorm/dict_updater_test.go
+++ b/index/firestorm/dict_updater_test.go
@@ -55,6 +55,9 @@ func TestDictUpdater(t *testing.T) {
if err != nil {
t.Fatal(err)
}
+ if v == nil {
+ ... | add another check to try to understand test failure on travis | blevesearch_bleve | train |
c6711775233b0ba1ae65c590707e8ce3aabe34ab | diff --git a/src/AbstractPluginManager.php b/src/AbstractPluginManager.php
index <HASH>..<HASH> 100644
--- a/src/AbstractPluginManager.php
+++ b/src/AbstractPluginManager.php
@@ -102,6 +102,25 @@ abstract class AbstractPluginManager extends ServiceManager
}
/**
+ * Register a service with the locator.
+... | Refactored Log to use AbstractPluginManager
- Removed WriterBroker and WriterLoader
- Added WriterPluginManager
- Modified Logger to use WriterPluginManager
- Overrode setService() in AbstractPluginManager in order to validate
the service before registering it. | mxc-commons_mxc-servicemanager | train |
a7066c99beb9c5f302606a4d2c56e92f59500820 | diff --git a/src/flask_allows/allows.py b/src/flask_allows/allows.py
index <HASH>..<HASH> 100644
--- a/src/flask_allows/allows.py
+++ b/src/flask_allows/allows.py
@@ -51,9 +51,10 @@ class Allows(object):
self.additional.push(Additional())
@app.after_request
- def cleanup(*a, **k):
+ ... | Do not swallow response in cleanup handler | justanr_flask-allows | train |
22fcbe90bb2bfd82453cfff4cdbbd7bd95ffcfdd | diff --git a/h2o-core/src/main/java/water/fvec/RollupStats.java b/h2o-core/src/main/java/water/fvec/RollupStats.java
index <HASH>..<HASH> 100644
--- a/h2o-core/src/main/java/water/fvec/RollupStats.java
+++ b/h2o-core/src/main/java/water/fvec/RollupStats.java
@@ -108,6 +108,7 @@ class RollupStats extends Iced {
... | Bug miscounting NAs in CBS chunks
Just didn't set the _naCnt field. Add assertion to catch future such
errors | h2oai_h2o-3 | train |
892fa580b2a3f2627d7f1ae2a51453d7348aedb2 | diff --git a/competency/tests/external_test.php b/competency/tests/external_test.php
index <HASH>..<HASH> 100644
--- a/competency/tests/external_test.php
+++ b/competency/tests/external_test.php
@@ -826,12 +826,10 @@ class core_competency_external_testcase extends externallib_advanced_testcase {
'competenc... | MDL-<I> tests: clarify expected exceptions in unit tests.
Resolves some leftovers from MDL-<I>, see d<I>c<I>. | moodle_moodle | train |
f66fb369ee4c8b891e9bea30d9ae18fe010ee55b | diff --git a/phylotoast/graph_util.py b/phylotoast/graph_util.py
index <HASH>..<HASH> 100755
--- a/phylotoast/graph_util.py
+++ b/phylotoast/graph_util.py
@@ -7,11 +7,20 @@ try:
import statsmodels.nonparametric.kde as kde
except ImportError:
importerrors.append('statsmodels')
+
+try:
+ import matplotlib a... | Adds method rstyle() to graph_util.
This method takes a matplotlib Axis object and applies
various styling parameters to make the resulting plot
look similar to the default style in the R library
ggplot2. | smdabdoub_phylotoast | train |
f048e612a3905f34931127360bdd2def19a5e582 | diff --git a/bootstrap.php b/bootstrap.php
index <HASH>..<HASH> 100644
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -11,45 +11,47 @@
use Symfony\Polyfill\Php72 as p;
-if (PHP_VERSION_ID < 70200) {
- if (!defined('PHP_FLOAT_DIG')) {
- define('PHP_FLOAT_DIG', 15);
- }
- if (!defined('PHP_FLOAT_EPSILON'... | Fix declaring extra constants when `intl` is loaded | symfony_polyfill-php72 | train |
c069eb4310c32e1fa711ea121eeac44e206cc167 | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ Change log for the astng package
* include patch from Marien Zwart fixing some test / py 2.5
* fix #3651: crash when callable as defaut arg
* fix #3670: subscription inference crash in some case... | #<I>: Lambda instance has no attribute 'pytype' | PyCQA_astroid | train |
57b8ce837f85e9990d85bf391963acec81378a22 | diff --git a/plugins/CorePluginsAdmin/Controller.php b/plugins/CorePluginsAdmin/Controller.php
index <HASH>..<HASH> 100644
--- a/plugins/CorePluginsAdmin/Controller.php
+++ b/plugins/CorePluginsAdmin/Controller.php
@@ -229,7 +229,7 @@ class Controller extends Plugin\ControllerAdmin
if (isset($plugin['inf... | Fix AnonymousPiwikUsageMeasurement is shown as "third-party" (#<I>)
This is because it is comparing here author name instead of owner... We will eventually need to change this to owner in the next version. | matomo-org_matomo | train |
4c48486ac240a51a571700fae1f23473caa94216 | diff --git a/addon/models/resource.js b/addon/models/resource.js
index <HASH>..<HASH> 100644
--- a/addon/models/resource.js
+++ b/addon/models/resource.js
@@ -138,13 +138,33 @@ const Resource = Ember.Object.extend({
This is not a replace operation, but rather support for editing as a set.
+ Calling `updateR... | Add rollback behavior for resource#updateRelationship
- Catches promise failure for service#patchRelationship and resets relation id(s)
- Refactor relationship assignment for adding/removing relations | pixelhandler_ember-jsonapi-resources | train |
e233f7c10c9e34c77f75dd89a0fb2b13cb3852b0 | diff --git a/src/main/java/javascalautils/concurrent/FutureImpl.java b/src/main/java/javascalautils/concurrent/FutureImpl.java
index <HASH>..<HASH> 100644
--- a/src/main/java/javascalautils/concurrent/FutureImpl.java
+++ b/src/main/java/javascalautils/concurrent/FutureImpl.java
@@ -242,7 +242,7 @@ final class FutureImp... | Changed logging when timeout in Future.ready | pnerg_java-scala-util | train |
879911810f86aacf3a95ff25351d40cf2d47f3f4 | diff --git a/tests/framework/db/CommandTest.php b/tests/framework/db/CommandTest.php
index <HASH>..<HASH> 100644
--- a/tests/framework/db/CommandTest.php
+++ b/tests/framework/db/CommandTest.php
@@ -6,6 +6,7 @@ use yii\caching\FileCache;
use yii\db\Connection;
use yii\db\DataReader;
use yii\db\Expression;
+use yii\d... | added test for createTable and alterTable
test for issue #<I>
close #<I> | yiisoft_yii2 | train |
b761bdcb2e8043333027ef23748d58d0d96247fe | diff --git a/Private/Polyfony/Security.php b/Private/Polyfony/Security.php
index <HASH>..<HASH> 100755
--- a/Private/Polyfony/Security.php
+++ b/Private/Polyfony/Security.php
@@ -11,9 +11,10 @@
namespace Polyfony;
use Polyfony\Store\Cookie as Cook;
+use Polyfony\Store\Session as Session;
class Security {
-
+
... | Security : two comfort features added
Fixes #<I> (password hashing simplified)
Fixes #<I> (automatic redirection after login) | polyfony-inc_polyfony | train |
2ad898f8301403b11a64b72109cf22b489a87e78 | diff --git a/lib/nodejs/scapi-webserver.js b/lib/nodejs/scapi-webserver.js
index <HASH>..<HASH> 100644
--- a/lib/nodejs/scapi-webserver.js
+++ b/lib/nodejs/scapi-webserver.js
@@ -78,10 +78,10 @@ webserver.listen = function(host, port, schost, scport) {
io.sockets.on('connection', function(socket) {
socket.on('c... | fix: send API result to websocket | crucialfelix_supercolliderjs | train |
2f84178e6fd183539a85cb2d08c173595f011c7f | diff --git a/poetry/puzzle/provider.py b/poetry/puzzle/provider.py
index <HASH>..<HASH> 100644
--- a/poetry/puzzle/provider.py
+++ b/poetry/puzzle/provider.py
@@ -353,14 +353,6 @@ class Provider:
package = Package(package_name, package_version)
- if dependency.name != package.name:
- ... | Enforce package name for poetry projects from directory source (#<I>) | sdispater_poetry | train |
607eb922c389849c34578bfeccc5b28a0c904f56 | diff --git a/lib/runner.js b/lib/runner.js
index <HASH>..<HASH> 100644
--- a/lib/runner.js
+++ b/lib/runner.js
@@ -246,7 +246,6 @@ Runner.prototype.hook = function(name, fn){
function next(i) {
var hook = hooks[i];
if (!hook) return fn();
- if (self.failures && suite.bail()) return fn();
self.curre... | after hooks now being called on failed tests when using bail, fixes #<I> | mochajs_mocha | train |
01c36ffed268624a512939ceb5d8cd12f3c1d2e8 | diff --git a/lib/fluent/plugin/in_tail.rb b/lib/fluent/plugin/in_tail.rb
index <HASH>..<HASH> 100644
--- a/lib/fluent/plugin/in_tail.rb
+++ b/lib/fluent/plugin/in_tail.rb
@@ -261,8 +261,8 @@ class TailInput < Input
@io = io
@pe = pe
@receive_lines = receive_lines
- @buffer = ''
- ... | in_tail: set ASCII-8BIT encoding for io buffers | fluent_fluentd | train |
73e8954239647aae59bbfc33cfc5729e539d9997 | diff --git a/src/main/java/org/jboss/netty/channel/local/LocalAddress.java b/src/main/java/org/jboss/netty/channel/local/LocalAddress.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/channel/local/LocalAddress.java
+++ b/src/main/java/org/jboss/netty/channel/local/LocalAddress.java
@@ -101,4 +101,9 ... | Proper Java serialization support for LocalAddress | netty_netty | train |
e019441cf05bfe96ea706b22a0de280fa9742957 | diff --git a/PPI/Templating/Smarty/Extension/AssetsExtension.php b/PPI/Templating/Smarty/Extension/AssetsExtension.php
index <HASH>..<HASH> 100644
--- a/PPI/Templating/Smarty/Extension/AssetsExtension.php
+++ b/PPI/Templating/Smarty/Extension/AssetsExtension.php
@@ -29,6 +29,16 @@ class AssetsExtension extends BaseAsse... | Use PHP magic to fix smarty method calls | ppi_framework | train |
bb21abf651a4c8375ef15f730991f742761540d9 | diff --git a/debug.js b/debug.js
index <HASH>..<HASH> 100644
--- a/debug.js
+++ b/debug.js
@@ -132,4 +132,6 @@ function coerce(val) {
// persist
-if (window.localStorage) debug.enable(localStorage.debug);
+try {
+ if (window.localStorage) debug.enable(localStorage.debug);
+} catch(e){} | Catch localStorage security error when cookies are blocked (Chrome)
If cookies are disabled on Chrome, `window.localStorage` throws an error
`Uncaught Error: SecurityError: DOM Exception <I>` | visionmedia_debug | train |
c4244291b4ba55f765418386cdac566e9a59633a | diff --git a/distutils/archive_util.py b/distutils/archive_util.py
index <HASH>..<HASH> 100644
--- a/distutils/archive_util.py
+++ b/distutils/archive_util.py
@@ -121,7 +121,7 @@ def make_tarball(
# compression using `compress`
if compress == 'compress':
- warn("'compress' will be deprecated.", Pendi... | Convert PendingDeprecationWarnings to DeprecationWarnings. | pypa_setuptools | train |
4fbe3a42178cbd88678d8c6d0ff73e7a38641b3f | diff --git a/test/test_cuda_functions.py b/test/test_cuda_functions.py
index <HASH>..<HASH> 100644
--- a/test/test_cuda_functions.py
+++ b/test/test_cuda_functions.py
@@ -84,4 +84,4 @@ def test_benchmark_times():
dev = cuda.CudaFunctions(0)
args = [1, 2]
time = dev.benchmark(test_func, args, (1,2), (1,2)... | Forgot you don't have length in Python. | benvanwerkhoven_kernel_tuner | train |
ee816200b622191d5353f6a96d01b265b4c7d50f | diff --git a/src/tex.js b/src/tex.js
index <HASH>..<HASH> 100644
--- a/src/tex.js
+++ b/src/tex.js
@@ -1,3 +1,5 @@
+var raw = String.raw;
+
function style(href) {
return new Promise(function(resolve, reject) {
var link = document.createElement("link");
@@ -18,11 +20,9 @@ export default function(require, resour... | Use String.raw for tex. | observablehq_stdlib | train |
8fbb4c9c3f20c9120679830dfdc931f7191551f3 | diff --git a/system/Config/BaseConfig.php b/system/Config/BaseConfig.php
index <HASH>..<HASH> 100644
--- a/system/Config/BaseConfig.php
+++ b/system/Config/BaseConfig.php
@@ -59,12 +59,14 @@ class BaseConfig
/**
* Will attempt to get environment variables with names
* that match the properties of the child clas... | Fixed & tested BaseConfig's handling of shortPrefix | codeigniter4_CodeIgniter4 | train |
b9c948ec1df79e3a29d925f94ccbf4336d6a489f | diff --git a/lxd/network_acls.go b/lxd/network_acls.go
index <HASH>..<HASH> 100644
--- a/lxd/network_acls.go
+++ b/lxd/network_acls.go
@@ -7,7 +7,7 @@ import (
"github.com/gorilla/mux"
- "github.com/lxc/lxd/lxd/cluster/request"
+ clusterRequest "github.com/lxc/lxd/lxd/cluster/request"
"github.com/lxc/lxd/lxd/ne... | lxd/network/acls: use clusterRequest alias for lxd/cluster/request package | lxc_lxd | train |
e9cf489b542edf105131721365965a87df7e10d6 | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index <HASH>..<HASH> 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/adrienverge/yamllint.git
- rev: v1.26.0
+ rev: v1.26.1
hooks:
- id: yamllint
ex... | Fixed docs edit links (#<I>)
Fixed: #<I> | ansible_ansible-lint | train |
9a8541d2e9d666877ee9133b91a04ed898b12f5d | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
* EntityMetaInfo and scanner - support JPA plugin
* Update to act-asm-5.0.3 for precise line number in error reporting
* Improve built-in service performance by make them as nonblock when possib... | #<I> `NullPointerException` after app reloaded from an ASM error in dev mode | actframework_actframework | train |
75d7c26e57375220bdcaa42d533f86bd1150efc5 | diff --git a/wallet/setup.go b/wallet/setup.go
index <HASH>..<HASH> 100644
--- a/wallet/setup.go
+++ b/wallet/setup.go
@@ -35,6 +35,7 @@ import (
"github.com/btcsuite/btcwallet/waddrmgr"
"github.com/btcsuite/btcwallet/wallet"
"github.com/btcsuite/btcwallet/walletdb"
+ _ "github.com/btcsuite/btcwallet/walletdb/bdb... | import walletdb/bdb for side effects (registers driver) | lightningnetwork_lnd | train |
179a6d9741341e99ed148f91ddb41d4a91018820 | diff --git a/webkit_server.py b/webkit_server.py
index <HASH>..<HASH> 100644
--- a/webkit_server.py
+++ b/webkit_server.py
@@ -432,7 +432,7 @@ class Server(object):
def kill(self):
""" Kill the process. """
self._server.kill()
- self._server.wait()
+ self._server.communicate()
def connect(self):... | Use communicate() to ensure standard file descriptors are closed
This internally calls wait() but also ensures that any file descriptors
for stdin, stdout, and stderr are closed. If we don't do this we'll leak
file descriptors. For long running processes that start & stop a WebKit
server many times this can result in ... | niklasb_webkit-server | train |
58018006c0d92ba3c57df691d0e2cd1cce43e5f2 | diff --git a/syn/types/a/base.py b/syn/types/a/base.py
index <HASH>..<HASH> 100644
--- a/syn/types/a/base.py
+++ b/syn/types/a/base.py
@@ -182,6 +182,9 @@ class Type(object):
raise NotImplementedError
def find_ne(self, other, **kwargs):
+ if self == other:
+ return
+
from .ne ... | Adding (untestEd) dict operations; some tweaks | mbodenhamer_syn | train |
4b9b159d4a10b2aba342f64dab1309da23d4089a | diff --git a/lib/ice_cube/rule.rb b/lib/ice_cube/rule.rb
index <HASH>..<HASH> 100644
--- a/lib/ice_cube/rule.rb
+++ b/lib/ice_cube/rule.rb
@@ -26,8 +26,8 @@ module IceCube
rule
end
- def to_yaml
- to_hash.to_yaml
+ def to_yaml(options = {})
+ to_hash.to_yaml(options)
end
... | Fixed a to_yaml bug - thanks casetaintor
[#7 state:resolved] | seejohnrun_ice_cube | train |
507bfd1e0c48afaf4eab3e4ba1b52e9c94069bca | diff --git a/sprinter/lib.py b/sprinter/lib.py
index <HASH>..<HASH> 100644
--- a/sprinter/lib.py
+++ b/sprinter/lib.py
@@ -60,10 +60,14 @@ def get_formula_class(formula, environment):
def call(command, stdin=None, env=os.environ, cwd=None, shell=False, output_log_level=logging.INFO, logger=LOGGER):
""" Better, sm... | Reverting back to /bin/bash for now | toumorokoshi_sprinter | train |
b1b7730402bd9269a57879175ba5f3cbf9d4a04a | diff --git a/statistics/fmsketch.go b/statistics/fmsketch.go
index <HASH>..<HASH> 100644
--- a/statistics/fmsketch.go
+++ b/statistics/fmsketch.go
@@ -170,6 +170,7 @@ func DecodeFMSketch(data []byte) (*FMSketch, error) {
return nil, errors.Trace(err)
}
fm := FMSketchFromProto(p)
+ fm.maxSize = 10000 // TODO: add... | statistics: add more tests to check accurateness of global-stats (#<I>) | pingcap_tidb | train |
41c8ee7a3583f82267ca3d81e597ed968fc6e5f4 | diff --git a/app/concerns/web_request_concern.rb b/app/concerns/web_request_concern.rb
index <HASH>..<HASH> 100644
--- a/app/concerns/web_request_concern.rb
+++ b/app/concerns/web_request_concern.rb
@@ -9,6 +9,10 @@ module WebRequestConcern
errors.add(:base, "user_agent must be a string") unless options['user_ag... | [#<I>] Add disable_ssl_verification option to WebRequestConcern
This allows the user to disable Faraday's verification of the site's SSL
certificate. | huginn_huginn | train |
ff5e28319d9f663d3fbf3084b5a58c32db208dd1 | diff --git a/modules_v3/stories/module.php b/modules_v3/stories/module.php
index <HASH>..<HASH> 100644
--- a/modules_v3/stories/module.php
+++ b/modules_v3/stories/module.php
@@ -307,6 +307,7 @@ class stories_WT_Module extends WT_Module implements WT_Module_Block, WT_Module_
->addInlineJavascript('
jQuery("#... | Bug #<I> - Missing I<I>N in stories module Edit | fisharebest_webtrees | train |
3388a73b4738aff3ad722f3809303f3edc34d39f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -445,11 +445,12 @@ NwBuilder.prototype.copyNwjs = function () {
var options = {};
if(['nw', 'nwjs.app', 'nw.exe'].indexOf(destFile) !== -1){
- // ignore nw... | fix(platform): add osx multiple locale support (#<I>) | nwjs-community_nw-builder | train |
f2d04ca39383d367bbc897398f9f9412d1edf300 | diff --git a/core/middlewares/clarify.js b/core/middlewares/clarify.js
index <HASH>..<HASH> 100644
--- a/core/middlewares/clarify.js
+++ b/core/middlewares/clarify.js
@@ -252,6 +252,11 @@ module.exports.process = function(req, res, next) {
var specID = specUtils.getSpecIDFromUrl(parsedPath.pathToSpec);
... | #<I>: log all clarify calls, including failed ones | sourcejs_Source | train |
ca6c8b2a716ab74bbb500bcf4bdb37a476f8ddce | diff --git a/packages/blueprint-mongodb/lib/resource-controller.js b/packages/blueprint-mongodb/lib/resource-controller.js
index <HASH>..<HASH> 100644
--- a/packages/blueprint-mongodb/lib/resource-controller.js
+++ b/packages/blueprint-mongodb/lib/resource-controller.js
@@ -285,7 +285,7 @@ module.exports = ResourceCont... | feat: allow you to configure propulate options from controller actions | onehilltech_blueprint | train |
6e058825f302f0afa24e9115cc8163c2247d6ec1 | diff --git a/lib/Firelit/Request.php b/lib/Firelit/Request.php
index <HASH>..<HASH> 100644
--- a/lib/Firelit/Request.php
+++ b/lib/Firelit/Request.php
@@ -159,7 +159,7 @@ class Request extends Singleton {
public function __get($name) {
- if (isset($this->$name)) return $this->$name;
+ if (property_exists($this,... | Allow a value to be null without throwing an exception | firelit_firelit-framework | train |
cb45d22afa2b06ef4a42f206c580b351334b3db0 | diff --git a/composer.json b/composer.json
index <HASH>..<HASH> 100644
--- a/composer.json
+++ b/composer.json
@@ -36,7 +36,7 @@
"hhvm": "<3.18"
},
"require-dev": {
- "johnkary/phpunit-speedtrap": "^1.0.1",
+ "johnkary/phpunit-speedtrap": "^1.0.1 || ^2.0 || ^3.0",
"justinrainbo... | DX: allow for more phpunit-speedtrap versions to support more PHPUnit versions | FriendsOfPHP_PHP-CS-Fixer | train |
60ec6920d93b13afdf557dab5f176603c65e1f6a | diff --git a/sources/scalac/symtab/Type.java b/sources/scalac/symtab/Type.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/symtab/Type.java
+++ b/sources/scalac/symtab/Type.java
@@ -1316,6 +1316,30 @@ public class Type implements Modifiers, Kinds, TypeTags, EntryTags {
}
}
+ /**
+ * Clones a... | - Added method cloneTypeNoSubst | scala_scala | train |
d8b13338b2e80bbb5e30ec65e4aafde7c4c30c6a | diff --git a/tests/test-logger-interface-compliant.php b/tests/test-logger-interface-compliant.php
index <HASH>..<HASH> 100644
--- a/tests/test-logger-interface-compliant.php
+++ b/tests/test-logger-interface-compliant.php
@@ -15,6 +15,7 @@ use IronBound\DB\Query\Simple_Query;
use IronBound\DBLogger\Logger;
use IronB... | Fix fatal error due to class not existing. | iron-bound-designs_IronBound-DB-Logger | train |
a8f0e134f94bc0dfb9c0489eecc6493496ae74fd | diff --git a/src/EventExport/Format/HTML/WebArchiveFileWriter.php b/src/EventExport/Format/HTML/WebArchiveFileWriter.php
index <HASH>..<HASH> 100644
--- a/src/EventExport/Format/HTML/WebArchiveFileWriter.php
+++ b/src/EventExport/Format/HTML/WebArchiveFileWriter.php
@@ -54,7 +54,8 @@ abstract class WebArchiveFileWriter... | III-<I>: Fix coding standard violations | cultuurnet_udb3-php | train |
e11f53e370e634dc271a18056cd158204971d561 | diff --git a/cqlengine/tests/query/test_updates.py b/cqlengine/tests/query/test_updates.py
index <HASH>..<HASH> 100644
--- a/cqlengine/tests/query/test_updates.py
+++ b/cqlengine/tests/query/test_updates.py
@@ -173,12 +173,13 @@ class QueryUpdateTests(BaseCassEngTestCase):
self.assertEqual(obj.text_list, ["foo... | Updates the prepend to list test to make sure order is preserved when
multiple items are prepended | cqlengine_cqlengine | train |
96ea71f369f6e94241dc14647c21f1243e52cb6c | diff --git a/sentry_sdk/client.py b/sentry_sdk/client.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/client.py
+++ b/sentry_sdk/client.py
@@ -403,7 +403,7 @@ class _Client(object):
if is_transaction:
if "profile" in event_opt:
event_opt["profile"]["transaction_id"] = ... | Handle no release when uploading profiles (#<I>)
* Handle no release when uploading profiles
* Using get method instead of try block | getsentry_sentry-python | train |
bc6003923e2bce194b30b4437b8354a567a37d95 | diff --git a/src/dijon.js b/src/dijon.js
index <HASH>..<HASH> 100644
--- a/src/dijon.js
+++ b/src/dijon.js
@@ -8,7 +8,7 @@ var dijon = {
* @constant
* @type String
*/
- VERSION : '0.5.0'
+ VERSION : '0.5.1'
};//dijon | bumped to <I> | creynders_dijon | train |
b74f891c2749b01dc5b2710eb657436a89404ec1 | diff --git a/src/org/mockito/internal/Incubating.java b/src/org/mockito/internal/Incubating.java
index <HASH>..<HASH> 100644
--- a/src/org/mockito/internal/Incubating.java
+++ b/src/org/mockito/internal/Incubating.java
@@ -9,7 +9,7 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
... | issue <I> : now load configuration file from classpath:mockito-extensions instead of classpath:META-INF/services, this due to the fact that ApkBuilder on Android discard resources located under META-INF. | mockito_mockito | train |
f01db440456738546dabce91f99d1d4778273acd | diff --git a/alignak/scheduler.py b/alignak/scheduler.py
index <HASH>..<HASH> 100644
--- a/alignak/scheduler.py
+++ b/alignak/scheduler.py
@@ -1875,10 +1875,10 @@ class Scheduler(object): # pylint: disable=R0902
h.passive_checks_enabled and not h.active_checks_enabled]
statsmgr.gauge... | Clean some extraneous log (avoid being too verbose) | Alignak-monitoring_alignak | train |
72f19c07330b32211e0b8bdfdfb1d9d010d2d7ff | diff --git a/eventsourcingtests/test_stored_events.py b/eventsourcingtests/test_stored_events.py
index <HASH>..<HASH> 100644
--- a/eventsourcingtests/test_stored_events.py
+++ b/eventsourcingtests/test_stored_events.py
@@ -211,8 +211,9 @@ class StoredEventRepositoryTestCase(unittest.TestCase):
self.assertEqual... | Removed run time check from test. | johnbywater_eventsourcing | train |
3738358135dba55d120053f111cf6258419746fd | diff --git a/activejob/lib/active_job/test_helper.rb b/activejob/lib/active_job/test_helper.rb
index <HASH>..<HASH> 100644
--- a/activejob/lib/active_job/test_helper.rb
+++ b/activejob/lib/active_job/test_helper.rb
@@ -55,7 +55,7 @@ module ActiveJob
# assert_enqueued_jobs 2
# end
#
- # If a bloc... | assert_enqueued_jobs with queue option | rails_rails | train |
acc120e312065ece06c01717a3b4704d6cd82876 | diff --git a/djangoratings/managers.py b/djangoratings/managers.py
index <HASH>..<HASH> 100644
--- a/djangoratings/managers.py
+++ b/djangoratings/managers.py
@@ -1,23 +1,30 @@
from django.db.models import Manager
+from django.db.models.query import QuerySet
+
from django.contrib.contenttypes.models import ContentTyp... | Delete hook on Vote now works properly. Removed delete_form_ip_address method as it was redundant | dcramer_django-ratings | train |
8de93e6197069199b610cc602ca33bace113d7a2 | diff --git a/core/roboconf-target-docker/src/main/java/net/roboconf/target/docker/internal/DockerMachineConfigurator.java b/core/roboconf-target-docker/src/main/java/net/roboconf/target/docker/internal/DockerMachineConfigurator.java
index <HASH>..<HASH> 100644
--- a/core/roboconf-target-docker/src/main/java/net/robocon... | #<I> Redeployment of a Docker instance | roboconf_roboconf-platform | train |
bd401e7e5d166f9aa1e0a978f4cd2789e6959afc | diff --git a/pysat/tests/classes/cls_instrument_access.py b/pysat/tests/classes/cls_instrument_access.py
index <HASH>..<HASH> 100644
--- a/pysat/tests/classes/cls_instrument_access.py
+++ b/pysat/tests/classes/cls_instrument_access.py
@@ -110,24 +110,24 @@ class InstAccessTests(object):
# than date in this... | STY: Reduce area checked by logging | rstoneback_pysat | train |
b879cfaaa9a657550922e58fdf98450074ef517a | diff --git a/lib/instrumental/agent.rb b/lib/instrumental/agent.rb
index <HASH>..<HASH> 100644
--- a/lib/instrumental/agent.rb
+++ b/lib/instrumental/agent.rb
@@ -343,11 +343,17 @@ module Instrumental
end
end
rescue Exception => err
- logger.error "Instrumental Error: #{err}"
- logger.err... | Hide normal disconnect exception from logs, simplify connection refused message. | Instrumental_instrumental_agent-ruby | train |
6f8373d29f52fb38148865ed42fc6208b5fb48f7 | diff --git a/molecule/command/converge.py b/molecule/command/converge.py
index <HASH>..<HASH> 100644
--- a/molecule/command/converge.py
+++ b/molecule/command/converge.py
@@ -133,7 +133,7 @@ class Converge(base.Base):
yaml.dump(ansible_env,
default_flow_style=Fa... | Correct a converge --debug bug (#<I>)
Found a bug with the <I> release where --debug was returning a failure.
Fixes: #<I> | ansible_molecule | train |
f5d644733b4e0fddaaa5083c223279c998acbdb5 | diff --git a/lib/OpenLayers/Layer.js b/lib/OpenLayers/Layer.js
index <HASH>..<HASH> 100644
--- a/lib/OpenLayers/Layer.js
+++ b/lib/OpenLayers/Layer.js
@@ -226,6 +226,9 @@ OpenLayers.Layer.prototype = {
}
}
this.initResolutions();
+
+ this.inRange = this.calculateInRange... | once we have set the layer's resolutions array, we can set its inRange
git-svn-id: <URL> | openlayers_openlayers | train |
f7175d2d290864a71375a284b12fd7b2a0b25411 | diff --git a/addon/utils/e3-interpolate.js b/addon/utils/e3-interpolate.js
index <HASH>..<HASH> 100644
--- a/addon/utils/e3-interpolate.js
+++ b/addon/utils/e3-interpolate.js
@@ -15,13 +15,16 @@ const {keys} = Object;
*/
export default function interpolate(hashA, hashB, percent = 0) {
var resHash = {};
+
keys(... | Interpolate Mixed-length Arrays | RavelLaw_e3 | train |
01a0d400b14d960b2deb3ba35f7a056de7653c78 | diff --git a/zounds/core/axis.py b/zounds/core/axis.py
index <HASH>..<HASH> 100644
--- a/zounds/core/axis.py
+++ b/zounds/core/axis.py
@@ -71,7 +71,8 @@ class ArrayWithUnits(np.ndarray):
@classmethod
def zeros(cls, example):
- return cls.from_example(np.zeros(example.shape), example)
+ return ... | Fix bug whereby ArrayWithUnits.zeros did not match dtype | JohnVinyard_zounds | train |
65ab38dde2851dd8a590c4a0ccc967ba86f64bb1 | diff --git a/python/src/wslink/backends/aiohttp/__init__.py b/python/src/wslink/backends/aiohttp/__init__.py
index <HASH>..<HASH> 100644
--- a/python/src/wslink/backends/aiohttp/__init__.py
+++ b/python/src/wslink/backends/aiohttp/__init__.py
@@ -113,7 +113,7 @@ def create_webserver(server_config):
routes = []... | fix(publish): Only send publish msgs to each client once | Kitware_wslink | train |
fa0f1a6e42420b504e95e3727ec816ccd79e0f9e | diff --git a/test/common.js b/test/common.js
index <HASH>..<HASH> 100644
--- a/test/common.js
+++ b/test/common.js
@@ -1,7 +1,7 @@
/* global unexpected:true, expect:true, expectWithUnexpectedMagicPen:true, weknowhow, jasmine */
/* eslint no-unused-vars: "off" */
var unexpected =
- typeof window === 'undefined'
+ t... | Protect against the wrong include being taken on jest. | unexpectedjs_unexpected | train |
a1e8dff0573178f6ae2a26d97afc52e95d1d2afb | diff --git a/MAVProxy/modules/lib/mp_menu.py b/MAVProxy/modules/lib/mp_menu.py
index <HASH>..<HASH> 100644
--- a/MAVProxy/modules/lib/mp_menu.py
+++ b/MAVProxy/modules/lib/mp_menu.py
@@ -10,6 +10,8 @@ from MAVProxy.modules.lib import mp_util
from MAVProxy.modules.lib import multiproc
import platform
+idmap = {}
+
... | prevent creation of new IDs for re-creation of menus | ArduPilot_MAVProxy | train |
da44ca815653a8e2ea9a79436aa052d1856b9c4d | diff --git a/lib/chore/job.rb b/lib/chore/job.rb
index <HASH>..<HASH> 100644
--- a/lib/chore/job.rb
+++ b/lib/chore/job.rb
@@ -2,6 +2,8 @@ require 'chore/hooks'
module Chore
module Job
+ Chore::CLI.register_option 'publisher', '--publisher PUBLISHER', 'Set a global publisher to be used for all jobs'
+
cla... | adding ability to set default publisher in config file | Tapjoy_chore | train |
ad06d72c0230e06a11bbb521260243036a776320 | diff --git a/themes-book/pressbooks-book/functions.php b/themes-book/pressbooks-book/functions.php
index <HASH>..<HASH> 100644
--- a/themes-book/pressbooks-book/functions.php
+++ b/themes-book/pressbooks-book/functions.php
@@ -86,6 +86,9 @@ function pb_enqueue_scripts() {
if ( ! is_file( $fullpath ) ) {
\Press... | Load base theme for old themes. | pressbooks_pressbooks | train |
7fa25ab8fb54aa7423283f67b8622b67bac8cdc8 | diff --git a/lib/active_delegate/attributes.rb b/lib/active_delegate/attributes.rb
index <HASH>..<HASH> 100644
--- a/lib/active_delegate/attributes.rb
+++ b/lib/active_delegate/attributes.rb
@@ -215,22 +215,11 @@ module ActiveDelegate
if needs_type_cast?(attr_name)
cast_type = attribute_cast_type(... | add support for localized attributes type casting | hardpixel_active-delegate | train |
0e260a079f2cdc54a1479eb366e5defd08bc1900 | diff --git a/openquake/hazardlib/source/rupture.py b/openquake/hazardlib/source/rupture.py
index <HASH>..<HASH> 100644
--- a/openquake/hazardlib/source/rupture.py
+++ b/openquake/hazardlib/source/rupture.py
@@ -48,8 +48,11 @@ classes = {} # initialized in .init()
def to_checksum(cls1, cls2):
- s = '%s,%s' % (c... | Added a docstring [skip CI] | gem_oq-engine | train |
65ea33e427e20c7177a110b3c4df4a8875e300e3 | diff --git a/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py b/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py
index <HASH>..<HASH> 100644
--- a/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py
+++ b/tools/run_tests/xds_k8s_test_driver/framework/xds_k8s_testcase.py
@... | xds-k8s Fix NameError name 'cls' is not defined (#<I>) | grpc_grpc | train |
e730cf5491a3972380c9f2e93cae12129ea9e757 | diff --git a/lib/ronin/platform/extension.rb b/lib/ronin/platform/extension.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/platform/extension.rb
+++ b/lib/ronin/platform/extension.rb
@@ -72,7 +72,11 @@ module Ronin
# end
#
def Extension.load(name,&block)
- Extension.new(name) { |ext| ext.i... | Fix Extension.load.
* Since Extension#initialize instance_evals blocks. | ronin-ruby_ronin | train |
7980665e1f7f097a9123878369bc589a08337551 | diff --git a/salt/utils/args.py b/salt/utils/args.py
index <HASH>..<HASH> 100644
--- a/salt/utils/args.py
+++ b/salt/utils/args.py
@@ -24,13 +24,7 @@ def condition_input(args, kwargs):
'''
ret = []
for arg in args:
- # XXX: We might need to revisit this code when we move to Py3
- # sin... | Do not reformat strings into ints in py3 when collecting args (#<I>)
Fixes failing client kwarg test under py3 | saltstack_salt | train |
09e62762d1419420117a97d79dbaeb710441bf14 | diff --git a/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor.java b/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/spi/impl/operationservice/impl/InvocationMonitor.... | Minor naming cleanup with probe names in invocationmonitor | hazelcast_hazelcast | train |
463d9ecda872f9df9644920103fcbfa4b6aef06f | diff --git a/tornado/httputil.py b/tornado/httputil.py
index <HASH>..<HASH> 100644
--- a/tornado/httputil.py
+++ b/tornado/httputil.py
@@ -320,7 +320,11 @@ def parse_body_arguments(content_type, body, arguments, files):
with the parsed contents.
"""
if content_type.startswith("application/x-www-form-urle... | Catch exceptions from parse_qs_bytes in POST bodies and log them.
This is consistent with error handling for multipart/form-data.
parse_qs is very liberal, but the conversion to unicode
on python 3 may fail. This is most common for binary data sent from
clients where x-www-form-urlencoded is the default, which is not... | tornadoweb_tornado | train |
d6a99617982e923974a67aa5258eea0011e7640a | diff --git a/src/Malenki/Math/Stats/ParametricTest/TTest/OneSample.php b/src/Malenki/Math/Stats/ParametricTest/TTest/OneSample.php
index <HASH>..<HASH> 100644
--- a/src/Malenki/Math/Stats/ParametricTest/TTest/OneSample.php
+++ b/src/Malenki/Math/Stats/ParametricTest/TTest/OneSample.php
@@ -33,6 +33,13 @@ class OneSampl... | T-Test One Sample: added some magic getters | malenkiki_math | train |
fd3e5092f1ec20f08abecef7028b0899587061d5 | diff --git a/test/BootstrapMixinSpec.js b/test/BootstrapMixinSpec.js
index <HASH>..<HASH> 100644
--- a/test/BootstrapMixinSpec.js
+++ b/test/BootstrapMixinSpec.js
@@ -85,15 +85,6 @@ describe('BootstrapMixin', function () {
});
});
- it('should return "btn-title"', function () {
- let instance = R... | Rename and move out test for 'prefixClass()' method | react-bootstrap_react-bootstrap | train |
3fe2c73dd04f7769a9d9673236cb94b79ac45659 | diff --git a/modules/caddyhttp/matchers.go b/modules/caddyhttp/matchers.go
index <HASH>..<HASH> 100644
--- a/modules/caddyhttp/matchers.go
+++ b/modules/caddyhttp/matchers.go
@@ -325,6 +325,11 @@ func (m MatchPath) Match(r *http.Request) bool {
lowerPath := strings.ToLower(unescapedPath)
+ // Clean the path, merg... | caddyhttp: Fix `MatchPath` sanitizing (#<I>)
This is a followup to #<I>, in response to a report on the forums: <URL> | mholt_caddy | train |
e7ca598797ec10553946030e5f1574430c3471fd | diff --git a/beets/mediafile.py b/beets/mediafile.py
index <HASH>..<HASH> 100644
--- a/beets/mediafile.py
+++ b/beets/mediafile.py
@@ -326,7 +326,11 @@ class Image(object):
self.data = data
self.desc = desc
if isinstance(type, int):
- type = list(ImageType)[type]
+ try:
... | Fixed IndexError on reading embedded cover art with invalid cover type
Original: beetbox/beets@b<I> | beetbox_mediafile | train |
0cf8bb435fc2e01905a5f3002f779ab68cdae25a | diff --git a/src/Psalm/Visitor/DependencyFinderVisitor.php b/src/Psalm/Visitor/DependencyFinderVisitor.php
index <HASH>..<HASH> 100644
--- a/src/Psalm/Visitor/DependencyFinderVisitor.php
+++ b/src/Psalm/Visitor/DependencyFinderVisitor.php
@@ -153,7 +153,6 @@ class DependencyFinderVisitor extends PhpParser\NodeVisitorAb... | Remove more unused code found by Psalm | vimeo_psalm | train |
887860c307c11171900d684c3870b7159559c6d6 | diff --git a/src/FelixOnline/Core/CliGlue.php b/src/FelixOnline/Core/CliGlue.php
index <HASH>..<HASH> 100644
--- a/src/FelixOnline/Core/CliGlue.php
+++ b/src/FelixOnline/Core/CliGlue.php
@@ -83,7 +83,7 @@ class CliGlue implements GlueInterface {
$runHelp = false;
if($request['CountArguments'] == 0) ... | Tweak help and add command usage | FelixOnline_BaseApp | train |
ac110853fc0f9dec59a627b59aff959eac9c8e38 | diff --git a/spec/fake_app/rails_app.rb b/spec/fake_app/rails_app.rb
index <HASH>..<HASH> 100644
--- a/spec/fake_app/rails_app.rb
+++ b/spec/fake_app/rails_app.rb
@@ -26,6 +26,7 @@ class CustomException < StandardError; end
Rambulance.setup do |config|
config.rescue_responses = {
+ 'TypeError' => :bad_re... | Fix for Rails <I>
I probably should drop support for Rails <I>... | yuki24_rambulance | train |
803c26f9c70b4081f2fb8830d0d2ba6c586d35a6 | diff --git a/src/view/ThemeManager.js b/src/view/ThemeManager.js
index <HASH>..<HASH> 100644
--- a/src/view/ThemeManager.js
+++ b/src/view/ThemeManager.js
@@ -53,7 +53,7 @@ define(function (require, exports, module) {
if(cm) {
ThemeView.setDocumentMode(cm);
- if(force === false) {
+ ... | Fixed issue with unnecessary reload of themes when opening a new document | adobe_brackets | train |
a0d882d3607dcbf72f665ba9b7770571b302793e | diff --git a/springy.js b/springy.js
index <HASH>..<HASH> 100644
--- a/springy.js
+++ b/springy.js
@@ -367,7 +367,7 @@ Layout.requestAnimationFrame = __bind(window.requestAnimationFrame ||
window.oRequestAnimationFrame ||
window.msRequestAnimationFrame ||
function(callback, element) {
- window.setTimeout(callbac... | Fallback requestAnimationFrame has a <I>ms setTimeout | dhotson_springy | train |
4ec569a6588e24038ac5fb5d234c6ccff1c911d5 | diff --git a/lib/middleware/services/index.js b/lib/middleware/services/index.js
index <HASH>..<HASH> 100644
--- a/lib/middleware/services/index.js
+++ b/lib/middleware/services/index.js
@@ -12,10 +12,10 @@ module.exports = function (options) {
var servicesList = options.services || [];
var serviceRoutePrefix... | refactor: pass in app config for services. Ref #<I> | firebase_superstatic | train |
9adf2148322547d36dd90045647122a4ea649661 | diff --git a/python/mxnet/libinfo.py b/python/mxnet/libinfo.py
index <HASH>..<HASH> 100644
--- a/python/mxnet/libinfo.py
+++ b/python/mxnet/libinfo.py
@@ -96,10 +96,18 @@ def find_include_path():
logging.warning("MXNET_INCLUDE_PATH '%s' doesn't exist", incl_from_env)
curr_path = os.path.dirname(os.p... | Get the correct include path in pip package (#<I>)
* add find_include_path API
* address reviewer comment
* change return type from list to string
* add unit test
* address reviewer comment
* address reviewer comment
* address reviewer comment
* address reviewer comment
* fix include path probl... | apache_incubator-mxnet | train |
fafb2135a038bf8e21be72ab113dadfe7adaec9b | diff --git a/glue/ligolw/ilwd.py b/glue/ligolw/ilwd.py
index <HASH>..<HASH> 100644
--- a/glue/ligolw/ilwd.py
+++ b/glue/ligolw/ilwd.py
@@ -218,6 +218,30 @@ def get_ilwdchar_class(tbl_name, col_name):
table_name, column_name = key
index_offset = len("%s:%s:" % key)
+ def __conform__(self, protocol):
+ # T... | Fix PR<I>:
register_to_xmldoc raises error when trying to insert a process.
This fixes it by teaching ilwdchar sub-classes how to adapt themselves to
an sqlite3-compatible format following PEP-<I>. That PEP has been
rejected, so this is an interim solution only. | gwastro_pycbc-glue | train |
870b045fedbe8eb8964ecfa17ba1575db6780caf | diff --git a/src/python/pants/backend/python/goals/pytest_runner.py b/src/python/pants/backend/python/goals/pytest_runner.py
index <HASH>..<HASH> 100644
--- a/src/python/pants/backend/python/goals/pytest_runner.py
+++ b/src/python/pants/backend/python/goals/pytest_runner.py
@@ -44,8 +44,10 @@ from pants.core.util_rules... | Ensure the extra-output directory exists. (#<I>)
Since we ask the directory to be collected as an output we need to
ensure its there, even if empty.
Follow-up to #<I> to fix remote caching. | pantsbuild_pants | train |
1458faf431c3b132e6f3ed6b761ddbcc5d8981e0 | diff --git a/org/postgresql/jdbc2/EscapedFunctions.java b/org/postgresql/jdbc2/EscapedFunctions.java
index <HASH>..<HASH> 100644
--- a/org/postgresql/jdbc2/EscapedFunctions.java
+++ b/org/postgresql/jdbc2/EscapedFunctions.java
@@ -3,7 +3,7 @@
* Copyright (c) 2004-2005, PostgreSQL Global Development Group
*
* IDENTIF... | Don't map the escaped difference function to levenshtein because
that's not the same thing. | pgjdbc_pgjdbc | train |
3965acf174cadceef0b0ca2cd2662282748b45f3 | diff --git a/eth/tools/fixtures/normalization.py b/eth/tools/fixtures/normalization.py
index <HASH>..<HASH> 100644
--- a/eth/tools/fixtures/normalization.py
+++ b/eth/tools/fixtures/normalization.py
@@ -24,6 +24,7 @@ from eth_utils import (
is_hex,
is_integer,
is_string,
+ is_text,
to_bytes,
... | Fix Minor Bugs in Tools (#<I>)
* Fix Minor Bugs in Tools
* Fix Minor Bugs in Tools
* Fix Minor Bugs in Tools | ethereum_py-evm | train |
383d9ebbe9f42cef408879d9bab3ab633f8495be | diff --git a/tests/ProxyManagerTest/Functional/BaseLazyLoadingPerformanceTest.php b/tests/ProxyManagerTest/Functional/BaseLazyLoadingPerformanceTest.php
index <HASH>..<HASH> 100644
--- a/tests/ProxyManagerTest/Functional/BaseLazyLoadingPerformanceTest.php
+++ b/tests/ProxyManagerTest/Functional/BaseLazyLoadingPerforman... | Suppressing performance test unused expressions | Ocramius_ProxyManager | train |
3c6baf067535b716ea2b9f1bf83dfb75847b5290 | diff --git a/src/extensibility/Package.js b/src/extensibility/Package.js
index <HASH>..<HASH> 100644
--- a/src/extensibility/Package.js
+++ b/src/extensibility/Package.js
@@ -434,7 +434,7 @@ define(function (require, exports, module) {
*/
function installUpdate(path, nameHint) {
return install(path,... | Minor fix so that installed zip files are deleted. | adobe_brackets | train |
74a6171b53b1029279597ebae27df6780cff5cae | diff --git a/simulation.py b/simulation.py
index <HASH>..<HASH> 100644
--- a/simulation.py
+++ b/simulation.py
@@ -6,6 +6,7 @@ import toolz
_TABLES = {}
_COLUMNS = {}
+_MODELS = {}
def clear_sim():
@@ -15,6 +16,7 @@ def clear_sim():
"""
_TABLES.clear()
_COLUMNS.clear()
+ _MODELS.clear()
... | Add decorator and function or adding models that have tables injected. | UDST_orca | train |
174b94eda551818a7b5dcfb237289836b99bad39 | diff --git a/src/services/campaigns/enum/SmartCampaignSearchStrategyTypeEnum.php b/src/services/campaigns/enum/SmartCampaignSearchStrategyTypeEnum.php
index <HASH>..<HASH> 100644
--- a/src/services/campaigns/enum/SmartCampaignSearchStrategyTypeEnum.php
+++ b/src/services/campaigns/enum/SmartCampaignSearchStrategyTypeEn... | #<I> fix smart campaign strategy types | sitkoru_yandex-direct-api | train |
0af8046b12f104d481818983cb75d3ae909f3c0d | diff --git a/src/js/pignose.calendar.js b/src/js/pignose.calendar.js
index <HASH>..<HASH> 100644
--- a/src/js/pignose.calendar.js
+++ b/src/js/pignose.calendar.js
@@ -452,7 +452,7 @@ var ComponentPreference = {
var $this = $(this);
if($this.hasClass(_calendarButtonClass + '-apply')) {
$super... | Fix plus one bug on generation of empty unit-cell at the end of month at line <I>. Add missing semicolon at line <I> | KennethanCeyer_pg-calendar | train |
8078eb51aa9c0b1fbf2d726199b2d8ffdfbc25a9 | diff --git a/VersionInfo.py b/VersionInfo.py
index <HASH>..<HASH> 100644
--- a/VersionInfo.py
+++ b/VersionInfo.py
@@ -5,5 +5,5 @@ ReferencePylonVersion = {
# which is not equal to the version on the outer tar.gz
"Linux": "6.1.0",
"Linux_x86_64": "6.1.1",
- "Darwin": "5.1.1"
+ "Darwin": "6.1.2"
} | Update the official upstream version for macos
This prevents the additional +pylonX.Y.Z addition on the python package | basler_pypylon | train |
20312202a20c0fdc226d0baa7120ac193b3f0518 | diff --git a/lib/Ouzo/Error.php b/lib/Ouzo/Error.php
index <HASH>..<HASH> 100644
--- a/lib/Ouzo/Error.php
+++ b/lib/Ouzo/Error.php
@@ -16,7 +16,9 @@ class Error
private static function _clearOutputBuffers()
{
while (ob_get_level()) {
- ob_end_clean();
+ if (!ob_end_clean()){
+ ... | Fix to avoid infinite loop when ob_end_clean() failed. | letsdrink_ouzo | train |
343de8e79f8d3c792fad2d96cb3c083f938f3547 | diff --git a/tests/performance.py b/tests/performance.py
index <HASH>..<HASH> 100644
--- a/tests/performance.py
+++ b/tests/performance.py
@@ -57,6 +57,11 @@ serializers["serpent"] = (serpent.dumps, serpent.loads)
import marshal
serializers["marshal"] = (marshal.dumps, marshal.loads)
try:
+ import msgpack
+ se... | msgpack added to performance test | irmen_Serpent | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.