Commit Graph

1300 Commits

Author SHA1 Message Date
Watson
b88878edd3 sync 2013-07-23 13:51:48 +09:00
Watson
f46920dc22 add test case for RM-224 2013-07-23 13:32:15 +09:00
Laurent Sansonetti
aa668c58a7 fix wording + style 2013-07-22 20:24:04 +02:00
Laurent Sansonetti
59e829527e fix wording 2013-07-22 20:19:06 +02:00
Laurent Sansonetti
049056fe66 sync 2013-07-22 20:13:27 +02:00
Laurent Sansonetti
b51f42a385 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-22 20:02:31 +02:00
Watson
81e6ee5666 show the message that crash log might have been created 2013-07-23 02:30:56 +09:00
Watson
b503784a73 terminate RELP with exit status 0 if press CTRL + C 2013-07-23 02:27:30 +09:00
Laurent Sansonetti
128e7bb129 sync 2013-07-22 17:58:30 +02:00
Laurent Sansonetti
6131ff9e03 sync 2013-07-22 13:24:38 +02:00
Laurent Sansonetti
7eff143ec0 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-22 13:23:34 +02:00
Laurent Sansonetti
d9d6c379ea more tests 2013-07-22 13:22:44 +02:00
Watson
1795f11a0f move `rake crashlog' task into project.rb 2013-07-22 20:18:18 +09:00
Watson
bdd7e1f8a9 add line in NEWS 2013-07-22 14:43:07 +09:00
Watson
83764c4c07 add `rake crashlog' task to show a last crash log
http://hipbyte.myjetbrains.com/youtrack/issue/RM-208
2013-07-22 14:41:55 +09:00
Watson
6506f5217f add line in NEWS 2013-07-22 14:17:56 +09:00
Watson
c5a62f9b34 fix a bug where it could not use NSUIntegerMax in iOS 7
http://hipbyte.myjetbrains.com/youtrack/issue/RM-222

Add objc/NSObjCRuntime.h to generate a bridgesupport because NSUIntegerMax is defined in /usr/include/objc/NSObjCRuntime.h
2013-07-22 14:14:59 +09:00
Watson
87e82fced4 add line in NEWS 2013-07-20 12:33:44 +09:00
Watson
3b75fb79ee fix a bug in build system where app does not work on iOS5 device
http://hipbyte.myjetbrains.com/youtrack/issue/RM-221

The compile flags for device are missing.
This bug was introduced by 2617e9a3e4
2013-07-20 12:32:55 +09:00
Laurent Sansonetti
af427bd35d rewrite spec 2013-07-19 18:09:58 +02:00
Laurent Sansonetti
e0aca0e09e remove default exception handlers in main() 2013-07-19 18:05:19 +02:00
Laurent Sansonetti
17e464b033 Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-19 14:43:13 +02:00
Watson
700149d734 sync 2013-07-19 16:51:55 +09:00
Watson
fd3d36c4df add line in NEWS 2013-07-19 16:50:46 +09:00
Watson
8384e336f9 fix a bug in debugger where built-in debug commands are not working
http://hipbyte.myjetbrains.com/youtrack/issue/RM-187

This bug was introduced by 3847d29e31
2013-07-19 16:48:38 +09:00
Laurent Sansonetti
deceecfff3 more tests 2013-07-18 17:13:20 +02:00
Laurent Sansonetti
c97eba1d1e Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-18 17:09:07 +02:00
Laurent Sansonetti
a4a3c4700e sync 2013-07-18 17:08:59 +02:00
Watson
e8f957feac sync 2013-07-18 09:54:13 +09:00
Watson
db13d8548a fix the error in compile_spec 2013-07-18 09:53:42 +09:00
Laurent Sansonetti
38e25347b3 sync 2013-07-16 16:07:11 +02:00
Laurent Sansonetti
70e6149d0e remove Hash.new{} test as it's now in cycle_spec.rb 2013-07-16 14:53:31 +02:00
Laurent Sansonetti
087e0fc1a4 add cycle tests 2013-07-16 14:53:09 +02:00
Laurent Sansonetti
139276ab1b sync 2013-07-16 13:59:50 +02:00
Laurent Sansonetti
8e597348cc sync 2013-07-16 01:59:14 +02:00
Laurent Sansonetti
3e76ae9016 add tests for c-level block dealloc 2013-07-16 01:59:00 +02:00
Laurent Sansonetti
ae4fb41c4e sync 2013-07-15 14:55:22 +02:00
Laurent Sansonetti
373799a826 add test for dvar->lvar loop bug 2013-07-15 14:50:20 +02:00
Laurent Sansonetti
ab7c6b4a9e sync 2013-07-15 13:56:09 +02:00
Laurent Sansonetti
6da91c47d3 sync 2013-07-15 13:53:55 +02:00
Laurent Sansonetti
4f6924c931 add test for nested dvar / break bug 2013-07-15 13:40:53 +02:00
Watson
9dc1e402d6 sync 2013-07-14 08:20:31 +09:00
Watson
950cb9a4d6 add tests for NSMutableArray#{first(n), last(n), pop(n), shift(n)} (RM-205) 2013-07-14 07:38:29 +09:00
Laurent Sansonetti
6a3f916c8f Merge branch 'master' of github.com:lrz/RubyMotion 2013-07-13 14:41:50 +02:00
Laurent Sansonetti
ff32d809d6 add test for Hash.new{} leak 2013-07-13 14:41:37 +02:00
Watson
8ed666ea68 add line in NEWS 2013-07-13 13:06:21 +09:00
Watson
3d6ac4fea6 fix warning message where it would display "ld: warning: ObjC object file xxxx"
The warning message will be displayed when use Xcode 5 even if deployment_target is not iOS 7.
This will fix c2fc9959ed

% rake
     Build ./build/iPhoneSimulator-6.1-Development
   Compile ./app/app_delegate.rb
    Create ./build/iPhoneSimulator-6.1-Development/hello.app
      Link ./build/iPhoneSimulator-6.1-Development/hello.app/hello
ld: warning: ObjC object file (./build/iPhoneSimulator-6.1-Development/objs/init.o) was compiled for iOS Simulator, but linking for MacOSX
2013-07-13 13:04:46 +09:00
Watson
c22e818c1c fix the version number in NEWS 2013-07-13 12:30:42 +09:00
Watson
a9286e81e8 add line in NEWS 2013-07-13 12:29:19 +09:00
Andrew Babichev
6ae8b7b23e String deployment_target and sdk_version comparison fix 2013-07-13 12:05:44 +09:00