Skip to content

Instantly share code, notes, and snippets.

View ericduran's full-sized avatar
🎯
Focusing

Eric J. Duran ericduran

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ericduran on github.
  • I am ericduran (https://keybase.io/ericduran) on keybase.
  • I have a public key whose fingerprint is CE82 BFC0 DA5E 4976 2366 94CC 9488 9238 3E65 5119

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
[{"pid":28963,"tid":1295,"ts":44066669994,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../components/scheduler/base/task_queue_impl.cc","src_func":"PushOntoImmediateIncomingQueueLocked"},"dur":76,"tdur":65,"tts":3479452},
{"pid":28963,"tid":1295,"ts":44066670032,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":18,"tdur":15,"tts":3479482},
{"pid":28963,"tid":1295,"ts":44066670051,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":7,"tdur":5,"tts":3479501},
{"pid":28963,"tid":1295,"ts":44066670059,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":7,"tdur":3,"tts":3479509},
{"pid":28963,"tid":17427,"ts":44067169706,"ph":"X","cat":"toplev
This file has been truncated, but you can view the full file.
[{"pid":28963,"tid":1295,"ts":44066669994,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../components/scheduler/base/task_queue_impl.cc","src_func":"PushOntoImmediateIncomingQueueLocked"},"dur":76,"tdur":65,"tts":3479452},
{"pid":28963,"tid":1295,"ts":44066670032,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":18,"tdur":15,"tts":3479482},
{"pid":28963,"tid":1295,"ts":44066670051,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":7,"tdur":5,"tts":3479501},
{"pid":28963,"tid":1295,"ts":44066670059,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":7,"tdur":3,"tts":3479509},
{"pid":28963,"tid":17427,"ts":44067169706,"ph":"X","cat":"toplev
function saveLinks() {
var LABEL_ID = "Conference";
var SHEET_ID = "EXAMPLE";
var message, messageById, body;
var ssNew = SpreadsheetApp.create(SHEET_ID);
var label = GmailApp.getUserLabelByName(LABEL_ID);
var threads = label.getThreads();
/**
* Generates a msg with the Coverage Difference.
* We used this output to generate a GH comment with the info.
*
* usage:
* node coveralls.js 31.3%
* node coveralls.js 34.3%
*/
var fs = require('fs');
var args = process.argv.slice(2);
diff --git a/core/lib/Drupal/Core/Config/ConfigImporter.php b/core/lib/Drupal/Core/Config/ConfigImporter.php
index c7246be..01c413e 100644
--- a/core/lib/Drupal/Core/Config/ConfigImporter.php
+++ b/core/lib/Drupal/Core/Config/ConfigImporter.php
@@ -514,7 +514,12 @@ public function initialize() {
$this->createExtensionChangelist();
// Ensure that the changes have been validated.
- $this->validate();
+
ERROR: Error during Sonar runner execution
org.sonar.runner.impl.RunnerException: Unable to execute Sonar
at org.sonar.runner.impl.BatchLauncher$1.delegateExecution(BatchLauncher.java:91)
at org.sonar.runner.impl.BatchLauncher$1.run(BatchLauncher.java:75)
at java.security.AccessController.doPrivileged(Native Method)
at org.sonar.runner.impl.BatchLauncher.doExecute(BatchLauncher.java:69)
at org.sonar.runner.impl.BatchLauncher.execute(BatchLauncher.java:50)
at org.sonar.runner.api.EmbeddedRunner.doExecute(EmbeddedRunner.java:102)
at org.sonar.runner.api.Runner.execute(Runner.java:100)
at org.sonar.runner.Main.executeTask(Main.java:70)
pub7: {
18:34:14 "resources": {
18:34:14 "core": {
18:34:14 "limit": 5000,
18:34:14 "remaining": 4816,
18:34:14 "reset": 1406835240
18:34:14 },
18:34:14 "search": {
18:34:14 "limit": 30,
18:34:14 "remaining": 30,

A reply to: http://buytaert.net/a-method-for-giving-credit-to-organizations-that-contribute-code-to-open-source

This is a great idea and it's a step in the right direction.

As mention in this thread the core developers have switch to using an external tool to track their contribution over at http://ericduran.github.io/drupalcores/ (I created/maintain that project). This project was badly needed because of the lack of visibility into such work on drupal.org.

Core developers have also switch to an external tools for generating the commit messages that goes into every commit (For this they use Dreditor - https://dreditor.org/). This project was also badly needed since it was pretty much impossible to generate a proper commit message without an automated tool.

The new commit message standard is a step in the write direction but without the proper tooling this isn't going to do much.

ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install json