Skip to content

Instantly share code, notes, and snippets.

@gibfahn
gibfahn / node.log
Created June 17, 2016 10:49
Build log while trying to build master on RHEL7.2
This file has been truncated, but you can view the full file.
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/tmp/gib/node/out'
cc '-D_REENTRANT' '-DPURIFY' '-DOPENSSL_NO_COMP' '-DOPENSSL_NO_SSL3' '-DOPENSSL_NO_HEARTBEATS' '-DENGINESDIR="/dev/null"' '-DTERMIOS' '-DOPENSSLDIR="/etc/ssl"' '-DL_ENDIAN' '-DAES_ASM' '-DCPUID_ASM' '-DOPENSSL_BN_ASM_MONT' '-DOPENSSL_CPUID_OBJ' '-DSHA1_ASM' '-DSHA256_ASM' '-DSHA512_ASM' '-DGHASH_ASM' '-DVPAES_ASM' '-DBN_ASM' '-DBF_ASM' '-DBNCO_ASM' '-DDES_ASM' '-DLIB_BN_ASM' '-DMD5_ASM' '-DOPENSSL_BN_ASM' '-DRIP_ASM' '-DRMD160_ASM' '-DWHIRLPOOL_ASM' '-DWP_ASM' '-DOPENSSL_BN_ASM_MONT5' '-DOPENSSL_BN_ASM_GF2m' '-DOPENSSL_IA32_SSE2' '-DBSAES_ASM' '-DDSO_DLFCN' '-DHAVE_DLFCN_H' -I../deps/openssl -I../deps/openssl/openssl -I../deps/openssl/openssl/crypto -I../deps/openssl/openssl/crypto/asn1 -I../deps/openssl/openssl/crypto/evp -I../deps/openssl/openssl/crypto/md2 -I../deps/openssl/openssl/crypto/modes -I../deps/openssl/openssl/crypto/store -I../deps/openssl/openssl/include -Wno-missing-field-initializers -pthread -Wall -Wextra -W
@gibfahn
gibfahn / fcitx-diagnose.log
Created July 28, 2016 17:41
Output from fcitx-diagnose
# System Info:
1. `uname -a`:
Linux glub 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
2. `lsb_release -a`:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
@gibfahn
gibfahn / audit.md
Created May 16, 2017 17:57
branch-diff v6.x-staging upstream/v7.x --exclude-label semver-major,semver-minor,dont-land-on-v6.x,backport-requested-v6.x,backported-to-v6.x,baking-for-lts --reverse --filter-release Raw
@gibfahn
gibfahn / Jenkinsfile
Created October 31, 2017 16:02
citgm-continuous-integration-pipeliner
println "\n### BUILD PARAMETERS ###"
def pr = [] // Mutable parameter set to pass to jobs. I know this is crazy.
String printParams = '' // String of params to print
for (param in params) {
printParams += param.toString() + '\n'
if (param.key != 'NODE_VERSIONs') {
pr.push(string(name: param.key, value: param.value))
}
}
println printParams
@gibfahn
gibfahn / release-8.10.0.md
Last active March 6, 2018 22:08
8.10.0 Release notes

Release Notes for 8.10.0

Regenerate this script with:

  tools/kraken -c Carbon -d 2018-03-06 -u DANGER -p https://github.com/nodejs/node/pull/18336 8.10.0

Your settings:

  • Version: 8.10.0
  • Previous version: 10.0.0
@gibfahn
gibfahn / v8.x-remaining.md
Last active January 26, 2018 17:06
branch-diff v8.x-staging DANGER/v9.x --exclude-label semver-major,dont-land-on-v8.x,backport-requested-v8.x,backported-to-v8.x --require-label semver-minor --filter-release
  • [d066db7014] - (SEMVER-MINOR) cluster: support windowsHide option for workers ( Todd Wong) #17412
  • [f82439b6a0] - (SEMVER-MINOR) http: add rawPacket in err of clientError event ( XadillaX) #17672
  • [c5c4a534d1] - (SEMVER-MINOR) stream: rm {writeable/readable}State.length ( Calvin Metcalf) #12857
  • [4b0c8759d3] - (SEMVER-MINOR) stream: add flow and buffer properties to streams ( Calvin Metcalf) #12855
  • [6d9b1e4c83] - (SEMVER-MINOR) util: allow wildcards in NODE_DEBUG variable ( Tyler) [#17
@gibfahn
gibfahn / v8.10.0-audit.md
Last active January 26, 2018 17:46
branch-diff v8.x-staging DANGER/v9.x --exclude-label semver-major,dont-land-on-v8.x,backport-requested-v8.x,backported-to-v8.x,semver-minor --filter-release --release
@gibfahn
gibfahn / main.rs
Created February 8, 2018 14:06
Trying out structopt based on yoshuawuyt's example
extern crate structopt;
#[macro_use]
extern crate structopt_derive;
use structopt::StructOpt;
#[derive(StructOpt, Debug)]
#[structopt()]
enum Cmds {
#[structopt(name = "add")]
@gibfahn
gibfahn / notable-changes.md
Created March 6, 2018 21:57
Notable changes 8.10.0
  • deps:
    • update V8 to 6.2.414.46 (Michaël Zasso) #16413
    • revert ABI breaking changes in V8 6.2 (Anna Henningsen) #16413
    • upgrade libuv to 1.19.1 (cjihrig) #18260
    • re land npm 5.6.0 (Myles Borins) #18625
    • ICU 60 bump (Steven R. Loomis) #16876
  • crypto:
    • Support both OpenSSL 1.1.0 and 1.0.2 (David Benjamin) #16130
    • warn on invalid authentication tag length (Tobias Nießen) #17566 async_hooks:
@gibfahn
gibfahn / release-8.10.1.md
Created March 20, 2018 12:42
v8.10.1 release

Release Notes for 8.10.1

Regenerate this script with:

  tools/kraken -b v8.x -c Carbon -d 2018-04-03 -u DANGER 8.10.1

Your settings:

  • Version: 8.10.1
  • Previous version: 10.0.0