Skip to content

Instantly share code, notes, and snippets.

View elmart's full-sized avatar

Eliseo Martínez elmart

View GitHub Profile
/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/lib/tools.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMa
@elmart
elmart / gist:69e8d60ffda03a73559c
Created February 18, 2015 12:22
#2012 travis clang build log
Using worker: worker-linux-968a87ce-1.bb.travis-ci.org:travis-linux-17
travis_fold:start:system_info
Build system information
Build language: c
Build image provisioning date and time
Wed Feb 4 18:22:50 UTC 2015
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
@elmart
elmart / gist:e2ae9cd395b0b1e35aa0
Created February 3, 2015 16:53
segfault on startup
Process: nvim [35273]
Path: /Users/USER/*/nvim
Identifier: nvim
Version: 0
Code Type: X86-64 (Native)
Parent Process: zsh [9911]
Responsible: Terminal [9908]
User ID: 501
Date/Time: 2015-02-03 17:50:10.188 +0100
Process: nvim [37635]
Path: /Users/USER/*/nvim
Identifier: nvim
Version: 0
Code Type: X86-64 (Native)
Parent Process: zsh [6449]
Responsible: Terminal [521]
User ID: 501
Date/Time: 2015-01-24 19:49:48.919 +0100
Process: nvim [15736]
Path: /Users/USER/*/nvim
Identifier: nvim
Version: 0
Code Type: X86-64 (Native)
Parent Process: luajit-2.0.3 [15715]
Responsible: Terminal [2727]
User ID: 501
Date/Time: 2015-01-22 21:31:26.991 +0100
@elmart
elmart / gist:2658219fb49dfea20e00
Created January 23, 2015 20:15
Old tests results
cp test107.ok test.ok
# Sleep a moment to avoid that the xterm title is messed up.
# 200 msec is sufficient, but only modern sleep supports a fraction of
# a second, fall back to a second if it fails.
VIMRUNTIME=../../../runtime; export VIMRUNTIME; ../../../build/bin/nvim -u unix.vim -U NONE -i viminfo --noplugin -s dotest.in test107.in
# For flaky tests retry one time.
# Check if the test.out file matches test.ok.
3,4c3,4
< [34, '34 ']
@elmart
elmart / gist:3a3d2fe7c1c212e3c80e
Created January 23, 2015 20:10
Functional test results
202 successes / 2 failures / 0 errors / 0 pending : 0.0 seconds
Failure → ...neovim/neovim/test/functional/legacy/075_maparg_spec.lua @ 11
maparg() is working
...neovim/neovim/test/functional/legacy/075_maparg_spec.lua:49: Expected objects to be the same.
Passed in:
(string) '
is<F4>foo
{'silent': 0, 'noremap': 0, 'lhs': 'foo<C-V>', 'mode': ' ', 'nowait': 0, 'expr': 0, 'sid': 0, 'rhs': 'is<F4>foo', 'buffer': 0}
{'silent': 1, 'noremap': 1, 'lhs': 'bar', 'mode': 'v', 'nowait': 0, 'expr': 1, 'sid': 0, 'rhs': 'isbar', 'buffer': 1}
@elmart
elmart / gist:9254982f2e84f3b8719a
Created November 8, 2014 13:23
build/CMakeCache.txt
# This is the CMakeCache file.
# For build in directory: /Users/eliseo/projects/os/neovim/build
# It was generated by CMake: /opt/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
@elmart
elmart / gist:ea0046e091fcac509d55
Created November 7, 2014 10:58
libiconv linking problem: full build verbose log (3)
Last login: Fri Nov 7 11:49:14 on ttys000
~/p/o/neovim git:clang-analysis-fixes-2 ❯❯❯ make VERBOSE=1 ✭ ✱ ◼
mkdir -p .deps/build/third-party
cd .deps/build/third-party && \
cmake -G 'Unix Makefiles' \
../../../third-party
Re-run cmake no build system arguments
-- The C compiler identification is AppleClang 6.0.0.6000054
-- The CXX compiler identification is AppleClang 6.0.0.6000054
-- Check for working C compiler: /usr/bin/cc
@elmart
elmart / gist:f3b35dce2cd1427bd3e5
Created November 7, 2014 10:51
libiconv linking problem: full build verbose log (2)
Last login: Fri Nov 7 11:42:58 on ttys001
~/p/o/neovim git:clang-analysis-fixes-2 ❯❯❯ make ✭ ✱ ◼
mkdir -p .deps/build/third-party
cd .deps/build/third-party && \
cmake -G 'Unix Makefiles' \
../../../third-party
-- The C compiler identification is AppleClang 6.0.0.6000054
-- The CXX compiler identification is AppleClang 6.0.0.6000054
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works