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
rake bootstrap | |
(in /Users/goyox86/Desktop/code/fancy) | |
flex --outfile /Users/goyox86/Desktop/code/fancy/boot/parser/lexer.c --header-file=lexer.h /Users/goyox86/Desktop/code/fancy/boot/parser/lexer.lex | |
bison --output /Users/goyox86/Desktop/code/fancy/boot/parser/parser.c -d -v /Users/goyox86/Desktop/code/fancy/boot/parser/parser.y | |
/Users/goyox86/Desktop/code/fancy/boot/parser/parser.y:177.17-25: warning: type clash on default action: <object> != <> | |
/Users/goyox86/Desktop/code/fancy/boot/parser/parser.y: conflicts: 261 shift/reduce, 40 reduce/reduce | |
rbx /Users/goyox86/Desktop/code/fancy/boot/parser/extconf.rb | |
checking for main() in -lfl... yes | |
creating Makefile | |
make -C /Users/goyox86/Desktop/code/fancy/boot/parser |
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
rake bootstrap | |
(in /Users/goyox86/Desktop/code/fancy-lang) | |
rbx /Users/goyox86/Desktop/code/fancy-lang/boot/parser/extconf.rb | |
checking for main() in -lfl... yes | |
creating Makefile | |
make -C /Users/goyox86/Desktop/code/fancy-lang/boot/parser | |
gcc -I. -I. -I/Users/goyox86/.rvm/rubies/rbx-head/include -I/Users/goyox86/Desktop/code/fancy-lang/boot/parser -ggdb3 -O2 -fPIC -c ext.c | |
gcc -I. -I. -I/Users/goyox86/.rvm/rubies/rbx-head/include -I/Users/goyox86/Desktop/code/fancy-lang/boot/parser -ggdb3 -O2 -fPIC -c lexer.c | |
gcc -I. -I. -I/Users/goyox86/.rvm/rubies/rbx-head/include -I/Users/goyox86/Desktop/code/fancy-lang/boot/parser -ggdb3 -O2 -fPIC -c parser.c | |
cc -dynamic -bundle -undefined suppress -flat_namespace -o fancy_parser_ext.bundle ext.o lexer.o parser.o -L. -L/Users/goyox86/.rvm/rubies/rbx-head/lib -lfl |
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
Goyox86s-MacBook:fancy goyox86$ rake | |
(in /Users/goyox86/Desktop/code/fancy) | |
rbx /Users/goyox86/Desktop/code/fancy/boot/load.rb /Users/goyox86/Desktop/code/fancy/lib/boot.fyc /Users/goyox86/Desktop/code/fancy/lib/compiler.fyc /Users/goyox86/Desktop/code/fancy/lib/compiler/command.fyc /Users/goyox86/Desktop/code/fancy/boot/compile.fyc -- /Users/goyox86/Desktop/code/fancy/lib/argv.fy /Users/goyox86/Desktop/code/fancy/lib/array.fy /Users/goyox86/Desktop/code/fancy/lib/block.fy /Users/goyox86/Desktop/code/fancy/lib/boot.fy /Users/goyox86/Desktop/code/fancy/lib/class.fy /Users/goyox86/Desktop/code/fancy/lib/compiler.fy /Users/goyox86/Desktop/code/fancy/lib/directory.fy /Users/goyox86/Desktop/code/fancy/lib/documentation.fy /Users/goyox86/Desktop/code/fancy/lib/enumerable.fy /Users/goyox86/Desktop/code/fancy/lib/eval.fy /Users/goyox86/Desktop/code/fancy/lib/fancy_spec.fy /Users/goyox86/Desktop/code/fancy/lib/fdoc.fy /Users/goyox86/Desktop/code/fancy/lib/fdoc_hook.fy /Users/goyox86/Desktop/code/fancy/lib/file.fy /Use |
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
Goyox86s-MacBook:fancy goyox86$ rake bootstrap | |
(in /Users/goyox86/Desktop/code/fancy) | |
mkdir -p /Users/goyox86/Desktop/code/fancy/boot/compiler/parser/ext | |
cp /Users/goyox86/Desktop/code/fancy/lib/parser/ext/fancy_parser.bundle /Users/goyox86/Desktop/code/fancy/boot/compiler/parser/ext/fancy_parser.bundle | |
rbx /Users/goyox86/Desktop/code/fancy/boot/load.rb /Users/goyox86/Desktop/code/fancy/boot/compiler/boot.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compiler.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compiler/command.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compile.fyc -- /Users/goyox86/Desktop/code/fancy/lib/argv.fy /Users/goyox86/Desktop/code/fancy/lib/array.fy /Users/goyox86/Desktop/code/fancy/lib/block.fy /Users/goyox86/Desktop/code/fancy/lib/boot.fy /Users/goyox86/Desktop/code/fancy/lib/class.fy /Users/goyox86/Desktop/code/fancy/lib/compiler.fy /Users/goyox86/Desktop/code/fancy/lib/directory.fy /Users/goyox86/Desktop/code/fancy/lib/documentation.fy /Users/goyox86/Desktop/code/f |
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
rake bootstrap | |
(in /Users/goyox86/Desktop/code/fancy) | |
mkdir -p /Users/goyox86/Desktop/code/fancy/boot/compiler/parser/ext | |
cp /Users/goyox86/Desktop/code/fancy/lib/parser/ext/fancy_parser.bundle /Users/goyox86/Desktop/code/fancy/boot/compiler/parser/ext/fancy_parser.bundle | |
rbx /Users/goyox86/Desktop/code/fancy/boot/load.rb /Users/goyox86/Desktop/code/fancy/boot/compiler/boot.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compiler.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compiler/command.fyc /Users/goyox86/Desktop/code/fancy/boot/compiler/compile.fyc -- /Users/goyox86/Desktop/code/fancy/lib/argv.fy /Users/goyox86/Desktop/code/fancy/lib/array.fy /Users/goyox86/Desktop/code/fancy/lib/block.fy /Users/goyox86/Desktop/code/fancy/lib/boot.fy /Users/goyox86/Desktop/code/fancy/lib/class.fy /Users/goyox86/Desktop/code/fancy/lib/compiler.fy /Users/goyox86/Desktop/code/fancy/lib/directory.fy /Users/goyox86/Desktop/code/fancy/lib/documentation.fy /Users/goyox86/Desktop/code/fancy/lib/enumerable.fy /Users/g |
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/ |
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
bin/fancy | |
Welcome to the (still very simple) Fancy REPL | |
Fancy 0.2.0 alpha | |
>> 1 | |
no method 'eval_source=' on an instance of Rubinius::CompiledMethod::Script. | |
>> |
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
Goyox86s-MacBook:fancy-fresh goyox86$ bin/fancy | |
Welcome to the (still very simple) Fancy REPL | |
Fancy 0.2.0 alpha | |
>> 100 times: { "yay - fancy on rbx!" println } | |
no method 'eval_source=' on an instance of Rubinius::CompiledMethod::Script. | |
>> |
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
== CreateFaxInvites: migrating =============================================== | |
-- create_table(:fax_invites) | |
-> 0.1155s | |
== CreateFaxInvites: migrated (0.1158s) ====================================== | |
== PatientProfileAddFeetInches: migrating ==================================== | |
-- add_column(:patient_profiles, :height_feet, :integer) | |
-> 0.1307s | |
-- add_column(:patient_profiles, :height_inches, :integer) | |
-> 0.1345s |
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
bundle exec rake cucumber | |
(in /Users/goyox86/Code/CareShare) | |
bundle exec /Users/goyox86/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -I "/Users/goyox86/.rvm/gems/ruby-1.8.7-p334@care/gems/cucumber-0.10.2/lib:lib" "/Users/goyox86/.rvm/gems/ruby-1.8.7-p334@care/gems/cucumber-0.10.2/bin/cucumber" --profile default | |
Using the default profile... | |
..F--...F--.F-----........F-----.F-----.F-----.F-----.F-----.F------.F-----........F-----.F-----.F--........F----- | |
(::) failed steps (::) | |
Table 'care_test.rewards' doesn't exist (Mysql2::Error) | |
./lib/rewards.rb:23:in `save_reward' |