This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Demo | |
# 外向けからはこれだけがよばれる | |
def run | |
puts 'new' | |
_run | |
end | |
private |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git tool/sync_default_gems.rb tool/sync_default_gems.rb | |
index 1c697857d0..3b8dd5474d 100644 | |
--- tool/sync_default_gems.rb | |
+++ tool/sync_default_gems.rb | |
@@ -353,6 +353,15 @@ def sync_default_gems(gem) | |
end | |
end | |
+IGNORE_FILE_PATTERN = | |
+ /\A(?:[A-Z]\w*\.(?:md|txt) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lib/open-uri.rb | |
2:require 'uri' | |
lib/time.rb | |
3:require 'date' | |
lib/rdoc/store.rb | |
2:require 'fileutils' | |
lib/rdoc/options.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hsbt@euclid /usr % ls /usr/lib | |
charset.alias libMTLCapture.dylib libiodbcinst.2.dylib log sasl2 | |
cron libffi-trampolines.dylib libiodbcinst.dylib pam sqlite3 | |
dsc_extractor.bundle libgmalloc.dylib libobjc-trampolines.dylib php swift | |
dtrace libhunspell-1.2.0.dylib libpython.dylib pkgconfig system | |
dyld libhunspell-1.2.dylib libpython2.7.dylib python2.7 updaters | |
groff libiodbc.2.dylib libstdc++.6.dylib rpcsvc xpc | |
libLeaksAtExit.dylib libiodbc.dylib libstdc++.dylib ruby zsh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
linking shared-object io/nonblock.bundle | |
../../../../ext/fiddle/libffi-3.2.1/src/arm/trampoline.S:34:17: error: vector register expected | |
stmfd sp!, {r0-r3} | |
^ | |
../../../../ext/fiddle/libffi-3.2.1/src/arm/trampoline.S:39:9: error: invalid operand for instruction | |
ldr r0, [pc, #-4092] | |
^ | |
../../../../ext/fiddle/libffi-3.2.1/src/arm/trampoline.S:42:9: error: invalid operand for instruction | |
ldr pc, [pc, #-4092] | |
^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rbenv install truffleruby-20.2.0 | |
ruby-build: using openssl from homebrew | |
Downloading truffleruby-20.2.0-macos-amd64.tar.gz... | |
-> https://dqw8nmjcqpjn7.cloudfront.net/ac1e6867e357a44d0bb72b0bb44ea50c3900b0574e81e6e48d2317b6b45a6ffd | |
Installing truffleruby-20.2.0... | |
Recompiling the OpenSSL C extension (against the installed libssl) | |
/Users/hsbt/.local/share/rbenv/versions/truffleruby-20.2.0/lib/mri/rubygems/specification.rb:18: warning: loading in progress, circular require considered harmful - /Users/hsbt/.local/share/rbenv/versions/truffleruby-20.2.0/lib/mri/rubygems.rb | |
<internal:core> core/kernel.rb:265:in `require': RubyGems did not redefine #require as expected, make sure $LOAD_PATH and home are set correctly (RuntimeError) | |
from /Users/hsbt/.local/share/rbenv/versions/truffleruby-20.2.0/lib/mri/rubygems/specification.rb:18:in `<top (required)>' | |
from <internal:core> core/kernel.rb:257:in `require' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rake test | |
Run options: --seed 14972 | |
# Running: | |
.........................................................................................................................E.........................................................................................................^Crake aborted! | |
Interrupt: | |
Tasks: TOP => test | |
(See full trace by running task with --trace) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11238 │ compiling symbol.c | |
11239 │ parse.c:12491:41: error: too many arguments provided to function-like macro invocation | |
11240 │ yytoken, &yylval, &yylloc, p); | |
11241 │ ^ | |
11242 │ parse.c:6055:9: note: macro 'yydestruct' defined here | |
11243 │ #define yydestruct(m, t, v) ruby_parser_yydestruct(m, t, v, p) | |
11244 │ ^ | |
11245 │ parse.c:12490:11: error: use of undeclared identifier 'yydestruct' | |
11246 │ yydestruct ("Error: discarding", | |
11247 │ ^ |
NewerOlder