fleuria
22ac62a4f1
fix #1442
...
in the marking root phase, we only marked the root context, but leaving
the current context unmarked. when we execute a fiber, the current
context would be changed and trigger this issue.
2013-08-07 19:42:56 +08:00
Yukihiro "Matz" Matsumoto
7d82b935db
Merge pull request #1439 from carsonmcdonald/addtravisbadge
...
Add travisci badge
2013-08-06 09:06:50 -07:00
Carson McDonald
ac56eacdb0
Add travisci badge
2013-08-06 11:45:57 -04:00
Yukihiro "Matz" Matsumoto
9b4d071833
Merge pull request #1436 from archSeer/patch-1
...
muby-time: use mrb_free directly
2013-08-05 20:23:40 -07:00
Blaž Hrastnik
ac4a6d35b9
muby-time: use mrb_free directly
2013-08-05 18:55:55 +02:00
Yukihiro "Matz" Matsumoto
ac125ad1a3
Merge pull request #1432 from Archytaus/gem_clone_dir
...
Custom build path pulls git gems for every build target
2013-08-05 01:27:21 -07:00
Yukihiro "Matz" Matsumoto
e8c3dd26d5
Merge pull request #1435 from Bovi-Li/test-fix-order
...
[mrbtest] assert_equal(expect, actual) order fix
2013-08-04 17:40:18 -07:00
Daniel Bovensiepen
aa3ff53f04
Improve test of mruby-objectspace-ext GEM
2013-08-04 22:42:57 +08:00
Daniel Bovensiepen
1d58f29e9b
Improve test of mruby-toplevel-ext GEM
2013-08-04 22:42:39 +08:00
Daniel Bovensiepen
a28c7c081a
Improve test of mruby-symbol-ext GEM
2013-08-04 22:42:27 +08:00
Daniel Bovensiepen
181733bcfe
Improve test of mruby-string-ext GEM
2013-08-04 22:42:15 +08:00
Daniel Bovensiepen
d10763190e
Improve test of mruby-range-ext GEM
2013-08-04 22:42:06 +08:00
Daniel Bovensiepen
8936965945
Improve test of mruby-proc-ext GEM
2013-08-04 22:41:56 +08:00
Daniel Bovensiepen
b99aa126a6
Improve test of mruby-object-ext GEM
2013-08-04 22:41:45 +08:00
Daniel Bovensiepen
9a7efd69ee
Improve test of mruby-numeric-ext GEM
2013-08-04 22:41:26 +08:00
Daniel Bovensiepen
b4e07a8051
Improve test of mruby-hash-ext GEM
2013-08-04 22:41:15 +08:00
Daniel Bovensiepen
f96c023279
Improve test of mruby-enum-ext GEM
2013-08-04 22:41:04 +08:00
Yukihiro "Matz" Matsumoto
e7be58efda
Merge branch 'master' of github.com:mruby/mruby
2013-08-04 22:53:36 +09:00
Yukihiro "Matz" Matsumoto
6dc8c2948b
should protect resume fiber by write barrier; close #1434
2013-08-04 22:53:17 +09:00
Yukihiro "Matz" Matsumoto
8d2e79fd05
Merge pull request #1433 from carsonmcdonald/mirbfilename
...
Set filename like irb
2013-08-04 06:25:21 -07:00
Carson McDonald
d2e38eab0a
Set filename like irb
2013-08-03 14:42:22 -04:00
Ryan Scott
981b408e01
Added support for custom gem clone directories when using git
2013-08-04 00:33:49 +10:00
Yukihiro "Matz" Matsumoto
ea814600c2
Merge pull request #1430 from carsonmcdonald/regexparsefix
...
End loop if nextc is -1
2013-08-02 20:42:51 -07:00
Yukihiro "Matz" Matsumoto
f2b31afb39
Merge pull request #1429 from suzukaze/fix-order-of-expected-and-actual
...
I fix order of expected and actual from basicobject.rb to true.rb in folder '/test/t'.
2013-08-02 20:41:55 -07:00
Carson McDonald
5bd60f4662
End loop if nextc is -1
2013-08-02 17:08:55 -04:00
Jun Hiroe
ba9fe99e74
I fix order of actual and expect test value in typeerror.rb.
2013-08-02 23:17:46 +09:00
Jun Hiroe
614577d281
I fix order of actual and expect test value in true.rb.
2013-08-02 23:16:36 +09:00
Jun Hiroe
bd48b383df
I fix order of actual and expect test value in syntax.rb.
2013-08-02 23:15:04 +09:00
Jun Hiroe
b775a887de
I fix order of actual and expect test value in symbol.rb.
2013-08-02 23:12:23 +09:00
Jun Hiroe
fdb27fd6bd
I fix order of actual and expect test value in string.rb.
2013-08-02 23:05:34 +09:00
Jun Hiroe
8f01c0732a
I fix order of actual and expect test value in standarderror.rb.
2013-08-02 22:40:12 +09:00
Jun Hiroe
f2fdac889b
I fix order of actual and expect test value in runtimeerror.rb.
2013-08-02 22:40:12 +09:00
Jun Hiroe
2e24ba161b
I fix order of actual and expect test value in rangeerror.rb.
2013-08-02 22:40:12 +09:00
Jun Hiroe
f467ea1ab4
I fix order of actual and expect test value in range.rb.
2013-08-02 22:40:12 +09:00
Jun Hiroe
20c6810ec7
I fix order of actual and expect test value in proc.rb.
2013-08-02 22:36:38 +09:00
Jun Hiroe
6583f340ab
I fix order of actual and expect test value in object.rb.
2013-08-02 22:16:07 +09:00
Jun Hiroe
0ce98230c5
I fix order of actual and expect test value in numeric.rb.
2013-08-02 22:14:23 +09:00
Jun Hiroe
5550dfa0e0
I fix order of actual and expect test value in nomethoderror.rb.
2013-08-02 22:11:45 +09:00
Jun Hiroe
50fafafb48
I fix order of actual and expect test value in nil.rb.
2013-08-02 22:07:24 +09:00
Jun Hiroe
679ae1bcbb
I fix order of actual and expect test value in nameerror.rb.
2013-08-02 22:06:10 +09:00
Jun Hiroe
dddb5faff0
I fix order of actual and expect test value in module.rb.
2013-08-02 22:04:23 +09:00
Jun Hiroe
6d9b61248d
I fix order of actual and expect test value in localjumperror.rb.
2013-08-02 21:48:59 +09:00
Jun Hiroe
b7651d212b
I fix order of actual and expect test value in literals.rb.
2013-08-02 21:48:18 +09:00
Jun Hiroe
b423171eb4
I fix order of actual and expect test value in kernel.rb.
2013-08-02 21:04:02 +09:00
Jun Hiroe
19dce63a2d
I fix order of actual and expect test value in integer.rb.
2013-08-02 20:54:22 +09:00
Jun Hiroe
f71cacc4ca
I fix order of actual and expect test value in indexerror.rb.
2013-08-02 20:54:21 +09:00
Jun Hiroe
284dc1be09
I fix order of actual and expect test value in hash.rb.
2013-08-02 20:54:21 +09:00
Jun Hiroe
6baded4cb5
I fix order of actual and expect test value in gc.rb.
2013-08-02 20:54:20 +09:00
Jun Hiroe
edb0810c1a
I fix order of actual and expect test value in float.rb.
2013-08-02 20:54:19 +09:00
Jun Hiroe
dbacb58f66
I fix order of actual and expect test value in false.rb.
2013-08-02 20:54:13 +09:00