On Sun Mar 16 10:57:07 2008, [EMAIL PROTECTED] wrote:
> Matt, chromatic:
>
> This test is still in TODO status as of r26404. Can you provide us with
> an update as to the ticket's status?
>
> Thank you very much.
> kid51
Sure. I investigated the issue a while back, and the whole thing is basica
Fixed in r19073.
--
Matt Diephouse
Applied in r18355. Thanks!
--
Matt Diephouse
On Mon Apr 16 13:07:22 2007, [EMAIL PROTECTED] wrote:
> Without this patch, for runtime/parrot/library/config.pir to work, parrot
> has to be run in its root directory (in fact, there was an XXX note in there
> saying so.)
>
> I changed Parrot_get_runtime_prefix not to return a const value because
First, the test (rearranged to include only the relevant parts):
+.sub main :main
+.local string ok, not_ok
+ok = "ok"
+not_ok = "not ok"
+
+# if 'not ok' is printed, it means that the lexical environment
+# for the first closure in each pair, (where "out" = "ok")
+# wa
On Mon Apr 23 13:39:40 2007, [EMAIL PROTECTED] wrote:
> Gracias. I attached one more small patch that gets rid of two
> seemingly unnecessary lines in smop_init() - they're easy to miss when
> one's looking at the big picture.
Applied in r18321. Thanks!
--
Matt Diephouse
On Fri Mar 09 09:27:22 2007, [EMAIL PROTECTED] wrote:
> I noticed that if you cloned an iterator that you had already
> "shifted", the clone started at the beginning, rather than at the
> original's current location.
Applied in r17691 with one change: C89 specifies that all variable declarations
Applied in r17484 with updated tests and a test for the get_namespace() method.
Thanks! I couldn't get patch to apply the patch, so I applied it by hand.
Committed in r17411.
On Wed Mar 07 17:02:47 2007, mdiep wrote:
> This gets us close to what I want:
>
>
>
> void* invoke(void *next) {
> STRING *meth = CONST_STRING(interp, "__invoke");
> STRING *meth_v = CONST_STRING(interp, "invoke");
> PMC *sub = Parrot_find_vtable_meth(interp, pmc, m
This was fixed a few minutes ago in r16458. You'll need to re-up and
re-configure. Sorry for
the inconvenience.
--
Matt Diephouse
Fixed in r15971. The MMD code checks that the sub is a Sub PMC so it can get
the signature. I
expanded the check to work with Closure PMCs as well.
mdiep wrote:
> Trying to use an Iterator with a NameSpace makes Parrot segfault:
>
>mini:~/Projects/parrot mdiep$ cat test.pir
>.sub main :main
> .local pmc iter, ns
> ns = get_namespace
>
> iter = new .Iterator, ns
>loop:
> unless iter goto loop_end
> $P0 = s
This is done as of r10803.
Leo has been kind enough to implement this, any many other unicode functions,
enabling Tcl to
once again pass 100% of its tests (with just a little cheating).
leo++
--
matt diephouse
I've just closed the ticket. Thanks.
16 matches
Mail list logo