Anyone want to take a crack at an argument error I'm seeing in Sinatra on master-1.9 ?I use isolate and rake 0.9.6, I'm sure any rake version will be fine.$ maglev-gem listisolate (3.2.2)rake (0.9.6)
The rest of the gems get installed in ./tmp through Isolate and that bit all seems fine.you run it with$ maglev-ruby rack.rband it argument errors. I think it does so in a method called encode in Sinatra::Base. It uses some Regexp stuff, but it looks pretty simple, and I can't see any problems with those Regexps from maglev-irbI attached a tarball. Along with rack.rb to start it, there should be config.ru, Isolate and web_app.rb with the actual routes in them.cheers,Jon
--
You received this message because you are subscribed to the Google Groups "MagLev Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to maglev-discuss...@googlegroups.com.
To post to this group, send email to maglev-d...@googlegroups.com.
Visit this group at http://groups.google.com/group/maglev-discussion?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Excellent news. Thanks Tim!