hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
24ee82e9fd476a1c651051d29384612fda0a52c4 | diff --git a/rows/fields.py b/rows/fields.py
index <HASH>..<HASH> 100644
--- a/rows/fields.py
+++ b/rows/fields.py
@@ -15,7 +15,8 @@ REGEXP_ONLY_NUMBERS = re.compile('[^0-9]')
# TODO: all fields must accept `consider_locale=False` parameter so we can set
# it fo True if want to use locale but if not it won't sl... | Fix fields' deserialize method (deal with None) | turicas_rows | train |
2fe785ed350f65cef85edc68035e169e8ddad52d | diff --git a/common/config.go b/common/config.go
index <HASH>..<HASH> 100644
--- a/common/config.go
+++ b/common/config.go
@@ -161,14 +161,6 @@ func DownloadableURL(original string) (string, error) {
// Make sure it is lowercased
url.Scheme = strings.ToLower(url.Scheme)
- // This is to work around issue #5927. Th... | common: remove dead code
The referenced bug was fixed in Go <I>,
and Packer requires Go <I>+. | hashicorp_packer | train |
e16f7c01fcc3a807d56662dd81360f8fc097bc59 | diff --git a/client/jetpack-connect/authorize.js b/client/jetpack-connect/authorize.js
index <HASH>..<HASH> 100644
--- a/client/jetpack-connect/authorize.js
+++ b/client/jetpack-connect/authorize.js
@@ -224,7 +224,8 @@ export class JetpackAuthorize extends Component {
this.isFromJpo() ||
this.isFromBlockEditor(... | Jetpack Upgrade Flow: Connecting Users (#<I>)
If a Jetpack user is not connected to WP.com, the upgrade flow will lead them nowhere.
It is part of the solution that fixes the flow, which also includes Jetpack and WP.com changes.
This commit makes the authentication upgrade flow will be exempt from redirecting user... | Automattic_wp-calypso | train |
076fe6aab6edc3afc52eda9427c0a3fc60ccd18a | diff --git a/java/jeeintegration/src/main/java/io/joynr/jeeintegration/JoynrIntegrationBean.java b/java/jeeintegration/src/main/java/io/joynr/jeeintegration/JoynrIntegrationBean.java
index <HASH>..<HASH> 100644
--- a/java/jeeintegration/src/main/java/io/joynr/jeeintegration/JoynrIntegrationBean.java
+++ b/java/jeeinteg... | [JEE] Use the adapted register method from JoynrRuntime | bmwcarit_joynr | train |
abc98709a3be05f5d0e8a111585107eeb9d474de | diff --git a/cdm/src/main/java/ucar/nc2/dt/StationaryRadarCollection.java b/cdm/src/main/java/ucar/nc2/dt/StationaryRadarCollection.java
index <HASH>..<HASH> 100644
--- a/cdm/src/main/java/ucar/nc2/dt/StationaryRadarCollection.java
+++ b/cdm/src/main/java/ucar/nc2/dt/StationaryRadarCollection.java
@@ -5,6 +5,7 @@ impor... | change output getData to ArrayList | Unidata_thredds | train |
92e8d88cf52bcdcea6cc7cc08c50f5199d80e225 | diff --git a/src/sap.m/src/sap/m/DateTimePickerRenderer.js b/src/sap.m/src/sap/m/DateTimePickerRenderer.js
index <HASH>..<HASH> 100644
--- a/src/sap.m/src/sap/m/DateTimePickerRenderer.js
+++ b/src/sap.m/src/sap/m/DateTimePickerRenderer.js
@@ -37,10 +37,9 @@ sap.ui.define(['sap/ui/core/Renderer', './DatePickerRenderer',... | [INTERNAL] sap.m.DateTimePicker: Improve accessibility
With the ability to display the timezone, its name should be announced by the
screen readers.
JIRA: BGSOFUIBALKAN-<I>
Change-Id: I4be<I>f<I>c2decb<I>f<I>f<I>f | SAP_openui5 | train |
3c0195d00e59f8c76446dad727761a021892ae24 | diff --git a/common/vr/common/utils.py b/common/vr/common/utils.py
index <HASH>..<HASH> 100644
--- a/common/vr/common/utils.py
+++ b/common/vr/common/utils.py
@@ -223,13 +223,15 @@ def get_lxc_version():
""" Asks the current host what version of LXC it has. Returns it as a
string. If LXC is not installed, ra... | Redirecting all command errors to stdout | yougov_vr.common | train |
f86a6f627e8b2ec1ab6f0dba460eb890be9c604f | diff --git a/spyder_kernels/comms/commbase.py b/spyder_kernels/comms/commbase.py
index <HASH>..<HASH> 100644
--- a/spyder_kernels/comms/commbase.py
+++ b/spyder_kernels/comms/commbase.py
@@ -455,7 +455,7 @@ class CommBase(object):
"""
Handle an error that was raised on the other side asyncronously.
... | Print async error instead of raising it | spyder-ide_spyder-kernels | train |
cc370c24368a578032f305910b4b87f017803729 | diff --git a/GPy/models/Bayesian_GPLVM.py b/GPy/models/Bayesian_GPLVM.py
index <HASH>..<HASH> 100644
--- a/GPy/models/Bayesian_GPLVM.py
+++ b/GPy/models/Bayesian_GPLVM.py
@@ -180,7 +180,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
return np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta))
def p... | Fixed bug in BGPLVM plot | SheffieldML_GPy | train |
498e8742dc61fc8c4733ce17e8e427b0df86f4d7 | diff --git a/buildbucket/appengine/internal/metrics/builder.go b/buildbucket/appengine/internal/metrics/builder.go
index <HASH>..<HASH> 100644
--- a/buildbucket/appengine/internal/metrics/builder.go
+++ b/buildbucket/appengine/internal/metrics/builder.go
@@ -220,6 +220,27 @@ func reportMaxAge(ctx context.Context, proje... | [buildbucket] report build count metrics
Before this CL is rolled out, PyBB needs to be updated to
stop reporting global metrics.
Change-Id: Iea<I>ebfc2ce4f8cf<I>e2f<I>cc1b<I>bc4c5c9e8
Bug: <I>
Reviewed-on: <URL> | luci_luci-go | train |
a45007fcf6e5dca092a3d7b325a77a39e85ce251 | diff --git a/databind/src/main/java/com/nextfaze/databind/IncrementalArrayData.java b/databind/src/main/java/com/nextfaze/databind/IncrementalArrayData.java
index <HASH>..<HASH> 100644
--- a/databind/src/main/java/com/nextfaze/databind/IncrementalArrayData.java
+++ b/databind/src/main/java/com/nextfaze/databind/Increme... | Ensure IncrementalArrayData.onInvalidate() is called regardless of whether the data is empty | NextFaze_power-adapters | train |
6601749898ce5440d4c96a1897806507dd467b37 | diff --git a/src/Leevel/Router/Matching/Annotation.php b/src/Leevel/Router/Matching/Annotation.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Matching/Annotation.php
+++ b/src/Leevel/Router/Matching/Annotation.php
@@ -181,8 +181,8 @@ class Annotation extends BaseMatching implements IMatching
}
... | fix(router): Fix extend attributes of router | hunzhiwange_framework | train |
f667f71304a988829a5d91ffbecc54413688fa9e | diff --git a/src/Response.php b/src/Response.php
index <HASH>..<HASH> 100644
--- a/src/Response.php
+++ b/src/Response.php
@@ -106,7 +106,7 @@ class Response implements ResponseInterface
$this->statusCode = $code;
$this->headers = $headers;
- $this->reasonPhrase = $this->status[$this->code];
... | Changing code into statusCode.. | plvhx_psr7-http-message | train |
78fcba8c58e52adb049892dc9d70e9e7a62f8f4f | diff --git a/lib/npolar/api/client/json_api_client.rb b/lib/npolar/api/client/json_api_client.rb
index <HASH>..<HASH> 100644
--- a/lib/npolar/api/client/json_api_client.rb
+++ b/lib/npolar/api/client/json_api_client.rb
@@ -153,7 +153,7 @@ module Npolar::Api::Client
def get_body(uri, param={})
@param = param... | No more #success? [!?] | npolar_npolar-api-client-ruby | train |
8ffd01b917931c2be3fdb95363e0fd382e79c8b8 | diff --git a/core/class.mysqldbi.php b/core/class.mysqldbi.php
index <HASH>..<HASH> 100644
--- a/core/class.mysqldbi.php
+++ b/core/class.mysqldbi.php
@@ -6,7 +6,7 @@
*
* @extends mysqli
*
- * @version 4.7.2 2012-03-24
+ * @version 4.7.3 2012-11-03
* @author Gregor Kofler
*
* @todo execute is "ambiguous"... | Removed unused code for handling nested sets.
Change-Id: I0cdf<I>aa9d3c2d<I>a<I>e<I>e5a6d<I>ad<I> | Vectrex_vxPHP | train |
497a84be55ba3ef02540f58a9105a2a92388d96f | diff --git a/languagetool-language-modules/pt/src/test/java/org/languagetool/rules/pt/PortugueseWordRepeatBeginningRuleTest.java b/languagetool-language-modules/pt/src/test/java/org/languagetool/rules/pt/PortugueseWordRepeatBeginningRuleTest.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/pt/src/te... | [pt] make another test conform with NO_VERB rule | languagetool-org_languagetool | train |
bec9c06889b20dd06a8d67372bf3c57c012d38fd | diff --git a/tests/League/StatsD/Test/LaravelTestCase.php b/tests/League/StatsD/Test/LaravelTestCase.php
index <HASH>..<HASH> 100644
--- a/tests/League/StatsD/Test/LaravelTestCase.php
+++ b/tests/League/StatsD/Test/LaravelTestCase.php
@@ -33,6 +33,8 @@ class LaravelTestCase extends TestCase
$provider = new Sta... | Added boot function too Laravel Service Provider Test Case | thephpleague_statsd | train |
897ccd9a68ebb58af93ca137e6f14343a9b6de05 | diff --git a/resources/views/layouts/jqm.php b/resources/views/layouts/jqm.php
index <HASH>..<HASH> 100644
--- a/resources/views/layouts/jqm.php
+++ b/resources/views/layouts/jqm.php
@@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="format-detec... | fix: bootcdn更换为cf | miaoxing_plugin | train |
57ef7dd58ab64d6114a9c520cd885e47ffb6d7d1 | diff --git a/file/file.go b/file/file.go
index <HASH>..<HASH> 100644
--- a/file/file.go
+++ b/file/file.go
@@ -39,7 +39,7 @@ func Open(name string, growth uint64) (file *File, err error) {
return file, file.Ensure(file.Growth)
}
- if file.Buf, err = gommap.Map(file.Fh.Fd(), gommap.PROT_READ|gommap.PROT_WRITE, go... | experiment with another go mmap implementation | HouzuoGuo_tiedot | train |
2ee5707c47e666f16a6979790b77003b67ac954c | diff --git a/tests/about_test.go b/tests/about_test.go
index <HASH>..<HASH> 100644
--- a/tests/about_test.go
+++ b/tests/about_test.go
@@ -16,7 +16,6 @@ package tests
import (
"encoding/json"
- "regexp"
"runtime"
"testing"
@@ -43,7 +42,7 @@ func TestAboutCommands(t *testing.T) {
stdout, _ := e.RunCommand(... | chore: Relax integration test and only check for a valid go version (#<I>) | pulumi_pulumi | train |
29d97eb447820526a6c693856813e0647b48a9a1 | diff --git a/src/argue.js b/src/argue.js
index <HASH>..<HASH> 100644
--- a/src/argue.js
+++ b/src/argue.js
@@ -64,14 +64,15 @@ function quantifierParser(begin, end) {
}
if (consumedTotal >= begin && consumedTotal <= maxNumber) {
- if (quantifierParsedArgs.length === 1) {
+ ... | filling out a few example scenario tests, not very good ones | copenhas_funs | train |
f083411567b17c2ed213d6bda0d7a84e00626e1b | diff --git a/src/SocialiteManager.php b/src/SocialiteManager.php
index <HASH>..<HASH> 100644
--- a/src/SocialiteManager.php
+++ b/src/SocialiteManager.php
@@ -109,7 +109,7 @@ class SocialiteManager extends Manager implements Contracts\Factory
return $this->buildProvider(
GitlabProvider::class, $... | Added support for self hosted Gitlab instances | laravel_socialite | train |
e0bd815f82839b15d3defd2647f37350d7f27ae4 | diff --git a/src/stringProcessing/SentenceTokenizer.js b/src/stringProcessing/SentenceTokenizer.js
index <HASH>..<HASH> 100644
--- a/src/stringProcessing/SentenceTokenizer.js
+++ b/src/stringProcessing/SentenceTokenizer.js
@@ -97,8 +97,8 @@ export default class SentenceTokenizer {
* the smaller than sign works as ex... | Changed some first letters in some comments to capital letters. | Yoast_YoastSEO.js | train |
c627b59dea367979f7714bba7846f490ada5e2fa | diff --git a/core-bundle/contao/dca/tl_content.php b/core-bundle/contao/dca/tl_content.php
index <HASH>..<HASH> 100644
--- a/core-bundle/contao/dca/tl_content.php
+++ b/core-bundle/contao/dca/tl_content.php
@@ -803,6 +803,17 @@ class tl_content extends Backend
*/
public function checkPermission()
{
+ // Prevent... | [Core] Prevent deleting referenced content elements using "edit multiple" (see #<I>) | contao_contao | train |
5f2aedb90b142e8a9632c372b682cc998073b589 | diff --git a/lib/podio/models/item.rb b/lib/podio/models/item.rb
index <HASH>..<HASH> 100644
--- a/lib/podio/models/item.rb
+++ b/lib/podio/models/item.rb
@@ -24,6 +24,7 @@ class Podio::Item < ActivePodio::Base
property :link, :string
property :invite, :hash
property :participants, :hash
+ property :linked_ac... | Added linked_account_id to the item model. | podio_podio-rb | train |
bce886e7a59bce3808d33567acb93386a3ec320c | diff --git a/django_x509/base/models.py b/django_x509/base/models.py
index <HASH>..<HASH> 100644
--- a/django_x509/base/models.py
+++ b/django_x509/base/models.py
@@ -47,9 +47,15 @@ SIGNATURE_MAPPING = {
def default_validity_start():
"""
- sets validity_start field to 1 day before the current date
- (avoi... | Improved default_validity_start() docstring
Explain why naive datetime object is used. | openwisp_django-x509 | train |
c1cf47c57f77b66402aa6f4a719d258b02c79e18 | diff --git a/core/src/main/java/jenkins/security/ClassFilterImpl.java b/core/src/main/java/jenkins/security/ClassFilterImpl.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/jenkins/security/ClassFilterImpl.java
+++ b/core/src/main/java/jenkins/security/ClassFilterImpl.java
@@ -130,7 +130,7 @@ public class Clas... | Some more refinements to ClassFilterImpl shutoff during development. | jenkinsci_jenkins | train |
a935fc554473b1234f0062e2de1a4dd82c53f34d | diff --git a/src/app/services/mopidy.service.js b/src/app/services/mopidy.service.js
index <HASH>..<HASH> 100644
--- a/src/app/services/mopidy.service.js
+++ b/src/app/services/mopidy.service.js
@@ -313,7 +313,26 @@ angular.module('mopify.services.mopidy', [
},
next: function() {
- return... | Make sure the player is playing when calling next track | dirkgroenen_mopidy-mopify | train |
c1bfbb8ed113f4757126e5ce0baa69a8bddb1d8a | diff --git a/cmd/example-scheduler/app/app.go b/cmd/example-scheduler/app/app.go
index <HASH>..<HASH> 100644
--- a/cmd/example-scheduler/app/app.go
+++ b/cmd/example-scheduler/app/app.go
@@ -2,7 +2,6 @@ package app
import (
"errors"
- "fmt"
"io"
"log"
"math/rand"
@@ -63,6 +62,7 @@ func Run(cfg Config) error ... | refactor: default error handling impl as part of extras/scheduler/controller | mesos_mesos-go | train |
e4eed5cd04d28726de47e0eb194d9ad1414ba5ca | diff --git a/go/vt/worker/instance.go b/go/vt/worker/instance.go
index <HASH>..<HASH> 100644
--- a/go/vt/worker/instance.go
+++ b/go/vt/worker/instance.go
@@ -92,12 +92,19 @@ func (wi *Instance) setAndStartWorker(ctx context.Context, wrk Worker, wr *wrang
if wi.currentWorker != nil {
// During the grace period, ... | vtworker: Simplify calculation for grace period during which we return a retryable error.
I also tried to better document why we do this in the first place. | vitessio_vitess | train |
1c75996e0b0bae5cc02b5ba671a72c35c15674e3 | diff --git a/djangocms_helper/base_test.py b/djangocms_helper/base_test.py
index <HASH>..<HASH> 100644
--- a/djangocms_helper/base_test.py
+++ b/djangocms_helper/base_test.py
@@ -85,7 +85,6 @@ class BaseTestCaseMixin(object):
@classmethod
def setUpClass(cls):
from django.contrib.sites.models import S... | More robust site selection logic in BaseTestCaseMixin | nephila_djangocms-helper | train |
b482f4b691d8a6ac110a1e4f7b753535111461de | diff --git a/ipyvolume/embed.py b/ipyvolume/embed.py
index <HASH>..<HASH> 100644
--- a/ipyvolume/embed.py
+++ b/ipyvolume/embed.py
@@ -124,7 +124,7 @@ def add_referring_widgets(states, drop_defaults=False):
return found_new
def embed_html(filename, widgets, drop_defaults=False, all=False, title="ipyvolume embed e... | use jupyter-js-widget ~<I>-alpha0 for embedding | maartenbreddels_ipyvolume | train |
04501e04a732aa60eceb8df3ccfe773e5cdab49f | diff --git a/tests/org/xbill/DNS/AddressTest.java b/tests/org/xbill/DNS/AddressTest.java
index <HASH>..<HASH> 100644
--- a/tests/org/xbill/DNS/AddressTest.java
+++ b/tests/org/xbill/DNS/AddressTest.java
@@ -283,7 +283,7 @@ public class AddressTest extends TestCase
public void test_getByName_invalid() throws Unknow... | Change uses of "bogushost.com" to "example.invalid", which (a) is defined
by RFC <I> to not exist, and (b) fails to resolve immediately.
git-svn-id: <URL> | dnsjava_dnsjava | train |
7c381f9d7dc73ec30ca09356c9ae2efb9f0de883 | diff --git a/packages/graphiql/src/utility/commonKeys.js b/packages/graphiql/src/utility/commonKeys.js
index <HASH>..<HASH> 100644
--- a/packages/graphiql/src/utility/commonKeys.js
+++ b/packages/graphiql/src/utility/commonKeys.js
@@ -1,7 +1,8 @@
+const isMacOs = window.navigator.platform === 'MacIntel';
+
const commo... | fix: preserve ctrl-f key for macOS | graphql_graphiql | train |
e3d8c6422e4e8600472ff3e48e321c18db9fb4f2 | diff --git a/test/src/Validator/IPAddressTest.php b/test/src/Validator/IPAddressTest.php
index <HASH>..<HASH> 100644
--- a/test/src/Validator/IPAddressTest.php
+++ b/test/src/Validator/IPAddressTest.php
@@ -28,26 +28,71 @@ class IPAddressTest extends \PHPUnit_Framework_TestCase {
}
+ /**
+ * Datapr... | Added test for IPAddress-Validator | broeser_wellid | train |
b276c08d3c75eb100edc7f067043a4602ff5dcad | diff --git a/README.md b/README.md
index <HASH>..<HASH> 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,8 @@ CITIES_PLUGINS = [
'cities.plugin.reset_queries.Plugin', # plugin that helps to reduce memory usage when importing large datasets (e.g. "allCountries.zip")
]
```
+# Import cities without region or ... | Added possibility to import cities without region | coderholic_django-cities | train |
e5cf718a91c0b96ffda7f175b082d6fe8f60b260 | diff --git a/synapse/tests/test_cortex.py b/synapse/tests/test_cortex.py
index <HASH>..<HASH> 100644
--- a/synapse/tests/test_cortex.py
+++ b/synapse/tests/test_cortex.py
@@ -670,6 +670,10 @@ class CortexTest(s_test.SynTest):
self.genraises(s_exc.NoSuchOpt, core.eval, '%foo=asdf')
self.genra... | Add additional test coverage for noSuchCmpr | vertexproject_synapse | train |
905011642d82272f8268c4fa93e23d4f6e581aa5 | diff --git a/src/shared/js/ch.Popover.js b/src/shared/js/ch.Popover.js
index <HASH>..<HASH> 100644
--- a/src/shared/js/ch.Popover.js
+++ b/src/shared/js/ch.Popover.js
@@ -69,9 +69,7 @@
var $document = $(window.document),
$body = $('body'),
- /**
- * Inheritance
- */
+
par... | GH-<I> Popover: Don't reset the title nor alt attributes if it don't exists on the trigger. | mercadolibre_chico | train |
900dd575cbbb437bb00414afd28037726179ba8c | diff --git a/src/Mandango/Behavior/Sluggable.php b/src/Mandango/Behavior/Sluggable.php
index <HASH>..<HASH> 100644
--- a/src/Mandango/Behavior/Sluggable.php
+++ b/src/Mandango/Behavior/Sluggable.php
@@ -100,8 +100,8 @@ EOF
);
$this->definitions['document_base']->addMethod($method);
- // repos... | [Sluggable] changed ->fineBySlug() by ->findOneBySlug() | mongator_behaviors | train |
eead0815f5f9474331263ad2c70e48352c2113e7 | diff --git a/source/org/jasig/portal/UserLayoutManager.java b/source/org/jasig/portal/UserLayoutManager.java
index <HASH>..<HASH> 100644
--- a/source/org/jasig/portal/UserLayoutManager.java
+++ b/source/org/jasig/portal/UserLayoutManager.java
@@ -103,6 +103,7 @@ public class UserLayoutManager {
// determin... | in constructing guest IPerson object (which shouldn't be done here anyway),
UserLayoutManager now sets full name to "Guest". (needed for the header chan.)
git-svn-id: <URL> | Jasig_uPortal | train |
0739a4046099fdb4babdf121f0f7baa4dc279505 | diff --git a/satpy/readers/fci_l1c_fdhsi.py b/satpy/readers/fci_l1c_fdhsi.py
index <HASH>..<HASH> 100644
--- a/satpy/readers/fci_l1c_fdhsi.py
+++ b/satpy/readers/fci_l1c_fdhsi.py
@@ -46,6 +46,39 @@ Imager (FCI) Full Disk High Spectral Imagery (FDHSI) data. FCI will fly
on the MTG Imager (MTG-I) series of satellites, ... | DOC: Added info on how geolocation is done
Added to the reader module docstring information on how the geolocation
is performed. | pytroll_satpy | train |
9ad01fdfcf34e5367e9b8e44b2d4405970be705d | diff --git a/Middleware/EnsureEmailIsVerified.php b/Middleware/EnsureEmailIsVerified.php
index <HASH>..<HASH> 100644
--- a/Middleware/EnsureEmailIsVerified.php
+++ b/Middleware/EnsureEmailIsVerified.php
@@ -23,7 +23,7 @@ class EnsureEmailIsVerified
! $request->user()->hasVerifiedEmail())) {
re... | Set intended URL before email verification (#<I>) | illuminate_auth | train |
1d26f05b87cdb3ab678eb5c0b4741a07b6aff41c | diff --git a/src/com/google/javascript/jscomp/Es6RewriteArrowFunction.java b/src/com/google/javascript/jscomp/Es6RewriteArrowFunction.java
index <HASH>..<HASH> 100644
--- a/src/com/google/javascript/jscomp/Es6RewriteArrowFunction.java
+++ b/src/com/google/javascript/jscomp/Es6RewriteArrowFunction.java
@@ -20,10 +20,7 @... | Stop adding @type info in Es6RewriteArrowFunctions now that it's post-typechecking
-------------
Created by MOE: <URL> | google_closure-compiler | train |
f3acae6eb6fb09a424f9a03870631f492164e6b9 | diff --git a/python/ray/autoscaler/_private/command_runner.py b/python/ray/autoscaler/_private/command_runner.py
index <HASH>..<HASH> 100644
--- a/python/ray/autoscaler/_private/command_runner.py
+++ b/python/ray/autoscaler/_private/command_runner.py
@@ -779,7 +779,8 @@ class DockerCommandRunner(CommandRunnerInterface)... | [Autoscaler] Sync Files before Starting Docker (#<I>) | ray-project_ray | train |
f70c4c5f46ff1309f5e9c8b9db6b12763791e7cb | diff --git a/resources/views/adminarea/pages/tenant.blade.php b/resources/views/adminarea/pages/tenant.blade.php
index <HASH>..<HASH> 100644
--- a/resources/views/adminarea/pages/tenant.blade.php
+++ b/resources/views/adminarea/pages/tenant.blade.php
@@ -301,7 +301,8 @@
<spa... | Skip Javascrip validation for file input fields to avoid size validation conflict with jquery.validator | rinvex_cortex-tenants | train |
549b58169de8e79f3fdb0977fde146e3496ded2e | diff --git a/packages/react/src/components/Button/Button-story.js b/packages/react/src/components/Button/Button-story.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/Button/Button-story.js
+++ b/packages/react/src/components/Button/Button-story.js
@@ -19,7 +19,7 @@ const { prefix } = settings;
con... | docs(button): Update Button-story.js (#<I>)
corrects icon description in the Button story | carbon-design-system_carbon-components | train |
7c4877a57b44cea31118f906a83668d718d19c11 | diff --git a/generator/src/DocPage.php b/generator/src/DocPage.php
index <HASH>..<HASH> 100644
--- a/generator/src/DocPage.php
+++ b/generator/src/DocPage.php
@@ -124,6 +124,9 @@ class DocPage
if (preg_match('/&null;\s+on\s+failure/', $file)) {
return true;
}
+ if (preg_match('/&nu... | added more cases fro nullsy functions | thecodingmachine_safe | train |
ecbb8640f5934831d086172676f3bab29a9c32a4 | diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py
index <HASH>..<HASH> 100644
--- a/ryu/base/app_manager.py
+++ b/ryu/base/app_manager.py
@@ -31,6 +31,7 @@ import os
from ryu import cfg
from ryu import utils
+from ryu.app import wsgi
from ryu.controller.handler import register_instance, get_dependent_... | AppManager: Add a convenient method to run apps | osrg_ryu | train |
6f8a7d393d99d652e1aabc9c43627a18d5125143 | diff --git a/lib/weblib.php b/lib/weblib.php
index <HASH>..<HASH> 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -2526,7 +2526,10 @@ function print_header ($title='', $heading='', $navigation='', $focus='',
$htmlEditorObject = new htmlEditor();
$htmlEditor = $htmlEditorObject->configure(NULL, $COURSE->id... | MDL-<I>: Reverting removal of output buffering. | moodle_moodle | train |
567fabbbc624c8dab135c1b104fbc148e2063758 | diff --git a/test/rails_app/config/application.rb b/test/rails_app/config/application.rb
index <HASH>..<HASH> 100644
--- a/test/rails_app/config/application.rb
+++ b/test/rails_app/config/application.rb
@@ -32,6 +32,9 @@ module RailsApp
config.action_mailer.default_url_options = { :host => "localhost:3000" }
+... | Disable forcing whitelist attributes from protected attributes
This was the previous functionality since we didn't set anything in the
application configuration. Now when using protected attributes gem, it
sets whitelist to true, forcing us to always declare the accessible
attributes, and this is not the case for the ... | plataformatec_devise | train |
6f6045bf085b64863a568fc3b4bb88ceb886203d | diff --git a/PROTOCOLS.md b/PROTOCOLS.md
index <HASH>..<HASH> 100644
--- a/PROTOCOLS.md
+++ b/PROTOCOLS.md
@@ -62,12 +62,30 @@
### 9. Jump to slide
{
"service" : 9,
- "data" : slide_number
+ "data" : {
+ "slide" : slide_number
+ }
+ }
+
+### 10. User dump
+ {
+ ... | updating the protocols to support user dumps | eeue56_PyChat.js | train |
0eea8ea0a0af056ef15ad8c0fc200a43494ffce0 | diff --git a/src/Illuminate/Foundation/Testing/CrawlerTrait.php b/src/Illuminate/Foundation/Testing/CrawlerTrait.php
index <HASH>..<HASH> 100644
--- a/src/Illuminate/Foundation/Testing/CrawlerTrait.php
+++ b/src/Illuminate/Foundation/Testing/CrawlerTrait.php
@@ -2,6 +2,7 @@
namespace Illuminate\Foundation\Testing;
... | Integration tests: seeInField method proposal | laravel_framework | train |
3c4f343615399669449a57d1915ea7cd2c7f0bff | diff --git a/src/VersionedGridFieldStateExtension.php b/src/VersionedGridFieldStateExtension.php
index <HASH>..<HASH> 100644
--- a/src/VersionedGridFieldStateExtension.php
+++ b/src/VersionedGridFieldStateExtension.php
@@ -15,6 +15,8 @@ class VersionedGridFieldStateExtension extends Extension
{
/** @var G... | Prevent two VersionedGridFieldState being added by the extension | silverstripe_silverstripe-versioned | train |
c6c44fdf2fa3fc77d5e713e51b6dd19eec8146a6 | diff --git a/www/src/libs/random.js b/www/src/libs/random.js
index <HASH>..<HASH> 100644
--- a/www/src/libs/random.js
+++ b/www/src/libs/random.js
@@ -392,6 +392,11 @@ Random.choices = function(){
}else if(cum_weights !== _b_.None){
throw _b_.TypeError.$factory("Cannot specify both weights and " +
... | Improvement to random.choices : test that length of weights or cum_weights is the same as length of population | brython-dev_brython | train |
7a6861fb251b63727ae8702e32c223376b5c85b0 | diff --git a/native_tags/nodes.py b/native_tags/nodes.py
index <HASH>..<HASH> 100644
--- a/native_tags/nodes.py
+++ b/native_tags/nodes.py
@@ -7,8 +7,13 @@ from django.utils.encoding import force_unicode
from django.utils.safestring import mark_safe
from registry import register
+class Constant(unicode):
+ """Ju... | fixes for filter expressions and comparisons that you want to start with if | justquick_django-native-tags | train |
785acc967f4184441e1faf3c5db59c79ad0b0819 | diff --git a/pymbar/mbar.py b/pymbar/mbar.py
index <HASH>..<HASH> 100644
--- a/pymbar/mbar.py
+++ b/pymbar/mbar.py
@@ -846,7 +846,7 @@ class MBAR:
dims = len(np.shape(A_n))
if dims > 2:
- print("expecting dim=2 (state_dependent=True) or dim=1 for (state_dependent=False) observables")
+ ... | changes to warning to make clear what is deprecated.
Changed the computExpectations warning to make it clearer
that NxKxK format is deprecated. | choderalab_pymbar | train |
e732f2bbef2b24d6a9de42c2e14f6c90530aea69 | diff --git a/src/Cognos.js b/src/Cognos.js
index <HASH>..<HASH> 100644
--- a/src/Cognos.js
+++ b/src/Cognos.js
@@ -748,7 +748,7 @@ class Cognos {
if (id) {
result = me.requester
.put('bi/v1/palettes/' + id, false, palette)
- .then(function(data) {
+ .then(function() {
me.lo... | feat: Added deletePalette function | CognosExt_jcognos | train |
c8e3e9829e8f81988455a12293f2e107b717b5e4 | diff --git a/src/joint.dia.element.js b/src/joint.dia.element.js
index <HASH>..<HASH> 100644
--- a/src/joint.dia.element.js
+++ b/src/joint.dia.element.js
@@ -771,7 +771,9 @@ joint.dia.ElementView = joint.dia.CellView.extend({
if (!_.isUndefined(yAlignment) || !_.isUndefined(xAlignment)) {
- var... | dia.ElementView: y-alignment & x-alignment takes the measured element transformation into account (#<I>) | clientIO_joint | train |
dbf43569dc7cb7910f0a56fda7321b64cc32b5e1 | diff --git a/drools-api/src/main/java/org/drools/KnowledgeBase.java b/drools-api/src/main/java/org/drools/KnowledgeBase.java
index <HASH>..<HASH> 100644
--- a/drools-api/src/main/java/org/drools/KnowledgeBase.java
+++ b/drools-api/src/main/java/org/drools/KnowledgeBase.java
@@ -8,7 +8,6 @@ import org.drools.runtime.Kno... | JBRULES-<I> Drools API
-Removed single package addition for now, just to keep api slim. Can always add back again later if demand is there.
git-svn-id: <URL> | kiegroup_droolsjbpm-knowledge | train |
049c0addf77cd72b7e57af389e1d093a6bbf0d4b | diff --git a/internal/security/secrets/helper/helper.go b/internal/security/secrets/helper/helper.go
index <HASH>..<HASH> 100644
--- a/internal/security/secrets/helper/helper.go
+++ b/internal/security/secrets/helper/helper.go
@@ -42,7 +42,7 @@ const (
pkiInitBaseDir = "edgex/security-secrets-setup"
... | Updated for change made in <URL> | edgexfoundry_edgex-go | train |
42b20521f73b078407bb2dc3cb61e3951b1a1509 | diff --git a/lib/gym/xcodebuild_fixes/package_application_fix.rb b/lib/gym/xcodebuild_fixes/package_application_fix.rb
index <HASH>..<HASH> 100644
--- a/lib/gym/xcodebuild_fixes/package_application_fix.rb
+++ b/lib/gym/xcodebuild_fixes/package_application_fix.rb
@@ -27,13 +27,13 @@ module Gym
# Apply patch... | Less verbose output when patching the application | fastlane_fastlane | train |
a7303294e5f5e2edd9ae1e737966d7a533624651 | diff --git a/guice-plexus/guice-plexus-shim/src/main/java/org/codehaus/plexus/context/ContextException.java b/guice-plexus/guice-plexus-shim/src/main/java/org/codehaus/plexus/context/ContextException.java
index <HASH>..<HASH> 100644
--- a/guice-plexus/guice-plexus-shim/src/main/java/org/codehaus/plexus/context/ContextE... | OSGI-<I>: minor context compatibility improvements | sonatype_sisu | train |
681c332b98c34f71ff5949a181369c62ebf6959e | diff --git a/tests/org.eclipse.xtext.xbase.tests/src/org/eclipse/xtext/xbase/tests/validation/TypeConformanceValidatorTest.java b/tests/org.eclipse.xtext.xbase.tests/src/org/eclipse/xtext/xbase/tests/validation/TypeConformanceValidatorTest.java
index <HASH>..<HASH> 100644
--- a/tests/org.eclipse.xtext.xbase.tests/src/o... | [Xtend] fixed compiler issue with synthetic dispatch method. (see <URL>) | eclipse_xtext-extras | train |
9f892e51d4896efb4c923cc0f7e1321753c35719 | diff --git a/querybuilder/tables.py b/querybuilder/tables.py
index <HASH>..<HASH> 100644
--- a/querybuilder/tables.py
+++ b/querybuilder/tables.py
@@ -226,12 +226,31 @@ class Table(object):
return [field.get_name() for field in self.fields]
def get_field_identifiers(self):
+ """
+ Loop thr... | * Finished documenting base table class | ambitioninc_django-query-builder | train |
f7c4e022c69094fde29c4fa8eef99062337e701f | diff --git a/go/protocol/chat1/extras.go b/go/protocol/chat1/extras.go
index <HASH>..<HASH> 100644
--- a/go/protocol/chat1/extras.go
+++ b/go/protocol/chat1/extras.go
@@ -975,6 +975,8 @@ func (b MessageBody) TextForDecoration() string {
case MessageType_ATTACHMENT:
// Exclude the filename for text decoration.
r... | dont decorate payment request (#<I>) | keybase_client | train |
bffbcc70bf63025e70d61b7efe3fc76b7b6e8c21 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -452,11 +452,24 @@ Pagelet.readable('connect', function connect(spark, next) {
case 'get':
pagelet.render({ substream: true }, function renderd(err, fragment) {
- stream.write({ type: 'fragment... | [minor] Added support for streaming POST/PUT data | bigpipe_pagelet | train |
51b7999a7d07048f066ae3054fbfb37d90ce0538 | diff --git a/src/jsonapi/resource.js b/src/jsonapi/resource.js
index <HASH>..<HASH> 100644
--- a/src/jsonapi/resource.js
+++ b/src/jsonapi/resource.js
@@ -18,8 +18,8 @@ function compound({model, relationshipModel, relationshipPath, include, included
included[id] = resource({
document,
model: relation... | fix: deep nested resource were not displayed correctly
A new test has been added to prevent a deployment of this behavior in
the future. | netiam_contrib-rest | train |
7277147df784cca24fddd46b1c3d3d56f1e9de1d | diff --git a/pyocd/target/builtin/target_MIMXRT1015xxxxx.py b/pyocd/target/builtin/target_MIMXRT1015xxxxx.py
index <HASH>..<HASH> 100644
--- a/pyocd/target/builtin/target_MIMXRT1015xxxxx.py
+++ b/pyocd/target/builtin/target_MIMXRT1015xxxxx.py
@@ -728,15 +728,14 @@ class MIMXRT1015xxxxx(IMXRT):
VENDOR = "NXP"
-... | Fix MIMXRT<I> memory map issue in target_MIMXRT<I>xxxxx.py | mbedmicro_pyOCD | train |
bbdbbe32bf73204670e6363ed176337208316130 | diff --git a/domain/command-handling/src/main/java/io/motown/domain/chargingstation/ChargingStation.java b/domain/command-handling/src/main/java/io/motown/domain/chargingstation/ChargingStation.java
index <HASH>..<HASH> 100644
--- a/domain/command-handling/src/main/java/io/motown/domain/chargingstation/ChargingStation.... | Refactored handling unlock connector command
The method which handles the RequestUnlockConnectorCommand now uses a
recently added generic method to check if communication with a charging
station is allowed. | motown-io_motown | train |
5204431827dbd7be8f4a6eef6029184065413350 | diff --git a/tang/src/test/java/com/microsoft/tang/TestBindSingleton.java b/tang/src/test/java/com/microsoft/tang/TestBindSingleton.java
index <HASH>..<HASH> 100644
--- a/tang/src/test/java/com/microsoft/tang/TestBindSingleton.java
+++ b/tang/src/test/java/com/microsoft/tang/TestBindSingleton.java
@@ -40,6 +40,14 @@ pu... | Fix bind singleton test.
It was using an unintended class, causing an error that is unrelated to
the issue it was trying to reproduce. | apache_reef | train |
2691ef587c8ae9fc506ed0c3139c16a9c11c8aab | diff --git a/lib/zelastic/index_manager.rb b/lib/zelastic/index_manager.rb
index <HASH>..<HASH> 100644
--- a/lib/zelastic/index_manager.rb
+++ b/lib/zelastic/index_manager.rb
@@ -27,7 +27,12 @@ module Zelastic
config.write_alias
end
+ total = config.data_source.count
+ ... | v1 -- Show percentage and count | carwow_zelastic | train |
999d2c5304fcced7844d34f2b3102e8a296744fe | diff --git a/src/Analyser/Analyser.php b/src/Analyser/Analyser.php
index <HASH>..<HASH> 100644
--- a/src/Analyser/Analyser.php
+++ b/src/Analyser/Analyser.php
@@ -95,9 +95,15 @@ class Analyser
* @param string[] $files
* @param bool $onlyFiles
* @param \Closure|null $progressCallback
+ * @param bool $debug
... | --debug option for finding out on which file PHPStan crashes; rethrow internal errors | phpstan_phpstan | train |
bc03a3d241c48d7e5c0dda4d1e975a653e285678 | diff --git a/test/com/google/javascript/jscomp/ScopeSubject.java b/test/com/google/javascript/jscomp/ScopeSubject.java
index <HASH>..<HASH> 100644
--- a/test/com/google/javascript/jscomp/ScopeSubject.java
+++ b/test/com/google/javascript/jscomp/ScopeSubject.java
@@ -24,7 +24,9 @@ import com.google.common.base.Joiner;
... | Add onScopeLabeled() to ScopeSubject
Also perform some cleanup:
1. Replace deprecated getSubject() with actual()
2. add some checkNotNull assertions
-------------
Created by MOE: <URL> | google_closure-compiler | train |
5a7028d4195e19f9fa3979edaf656dd0045e3d91 | diff --git a/languagetool-language-modules/uk/src/main/java/org/languagetool/tagging/uk/UkrainianTagger.java b/languagetool-language-modules/uk/src/main/java/org/languagetool/tagging/uk/UkrainianTagger.java
index <HASH>..<HASH> 100644
--- a/languagetool-language-modules/uk/src/main/java/org/languagetool/tagging/uk/Ukra... | [uk] refactoring: avoid code duplication | languagetool-org_languagetool | train |
c2f93e5ada6a83c850c1246cff00427b789bf071 | diff --git a/lib/veritas/optimizer/logic/predicate/greater_than_or_equal_to.rb b/lib/veritas/optimizer/logic/predicate/greater_than_or_equal_to.rb
index <HASH>..<HASH> 100644
--- a/lib/veritas/optimizer/logic/predicate/greater_than_or_equal_to.rb
+++ b/lib/veritas/optimizer/logic/predicate/greater_than_or_equal_to.rb
@... | Added YARD docs for Optimizer::Logic::Predicate::GreaterThanOrEqualTo | dkubb_axiom | train |
a6d711066727b2b5189e0907843f9eb90b600363 | diff --git a/spec/window_spec.rb b/spec/window_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/window_spec.rb
+++ b/spec/window_spec.rb
@@ -53,7 +53,7 @@ describe RAutomation::Window do
it "#class_names" do
window = RAutomation::Window.new(:title => SpecHelper::DATA[:window1_title])
- window.class_names.siz... | fix Window#class_names spec to account for new windows | jarmo_RAutomation | train |
62fc2c821b7b9d757a5dee74a4c17e0010c8301e | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -595,8 +595,16 @@ func (c *clusterState) slotRandomNode(slot int) (*clusterNode, error) {
if len(nodes) == 0 {
return c.nodes.Random()
}
- n := rand.Intn(len(nodes))
- return nodes[n], nil
+ if len(nodes) == 1 {... | Check Failing() before serving random node (#<I>)
* Check Failing() before serving random node
* Revert condition
* Addressed review comments
* Fallback to random failing node | go-redis_redis | train |
2c439db4c68e410635f407355eb7dad8de67485a | diff --git a/examples/pay.php b/examples/pay.php
index <HASH>..<HASH> 100644
--- a/examples/pay.php
+++ b/examples/pay.php
@@ -10,7 +10,6 @@ $payment = array(
"currency" => "EUR",
"manualClearing" => "false", // Optional: set to true if you want to do a manual clearing
"useProfile" => "fa... | Update because of error
If a merchant is not enabled for profiles, the error "PROFILE_FLEX_NOT_SUPPORTED" occur, independent of the useProfile setting. Therefore we should remove the profileID. | mpay24_mpay24-php | train |
d1f2eceb7993f2e7a7cc887e653abc77be144ae8 | diff --git a/lib/draper/base.rb b/lib/draper/base.rb
index <HASH>..<HASH> 100644
--- a/lib/draper/base.rb
+++ b/lib/draper/base.rb
@@ -125,6 +125,13 @@ module Draper
@model
end
+ # Delegates == to the decorated models
+ #
+ # @return [Boolean] true if other's model == self's model
+ def ==(ot... | Delegate == to the decorated models | drapergem_draper | train |
4c88bbcb05ff24c3b10dcacef100102522133f64 | diff --git a/src/theme/components/Segment.js b/src/theme/components/Segment.js
index <HASH>..<HASH> 100644
--- a/src/theme/components/Segment.js
+++ b/src/theme/components/Segment.js
@@ -26,13 +26,13 @@ export default (variables = variable) => {
}
},
'.first': {
- borderTopLeftRadius: (pla... | consistency: equivalence checking | GeekyAnts_NativeBase | train |
4b741740b6f8c5ca52b94e83e31ef4476ad7158a | diff --git a/Fist.js b/Fist.js
index <HASH>..<HASH> 100644
--- a/Fist.js
+++ b/Fist.js
@@ -152,10 +152,10 @@ var Fist = Server.extend(/** @lends Fist.prototype */ {
};
}
- dirlist.list.forEach(processList, this);
+ forEach(dirlist.list, processList, ... | <I>.x: change native forEach to fist.lang.foreach to correct ctx pass | fistlabs_fist | train |
f892350b0ff77b9d110bae806796fe78afba4aad | diff --git a/revapi-java/src/test/java/org/revapi/java/SupplementaryJarsTest.java b/revapi-java/src/test/java/org/revapi/java/SupplementaryJarsTest.java
index <HASH>..<HASH> 100644
--- a/revapi-java/src/test/java/org/revapi/java/SupplementaryJarsTest.java
+++ b/revapi-java/src/test/java/org/revapi/java/SupplementaryJar... | Added a test for the case where a filtered out class is also in the API.
(no surprises here, added just for the sake of the number of twists
in the tests ;) ) | revapi_revapi | train |
f752f2d316127bfb726ce9daf1cf62fd79be1352 | diff --git a/lib/mongo/server/description.rb b/lib/mongo/server/description.rb
index <HASH>..<HASH> 100644
--- a/lib/mongo/server/description.rb
+++ b/lib/mongo/server/description.rb
@@ -223,7 +223,7 @@ module Mongo
@load_balancer = !!load_balancer
@features = Features.new(wire_versions, me || @addres... | RUBY-<I> Stop duplicating Time instances (#<I>) | mongodb_mongo-ruby-driver | train |
38d4e7e0dad9fc28e6755ee06ae9a17005899975 | diff --git a/parler/admin.py b/parler/admin.py
index <HASH>..<HASH> 100644
--- a/parler/admin.py
+++ b/parler/admin.py
@@ -14,9 +14,10 @@ from django.forms import Media
from django.forms.models import BaseInlineFormSet
from django.http import HttpResponseRedirect, Http404, HttpRequest
from django.shortcuts import re... | a few more python3 fixes | django-parler_django-parler | train |
6a21927f91a36cb766ab35f6cbb008f565b2d3c9 | diff --git a/kconfiglib.py b/kconfiglib.py
index <HASH>..<HASH> 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2455,16 +2455,20 @@ class Symbol(Item, _HasVisibility):
things will just work with regards to dependencies.
v -- The value to give to the symbol."""
+ old_user_val = self.user_va... | Only invalidate if the user value actually changes. | ulfalizer_Kconfiglib | train |
a4d85198dd1447a3739b72a043f3ec10af22eb68 | diff --git a/telemetry/telemetry/page/page_runner.py b/telemetry/telemetry/page/page_runner.py
index <HASH>..<HASH> 100644
--- a/telemetry/telemetry/page/page_runner.py
+++ b/telemetry/telemetry/page/page_runner.py
@@ -55,16 +55,17 @@ class _RunState(object):
self._last_archive_path = page.archive_path
... | [telemetry] Assign a tab even if there's no tab control.
I think this will fix Android WebView.
Small logic bug that was broken from <URL> | catapult-project_catapult | train |
d251ad73c7ab13a31ea5f8115250e7abf98c2840 | diff --git a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java b/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java
index <HASH>..<HASH> 100755
--- a/client/src/main/java/com/orientechnologies/orient/client/remote/OStorageRemote.java
+++ b/client/src/ma... | add additional check for avoid deadlocks on push requests | orientechnologies_orientdb | train |
8c9610c9842fd059d1c441794894161aad54e759 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -1,12 +1,17 @@
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
+from pathlib import Path
from setuptools import setup, find_packages
requires = ['itsdangerous', 'Jinja2', 'misaka>=2.0,<3.0', 'html5lib',
'... | setup.py: Include README in pypi upload
This allows for more information by embedding the README at
<URL> | posativ_isso | train |
45753395f18376a92ce7651be9f9af44126315d6 | diff --git a/ChangeLog b/ChangeLog
index <HASH>..<HASH> 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,10 @@ Release Date: TBA
Close PyCQA/pylint#2326
Close PyCQA/pylint#2021
+* ``assert`` only functions are properly inferred as returning ``None``
+
+ Close #668
+
* Add support for Python 3.8's `NamedExp... | ``assert`` only functions are properly inferred as returning ``None``
Close #<I> | PyCQA_astroid | train |
e28be58e5c37c926ac72008c710a44b185b573c2 | diff --git a/lib/artifactory/version.rb b/lib/artifactory/version.rb
index <HASH>..<HASH> 100644
--- a/lib/artifactory/version.rb
+++ b/lib/artifactory/version.rb
@@ -1,3 +1,3 @@
module Artifactory
- VERSION = '0.0.1'
+ VERSION = '1.0.0'
end | Version bump to <I> for initial release | chef_artifactory-client | train |
a7945371427d8c1f07cd4e13bc19e517e8ef0cc6 | diff --git a/lib/gds_api/json_client.rb b/lib/gds_api/json_client.rb
index <HASH>..<HASH> 100644
--- a/lib/gds_api/json_client.rb
+++ b/lib/gds_api/json_client.rb
@@ -166,7 +166,7 @@ module GdsApi
end
def with_headers(method_params, headers)
- headers.merge!(govuk_request_id: GdsApi::GovukRequestId.val... | Ensuring headers passed-in don't get modified | alphagov_gds-api-adapters | train |
6a518b3d84d826bfbb2f325fcfb9267699930eea | diff --git a/src/server/pps/server/master.go b/src/server/pps/server/master.go
index <HASH>..<HASH> 100644
--- a/src/server/pps/server/master.go
+++ b/src/server/pps/server/master.go
@@ -451,7 +451,14 @@ For:
continue
}
if workersUp {
- if err := a.transitionPipelineState(ctx, op.name, op.ptr.State, pps.Pip... | exit monitorCrashingPipeline if not crashing | pachyderm_pachyderm | train |
86d4f9adab4d105095c22699f7f87dde81254044 | diff --git a/Concentrate/Packer.php b/Concentrate/Packer.php
index <HASH>..<HASH> 100644
--- a/Concentrate/Packer.php
+++ b/Concentrate/Packer.php
@@ -24,7 +24,9 @@ class Concentrate_Packer
$filename = $root . DIRECTORY_SEPARATOR . $destinationFile;
- if (!is_writeable($filename)) {
+ if ( (!file_exists($fil... | Fix writable detection. If file does not exist, is_writable() returns false. | silverorange_Concentrate | train |
07c408f30ae67653ea2459eac5124d7c57336181 | diff --git a/default-input.js b/default-input.js
index <HASH>..<HASH> 100644
--- a/default-input.js
+++ b/default-input.js
@@ -176,4 +176,4 @@ if (!package.author) {
: prompt('author')
}
-exports.license = prompt('license', 'BSD')
+exports.license = prompt('license', 'BSD-2-Clause') | default license to BSD-2-Clause, rather than just 'BSD' | npm_init-package-json | train |
7d225563bd123cdd86e5c6d1930c2bcf6f97ee83 | diff --git a/mod/forum/lib.php b/mod/forum/lib.php
index <HASH>..<HASH> 100644
--- a/mod/forum/lib.php
+++ b/mod/forum/lib.php
@@ -3823,26 +3823,16 @@ function forum_user_can_post_discussion($forum, $currentgroup=-1, $groupmode=-1,
// $forum is an object
global $USER, $SESSION, $COURSE;
- // shortcut - guest... | Merged MDL-<I> (5) revert in <I> | moodle_moodle | train |
de9f76cdceebbd86f3ca47c967a58c57411f0655 | diff --git a/contrib/cpp/src/python/pants/contrib/cpp/targets/cpp_binary.py b/contrib/cpp/src/python/pants/contrib/cpp/targets/cpp_binary.py
index <HASH>..<HASH> 100644
--- a/contrib/cpp/src/python/pants/contrib/cpp/targets/cpp_binary.py
+++ b/contrib/cpp/src/python/pants/contrib/cpp/targets/cpp_binary.py
@@ -14,19 +14... | Cleanup cpp targets. (#<I>)
Noticed working #<I>. | pantsbuild_pants | train |
79b3c4759ccab41e3695438796eac488bb670a47 | diff --git a/package.json b/package.json
index <HASH>..<HASH> 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "metalsmith-prismic-server",
- "version": "0.0.15",
+ "version": "0.1.0",
"description": "server to compile and preview static sites from prismic.io content",
"main": "index.j... | multiple modes, linkResolver fix | futurice_metalsmith-prismic-server | train |
ddfa8ae79d5c21f8a0afba620d3d092155ead045 | diff --git a/src/main/java/org/codehaus/mojo/build/CreateMojo.java b/src/main/java/org/codehaus/mojo/build/CreateMojo.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/codehaus/mojo/build/CreateMojo.java
+++ b/src/main/java/org/codehaus/mojo/build/CreateMojo.java
@@ -61,6 +61,9 @@ import org.apache.maven.scm.rep... | Use parse methods.
Primitives should be created from Strings by the parse method. | mojohaus_buildnumber-maven-plugin | train |
b68b3737d77fa635944cb185b56996faa5c21b04 | diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Sanitizer.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/Sanitizer.java
index <HASH>..<HASH> 100644
--- a/spring-boot-project/spring-boot-actuator/src/ma... | Sanitize flattened VCAP_SERVICES properties
Update `Sanitizer` to also include flattened `vcap.services.*`
properties.
Fixes gh-<I> | spring-projects_spring-boot | train |
f56745f097c25007e40428a655c89f87a1487a8f | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ class BinaryDistribution(Distribution):
def is_pure(self):
return False
-if "download_mmd" in sys.argv:
+if "download_mmd" in sys.argv and "bdist_wheel" in sys.argv:
sys.argv.append('--plat-... | Add --plat-name argument only during wheel generation | jasedit_pymmd | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.