Re: [pypy-dev] [pypy-svn] r33528 - in pypy/dist/pypy/translator: jvm jvm/src jvm/test oosupport
by Carl Friedrich Bolz other posts by this author
Oct 23 2006 2:59AM messages near this date
Re: [pypy-dev] [pypy-svn] r33528 - in pypy/dist/pypy/translator: jvm jvm/src jvm/test oosupport
|
Re: [pypy-dev] [pypy-svn] r33528 - in pypy/dist/pypy/translator: jvm jvm/src jvm/test oosupport
Maciek Fijalkowski wrote:
> Niko Matsakis wrote:
>
> >> As well as some of your commits have broken JS tests. I'm not totally
> >> convinced that my attempt (returning void) is better than your (not
> >> returning void), but please at least run JS tests and check if nothing
> >> is broken. If you brake something, but you're totally convinced that
> >> I'm
> >> the one who should fix something please at least contact me, I would be
> >> happy to sort things out.
> >
> > My sincere apologies! I was trying to be careful not to break
> > things, but evidently not careful enough. I will make sure to run
> > the JS tests in the future --- I didn't in the past because I assumed
> > I did not have the required software.
> >
> > Regarding the change to get_ and set_field to make it ignore Void
> > arguments, I ported that from the CLI code --- I mentioned it on IRC
> > and people thought it was a good idea. I don't really understand too
> > well whether it is necessary or not, but I am afraid that your change
> > might break the CLI tests, as previously they relied upon their own
> > version of the GetField MetaVM op which *did* ignore the Void
> > operations.
> >
> > Again, my apologies for breaking things. :)
I think it happened to everybody at one point.
> Sorry for being too agressive :-] Actually I do agree with you and I'll
> make JS working that way. Just please inform me each time you change
> something which breaks tests explicitely.
Well, actually your fix broke the cli tests :-).
Cheers,
Carl Friedrich
_______________________________________________
pypy-dev@[...].net
http://codespeak.net/mailman/listinfo/pypy-dev
Thread:
Maciek Fijalkowski
Maciek Fijalkowski
Niko Matsakis
Maciek Fijalkowski
Carl Friedrich Bolz
Maciek Fijalkowski
|