Jun Hiroe
b81f0d0ffb
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and strip_bang
2014-06-03 16:29:42 +09:00
Carson McDonald
fe09686c2f
Fix mgem test args passing
2014-06-03 16:29:42 +09:00
yui-knk
72305efe61
Remove space.
2014-06-03 16:29:42 +09:00
yui-knk
b56a47cc38
Fix indent.
2014-06-03 16:29:42 +09:00
katmutua
4039355fd8
Fix typos in gc
2014-06-03 16:29:42 +09:00
yui-knk
490d946bca
Remove space.
2014-06-03 16:29:42 +09:00
Yukihiro "Matz" Matsumoto
037a1d7088
Merge pull request #2348 from takkanm/add_array_to_h
...
Add Array#to_h
2014-06-03 15:50:52 +09:00
Yukihiro "Matz" Matsumoto
b83ff9ff30
Merge pull request #2347 from take-cheeze/nomethod_args
...
Implement `NoMethodError#args`.
2014-06-03 15:46:16 +09:00
Yukihiro "Matz" Matsumoto
896c131231
Merge pull request #2346 from suzukaze/add-string-comment2
...
Fix indent in String#casecmp comments
2014-06-03 15:44:13 +09:00
Yukihiro "Matz" Matsumoto
6e94f9bb30
Merge pull request #2345 from suzukaze/add-string-comment
...
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang ...
2014-06-03 14:34:38 +09:00
Mitsutaka Mimura
a0b12bf6b4
Add Array#to_h
2014-06-02 23:06:02 +09:00
take_cheeze
acec9d1ff1
Implement NoMethodError#args.
2014-06-02 22:38:02 +09:00
Jun Hiroe
85ed19ca4d
Fix indent in String#casecmp comments
2014-06-02 22:03:29 +09:00
Jun Hiroe
cbe73e93f7
Add comments in String#lstrip, rstrip, strip, lstring_bang, rstrip_bang and strip_bang
2014-06-02 22:00:05 +09:00
Yukihiro "Matz" Matsumoto
f370a0f0fd
Merge pull request #2343 from carsonmcdonald/fixmgemargspassing
...
Fix mgem test args passing
2014-06-02 09:39:22 +09:00
yui-knk
b5ef16ba03
Change to always use locals->car->car.
...
When p->locals->car is not NULL and p->locals->car->car is NULL,
local_add_f dose not append sym to p->locals->car->car.
This commit change to append sym to p->locals->car->car.
This will close #2333 .
2014-06-02 09:38:24 +09:00
Carson McDonald
de8916b1f2
Fix mgem test args passing
2014-06-01 09:51:21 -04:00
Yukihiro "Matz" Matsumoto
991b19b195
Merge pull request #2341 from yui-knk/remove-space
...
Remove space.
2014-06-01 22:18:04 +09:00
Yukihiro "Matz" Matsumoto
cfb288e23d
Merge pull request #2342 from yui-knk/fix-indent
...
Fix indent.
2014-06-01 22:17:42 +09:00
yui-knk
15ab1b7ab0
Fix indent.
2014-06-01 22:07:28 +09:00
yui-knk
e413294488
Remove space.
2014-06-01 22:04:51 +09:00
Yukihiro "Matz" Matsumoto
a22495df00
Merge branch 'master' of github.com:mruby/mruby
2014-06-01 02:51:24 +09:00
Yukihiro "Matz" Matsumoto
35d4137da1
remove part of 9cd71916 test for same reason as 5306e47
2014-06-01 02:51:04 +09:00
Yukihiro "Matz" Matsumoto
c86d7fe834
Merge pull request #2336 from katmutua/master
...
Fix typos in gc
2014-05-31 23:35:17 +09:00
katmutua
36ab17d8ce
Fix typos in gc
2014-05-31 10:42:39 -03:00
Yukihiro "Matz" Matsumoto
2ad2cf2fed
Merge pull request #2334 from yui-knk/remove-space
...
Remove space.
2014-05-31 16:06:36 +09:00
yui-knk
c131f69d21
Remove space.
2014-05-31 14:10:30 +09:00
yui-knk
536697f41e
Fix to not print unnecessary comma.
...
When `n2->car` is 0 and `n2->cdd` is not 0,
unnecessary comma was printed before first local variables.
2014-05-31 14:00:30 +09:00
Yukihiro "Matz" Matsumoto
6bf1ee78c8
add internal function mrb_toplevel_run_keep() to keep stack contents; close #2326
2014-05-30 15:25:58 +09:00
Yukihiro "Matz" Matsumoto
f38e53ecca
Merge pull request #2330 from take-cheeze/struct_set_str
...
Improve `Struct#[]=`.
2014-05-29 11:57:39 +09:00
take_cheeze
32bfa1f15c
Add invalid key type check in Struct#[]=.
2014-05-28 23:21:13 +09:00
take_cheeze
7bc4d08f71
Support string key in Struct#[]=.
2014-05-28 23:14:28 +09:00
Yukihiro "Matz" Matsumoto
415b8fc6b0
Merge pull request #2329 from bggd/patch-4
...
Fix invalid array initialize for VS2012
2014-05-28 13:16:53 +09:00
bggd
69c2b8310f
Fix invalid array initialize for VS2012
2014-05-28 11:04:28 +09:00
Yukihiro "Matz" Matsumoto
0f432e9028
Merge pull request #2324 from yui-knk/fix-indent
...
fix indent.
2014-05-27 15:03:06 +09:00
yui-knk
5fd1eaec58
fix indent.
2014-05-27 08:48:12 +09:00
Yukihiro "Matz" Matsumoto
6cf5618b44
Merge branch 'master' of github.com:mruby/mruby
2014-05-25 23:19:35 +09:00
Yukihiro "Matz" Matsumoto
6d6957078e
no one uses Array.try_convert, so removed it that discourages duck typing; close #2317
2014-05-25 23:18:45 +09:00
Yukihiro "Matz" Matsumoto
84116c26c9
Merge pull request #2320 from yui-knk/test-enumerable
...
Replace assert_true with assert_equal.
2014-05-25 22:38:25 +09:00
Yukihiro "Matz" Matsumoto
77942f70a5
Merge pull request #2316 from ksss/test-exception
...
Exception#exception fix test
2014-05-25 22:37:10 +09:00
Yukihiro "Matz" Matsumoto
7c30097183
Merge pull request #2315 from suzukaze/fix-test-proc
...
Fix assert_equal argument order in test/t/proc.rb
2014-05-25 22:36:05 +09:00
Yukihiro "Matz" Matsumoto
af38511c1b
Merge pull request #2314 from take-cheeze/fiber_test_refactor
...
Use `assert_*` method instead of using result value in fiber test.
2014-05-25 22:35:34 +09:00
Yukihiro "Matz" Matsumoto
3925ce9f6e
Merge pull request #2312 from take-cheeze/kind_of
...
Use `assert_kind_of` instead in `Proc#inspect` test.
2014-05-25 22:34:40 +09:00
Yukihiro "Matz" Matsumoto
218d188936
Merge pull request #2318 from yui-knk/fix-typo
...
fix typo.
2014-05-25 22:33:38 +09:00
yui-knk
83986e2636
Replace assert_true with assert_equal.
2014-05-25 20:19:41 +09:00
yui-knk
2f952a8f95
Change to use assert method.
2014-05-25 18:56:33 +09:00
yui-knk
6bdeebe3b0
fix typo.
2014-05-25 18:50:43 +09:00
ksss
bc0cf69a83
Exception#exception fix test
...
Exception.exception is not call Exception#exception.
Test for Exception#exception should call Exception#exception method.
2014-05-25 11:18:39 +09:00
Jun Hiroe
6a2eced74e
Fix assert_equal argument order in test/t/proc.rb
2014-05-25 00:34:40 +09:00
take_cheeze
2d25a15b3b
Use assert_* method instead of using result value.
...
Use `do ... end` for test block.
2014-05-24 23:39:53 +09:00