1. minor 2.4 problems

Hello,
this are small problems, probably don't need to fix,
just for fun...

constant big=1e10
? repeat(0,big)

C:\DOCUME~1\Martin\Plocha\test.ex:2
repetition count must not be negative
--> see ex.err

The report should say "repetition count too large".
But chances are low a mortal will ever create a sequence
with 1e10 items smile
----------------------------
include machine.e
machine_proc(1e318, 5)
if getc(0) then end if

C:\Documents and Settings\Martin\Plocha\test.exw:2
an integer was expected, not a sequence
--> see ex.err
----------------------------
Also, in 2.4, when a machine level exception is caught, it
might be sometimes useful to know what kind of exception happened.

Regards,
      Martin Stachon

martin.stachon at tiscali.cz
http://www.webpark.cz/stachon

new topic     » topic index » view message » categorize

2. Re: minor 2.4 problems

Martin Stachon wrote:
> this are small problems, probably don't need to fix,
> just for fun...

Thanks. I was aware of a couple of them.
Maybe you mentioned them to me before.
I think the fixes are a bit complicated,
and I thought no one would run into them,
and if they did, no real harm would be done ...
I guess I'm forced to fix them now.

Regards,
    Rob Craig
    Rapid Deployment Software
    http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu