1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
yui-knk 4bfdf6d06d Move error from top_stmts and top_stmt to stmt
By this change, syntax error is recovered smaller units.
In the case below, "DEFN :bar" is same level with "CLASS :Foo"
now.

```
module Z
  class Foo
    foo.
  end

  def bar
  end
end
```

[Feature #19013]
2022-10-08 17:59:11 +09:00
..
-test- [Bug #18964] Update the code range of appended portion 2022-08-18 14:57:08 +09:00
bigdecimal [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float 2022-09-28 09:29:49 +09:00
cgi/escape [ruby/cgi] Implement CGI.url_encode and CGI.url_decode 2022-08-16 19:12:03 +09:00
continuation
coverage Revert "This commit implements the Object Shapes technique in CRuby." 2022-09-30 16:01:50 -07:00
date [ruby/date] Fix misplaced time zone offset checks 2022-10-07 14:41:31 +09:00
digest Revert "* expand tabs. [ci skip]" 2022-07-30 17:03:13 +09:00
etc getenv: is in stdlib.h 2022-09-21 11:44:09 +09:00
fcntl
fiddle Add --with-libffi-source-dir feature and removed --enable-bundled-libffi option. (#113) 2022-10-07 15:20:11 +09:00
io Revert "* expand tabs. [ci skip]" 2022-07-30 17:29:56 +09:00
json [flori/json] Stop including the parser source __LINE__ in exceptions 2022-07-29 19:10:10 +09:00
monitor
nkf
objspace Move error from top_stmts and top_stmt to stmt 2022-10-08 17:59:11 +09:00
openssl Simplify default argument specification. (#6507) 2022-10-07 22:51:27 +13:00
pathname
psych [ruby/psych] Removed the related condition of --enable-bundled-libyaml 2022-10-07 12:55:31 +09:00
pty [DOC] RDoc changes for IO (#6458) 2022-10-02 08:24:08 -05:00
racc/cparse
rbconfig/sizeof
readline
ripper Process token IDs from id.def without id.h 2022-09-08 18:22:47 +09:00
rubyvm
socket Try nil as default for 'default timeout'. (#6509) 2022-10-08 14:02:34 +13:00
stringio
strscan
syslog
win32
win32ole
zlib
.document
extmk.rb Quiet if the target is already linked the same source 2022-09-20 12:54:08 +09:00
Setup
Setup.atheos
Setup.nt