Table of Contents - rabbit-slide-nobu-rubykaigi-2017-2017.9.18.1 Documentation
Pages
-
2017-keynote
- Making Ruby?
- Self-introduction
- 日常/Daily
- About Ruby development
- Repository
- Why not Git?
- Issues
- Developers' meeting
- How to build Ruby (from tarball)
- Out-of-Place build
- Various
configure
options - How to Build Ruby {::note}(from repo){:/note}
- To build Ruby, you need Ruby
- Ruby
- BASERUBY
- MINIRUBY
- MINIRUBY's feature
- MINIRUBY's limitation
- Building encodings
- Building extension libraries
- Parallel build (~2.4)
- Parallel build (2.5)
- Problem
- Solution
- trace_var
$extmk
$ruby
- ?
- Bug Report
- w/o local variable
- w/ local variable
- Exactly Not-A-Bug
- Just-size bug
- NOT SO HARD?
-w
optionparser_yylex()
- What's
space_seen
? - lex_state
- What's
EXPR_END
? - What's
EXPR_LABEL
? - In
parse_ident()
- What's
lvar_defined(ident)
? - Rules
- How to Fix?
- ?
- literal symbol by intern
- literal symbol by intern
- [Feature #13812]
- Difference
- New Features
- Approved
- Rejected
- Under Discussion
- Write Ruby
- README
- Rakefile
- config.yaml