Yukihiro "Matz" Matsumoto
|
69ba4f0ed5
|
instance_methods etc should not include undef'ed method names; based on a patch from @cremno; fix #2613
|
2014-10-20 11:11:26 +09:00 |
|
Tatsuhiko Kubo
|
bd6dc0da77
|
Add test for Numeric#pow.
|
2014-08-25 17:18:24 +09:00 |
|
Tatsuhiko Kubo
|
2b283393c6
|
Remove empty lines.
|
2014-08-20 12:07:36 +09:00 |
|
Kouhei Sutou
|
e75e2083fd
|
Fix a bug that class variable can't be referenced from class method
Class method defined in singleton class should be evaluated in class
context not singleton class context.
fix #2515
|
2014-08-09 15:06:17 +09:00 |
|
dreamedge
|
0b8a0f4bb4
|
add Module#module_function
|
2014-07-18 09:50:54 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ba0ddb7819
|
fix conflict resolution mistake
|
2014-06-19 01:55:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
a47cc0c211
|
resolve conflict
|
2014-06-18 23:44:24 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
42f5b741ea
|
remove superclass test for classes that do not exist in mruby (core)
|
2014-06-18 15:54:43 +09:00 |
|
take_cheeze
|
77047b5ed4
|
Test all ISO defined classes direct superclass except Object class.
Move mrbgems ISO direct superclass test to `superclass.rb`.
Skips test if class isn't defined.
Close #2332.
|
2014-06-15 17:07:01 +09:00 |
|
take_cheeze
|
ec5b055694
|
Move direct superclass checking to test/t/superclass.rb.
|
2014-06-15 15:02:21 +09:00 |
|
ksss
|
bd53818999
|
str_replace: self should not be shared and nofree
|
2014-06-11 14:42:18 +00:00 |
|
Yukihiro "Matz" Matsumoto
|
6459a98448
|
move String#clear to mruby-string-ext; ref #2370
|
2014-06-07 22:28:42 +09:00 |
|
Jun Hiroe
|
9709fe79a3
|
Implement String#clear
|
2014-06-07 16:15:32 +09:00 |
|
take_cheeze
|
acec9d1ff1
|
Implement NoMethodError#args.
|
2014-06-02 22:38:02 +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
|
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 |
|
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 |
|
Yukihiro "Matz" Matsumoto
|
fc557085d8
|
Merge pull request #2304 from ksss/class-new
Class.new do not call `class_eval'
|
2014-05-22 14:12:03 +09:00 |
|
ksss
|
1f3d7e939f
|
Class.new add test case
|
2014-05-22 00:11:40 +09:00 |
|
ksss
|
0bd8e48773
|
Module#initialize set created object
for block argument
|
2014-05-21 23:09:19 +09:00 |
|
yui-knk
|
756bfa6cd2
|
Correct comment in exception test.
|
2014-05-20 23:02:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
929328ad3b
|
Merge pull request #2295 from ksss/module-initialize
Implement Module#initialize (15.2.2.4.31)
|
2014-05-20 16:22:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
7195600dbf
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-05-20 11:27:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4b6de9dea6
|
update raise in ensure test
|
2014-05-20 11:25:17 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3fc8f0435a
|
correct comment; ref #2297
|
2014-05-20 11:24:15 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b0477f1d3f
|
Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into yui-knk-add-exception-test
|
2014-05-20 11:22:49 +09:00 |
|
yui-knk
|
f55851cb74
|
Add 'Raise in rescue' test to exception.
|
2014-05-20 00:02:03 +09:00 |
|
take_cheeze
|
d8d07a2345
|
Move Kernel.local_variables to core.
|
2014-05-19 22:05:02 +09:00 |
|
ksss
|
ffbf90bdc8
|
Implement Module#initialize (15.2.2.4.31)
|
2014-05-19 19:28:42 +09:00 |
|
Carson McDonald
|
aa2e03cdf6
|
Add test for remove_instance_variable
|
2014-05-18 15:53:11 -04:00 |
|
ksss
|
464bbbddc7
|
instance method name use "#" instead of "." for assert
|
2014-05-18 10:54:23 +09:00 |
|
take_cheeze
|
49cf477688
|
Fix #2259 .
|
2014-05-16 19:58:36 +09:00 |
|
yui-knk
|
b9e9ce9237
|
Add ISO No. to Integer#divmod test.
|
2014-05-14 08:48:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
15a2003aeb
|
Merge pull request #2190 from cremno/mrbtest-mrb_int-constants
test fixnum overflow for add, sub and mul
|
2014-05-13 18:16:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
40378f9519
|
Merge pull request #2243 from yui-knk/fix-iso
Fix ISO No.
|
2014-05-13 12:49:11 +09:00 |
|
yui-knk
|
935a4ccce7
|
Fix ISO No.
|
2014-05-13 09:48:02 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b584eaf64b
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-05-13 09:14:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b4657182da
|
convert &arg using to_proc; fix #2242
|
2014-05-13 09:13:33 +09:00 |
|
Jun Hiroe
|
ab2ce33859
|
Fix Hash test
|
2014-05-12 20:47:44 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
adea2ca371
|
Merge pull request #2223 from yui-knk/fix-nameerror
Delete unused NameError#new. And add test.
|
2014-05-10 13:11:00 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e59c6a1100
|
Merge pull request #2226 from yui-knk/hash-merge-error
Change to raise TypeError (Hash#merge, #merge!)
|
2014-05-10 11:14:55 +09:00 |
|
yui-knk
|
658a00ba49
|
Change to raise TypeError (Hash#merge, #merge!)
|
2014-05-10 10:18:15 +09:00 |
|
ksss
|
7dbfe19fc6
|
OP_ENTER fix segmentation fault
|
2014-05-10 09:43:32 +09:00 |
|
yui-knk
|
1a00a34cc2
|
Delete unused NameError#new. And add test.
|
2014-05-10 01:12:52 +09:00 |
|