diff options
| author | Hiroshi Mimaki <[email protected]> | 2020-08-06 12:45:59 +0900 |
|---|---|---|
| committer | Hiroshi Mimaki <[email protected]> | 2020-08-06 12:45:59 +0900 |
| commit | 1a9bdfcde5fd7c91e756747ba0565f29385115a7 (patch) | |
| tree | 14cc24fabbe766ba87277da9d4a172b9308a7279 /doc/limitations.md | |
| parent | 112120969d5a08c9d496e176a2655bbe1ff7f97b (diff) | |
| download | mruby-1a9bdfcde5fd7c91e756747ba0565f29385115a7.tar.gz mruby-1a9bdfcde5fd7c91e756747ba0565f29385115a7.zip | |
Update release date.2.1.2
Diffstat (limited to 'doc/limitations.md')
| -rw-r--r-- | doc/limitations.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/limitations.md b/doc/limitations.md index ea32ed3a5..770daa7a4 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -38,7 +38,7 @@ puts [1,2,3] 3 ``` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] ``` [1, 2, 3] @@ -61,7 +61,7 @@ end `ZeroDivisionError` is raised. -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] No exception is raised. @@ -89,7 +89,7 @@ p Liste.new "foobar" ` [] ` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] `ArgumentError` is raised. @@ -119,7 +119,7 @@ false true ``` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] ``` true @@ -156,7 +156,7 @@ p 'ok' ok ``` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] ``` test.rb:8: undefined method 'test_func' (NoMethodError) @@ -178,7 +178,7 @@ defined?(Foo) nil ``` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] `NameError` is raised. @@ -195,7 +195,7 @@ alias $a $__a__ ` nil ` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] Syntax error @@ -217,7 +217,7 @@ end `ArgumentError` is raised. The re-defined `+` operator does not accept any arguments. -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] ` 'ab' ` Behavior of the operator wasn't changed. @@ -233,7 +233,7 @@ $ ruby -e 'puts Proc.new {}.binding' #<Binding:0x00000e9deabb9950> ``` -#### mruby [2.1.2 (2020-07-10)] +#### mruby [2.1.2 (2020-08-06)] ``` $ ./bin/mruby -e 'puts Proc.new {}.binding' |
