Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
1a9bdfcd
Commit
1a9bdfcd
authored
Aug 06, 2020
by
Hiroshi Mimaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release date.
parent
11212096
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
doc/guides/debugger.md
doc/guides/debugger.md
+1
-1
doc/limitations.md
doc/limitations.md
+9
-9
include/mruby/version.h
include/mruby/version.h
+2
-2
No files found.
doc/guides/debugger.md
View file @
1a9bdfcd
...
@@ -38,7 +38,7 @@ To confirm mrdb was installed properly, run mrdb with the `--version` option:
...
@@ -38,7 +38,7 @@ To confirm mrdb was installed properly, run mrdb with the `--version` option:
```
bash
```
bash
$
mrdb
--version
$
mrdb
--version
mruby 2.1.2
(
2020-0
7-10
)
mruby 2.1.2
(
2020-0
8-06
)
```
```
## 2.2 Basic Operation
## 2.2 Basic Operation
...
...
doc/limitations.md
View file @
1a9bdfcd
...
@@ -38,7 +38,7 @@ puts [1,2,3]
...
@@ -38,7 +38,7 @@ puts [1,2,3]
3
3
```
```
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
```
```
[1, 2, 3]
[1, 2, 3]
...
@@ -61,7 +61,7 @@ end
...
@@ -61,7 +61,7 @@ end
`ZeroDivisionError`
is raised.
`ZeroDivisionError`
is raised.
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
No exception is raised.
No exception is raised.
...
@@ -89,7 +89,7 @@ p Liste.new "foobar"
...
@@ -89,7 +89,7 @@ p Liste.new "foobar"
` [] `
` [] `
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
`ArgumentError`
is raised.
`ArgumentError`
is raised.
...
@@ -119,7 +119,7 @@ false
...
@@ -119,7 +119,7 @@ false
true
true
```
```
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
```
```
true
true
...
@@ -156,7 +156,7 @@ p 'ok'
...
@@ -156,7 +156,7 @@ p 'ok'
ok
ok
```
```
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
```
```
test.rb:8: undefined method 'test_func' (NoMethodError)
test.rb:8: undefined method 'test_func' (NoMethodError)
...
@@ -178,7 +178,7 @@ defined?(Foo)
...
@@ -178,7 +178,7 @@ defined?(Foo)
nil
nil
```
```
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
`NameError`
is raised.
`NameError`
is raised.
...
@@ -195,7 +195,7 @@ alias $a $__a__
...
@@ -195,7 +195,7 @@ alias $a $__a__
` nil `
` nil `
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
Syntax error
Syntax error
...
@@ -217,7 +217,7 @@ end
...
@@ -217,7 +217,7 @@ end
`ArgumentError`
is raised.
`ArgumentError`
is raised.
The re-defined
`+`
operator does not accept any arguments.
The re-defined
`+`
operator does not accept any arguments.
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
` 'ab' `
` 'ab' `
Behavior of the operator wasn't changed.
Behavior of the operator wasn't changed.
...
@@ -233,7 +233,7 @@ $ ruby -e 'puts Proc.new {}.binding'
...
@@ -233,7 +233,7 @@ $ ruby -e 'puts Proc.new {}.binding'
#<Binding:0x00000e9deabb9950>
#<Binding:0x00000e9deabb9950>
```
```
#### mruby [2.1.2 (2020-0
7-10
)]
#### mruby [2.1.2 (2020-0
8-06
)]
```
```
$ ./bin/mruby -e 'puts Proc.new {}.binding'
$ ./bin/mruby -e 'puts Proc.new {}.binding'
...
...
include/mruby/version.h
View file @
1a9bdfcd
...
@@ -67,12 +67,12 @@ MRB_BEGIN_DECL
...
@@ -67,12 +67,12 @@ MRB_BEGIN_DECL
/*
/*
* Release month.
* Release month.
*/
*/
#define MRUBY_RELEASE_MONTH
7
#define MRUBY_RELEASE_MONTH
8
/*
/*
* Release day.
* Release day.
*/
*/
#define MRUBY_RELEASE_DAY
10
#define MRUBY_RELEASE_DAY
6
/*
/*
* Release date as a string.
* Release date as a string.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment