On Jul 10, 2009, at 12:44 PM, Perry Smith wrote:
On Jul 10, 2009, at 1:58 PM, Laurent Sansonetti wrote:
Indeed, raising an exception is very slow for us since we use C++
exceptions, but it's only used in exceptional cases, or in very
explicit use cases like returning from a block (the othe
On Jul 10, 2009, at 1:58 PM, Laurent Sansonetti wrote:
Indeed, raising an exception is very slow for us since we use C++
exceptions, but it's only used in exceptional cases, or in very
explicit use cases like returning from a block (the other return
statements don't use an exception). Als
Hi Perry,
On Jul 10, 2009, at 5:14 AM, Perry Smith wrote:
Hi Laurent,
You used the term "block" below. I don't know enough about the code
yet but I would assume that "block" means either a basic block or
something between curly braces. Those entities do not have "ensure"
-- (oh, gee, y
This is a regression introduced by my last commit, I was working on a
fix yesterday but it's not complete yet. I will continue today and
commit later :)
Laurent
On Jul 10, 2009, at 5:40 AM, Perry Smith wrote:
I just did "svn update", rake clean, rake and got:
../../miniruby -I../.. -I../.
That's correct :)
Eloy
On 10 jul 2009, at 19:31, Mike Sassak wrote:
Is the critical tag reserved for specs that cause an unrecoverable
error in the interpreter, or can they also sometimes indicate
priority? In other words, if a tag marked critical starts failing at
the assertion/expectati
Is the critical tag reserved for specs that cause an unrecoverable error in
the interpreter, or can they also sometimes indicate priority? In other
words, if a tag marked critical starts failing at the assertion/expectation
level, rather than at the interpreter level, should that tag be changed to
I just did "svn update", rake clean, rake and got:
../../miniruby -I../.. -I../../lib ./tools/preproc.rb ../../parse.y --
output=ripper.y
ambiguous option: --output=ripper.y
Usage: preproc.rb [--output=PATH]
--output=PATHAn output file.
--help
Hi Laurent,
You used the term "block" below. I don't know enough about the code
yet but I would assume that "block" means either a basic block or
something between curly braces. Those entities do not have "ensure"
-- (oh, gee, you used the term block here too...) Anyway. My
thought /
I think Laurent will write specific MacRuby specs for these
differences, so you could look it up from there and write the wiki. Or
others interested could simply check the specs to see it for themselves.
Eloy
On Jul 9, 2009, at 10:12 PM, Rich Morin wrote:
I've been studiously avoiding doin
Yes indeed, the ones that segfault should be tagged as critical.
To list all current critical tags:
$ ./mspec/bin/mspec tag --list critical -B ./spec/macruby.mspec :full
Cheers,
Eloy
On Jul 10, 2009, at 4:21 AM, Laurent Sansonetti wrote:
I think the plan is to tag these as "critical". At least
10 matches
Mail list logo