hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
82f641d496217c28b15f246b4c6608a7c20c265b | diff --git a/mwtab/mwschema.py b/mwtab/mwschema.py
index <HASH>..<HASH> 100755
--- a/mwtab/mwschema.py
+++ b/mwtab/mwschema.py
@@ -129,7 +129,7 @@ collection_schema = Schema(
Optional("COLLECTION_PROTOCOL_ID"): str,
Optional("COLLECTION_PROTOCOL_FILENAME"): str,
Optional("COLLECTION_PROTOCOL_... | Updates mwschema to match Metabolomics Workbench's latest formatting specifications. | MoseleyBioinformaticsLab_mwtab | train |
6878cd96d4ed33870a19006bbc688e0d2d92fbea | diff --git a/helpers/d.js b/helpers/d.js
index <HASH>..<HASH> 100644
--- a/helpers/d.js
+++ b/helpers/d.js
@@ -180,15 +180,6 @@ var json = function (xvalue) {
return undefined;
} else if (_.is.NaN(xvalue)) {
return undefined;
- } else if (_.is.Dictionary(xvalue)) {
- var nd = {};
- ... | fixed "d.json" which didn't behave correctly with Objects | dpjanes_node-iotdb | train |
ebe2d3623050347fdfa4b5dbf1efc55c477e6225 | diff --git a/RAPIDpy/helper_functions.py b/RAPIDpy/helper_functions.py
index <HASH>..<HASH> 100644
--- a/RAPIDpy/helper_functions.py
+++ b/RAPIDpy/helper_functions.py
@@ -8,13 +8,12 @@
##
from csv import reader as csvreader
from csv import writer as csvwriter
-from datetime import datetime
from netCDF4 import Datas... | updated code for time to help fix epoch issues | erdc_RAPIDpy | train |
a88ab914d5cda26f7295ad1fea8e0fa5988a6c65 | diff --git a/aionationstates/__init__.py b/aionationstates/__init__.py
index <HASH>..<HASH> 100644
--- a/aionationstates/__init__.py
+++ b/aionationstates/__init__.py
@@ -1,4 +1,5 @@
-from aionationstates.nation import Nation, NationControl
+from aionationstates.nation import Nation
+from aionationstates.nation_control... | i forgot to test things before committing again | micha030201_aionationstates | train |
2641a35bfc6c65eb7dc71674fa023d5286a94aff | diff --git a/src/tablesort.js b/src/tablesort.js
index <HASH>..<HASH> 100644
--- a/src/tablesort.js
+++ b/src/tablesort.js
@@ -55,11 +55,12 @@
},
sortTable: function(header, update) {
- var that = this;
- var column = header.cellIndex;
- var sortFunction;
- ... | Update src/tablesort.js
- Combine some vars into single ones
- Remove unused firstRow in sortTable
- Remove `k` variable in sortTable, and use `i` instead | tristen_tablesort | train |
49835c3bb14e501ed71f925751e987c98d33de43 | diff --git a/core/PaginatedList.php b/core/PaginatedList.php
index <HASH>..<HASH> 100644
--- a/core/PaginatedList.php
+++ b/core/PaginatedList.php
@@ -80,7 +80,7 @@ class PaginatedList extends SS_ListDecorator {
* @param int $page
*/
public function setCurrentPage($page) {
- $this->pageStart = ($page - 1) * $t... | Updated calls to methods instead of firect properties in PaginatedList | silverstripe_silverstripe-framework | train |
b5710a6a2128405f424b0f6670260b2e662fefc3 | diff --git a/plugins/outputs/datadog/datadog.go b/plugins/outputs/datadog/datadog.go
index <HASH>..<HASH> 100644
--- a/plugins/outputs/datadog/datadog.go
+++ b/plugins/outputs/datadog/datadog.go
@@ -5,6 +5,7 @@ import (
"encoding/json"
"fmt"
"log"
+ "math"
"net/http"
"net/url"
"strings"
@@ -63,9 +64,6 @@ fu... | Skip floats that are NaN or Inf in Datadog output. (#<I>) | influxdata_telegraf | train |
6837de0dcbf2801822b95d3e07e6e2596276a5f6 | diff --git a/com/linuxense/javadbf/DBFField.java b/com/linuxense/javadbf/DBFField.java
index <HASH>..<HASH> 100644
--- a/com/linuxense/javadbf/DBFField.java
+++ b/com/linuxense/javadbf/DBFField.java
@@ -4,10 +4,10 @@
This file is part of JavaDBF packege.
- author: anil@linuxense
+ author: anil@linuxense.com
... | Code clean up. Method name setFieldName deprecated. | albfernandez_javadbf | train |
075fe2ccc6ce472a2e8a40181b4255ce405afab3 | diff --git a/packages/vaex-core/setup.py b/packages/vaex-core/setup.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/setup.py
+++ b/packages/vaex-core/setup.py
@@ -49,6 +49,7 @@ setup(name=name+'-core',
setup_requires=['numpy'],
install_requires=install_requires_core,
license=license,
- package... | fix: core: include unittest and files for testing | vaexio_vaex | train |
4e3b62e466df9eaeec881833cd4e45b5e34f7756 | diff --git a/cake/libs/configure.php b/cake/libs/configure.php
index <HASH>..<HASH> 100644
--- a/cake/libs/configure.php
+++ b/cake/libs/configure.php
@@ -863,8 +863,6 @@ class App {
if ($name != null && !class_exists($name . $ext['class'])) {
if ($load = self::__mapped($name . $ext['class'], $type, $plugin)) {
... | Removing vestigial method in App.
Fixing E_STRICT error in Router. | cakephp_cakephp | train |
eddd25d4b889d639fad9256ddb4b956aae0570ba | diff --git a/nudibranch/tests.py b/nudibranch/tests.py
index <HASH>..<HASH> 100644
--- a/nudibranch/tests.py
+++ b/nudibranch/tests.py
@@ -167,6 +167,49 @@ class FileVerifierTests(BaseAPITest):
self.assertEqual('That filename already exists for the project',
info['message'])
+ de... | Add additional file_verifier_create tests. | ucsb-cs_submit | train |
e5146c8e742a226c7c48ff403491f90dea1a97b9 | diff --git a/Net/OpenID/OIDUtil.php b/Net/OpenID/OIDUtil.php
index <HASH>..<HASH> 100644
--- a/Net/OpenID/OIDUtil.php
+++ b/Net/OpenID/OIDUtil.php
@@ -21,6 +21,25 @@ $_Net_OpenID_digits = "0123456789";
$_Net_OpenID_punct = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
/**
+ * Convenience function for getting array values.
... | [project @ Added array_get convenience function] | openid_php-openid | train |
c24402ebced91e7ada334e6e48ab119b494bacea | diff --git a/src/Bridge/Scope.php b/src/Bridge/Scope.php
index <HASH>..<HASH> 100644
--- a/src/Bridge/Scope.php
+++ b/src/Bridge/Scope.php
@@ -25,6 +25,7 @@ class Scope implements ScopeEntityInterface
*
* @return mixed
*/
+ #[\ReturnTypeWillChange]
public function jsonSerialize()
{
... | fix: Internal method return types, php <I> tests compatibility | laravel_passport | train |
949fb754d3f213968c356c93b57f02c32afd2f2c | diff --git a/lib/serial.js b/lib/serial.js
index <HASH>..<HASH> 100644
--- a/lib/serial.js
+++ b/lib/serial.js
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-const debug = require('debug')('canbusjs-ntg1')
+const debug = require('debug')('signalk:canbusjs')
const Transform = require('stream').Transform
... | feature: add ability to debug n2k sending to actisense (#<I>) | canboat_canboatjs | train |
2fcb9c1d878ca083ad75fb8810a88c41e9ee3c1e | diff --git a/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java b/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/dasein/cloud/cloudstack/compute/VirtualMachines.java
+++ b/src/main/java/org/dasein/cloud/cloudstack/compute/Vi... | bugzid <I>: speed up server launch so that pause/terminate settings takes effect | greese_dasein-cloud-cloudstack | train |
c1ac3fd932297b566693d0bafcf74e45a17972bd | diff --git a/lib/surrounded/context.rb b/lib/surrounded/context.rb
index <HASH>..<HASH> 100644
--- a/lib/surrounded/context.rb
+++ b/lib/surrounded/context.rb
@@ -109,12 +109,6 @@ module Surrounded
private
- def preinitialize
- end
-
- def postinitialize
- end
-
def role_map
... | remove preinitialize and postinitialize hooks | saturnflyer_surrounded | train |
684ae8a07ff727151c2c40ba1ae0a6dcaec10411 | diff --git a/lib/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index <HASH>..<HASH> 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -13,9 +13,11 @@ use
/**
* MimeDir parser.
*
- * This class parses iCalendar/vCard files and returns an array.
+ * This class parses iCalendar 2.0 and vCard 2.1, 3.0 ... | That statement hasn't been true for a long time. | sabre-io_vobject | train |
2f43c238db6726475178c0786989909ee83f7a74 | diff --git a/ToolStart.php b/ToolStart.php
index <HASH>..<HASH> 100755
--- a/ToolStart.php
+++ b/ToolStart.php
@@ -1,11 +1,13 @@
<?php
+// Re-ensure autoload.php for backwards-compatibility with older tools on
+// Wikimedia Tool Labs that include ToolStart.php directly.
+require_once __DIR__ . '/vendor/autoload.php';
... | fixup 2cf6d<I>: Ensure vendor/autoload.php is included
Otherwise the references class names are not known.
Broke <URL> | Krinkle_intuition | train |
b4d34c6ad790020f1c0332fdcae1e0441d4d3941 | diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/condition/Operator.js b/src/sap.ui.mdc/src/sap/ui/mdc/condition/Operator.js
index <HASH>..<HASH> 100644
--- a/src/sap.ui.mdc/src/sap/ui/mdc/condition/Operator.js
+++ b/src/sap.ui.mdc/src/sap/ui/mdc/condition/Operator.js
@@ -37,16 +37,16 @@ sap.ui.define([
* If a function o... | [INTERNAL] Operator, make configuration manatory in JSDoc
Change-Id: Ibd<I>f<I>ffb1e<I>c<I>ed<I>ded9bd5a | SAP_openui5 | train |
18571af1d1aca7f43a78f01e35700c1542f90879 | diff --git a/lib/opal/nodes/logic.rb b/lib/opal/nodes/logic.rb
index <HASH>..<HASH> 100644
--- a/lib/opal/nodes/logic.rb
+++ b/lib/opal/nodes/logic.rb
@@ -222,7 +222,7 @@ module Opal
elsif stmt?
push 'return ', return_val
else
- raise SyntaxError, 'void value expression: cannot ret... | Properly Raise an Opal::SyntaxError through #error | opal_opal | train |
3353e142e80cf934f674629ae4b9ef6132440e63 | diff --git a/src/pyrocore/scripts/rtcontrol.py b/src/pyrocore/scripts/rtcontrol.py
index <HASH>..<HASH> 100644
--- a/src/pyrocore/scripts/rtcontrol.py
+++ b/src/pyrocore/scripts/rtcontrol.py
@@ -139,7 +139,10 @@ class RtorrentControl(ScriptBaseWithConfig):
ARGS_HELP = "<filter>..."
# additonal stuff appende... | hint on --help if called without args | pyroscope_pyrocore | train |
0d2e84460078502a49c3cc8f0be04b737f143e6f | diff --git a/src/Input/Command.php b/src/Input/Command.php
index <HASH>..<HASH> 100644
--- a/src/Input/Command.php
+++ b/src/Input/Command.php
@@ -278,9 +278,7 @@ class Command extends Parser
protected function handleUnknown(string $arg, string $value = null)
{
if ($this->_allowUnknown) {
- ... | refactor(command): set() will tell if it ate value | adhocore_php-cli | train |
c3529cdea6dc0f569e5639467fc391db00fccef8 | diff --git a/src/esquire-inject.js b/src/esquire-inject.js
index <HASH>..<HASH> 100644
--- a/src/esquire-inject.js
+++ b/src/esquire-inject.js
@@ -113,7 +113,7 @@
* @class Module
* @classdesc The definition of an {@link Esquire} module
*/
- function Module(name, dependencies, constructor) {
+ function Mod... | Better creation and extension of global modules. | usrz_javascript-esquire | train |
c55fb091321f40975cd37cbf6355a563bcc11998 | diff --git a/tcases-lib/src/main/java/org/cornutum/tcases/Reducer.java b/tcases-lib/src/main/java/org/cornutum/tcases/Reducer.java
index <HASH>..<HASH> 100644
--- a/tcases-lib/src/main/java/org/cornutum/tcases/Reducer.java
+++ b/tcases-lib/src/main/java/org/cornutum/tcases/Reducer.java
@@ -514,6 +514,7 @@ public class ... | Reducer: Rework logging to identify the project being reduced | Cornutum_tcases | train |
c75816c02b55be87f4249a40506e1f5997d6def8 | diff --git a/src/Lib/MatisseEngine.php b/src/Lib/MatisseEngine.php
index <HASH>..<HASH> 100644
--- a/src/Lib/MatisseEngine.php
+++ b/src/Lib/MatisseEngine.php
@@ -1,4 +1,5 @@
<?php
+
namespace Matisse\Lib;
use Electro\Caching\Lib\CachingFileCompiler;
@@ -105,7 +106,9 @@ class MatisseEngine implements ViewEngineInt... | FIX: bug on last commit. | electro-modules_matisse | train |
38f82a295633380ed336c81ac9ca097c5cddeda3 | diff --git a/src/Linna/Storage/ExtendedPDO.php b/src/Linna/Storage/ExtendedPDO.php
index <HASH>..<HASH> 100644
--- a/src/Linna/Storage/ExtendedPDO.php
+++ b/src/Linna/Storage/ExtendedPDO.php
@@ -32,15 +32,10 @@ class ExtendedPDO extends PDO
public function queryWithParam(string $query, array $param) : PDOStatement... | ExtendedPDO queryWithParam checks refactor | linna_framework | train |
98affdfd33d81d8e9b4c7cea9454d5233047233a | diff --git a/lib/geocoder/railtie.rb b/lib/geocoder/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/geocoder/railtie.rb
+++ b/lib/geocoder/railtie.rb
@@ -1,5 +1,4 @@
require 'geocoder'
-require 'geocoder/orms/active_record'
module Geocoder
if defined? Rails::Railtie
@@ -18,53 +17,60 @@ module Geocoder
clas... | Clean up Railtie.
Move model class methods to separate module. | alexreisner_geocoder | train |
e96acbf85d72806d2c90ac28f3dec456e2d86886 | diff --git a/pilot/lib/pilot/build_manager.rb b/pilot/lib/pilot/build_manager.rb
index <HASH>..<HASH> 100644
--- a/pilot/lib/pilot/build_manager.rb
+++ b/pilot/lib/pilot/build_manager.rb
@@ -3,7 +3,7 @@ module Pilot
def upload(options)
start(options)
- options[:changelog] = truncate_changelog(options... | fix broken pilot upload (#<I>) | fastlane_fastlane | train |
4eef449ac9241eb5bbebb832da618de65a346631 | diff --git a/src/org/mozilla/javascript/NativeDate.java b/src/org/mozilla/javascript/NativeDate.java
index <HASH>..<HASH> 100644
--- a/src/org/mozilla/javascript/NativeDate.java
+++ b/src/org/mozilla/javascript/NativeDate.java
@@ -798,8 +798,8 @@ final class NativeDate extends IdScriptableObject {
}
private... | minor optimization and fix daylightsavingtime handling | mozilla_rhino | train |
4b87c4f60895c9d2dea2becd6a58c3d3167dd0e1 | diff --git a/tchannel/sync/client.py b/tchannel/sync/client.py
index <HASH>..<HASH> 100644
--- a/tchannel/sync/client.py
+++ b/tchannel/sync/client.py
@@ -21,13 +21,14 @@
from __future__ import absolute_import
from collections import namedtuple
+from concurrent.futures import TimeoutError
from threadloop import ... | only ever throw AdvertiseError when unable to advertise from sync client | uber_tchannel-python | train |
f1442e422ccf701de7da7c3298aaf8f0beee1983 | diff --git a/src/assertions.js b/src/assertions.js
index <HASH>..<HASH> 100644
--- a/src/assertions.js
+++ b/src/assertions.js
@@ -23,6 +23,7 @@ const assertIsEnzymeWrapper = (actual) => expect.assert(
const asserted = expect();
const original = {
+ toNotBeA: asserted.toNotBeA,
toExist: asserted.toExist,
toB... | Augment `.toNotBeA()` method
The expect .toNotBeA() method now supports enzyme types. Yey! | PsychoLlama_expect-enzyme | train |
44b8e2603947cb2920fc3cfbdb8987dd63a0ef62 | diff --git a/crnk-core/src/main/java/io/crnk/core/engine/internal/document/mapper/DocumentMapperUtil.java b/crnk-core/src/main/java/io/crnk/core/engine/internal/document/mapper/DocumentMapperUtil.java
index <HASH>..<HASH> 100644
--- a/crnk-core/src/main/java/io/crnk/core/engine/internal/document/mapper/DocumentMapperUt... | support @JsonProperty for field sets #<I> | crnk-project_crnk-framework | train |
400e3eb20112ec7a39f5590bd3ba174d759c08b7 | diff --git a/lib/govuk_tech_docs/api_reference/api_reference.rb b/lib/govuk_tech_docs/api_reference/api_reference.rb
index <HASH>..<HASH> 100644
--- a/lib/govuk_tech_docs/api_reference/api_reference.rb
+++ b/lib/govuk_tech_docs/api_reference/api_reference.rb
@@ -22,17 +22,14 @@ module GovukTechDocs
# Is the api_... | GTD-<I>: Fixed remaining rubocop offenses | alphagov_tech-docs-gem | train |
d83912caaaa89a2a5b1b2a2e639db8b496060776 | diff --git a/Model/File.php b/Model/File.php
index <HASH>..<HASH> 100644
--- a/Model/File.php
+++ b/Model/File.php
@@ -22,6 +22,7 @@ class File
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
'potx' => 'application/vnd.openxmlformats-officedocument.presentationml... | Bette support for Microsoft OOXML mime types detection | vaniocz_vanio-domain-bundle | train |
600e145538b186505c97f61042bf07374e42ad55 | diff --git a/src/Contracts/Auth/Access/GateAware.php b/src/Contracts/Auth/Access/GateAware.php
index <HASH>..<HASH> 100644
--- a/src/Contracts/Auth/Access/GateAware.php
+++ b/src/Contracts/Auth/Access/GateAware.php
@@ -5,29 +5,26 @@ namespace Aedart\Laravel\Helpers\Contracts\Auth\Access;
use Illuminate\Contracts\Auth\... | Adapt to PHP <I> | aedart_laravel-helpers | train |
27fd56de748eb81d2aada6c83ac0dddb4f88644a | diff --git a/website/config.rb b/website/config.rb
index <HASH>..<HASH> 100644
--- a/website/config.rb
+++ b/website/config.rb
@@ -5,7 +5,7 @@ set :vmware_utility_version, "1.0.1"
activate :hashicorp do |h|
h.name = "vagrant"
- h.version = "2.1.0"
+ h.version = "2.1.1"
h.github_slug = "has... | Update website vagrant version <I> | hashicorp_vagrant | train |
0b5640d108421cbdd9aaa89c11180a16c0281fd0 | diff --git a/lib/comment-directive-parser.js b/lib/comment-directive-parser.js
index <HASH>..<HASH> 100644
--- a/lib/comment-directive-parser.js
+++ b/lib/comment-directive-parser.js
@@ -1,6 +1,7 @@
class CommentDirectiveParser {
constructor(tokens) {
- this.lastLine = tokens[tokens.length - 1].loc.end.line
+ ... | Prevent linter from failing when there are no tokens in the file | protofire_solhint | train |
a43c3b3f7afba242bd90e527ba28a10e305d21ea | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -51,8 +51,6 @@ setup(
packages=find_packages(),
include_package_data=True,
- package_data={'': ['README.txt']},
- exclude_package_data={'': ['README.*']},
entry_points = {
'console_scripts': ['sht = sht_sensor.sen... | setup: drop old README.* mangling, intended for README.md | kizniche_sht-sensor | train |
c03a6681342ec2cc6f9fbe62b87276589880cd72 | diff --git a/test/filter_relationship_test/belongs_to_polymorphic_test.rb b/test/filter_relationship_test/belongs_to_polymorphic_test.rb
index <HASH>..<HASH> 100644
--- a/test/filter_relationship_test/belongs_to_polymorphic_test.rb
+++ b/test/filter_relationship_test/belongs_to_polymorphic_test.rb
@@ -6,14 +6,16 @@ cla... | add test for filtering beyond polymorphic boundary | malomalo_activerecord-filter | train |
b4ac8072c6285a91a3c93a51cc5b257ef6cf9cd0 | diff --git a/salt/modules/status.py b/salt/modules/status.py
index <HASH>..<HASH> 100644
--- a/salt/modules/status.py
+++ b/salt/modules/status.py
@@ -140,8 +140,7 @@ def uptime():
key/value pairs containing uptime information, instead of the output
from a ``cmd.run`` call.
.. versionchanged:: ca... | status.uptime - want freebsd support, removed fallback once again so we are consistant | saltstack_salt | train |
16240c0f04f3cf70eef702b72fe4929bf1daae71 | diff --git a/lib/endpoint/find-parameters.js b/lib/endpoint/find-parameters.js
index <HASH>..<HASH> 100644
--- a/lib/endpoint/find-parameters.js
+++ b/lib/endpoint/find-parameters.js
@@ -6,14 +6,14 @@ const markdownTable = require('markdown-table')
const PAGINATION_VARIABLES = [
{
name: 'per_page',
- type: ... | fix: "number" -> "integer" | octokit_routes | train |
959efde76f5976054e55e829d6520e42e707de9d | diff --git a/private_storage/views.py b/private_storage/views.py
index <HASH>..<HASH> 100644
--- a/private_storage/views.py
+++ b/private_storage/views.py
@@ -46,6 +46,12 @@ class PrivateStorageView(View):
"""
return self.kwargs['path']
+ def get_storage(self):
+ """
+ Tell which st... | Make sure PrivateStorageDetailView uses the storage class from the model | edoburu_django-private-storage | train |
d2eeaa60efc3c6f046052ec10893d3a08dad17a1 | diff --git a/pymongo/mongo_replica_set_client.py b/pymongo/mongo_replica_set_client.py
index <HASH>..<HASH> 100644
--- a/pymongo/mongo_replica_set_client.py
+++ b/pymongo/mongo_replica_set_client.py
@@ -130,7 +130,8 @@ def _partition_node(node):
class RSState(object):
def __init__(
self, threadlocal,... | Avoid error when first operation on lazy-connecting RS client is a secondary read.
If MongoReplicaSetClient was initialized with _connect=False (for example, when
wrapped by Motor), the first read triggers a refresh and should wait for that
refresh to complete before deciding whether an appropriate member is available... | mongodb_mongo-python-driver | train |
b6d839cf27434ff6e5f7a6596836765166648d13 | diff --git a/toolsrc/org/mozilla/javascript/tools/jsc/Main.java b/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
index <HASH>..<HASH> 100644
--- a/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
+++ b/toolsrc/org/mozilla/javascript/tools/jsc/Main.java
@@ -178,12 +178,20 @@ public class Main {
if (ar... | Add missing support for multiple -implements classes | mozilla_rhino | train |
1a34e78873b59e0d92c401b3f5ea6dc0fd70257e | diff --git a/src/Soluble/Japha/Bridge/Driver/Pjb62/Client.php b/src/Soluble/Japha/Bridge/Driver/Pjb62/Client.php
index <HASH>..<HASH> 100644
--- a/src/Soluble/Japha/Bridge/Driver/Pjb62/Client.php
+++ b/src/Soluble/Japha/Bridge/Driver/Pjb62/Client.php
@@ -621,9 +621,9 @@ class Client
$this->protocol->writeE... | Remove a dies and trigger error , #2 | belgattitude_soluble-japha | train |
04bbff3d3b5666636de94edb9c33549bb0043af6 | diff --git a/cassandra/concurrent.py b/cassandra/concurrent.py
index <HASH>..<HASH> 100644
--- a/cassandra/concurrent.py
+++ b/cassandra/concurrent.py
@@ -166,9 +166,11 @@ class ConcurrentExecutorGenResults(_ConcurrentExecutor):
self._condition.wait()
while self._results_queue and ... | Unlock while yielding execute concurrent generator results
Fixes an issue where the event thread could be held up on the executor
lock while the client thread waits for a paged result to return. | datastax_python-driver | train |
071ee5379361b41c5a32b95a7c41d333f6c5aea6 | diff --git a/pypmc/mix_adapt/hierarchical_test.py b/pypmc/mix_adapt/hierarchical_test.py
index <HASH>..<HASH> 100644
--- a/pypmc/mix_adapt/hierarchical_test.py
+++ b/pypmc/mix_adapt/hierarchical_test.py
@@ -1,7 +1,6 @@
"""Unit tests for the hierarchical clustering.
"""
-from __future__ import division
from .hierar... | [pypmc] Remove <I> compatibility (division) | fredRos_pypmc | train |
8d79e1a7759714a3bc8abf4d580f80e36ec14808 | diff --git a/eztv_api.js b/eztv_api.js
index <HASH>..<HASH> 100644
--- a/eztv_api.js
+++ b/eztv_api.js
@@ -29,8 +29,16 @@ exports.getLatestShows = function() {
$('tr.forum_header_border[name="hover"]').filter(function(){
var entry = $(this);
- var show = entry.children('td... | Get TVRage ID in show list | SlashmanX_eztv_api | train |
6327479a0306ef819fdcdb751544b5f5f2450ed6 | diff --git a/salt/states/ssh_auth.py b/salt/states/ssh_auth.py
index <HASH>..<HASH> 100644
--- a/salt/states/ssh_auth.py
+++ b/salt/states/ssh_auth.py
@@ -200,7 +200,7 @@ def present(
fullkey = sshre.search(name)
# if it is {key} [comment]
if not fullkey:
- key_and_comment = name.s... | Fix for comments containing whitespaces
When comments contain whitespaces they won't be copied over currently.
This is because the split keeps splitting along the whitespaces.
Reproduce:
```
name = "ecdsa-sha2-nistp<I> awesomlylongkey= The Loeki proposes a fix for this"
``` | saltstack_salt | train |
2bd5e374d1d573f6a8914f8be3285fe5f510ad18 | diff --git a/lib/Rails/Console/ApplicationConsole.php b/lib/Rails/Console/ApplicationConsole.php
index <HASH>..<HASH> 100755
--- a/lib/Rails/Console/ApplicationConsole.php
+++ b/lib/Rails/Console/ApplicationConsole.php
@@ -94,11 +94,26 @@ class ApplicationConsole extends Console
$this->write($routes);
... | added support to db:create | railsphp_railsphp | train |
c3d7a3328d759fd55cf044205b88c0e8fbc488d7 | diff --git a/src/controllers/controller.doughnut.js b/src/controllers/controller.doughnut.js
index <HASH>..<HASH> 100644
--- a/src/controllers/controller.doughnut.js
+++ b/src/controllers/controller.doughnut.js
@@ -102,7 +102,19 @@ module.exports = function(Chart) {
return '';
},
label: function(tooltip... | In the doughnut chart, specifically handle multiline strings. | chartjs_Chart.js | train |
1210749e605d421413730bb4dcea11e9ad9a73bf | diff --git a/system_test/full_system_test.py b/system_test/full_system_test.py
index <HASH>..<HASH> 100644
--- a/system_test/full_system_test.py
+++ b/system_test/full_system_test.py
@@ -1220,15 +1220,17 @@ class TestRequestForwarding(unittest.TestCase):
self.assertEqual(j, d_("{'results': [{'last_insert_id': 1,... | Load the queue during end-to-end testing | rqlite_rqlite | train |
9194ec98c86b4ef1bb1fcfcaa80b49608584beda | diff --git a/tests/Helpers/Builders/PaymentBuilder.php b/tests/Helpers/Builders/PaymentBuilder.php
index <HASH>..<HASH> 100644
--- a/tests/Helpers/Builders/PaymentBuilder.php
+++ b/tests/Helpers/Builders/PaymentBuilder.php
@@ -1,6 +1,7 @@
<?php
namespace Tests\Helpers\Builders;
+use Ebanx\Benjamin\Models\Currency;
... | If it is Boleto, then the currency code is BRL | ebanx_benjamin | train |
2dd1e5fbabe15fa4edae49d807b349c1aa8cd503 | diff --git a/quilt/add.py b/quilt/add.py
index <HASH>..<HASH> 100644
--- a/quilt/add.py
+++ b/quilt/add.py
@@ -38,11 +38,11 @@ class Add(Command):
self.db = Db(quilt_pc)
self.series = Series(quilt_patches)
- def _file_in_patch(self, filename, patch):
+ def _file_in_patch(self, filename, patch,... | Add possibility to ignore already added patch
Don't raise an exception if not wanted. E.g. the edit cli command should be able
to be run several times on the same file. | bjoernricks_python-quilt | train |
4db30ab0674b8cfdb2a48b03c3a62e2157e08bd6 | diff --git a/src/includes/properties/class-papi-property.php b/src/includes/properties/class-papi-property.php
index <HASH>..<HASH> 100644
--- a/src/includes/properties/class-papi-property.php
+++ b/src/includes/properties/class-papi-property.php
@@ -47,7 +47,8 @@ class Papi_Property extends Papi_Core_Property {
if ... | Clean up. Render rules json with render html tag method. | wp-papi_papi | train |
83802ed27a8a2507af9354813b9d967bb2308e87 | diff --git a/read_closer.go b/read_closer.go
index <HASH>..<HASH> 100644
--- a/read_closer.go
+++ b/read_closer.go
@@ -1,6 +1,7 @@
package statos
import (
+ "fmt"
"io"
"syscall"
)
@@ -29,11 +30,12 @@ func (r *ReadCloserStatos) Read(p []byte) (n int, err error) {
n, err = r.iterator.Read(p)
r.prevReadV = ... | shaved off unnecessary and buggy state info | odeke-em_statos | train |
00160aedbe0306125d459593237287232a962394 | diff --git a/web/concrete/controllers/login.php b/web/concrete/controllers/login.php
index <HASH>..<HASH> 100644
--- a/web/concrete/controllers/login.php
+++ b/web/concrete/controllers/login.php
@@ -355,7 +355,7 @@ class LoginController extends Controller {
$this->redirect('/');
}
- public function forward($cID... | fix some more issues with errors
Former-commit-id: cda1c<I>b<I>bba<I>ee<I>dcc<I> | concrete5_concrete5 | train |
1081b517f678291405db2278f29a8ac64abb1d1c | diff --git a/src/Model/SlugModel.php b/src/Model/SlugModel.php
index <HASH>..<HASH> 100644
--- a/src/Model/SlugModel.php
+++ b/src/Model/SlugModel.php
@@ -11,7 +11,19 @@ trait SlugModel
*/
public function slugify()
{
- return $this->vulgarize($this->__toString()) ?: $slug = $this->getTableName().... | set up proper method to handle slug generation seed definition | neemzy_patchwork-core | train |
c6b082a6263bbfcfab0dcc4f4c4bb2c024c84f10 | diff --git a/fpdf.go b/fpdf.go
index <HASH>..<HASH> 100644
--- a/fpdf.go
+++ b/fpdf.go
@@ -1931,19 +1931,19 @@ func (f *Fpdf) CellFormat(w, h float64, txtStr string, borderStr string, ln int,
if len(txtStr) > 0 {
var dx, dy float64
// Horizontal alignment
- if strings.Index(alignStr, "R") != -1 {
+ if strings... | Replace strings.Index with strings.Contains | jung-kurt_gofpdf | train |
d7c5fd6b490ad2edea851b5d4a6a3d1031559cac | diff --git a/deployutils/__init__.py b/deployutils/__init__.py
index <HASH>..<HASH> 100644
--- a/deployutils/__init__.py
+++ b/deployutils/__init__.py
@@ -22,4 +22,4 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-__version__ = '0.5.14'
+__ve... | bumps version to <I>-dev | djaodjin_djaodjin-deployutils | train |
7097da4b7cf45dce2c1d4e7654f364ef71c0c4f7 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='descent',
- version='0.0.12',
+ version='0.1.0',
description='First order optimization tools',
author='Niru Maheshwaranathan',
... | bumped version in setup.py | nirum_descent | train |
d848ea00df080261774a798c4c12c15ad24ca94f | diff --git a/test/jsdom/parsing.js b/test/jsdom/parsing.js
index <HASH>..<HASH> 100644
--- a/test/jsdom/parsing.js
+++ b/test/jsdom/parsing.js
@@ -294,3 +294,12 @@ exports["should parse namespace prefixes properly"] = function (t) {
t.done();
};
+
+exports["should parse self closing tags properly (GH-863)"] = fun... | Add test for proper parsing of in-text elements | jsdom_jsdom | train |
9377935221b6eeb47ab3f5099836f73cd2d59edd | diff --git a/tests/test_30_decompressors.py b/tests/test_30_decompressors.py
index <HASH>..<HASH> 100644
--- a/tests/test_30_decompressors.py
+++ b/tests/test_30_decompressors.py
@@ -13,6 +13,10 @@ import StreamDecompressor
class GuesserTest(unittest2.TestCase):
def _check_decompressor(self,
decompre... | Updated: tests: check decompressor availability | cecton_destream | train |
654eb3080c67f41b45795c5c32f1bbfe15bfe4b3 | diff --git a/internal/api/network_server_new_test.go b/internal/api/network_server_new_test.go
index <HASH>..<HASH> 100644
--- a/internal/api/network_server_new_test.go
+++ b/internal/api/network_server_new_test.go
@@ -386,6 +386,7 @@ func (ts *NetworkServerAPITestSuite) TestDevice() {
868100000,
868300000,
... | Set ExtraUplinkChannels on ABP activate for additional channels. | brocaar_loraserver | train |
2ea680fa740cf2be6d0b5f5ddc81b160d0f8534a | diff --git a/src/ContaoCommunityAlliance/Contao/Bindings/Subscribers/ControllerSubscriber.php b/src/ContaoCommunityAlliance/Contao/Bindings/Subscribers/ControllerSubscriber.php
index <HASH>..<HASH> 100644
--- a/src/ContaoCommunityAlliance/Contao/Bindings/Subscribers/ControllerSubscriber.php
+++ b/src/ContaoCommunityAll... | Remove parent constructor of Controller class. | contao-community-alliance_events-contao-bindings | train |
f47366c659feeea4c085b40c02600a7b9b0e6362 | diff --git a/make.go b/make.go
index <HASH>..<HASH> 100644
--- a/make.go
+++ b/make.go
@@ -891,7 +891,11 @@ func genEmbeds() error {
}
for _, embeds := range []string{"server/camlistored/ui", "pkg/server", "vendor/embed/react", "vendor/embed/less", "vendor/embed/glitch", "vendor/embed/fontawesome", "vendor/embed/le... | genfileembed: always embed paths with slashes
Also change make.go to propagate -all to genfileembed.
Fixes #<I>
Change-Id: I<I>d5fc<I>ae0fc9c<I>fca<I>ff0a<I>b<I>c | perkeep_perkeep | train |
52f6f1eaa89b5cfa1c5ad172254b057b634ceac8 | diff --git a/lib/rubyx/rubyx_compiler.rb b/lib/rubyx/rubyx_compiler.rb
index <HASH>..<HASH> 100644
--- a/lib/rubyx/rubyx_compiler.rb
+++ b/lib/rubyx/rubyx_compiler.rb
@@ -4,11 +4,20 @@ module RubyX
# There are methods to go from ruby to any of the layers in the system
# (mainly for testing). ruby_to_binary create... | cleaner interfaces for rubyXcompiler
store the vool
seperate api for ruby -> X and stored vool -> X | ruby-x_rubyx | train |
9a90ae944ec597f07ea841306c5a3bc66e319efe | diff --git a/storage/memory/memory.go b/storage/memory/memory.go
index <HASH>..<HASH> 100644
--- a/storage/memory/memory.go
+++ b/storage/memory/memory.go
@@ -55,7 +55,7 @@ func (s *memoryStore) Name(ctx context.Context) string {
// Version returns the version of the driver implementation.
func (s *memoryStore) Ver... | Upgrade the in memory model to work with partialUUIDs fro predicates | google_badwolf | train |
4d83b5b9b731b9832dccf2b9ca5619dbba0284f6 | diff --git a/libs/xmlforms/formdef.js b/libs/xmlforms/formdef.js
index <HASH>..<HASH> 100644
--- a/libs/xmlforms/formdef.js
+++ b/libs/xmlforms/formdef.js
@@ -7,17 +7,9 @@ exports.fetchFormDefs = function(db, pgsql) {
// unwraps the objects and decodes the base64
return db.query(pgsql.getFormDefinitionsXML())
... | code passes tests for version from XML | medic_couch2pg | train |
53d97e034051bb5077345730bddc18d2fcc71678 | diff --git a/test/ManuscriptEditor.test.js b/test/ManuscriptEditor.test.js
index <HASH>..<HASH> 100644
--- a/test/ManuscriptEditor.test.js
+++ b/test/ManuscriptEditor.test.js
@@ -5,7 +5,7 @@ import {
loadBodyFixture, getDocument, setSelection, LOREM_IPSUM,
openContextMenuAndFindTool, openMenuAndFindTool, clickUnd... | Keep text type switching in integration test helpers. | substance_texture | train |
480936acaf3c80e26618c0d8ee2d137e6d47aa42 | diff --git a/web/concrete/src/Page/Type/Type.php b/web/concrete/src/Page/Type/Type.php
index <HASH>..<HASH> 100644
--- a/web/concrete/src/Page/Type/Type.php
+++ b/web/concrete/src/Page/Type/Type.php
@@ -886,9 +886,11 @@ class Type extends Object implements \Concrete\Core\Permission\ObjectInterface
foreach ($ex... | Fix second part of #<I>.
Former-commit-id: 7c<I>d<I>cdea<I>b<I>bd<I>e8de1f3c7ea<I>a
Former-commit-id: 5aaf<I>a<I>d6da<I>f9cf<I>f<I>fb<I>ea<I> | concrete5_concrete5 | train |
d8217386f818b21bc85b6ab3aad531a94fb662f4 | diff --git a/demo_parser.py b/demo_parser.py
index <HASH>..<HASH> 100644
--- a/demo_parser.py
+++ b/demo_parser.py
@@ -38,6 +38,7 @@ if __name__ == '__main__':
# 3. mixed
# print_query_and_parse_tree(r"author:ellis title:'boson'")
# print_query_and_parse_tree(r"author:ellis title:'boson'")
+ # print_q... | parser: add more generic and nested keywords | inspirehep_inspire-query-parser | train |
9e755c76e9d8e3a5e0a486002b3898be9d6d5d25 | diff --git a/presto-base-jdbc/src/main/java/com/facebook/presto/plugin/jdbc/JdbcRecordCursor.java b/presto-base-jdbc/src/main/java/com/facebook/presto/plugin/jdbc/JdbcRecordCursor.java
index <HASH>..<HASH> 100644
--- a/presto-base-jdbc/src/main/java/com/facebook/presto/plugin/jdbc/JdbcRecordCursor.java
+++ b/presto-bas... | Fix "Connection already closed" error in JdbcRecordCursor
The resultset, statement and connection were being closed in
the wrong order. | prestodb_presto | train |
df927ae620bf692a942a81627ae1a9647112e51d | diff --git a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/DeployMojoSupport.java b/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/DeployMojoSupport.java
index <HASH>..<HASH> 100644
--- a/liberty-maven-plugin/src/main/java/io/openliberty/tools/maven/applications/... | Find common project root for multi module loose app | WASdev_ci.maven | train |
886628968ce05e1cd9073f9147b0f7e0c080a48f | diff --git a/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java b/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/internal/cluster/impl/ClusterJoinManager.java
+++ b/hazelcast/src... | Convert staleJoinPreventionDuration to not static field (#<I>) | hazelcast_hazelcast | train |
32655611d9e2775869a288ebfb3c9bb1e1fd7dcf | diff --git a/lib/parser.js b/lib/parser.js
index <HASH>..<HASH> 100644
--- a/lib/parser.js
+++ b/lib/parser.js
@@ -34,28 +34,21 @@ export function matchSymbolFile (line) {
}
}
-export function matchPropsColonDuo (line) {
- const regexp = /^(?<property1>.+): (?<value1>.+), # (?<property2>.+): (?<value2>.+)/
- c... | feat: Parse lines with colon-separated value | quentinrossetti_node-7z | train |
960fa6ec0b25c4a9fe64765fbf683b2d4a51b9e1 | diff --git a/spec/tree/builder/treeAdapterSpec.js b/spec/tree/builder/treeAdapterSpec.js
index <HASH>..<HASH> 100644
--- a/spec/tree/builder/treeAdapterSpec.js
+++ b/spec/tree/builder/treeAdapterSpec.js
@@ -83,6 +83,25 @@ describe( "TreeAdapter", () => {
expect( expectedStructuredNode instanceof StructuredNode ).... | Added tests to improve coverage of TreeAdapter to <I>%. | Yoast_YoastSEO.js | train |
98c4e1ac498830bd282e5fd8977774aef2fa448e | diff --git a/src/build_dotnet.py b/src/build_dotnet.py
index <HASH>..<HASH> 100644
--- a/src/build_dotnet.py
+++ b/src/build_dotnet.py
@@ -6,6 +6,13 @@ import sys
import fileinput
import shutil
+def system(cmd):
+ # copied from setup.py
+ rv = os.system(cmd)
+ rc = rv if os.name == 'nt' else os.WEXITSTATUS... | Ensure dotnet build script fails when it should | mcneel_rhino3dm | train |
95bcaaf3345132828dd706f2205a9a708d221dda | diff --git a/worker/upgradeseries/worker.go b/worker/upgradeseries/worker.go
index <HASH>..<HASH> 100644
--- a/worker/upgradeseries/worker.go
+++ b/worker/upgradeseries/worker.go
@@ -281,13 +281,11 @@ func (w *upgradeSeriesWorker) handleCompleteStarted() error {
return errors.Trace(w.transitionUnitsStarted(unitServi... | Upgrade-series worker always checks for completed units. | juju_juju | train |
3b60e813a4167a4dd5bc05e92775ec7a3bf12195 | diff --git a/src/Generator.php b/src/Generator.php
index <HASH>..<HASH> 100644
--- a/src/Generator.php
+++ b/src/Generator.php
@@ -176,8 +176,8 @@ class Generator implements GeneratorInterface
* Returns a MODE message.
*
* @param string $target
- * @param string $mode
- * @param string $param
... | Updated PHPDoc for ircMode() in Generator | phergie_phergie-irc-generator | train |
de49193687c18d799df1ed37743ce716e5d55ed4 | diff --git a/bin/cloud-start b/bin/cloud-start
index <HASH>..<HASH> 100755
--- a/bin/cloud-start
+++ b/bin/cloud-start
@@ -22,10 +22,11 @@ EOS
puts "#{cld.nodes(:status => "running").size} running instances (#{cld.minimum_instances} - #{cld.maximum_instances})"
inst = cld.expand
- cld... | Updating the expand to call bootstrap! and configure | auser_poolparty | train |
2f06b93016bc9e4aed1ed2dfaf6ddf8b601b25aa | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from setuptools import setup, find_packages
import subprocess
setup(name="transit-python",
- version="0.8.279",
+ version="0.8.284",
description="Transit marshalling for Python",
auth... | Move setup.py to the correct version | cognitect_transit-python | train |
749049c59632f75c6f94bb130f6018057b28446b | diff --git a/lib/sass/plugin.rb b/lib/sass/plugin.rb
index <HASH>..<HASH> 100644
--- a/lib/sass/plugin.rb
+++ b/lib/sass/plugin.rb
@@ -292,14 +292,14 @@ module Sass
FileUtils.mkdir_p dir
end
- result = begin
- Sass::Files.tree_for(filename, engine_options(:css_filename => css, :fi... | [Sass] Fix a dumb bug. | sass_ruby-sass | train |
0b86de6a64ccf5cba398ded0ae05615ce4182cb6 | diff --git a/frontends/default/views/destroy.rjs b/frontends/default/views/destroy.rjs
index <HASH>..<HASH> 100644
--- a/frontends/default/views/destroy.rjs
+++ b/frontends/default/views/destroy.rjs
@@ -1,4 +1,4 @@
-if @successful
+if controller.send(:successful?)
page.remove element_row_id(:action => 'list', :id =>... | issue #<I>
also cleaned up some references to @successful
git-svn-id: <URL> | activescaffold_active_scaffold | train |
8762b63b30210b87c0b1bc8505897d5b1056482d | diff --git a/pyres/worker.py b/pyres/worker.py
index <HASH>..<HASH> 100644
--- a/pyres/worker.py
+++ b/pyres/worker.py
@@ -128,8 +128,6 @@ class Worker(object):
that job to make sure another worker won't run it, then *forks* itself to
work on that job.
- Finally, the ``process`` method actual... | Splitting the Worker.work in two methods, no behavior changes.
The purpose of this change was to make testing easier, but it also
helps with making the code easier to read. | binarydud_pyres | train |
b131596d9beebfab4025397b5347985edf5630f9 | diff --git a/lib/spork/run_strategy.rb b/lib/spork/run_strategy.rb
index <HASH>..<HASH> 100644
--- a/lib/spork/run_strategy.rb
+++ b/lib/spork/run_strategy.rb
@@ -28,7 +28,11 @@ class Spork::RunStrategy
protected
def self.factory(test_framework)
- Spork::RunStrategy::Forking.new(test_framework)
+ if... | Use magazine strategy if forking not available.
TODO: add check for JRuby. It will NOT work with magazine. | sporkrb_spork | train |
f5f7701258f858698562579cbfb4e1934056e009 | diff --git a/airflow/hooks/webhdfs_hook.py b/airflow/hooks/webhdfs_hook.py
index <HASH>..<HASH> 100644
--- a/airflow/hooks/webhdfs_hook.py
+++ b/airflow/hooks/webhdfs_hook.py
@@ -61,7 +61,7 @@ class WebHDFSHook(BaseHook):
return client
except HdfsError as e:
self.log.debug... | [AIRFLOW-<I>] Remove uses of Exception.message for Python 3
Closes #<I> from dhuang/AIRFLOW-<I> | apache_airflow | train |
d2757d13dfffa73c2105d7e901540a4a59466028 | diff --git a/galpy/potential/DehnenBarPotential.py b/galpy/potential/DehnenBarPotential.py
index <HASH>..<HASH> 100644
--- a/galpy/potential/DehnenBarPotential.py
+++ b/galpy/potential/DehnenBarPotential.py
@@ -142,7 +142,7 @@ class DehnenBarPotential(Potential):
indx=(t < self._tform)
smooth[... | Fixed indx in smooth so bar does not grow for t < t_form | jobovy_galpy | train |
004272e6f54c16e16f71ceddff44ae4d423da7c0 | diff --git a/server/server.go b/server/server.go
index <HASH>..<HASH> 100644
--- a/server/server.go
+++ b/server/server.go
@@ -11,7 +11,6 @@ import (
"github.com/dotcloud/docker/image"
"github.com/dotcloud/docker/rcli"
"io"
- "log"
"net/http"
"net/url"
"os" | docker/server: no more dependency on log | containers_storage | train |
38a532eddc745aeb2a7bcbe938ae7eaa45d1a532 | diff --git a/src/server/pfs/pretty/pretty.go b/src/server/pfs/pretty/pretty.go
index <HASH>..<HASH> 100644
--- a/src/server/pfs/pretty/pretty.go
+++ b/src/server/pfs/pretty/pretty.go
@@ -105,7 +105,11 @@ func PrintCommitInfoHeader(w io.Writer) {
// PrintCommitInfo pretty-prints commit info.
func PrintCommitInfo(w io.... | don't crash if branch is nil | pachyderm_pachyderm | train |
3045ffd9414090b18ec4116ecba958580aea0689 | diff --git a/classes/Backtrace.php b/classes/Backtrace.php
index <HASH>..<HASH> 100644
--- a/classes/Backtrace.php
+++ b/classes/Backtrace.php
@@ -123,14 +123,38 @@ class QM_Backtrace {
$components = array();
foreach ( $this->trace as $frame ) {
+ $component = self::get_frame_component( $frame );
+
+ if ( $... | Separate the component detection for the complete call stack and for individual frames from a call stack. | johnbillion_query-monitor | train |
c8f3d64def5ee304baa8317fcde99a6c0118b036 | diff --git a/phoebe/backend/bundle.py b/phoebe/backend/bundle.py
index <HASH>..<HASH> 100644
--- a/phoebe/backend/bundle.py
+++ b/phoebe/backend/bundle.py
@@ -451,18 +451,12 @@ class Bundle(object):
@return: dataset
@rtype: parameterSet
"""
- counter1 = 0
- counter2 = 0
... | fixed plotting.Axes to comply with recent changes to parametersets | phoebe-project_phoebe2 | train |
eba1db722534a9bc282d50c8cc28f669e8afdecc | diff --git a/Module.php b/Module.php
index <HASH>..<HASH> 100644
--- a/Module.php
+++ b/Module.php
@@ -28,11 +28,14 @@ class Module
{
return array(
'invokables' => array(
- 'Zf2Forum_post_form_hydrator' => 'Zend\Stdlib\Hydrator\ClassMethods'
+ 'Zf2Forum_post_form... | Moved factories to invakables + some factories doen't need sm so not
created for that | stijnhau_ZfForum | train |
2f7ba80bf6ed28216bb810a50ad139be32630830 | diff --git a/lib/avatax/client/transactions.rb b/lib/avatax/client/transactions.rb
index <HASH>..<HASH> 100644
--- a/lib/avatax/client/transactions.rb
+++ b/lib/avatax/client/transactions.rb
@@ -26,9 +26,9 @@ module AvaTax
# @param include [String] A comma separated list of child objects to return underneath the... | Correct errors with POST-based methods | avadev_AvaTax-REST-V2-Ruby-SDK | train |
622ec9e04727043b8e1571f570c615b88e45d081 | diff --git a/tests/test_using.py b/tests/test_using.py
index <HASH>..<HASH> 100644
--- a/tests/test_using.py
+++ b/tests/test_using.py
@@ -657,9 +657,9 @@ class ExtendedTransitionImplementationTestCase(unittest2.TestCase):
def copy_from(cls, implem):
return cls(implem.transition, implem.fi... | Update test_implementation according to cls_kwargs removal. | rbarrois_xworkflows | train |
01189ee94290b191c18f1f6e4e1d6f5b1bfd40ac | diff --git a/src/mixed.js b/src/mixed.js
index <HASH>..<HASH> 100644
--- a/src/mixed.js
+++ b/src/mixed.js
@@ -499,7 +499,7 @@ for (const method of ['validate', 'validateSync'])
options.context,
);
- return schema[method](parent[parentPath], {
+ return schema[method](parent && parent[parentPath], {
... | fix: handle empty parent in *At() methods | jquense_yup | train |
a9d402425489a4467bb1b5ed6504b4210fa4576d | diff --git a/android/server/src/java/org/openqa/selenium/android/events/WebViewAction.java b/android/server/src/java/org/openqa/selenium/android/events/WebViewAction.java
index <HASH>..<HASH> 100644
--- a/android/server/src/java/org/openqa/selenium/android/events/WebViewAction.java
+++ b/android/server/src/java/org/ope... | DouniaBerrada: Updating the APK to Froyo (Android <I>) is supported.
r<I> | SeleniumHQ_selenium | train |
f0ef41e9255b118ef3d30a7495e515149e2ecb0c | diff --git a/salt/modules/smartos_vmadm.py b/salt/modules/smartos_vmadm.py
index <HASH>..<HASH> 100644
--- a/salt/modules/smartos_vmadm.py
+++ b/salt/modules/smartos_vmadm.py
@@ -65,7 +65,7 @@ def _create_update_from_file(mode, path):
if not os.path.isfile(path):
ret['Error'] = 'File ({0}) does not exists... | vmadm.create now works based on parameters also | saltstack_salt | train |
f2b045f9d4493f640feb7d7247a509bad1554997 | diff --git a/src/Controller/Component/PaginatorComponent.php b/src/Controller/Component/PaginatorComponent.php
index <HASH>..<HASH> 100644
--- a/src/Controller/Component/PaginatorComponent.php
+++ b/src/Controller/Component/PaginatorComponent.php
@@ -183,6 +183,7 @@ class PaginatorComponent extends Component {
'pag... | Fix incorrect value in PaginatorHelper::counter()
Now that limit is conditionally defined to only exist when the limit is
different than the default, a second perPage key is needed to correctly
generate counter() output.
Fixes #<I> | cakephp_cakephp | train |
b32c01710f23ae296edffb0d259683f622169282 | diff --git a/aiohttp_devtools/start/template/app/views.py b/aiohttp_devtools/start/template/app/views.py
index <HASH>..<HASH> 100644
--- a/aiohttp_devtools/start/template/app/views.py
+++ b/aiohttp_devtools/start/template/app/views.py
@@ -8,8 +8,8 @@ from aiohttp import web
# {% if example.is_message_board %}
from ... | fix issues with aiohttp <I>a | aio-libs_aiohttp-devtools | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.