Created
November 17, 2010 06:53
-
-
Save goyox86/703082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2010-11-16 03:59:05 +0100] bakkdoor|afk: right now | |
[2010-11-16 03:59:07 +0100] bakkdoor|afk: but it always changes | |
[2010-11-16 03:59:16 +0100] bakkdoor|afk: which means there's something wrong in the compile process somehow | |
[2010-11-16 03:59:30 +0100] bakkdoor|afk: -> Caused by: undefined method `if:' on nil:NilClass. (NoMethodError) | |
[2010-11-16 04:00:18 +0100] goyox86: man imho the error is in the implementation of RubyArgs and MessageSend | |
[2010-11-16 04:00:45 +0100] bakkdoor|afk: hm | |
[2010-11-16 04:03:09 +0100] goyox86: MessageSend is never checking if the receiver is nil, but taht is not the error | |
[2010-11-16 04:04:38 +0100] bakkdoor|afk: no | |
[2010-11-16 04:04:46 +0100] bakkdoor|afk: i think it has to do with what the bootstrap t ask does | |
[2010-11-16 04:04:54 +0100] bakkdoor|afk: it changes files in boot/.compiled/ | |
[2010-11-16 04:05:01 +0100] bakkdoor|afk: which are checked in in git | |
[2010-11-16 04:05:11 +0100] bakkdoor|afk: but when i run rake bootstrap those .fyc files are changed | |
[2010-11-16 04:05:16 +0100] bakkdoor|afk: i suppose that's causing the problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment