Commit Graph

2322 Commits

Author SHA1 Message Date
Laurent Sansonetti
d0eb3cac36 add WebViewDemo sample 2014-04-22 23:14:05 +02:00
Laurent Sansonetti
737f50d95b log chromium messages (useful to debug apps using webkit) 2014-04-21 19:14:58 +02:00
Laurent Sansonetti
03b12ab6e1 resource directories are now considered “assets” and not Android resources (which are apparently a completely different beast) 2014-04-21 19:14:23 +02:00
Laurent Sansonetti
6070037790 update specs to follow Class#inspect changes with 'const shortcuts' 2014-04-21 19:13:34 +02:00
Laurent Sansonetti
b6536a90db add rubymotion/proc spec, test for java.lang.Runnable functionality 2014-04-21 19:13:34 +02:00
Watson
0fe97bc9d2 [test] add test for RM-470 2014-04-21 21:40:33 +09:00
Watson
1c303ad7a1 [NEWS] fix RM-470 2014-04-21 13:00:00 +09:00
Watson
d11675d421 fix a bug which AudioUnit bridgesupport metadata are missing
http://hipbyte.myjetbrains.com/youtrack/issue/RM-470
2014-04-21 13:00:00 +09:00
Laurent Sansonetti
b5d37e2c88 add core/float/to_s spec (sadly most expectations are failing due to a precision loss - to investigate) 2014-04-21 00:28:01 +02:00
Laurent Sansonetti
5340345e7d add spec/fixnum/uminus spec 2014-04-20 23:57:56 +02:00
Laurent Sansonetti
1dabc27473 add spec/core/float/uminus spec 2014-04-20 23:54:12 +02:00
Laurent Sansonetti
77bee046dc add core/float/== spec 2014-04-20 23:34:56 +02:00
Laurent Sansonetti
e600f20111 add core/float/zero spec 2014-04-20 23:20:46 +02:00
Laurent Sansonetti
22353535d0 add core/float/hash spec 2014-04-20 23:17:31 +02:00
Laurent Sansonetti
c537374a75 add core/float/{<, <=, >, >=} specs 2014-04-20 20:43:31 +02:00
Laurent Sansonetti
006a5419bd add new core/float specs: divide, minus, multiply, plus, to_f 2014-04-20 19:39:20 +02:00
Laurent Sansonetti
1da2ee416d add core/fixnum/hash spec 2014-04-20 18:24:01 +02:00
Laurent Sansonetti
7a93cde769 add core/fixnum/== spec 2014-04-20 18:12:01 +02:00
Laurent Sansonetti
1276bc8e1c add core/fixnum/{<, <=, >, >=} specs 2014-04-20 16:32:40 +02:00
Laurent Sansonetti
2268897fb2 add be_close matcher + TOLERANCE constant 2014-04-20 14:28:00 +02:00
Laurent Sansonetti
5ccbcde97f add core/fixnum/divide spec 2014-04-20 01:19:02 +02:00
Laurent Sansonetti
87f72af8e8 add core/fixnum/multiply spec 2014-04-20 00:58:30 +02:00
Laurent Sansonetti
2608a2b2a4 add core/fixnum/minus spec 2014-04-20 00:42:18 +02:00
Laurent Sansonetti
8f629f76ca remove debug lines 2014-04-20 00:42:05 +02:00
Laurent Sansonetti
c654a6868c add core/fixnum/plus spec 2014-04-20 00:41:13 +02:00
Laurent Sansonetti
862b6b0d4e add core/fixnum/size spec 2014-04-18 23:47:43 +02:00
Laurent Sansonetti
8225808278 add core/fixnum/to_s spec 2014-04-18 23:41:01 +02:00
Laurent Sansonetti
2e61c37d92 add core/fixnum/{to_f,zero} specs 2014-04-18 22:08:55 +02:00
Laurent Sansonetti
513127a8a1 change rubymotion specs to follow new numeric changes 2014-04-18 22:08:33 +02:00
Laurent Sansonetti
78fab5a02e add core/nil specs 2014-04-18 20:32:19 +02:00
Laurent Sansonetti
261ec2538a add core/true and core/false specs 2014-04-18 19:40:48 +02:00
Laurent Sansonetti
f12397e818 the ‘files’ env variable now matches the whole path and not only the base name (makes filtering easier) 2014-04-18 18:30:24 +02:00
Laurent Sansonetti
3a6e50e3ef disable exception print at the runtime level (since we do it manually) 2014-04-18 18:29:53 +02:00
Laurent Sansonetti
0022547636 catch exceptions when running the spec blocks, print them and count them 2014-04-18 18:29:25 +02:00
Eloy Durán
8dda512b53 [NEWS] Document various localization improvements. 2014-04-17 16:35:43 +02:00
Eloy Durán
22c4830c39 [vm] sync 2014-04-17 16:32:22 +02:00
Eloy Durán
e68f4df9b4 [Cocoa Macros] Add tests for NSLocalizedString et al. 2014-04-17 16:23:55 +02:00
Eloy Durán
3edddb9f5b [test] Make tests work if no explicit deployment_target is set. 2014-04-17 16:23:55 +02:00
Eloy Durán
2c32806de1 [builder] Also compile .strings files inside other bundles. 2014-04-17 16:23:55 +02:00
Hwee-Boon Yar
165f30fd45 [builder] Compile .strings resource files as binary plists.
Signed-off-by: Eloy Durán <eloy.de.enige@gmail.com>
2014-04-17 16:23:55 +02:00
Watson
12e30aa21d [NEWS] fix RM-473 2014-04-17 15:54:58 +09:00
Laurent Sansonetti
a192545b12 log errors from AndroidRuntime (ex. app crashing due to an uncaught exception) 2014-04-16 14:12:47 +02:00
Laurent Sansonetti
a58113b1da add .gitignore file 2014-04-16 13:08:35 +02:00
Laurent Sansonetti
cf46459c2e clean up local references created by the ruby source init functions 2014-04-16 13:08:35 +02:00
Watson
93882b6aa8 [test] fix a wrong declaration of synthesize 2014-04-15 16:44:42 +09:00
Watson
d59198a0c4 add build-MacOSX into gitignore
build-MacOSX is created when run `rake spec:all'
2014-04-15 10:36:56 +09:00
Watson
acb255e1e7 [NEWS] fix RM-468 2014-04-15 10:36:19 +09:00
Watson
8d54d73794 [test] add specs for RM-468 and RM-457 2014-04-15 10:35:19 +09:00
Laurent Sansonetti
e4c78ae0a0 add language/string spec (with caveats) 2014-04-15 00:29:38 +02:00
Laurent Sansonetti
24f77d2290 add be_an_instance_of matcher 2014-04-15 00:25:16 +02:00