ruote tmp/log_2013-01-03.html

2013-01-03 11:38:25 utc hartog happy new year all!
2013-01-03 11:38:57 utc hartog jmettraux: are you available?
2013-01-03 12:09:14 utc jmettraux hartog: hello, happy new year
2013-01-03 12:12:02 utc hartog thx!
2013-01-03 12:12:25 utc hartog i've got a sexp_processor thingy i'd like to run by you if you have the time...
2013-01-03 12:12:33 utc hartog perhaps you can point me in the right direction...
2013-01-03 12:12:51 utc jmettraux I'll try
2013-01-03 12:13:47 utc hartog mom - ill poor it into a gist
2013-01-03 12:14:30 utc jmettraux your mom is ill and she's too poor to use gist?
2013-01-03 12:14:48 utc jmettraux bad son
2013-01-03 12:18:09 utc hartog :D
2013-01-03 12:18:18 utc hartog mom == just a momemt
2013-01-03 12:18:23 utc hartog https://gist.github.com/aae9755c81c5187ffc22
2013-01-03 12:18:51 utc hartog I updated to ruote 2.3.0.1 and then the proc in 'ruote.rb' started to give me the error above
2013-01-03 12:19:04 utc hartog s/above/in error.text/
2013-01-03 12:20:01 utc hartog who is to blame?
2013-01-03 12:20:15 utc hartog and why?
2013-01-03 12:20:49 utc hartog line 34 of pythia/core/ruote.rb would correspond with ruote.rb line 7
2013-01-03 12:20:50 utc jmettraux 2.times { puts "I don't know" }
2013-01-03 12:20:59 utc hartog darn
2013-01-03 12:21:36 utc jmettraux how about trying with Parslet 1.4.0 or 1.4.1?
2013-01-03 12:21:49 utc jmettraux I have noticed that 1.5.0 is ruote-averse
2013-01-03 12:22:07 utc hartog optimistic way of putting it :D
2013-01-03 12:22:28 utc jmettraux meanwhile I'll look at sourcify
2013-01-03 12:22:56 utc hartog nothing changed in sourcify for 2 years
2013-01-03 12:23:11 utc hartog would be very peculiar if there is a blame there
2013-01-03 12:23:27 utc hartog because when I revert my Gemfile* it just works again
2013-01-03 12:24:07 utc jmettraux sourcify dependencies
2013-01-03 12:24:20 utc hartog those would be the most likely culprit
2013-01-03 12:24:42 utc hartog ruby-ist tend not to play nice when it comes to backwards compatability
2013-01-03 12:24:58 utc jmettraux ruby_parser 2.3.1 is safe
2013-01-03 12:25:51 utc jmettraux the culprit is ruote 2.3.0.1 gemspec
2013-01-03 12:26:33 utc hartog care to explain?
2013-01-03 12:26:35 utc jmettraux it doesn't nail ruby_parser
2013-01-03 12:27:00 utc jmettraux sourcify is dependent on ruby_parser
2013-01-03 12:27:13 utc jmettraux as you can see from your diff, your update is upgrading ruby_parser
2013-01-03 12:27:19 utc jmettraux and that breaks sourcify
2013-01-03 12:27:30 utc hartog nice :)
2013-01-03 12:27:50 utc jmettraux https://github.com/jmettraux/ruote/blob/master/ruote.gemspec#L27 <-- this is on master
2013-01-03 12:27:51 utc hartog i have found a way to express my Gemfile so that it works - many thanks for the help so far!
2013-01-03 12:28:08 utc hartog do you want me to create an issue on github?
2013-01-03 12:28:15 utc hartog or will you do it yourself?
2013-01-03 12:28:22 utc jmettraux it's already fixed
2013-01-03 12:28:33 utc hartog ok
2013-01-03 12:28:40 utc hartog vielen dank!
2013-01-03 12:28:47 utc hartog and now; lunch!
2013-01-03 12:28:58 utc jmettraux https://github.com/jmettraux/ruote/blob/master/ruote.gemspec#L27
2013-01-03 12:29:09 utc jmettraux https://github.com/jmettraux/ruote/commit/2f43e86ba32d73448cd273c15c24168f3d1738cd
2013-01-03 12:29:32 utc jmettraux ruby_parser and blankslate are pains in the ass
2013-01-03 12:29:33 utc hartog stuff of legends!