Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #22386] [PATCH] Make .constant constantly .const

2 views
Skip to first unread message

Leopold Toetsch

unread,
May 31, 2003, 9:35:43 AM5/31/03
to perl6-i...@perl.org
Bryan C. Warnock <bugs-...@netlabs.develooper.com> wrote:

> As mentioned previously. Makes IMCC and PASM constant keywords
> consistent, with '.const'.

As mentioned previously ;-) this doesn't work that simple. Imcc already
has:

.const <type> ID = value

and:
#v+

$ IMCC=imcc perl t/harness t/o*/ma*.t
t/op/macro....NOK 10# Failed test (t/op/macro.t at line 122)
# got: 'error:imcc: file t/op/macro_9.pasm line 1: unknown macro '.const'
# '
# expected: '32'
# 'imcc t/op/macro_9.pasm' failed with exit code 1

Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/op/macro.t 4 1024 15 4 26.67% 10-13

#v-

leo

Bryan C. Warnock

unread,
May 31, 2003, 9:57:38 AM5/31/03
to perl6-i...@perl.org
On Sat, 2003-05-31 at 09:53, Leopold Toetsch wrote:
> Bryan C. Warnock <bugs-...@netlabs.develooper.com> wrote:
>
> > As mentioned previously. Makes IMCC and PASM constant keywords
> > consistent, with '.const'.
>
> As mentioned previously ;-) this doesn't work that simple. Imcc already
> has:
>
> .const <type> ID = value

Hmmm, what did I miss? Let me check.


--
Bryan C. Warnock
bwarnock@(gtemail.net|raba.com)

Bryan C. Warnock

unread,
Jun 1, 2003, 9:26:18 AM6/1/03
to perl6-i...@perl.org
On Sat, 2003-05-31 at 09:57, Bryan C. Warnock wrote:
> On Sat, 2003-05-31 at 09:53, Leopold Toetsch wrote:
> > Bryan C. Warnock <bugs-...@netlabs.develooper.com> wrote:
> >
> > > As mentioned previously. Makes IMCC and PASM constant keywords
> > > consistent, with '.const'.
> >
> > As mentioned previously ;-) this doesn't work that simple. Imcc already
> > has:
> >
> > .const <type> ID = value
>
> Hmmm, what did I miss? Let me check.

Patch withdrawn. (I'll revisit when the IMCC move out of languages is
complete.)

0 new messages