* Preparing for 2.0.6
@ 2012-06-28 20:05 Ludovic Courtès
2012-06-28 20:27 ` Ian Price
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Ludovic Courtès @ 2012-06-28 20:05 UTC (permalink / raw)
To: guile-devel
Hello!
Still hesitant between writing a native code back-end for IA64 and
making Guile multiboot-compliant? Hesitate no more!
Time has come for 2.0.6, so let’s squash bugs!
One thing I’d like to get in by then is the SRFI-9 “functional record
setters”. Mark: what’s your take on this?
Optionally, integrating SRFI-64 would be great.
Other than that, fixing as many bugs as we can.
Any other ideas?
Andy: would you like to take care of NEWS? :-)
I’ll be mostly away from July 9th for some time, so I could push the
tarball by then, or otherwise during the GHM.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-28 20:05 Preparing for 2.0.6 Ludovic Courtès
@ 2012-06-28 20:27 ` Ian Price
2012-06-28 21:35 ` Andy Wingo
2012-06-29 1:09 ` Noah Lavine
2 siblings, 0 replies; 11+ messages in thread
From: Ian Price @ 2012-06-28 20:27 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: Andy Wingo, guile-devel
ludo@gnu.org (Ludovic Courtès) writes:
> Any other ideas?
Yes, could you or Andy look at my patch for chunked encoding? I first
pointed issue this out round about last September, and it would be nice
to finally have support for it in guile proper. I'm happy with the
overall design, but it may need a rebase first.
--
Ian Price
"Programming is like pinball. The reward for doing it well is
the opportunity to do it again" - from "The Wizardy Compiled"
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-28 20:05 Preparing for 2.0.6 Ludovic Courtès
2012-06-28 20:27 ` Ian Price
@ 2012-06-28 21:35 ` Andy Wingo
2012-06-29 1:09 ` Noah Lavine
2 siblings, 0 replies; 11+ messages in thread
From: Andy Wingo @ 2012-06-28 21:35 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
On Thu 28 Jun 2012 22:05, ludo@gnu.org (Ludovic Courtès) writes:
> Time has come for 2.0.6, so let’s squash bugs!
Yay!
> Andy: would you like to take care of NEWS? :-)
Sure :)
> I’ll be mostly away from July 9th for some time, so I could push the
> tarball by then, or otherwise during the GHM.
Let's aim for 9 July, and check in next week and see how things are
going.
Andy
--
http://wingolog.org/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-28 20:05 Preparing for 2.0.6 Ludovic Courtès
2012-06-28 20:27 ` Ian Price
2012-06-28 21:35 ` Andy Wingo
@ 2012-06-29 1:09 ` Noah Lavine
2012-06-29 2:38 ` Nala Ginrut
2 siblings, 1 reply; 11+ messages in thread
From: Noah Lavine @ 2012-06-29 1:09 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
I think bug 10623 is fixed in stable-2.0, but I don't know how to
close it in the tracker.
Thanks,
Noah
On Thu, Jun 28, 2012 at 4:05 PM, Ludovic Courtès <ludo@gnu.org> wrote:
> Hello!
>
> Still hesitant between writing a native code back-end for IA64 and
> making Guile multiboot-compliant? Hesitate no more!
>
> Time has come for 2.0.6, so let’s squash bugs!
>
> One thing I’d like to get in by then is the SRFI-9 “functional record
> setters”. Mark: what’s your take on this?
>
> Optionally, integrating SRFI-64 would be great.
>
> Other than that, fixing as many bugs as we can.
>
> Any other ideas?
>
> Andy: would you like to take care of NEWS? :-)
>
> I’ll be mostly away from July 9th for some time, so I could push the
> tarball by then, or otherwise during the GHM.
>
> Thanks,
> Ludo’.
>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-29 1:09 ` Noah Lavine
@ 2012-06-29 2:38 ` Nala Ginrut
2012-06-29 2:49 ` Noah Lavine
0 siblings, 1 reply; 11+ messages in thread
From: Nala Ginrut @ 2012-06-29 2:38 UTC (permalink / raw)
To: Noah Lavine; +Cc: Ludovic Courtès, guile-devel
@Noah: Could you apply the patch to fix ecmascript?
http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00001.html
@Andy: How about these patches:
http://lists.gnu.org/archive/html/guile-devel/2012-02/msg00196.html
http://lists.gnu.org/archive/html/guile-devel/2012-02/msg00165.html
On Fri, Jun 29, 2012 at 9:09 AM, Noah Lavine <noah.b.lavine@gmail.com> wrote:
> I think bug 10623 is fixed in stable-2.0, but I don't know how to
> close it in the tracker.
>
> Thanks,
> Noah
>
> On Thu, Jun 28, 2012 at 4:05 PM, Ludovic Courtès <ludo@gnu.org> wrote:
>> Hello!
>>
>> Still hesitant between writing a native code back-end for IA64 and
>> making Guile multiboot-compliant? Hesitate no more!
>>
>> Time has come for 2.0.6, so let’s squash bugs!
>>
>> One thing I’d like to get in by then is the SRFI-9 “functional record
>> setters”. Mark: what’s your take on this?
>>
>> Optionally, integrating SRFI-64 would be great.
>>
>> Other than that, fixing as many bugs as we can.
>>
>> Any other ideas?
>>
>> Andy: would you like to take care of NEWS? :-)
>>
>> I’ll be mostly away from July 9th for some time, so I could push the
>> tarball by then, or otherwise during the GHM.
>>
>> Thanks,
>> Ludo’.
>>
>>
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-29 2:38 ` Nala Ginrut
@ 2012-06-29 2:49 ` Noah Lavine
2012-06-29 2:55 ` Nala Ginrut
0 siblings, 1 reply; 11+ messages in thread
From: Noah Lavine @ 2012-06-29 2:49 UTC (permalink / raw)
To: Nala Ginrut; +Cc: Ludovic Courtès, guile-devel
On Thu, Jun 28, 2012 at 10:38 PM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> @Noah: Could you apply the patch to fix ecmascript?
> http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00001.html
I think that's already done! Do you not see it in your tree?
Noah
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-29 2:49 ` Noah Lavine
@ 2012-06-29 2:55 ` Nala Ginrut
2012-06-29 9:57 ` Ludovic Courtès
0 siblings, 1 reply; 11+ messages in thread
From: Nala Ginrut @ 2012-06-29 2:55 UTC (permalink / raw)
To: Noah Lavine; +Cc: Ludovic Courtès, guile-devel
For stable-2.0?
I'm tracing wip-rtl these days, and it failed:
---------------error msg---------------
GNU Guile 2.1.0.322-e765d
Copyright (C) 1995-2012 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.
Enter `,help' for help.
scheme@(guile-user)> ,L ecmascript
Happy hacking with ECMAScript! To switch back, type `,L scheme'.
ecmascript@(guile-user)> 1+1
... ;
While compiling expression:
ERROR: compilation not yet implemented: (case-lambda ((a100 a99) (let
((t102 (class-of a100)) (t101 (class-of a99))) (if (and (eq? t101
c104) (eq? t102 c108)) (p109 a100 a99) (if (and (eq? t101 c104) (eq?
t102 c106)) (p107 a100 a99) (if (and (eq? t101 c104) (eq? t102 c103))
(p105 a100 a99) (cache-miss g98 (list a100 a99))))))) (args
(cache-miss g98 args)))
ecmascript@(guile-user)> var a = 1+1;
ERROR: In procedure #<procedure e0f660 ()>:
ERROR: In procedure public-lookup: No variable bound to js-init in
module (language ecmascript impl)
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
ecmascript@(guile-user) [1]>
-------------------end------------------------
On Fri, Jun 29, 2012 at 10:49 AM, Noah Lavine <noah.b.lavine@gmail.com> wrote:
> On Thu, Jun 28, 2012 at 10:38 PM, Nala Ginrut <nalaginrut@gmail.com> wrote:
>> @Noah: Could you apply the patch to fix ecmascript?
>> http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00001.html
>
> I think that's already done! Do you not see it in your tree?
>
> Noah
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-29 2:55 ` Nala Ginrut
@ 2012-06-29 9:57 ` Ludovic Courtès
2012-07-02 1:44 ` Nala Ginrut
0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2012-06-29 9:57 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-devel
Hi!
Nala Ginrut <nalaginrut@gmail.com> skribis:
> For stable-2.0?
We’re talking about 2.0, yes.
Ludo’.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-06-29 9:57 ` Ludovic Courtès
@ 2012-07-02 1:44 ` Nala Ginrut
2012-07-02 19:16 ` Ludovic Courtès
0 siblings, 1 reply; 11+ messages in thread
From: Nala Ginrut @ 2012-07-02 1:44 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
Hmm...I still get that error message in stable-2.0 branch for ecmascript.
Did I miss anything?
On Fri, Jun 29, 2012 at 5:57 PM, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi!
>
> Nala Ginrut <nalaginrut@gmail.com> skribis:
>
>> For stable-2.0?
>
> We’re talking about 2.0, yes.
>
> Ludo’.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-07-02 1:44 ` Nala Ginrut
@ 2012-07-02 19:16 ` Ludovic Courtès
2012-07-03 2:43 ` Nala Ginrut
0 siblings, 1 reply; 11+ messages in thread
From: Ludovic Courtès @ 2012-07-02 19:16 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-devel
Hello!
Nala Ginrut <nalaginrut@gmail.com> skribis:
> Hmm...I still get that error message in stable-2.0 branch for ecmascript.
Which message?
Ludo’.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: Preparing for 2.0.6
2012-07-02 19:16 ` Ludovic Courtès
@ 2012-07-03 2:43 ` Nala Ginrut
0 siblings, 0 replies; 11+ messages in thread
From: Nala Ginrut @ 2012-07-03 2:43 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guile-devel
I thought it's fixed with my patch:
http://lists.gnu.org/archive/html/guile-devel/2012-05/msg00001.html
And Noah said it's done in the tree(I think it's stable-2.0), but I
still get the error message like this:
--------------------------error--------------------------
GNU Guile 2.0.5.182-162d9-dirty
Copyright (C) 1995-2012 Free Software Foundation, Inc.
Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.
Enter `,help' for help.
scheme@(guile-user)> ,L ecmascript
Happy hacking with ECMAScript! To switch back, type `,L scheme'.
ecmascript@(guile-user)> 1+1;
While compiling expression:
ERROR: compilation not yet implemented: (case-lambda ((a116 a115) (let
((t118 (class-of a116)) (t117 (class-of a115))) (if (and (eq? t117
c120) (eq? t118 c124)) (p125 a116 a115) (if (and (eq? t117 c120) (eq?
t118 c122)) (p123 a116 a115) (if (and (eq? t117 c120) (eq? t118 c119))
(p121 a116 a115) (cache-miss g114 (list a116 a115))))))) (args
(cache-miss g114 args)))
ecmascript@(guile-user)> var a=1+1;
ERROR: In procedure #<procedure fe9920 ()>:
ERROR: In procedure module-lookup: Unbound variable: js-init
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
ecmascript@(guile-user) [1]>
-----------------------------end------------------------------------------
On Tue, Jul 3, 2012 at 3:16 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Hello!
>
> Nala Ginrut <nalaginrut@gmail.com> skribis:
>
>> Hmm...I still get that error message in stable-2.0 branch for ecmascript.
>
> Which message?
>
> Ludo’.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-07-03 2:43 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 20:05 Preparing for 2.0.6 Ludovic Courtès
2012-06-28 20:27 ` Ian Price
2012-06-28 21:35 ` Andy Wingo
2012-06-29 1:09 ` Noah Lavine
2012-06-29 2:38 ` Nala Ginrut
2012-06-29 2:49 ` Noah Lavine
2012-06-29 2:55 ` Nala Ginrut
2012-06-29 9:57 ` Ludovic Courtès
2012-07-02 1:44 ` Nala Ginrut
2012-07-02 19:16 ` Ludovic Courtès
2012-07-03 2:43 ` Nala Ginrut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).