New Core Experimental
[1/8] from: jeff:rebol at: 23-Jan-2001 15:21
New REBOL/core experimental has been posted (with a few more
platforms in the pipeline).
http://www.rebol.com/xpers/xpers.html
Changes doc will be forthcoming.
This is the last experimental we'll post before the Core 2.5
release, so please find all the bugs in this one and beat us
mercilessly over the heads with them!!! (-:
Cheers!
-jeff
[2/8] from: giovanni:cardona at: 23-Jan-2001 19:55
Thank You :)
Can I include the last version 2.3 in a distributable
(freeware) file? I used REBOL to parse data from
internet to a multimedia presentation.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
"Miracles happen only to those who believe in them."
* Visit 'The International Order of Sea-Monkey Owners' web site
* http://roads.to/seamonkey
* To subscribe to our monthly news, send a blank email to:
* [instantlife-subscribe--listbot--com]
[3/8] from: kracik:mbox:dkm:cz at: 24-Jan-2001 13:14
[jeff--rebol--net] wrote:
> [snip]
> This is the last experimental we'll post before the Core 2.5
> release, so please find all the bugs in this one and beat us
> mercilessly over the heads with them!!! (-:
OK, I tested problems I have submitted and they are still in the new
experimental. I list them in order of importance to me:
1. parse/all string "^/" does not split lines correctly if a line
begins with an unmatched quote (Helpdesk #2423)
2. close insert open whois://rs.internic.net "rebol"
crashes REBOL instead of printing some error message.
Of course this is not really important but I think that such
a simple one-liner should not crash the REBOL interpreter.
(Helpdesk #3701, X-SELMA: [REBOL] 271266)
3. to-binary does not convert integers larger than 255
(Helpdesk #4792)
4. Filename completion on REBOL command line
pressing tab key after % still produces an error
(Helpdesk #3885, X-SELMA: [REBOL] 279279)
5. decode-cgi makes invalid words (starting with a digit for example)
(Helpdesk #2611)
Regards,
Michal Kracik
[4/8] from: petr::krenzelok::trz::cz at: 24-Jan-2001 14:25
Hi Michael,
send your email it to the feedback once again, please ....
-pekr-
Michal Kracik wrote:
[5/8] from: dlhawley:home at: 25-Jan-2001 11:51
Previously, you ([jeff--rebol--net]) wrote:
>
> New REBOL/core experimental has been posted (with a few more
> platforms in the pipeline).
>
> http://www.rebol.com/xpers/xpers.html
Any chance of getting QNX versions updated? It's now been a month
since they expired.
--
David L. Hawley D.L. Hawley and Associates 1.503.274.2242
Software Engineer [David--L--Hawley--computer--org]
[6/8] from: arolls:bigpond:au at: 27-Jan-2001 12:48
> Any chance of getting QNX versions updated? It's now been a month
> since they expired.
How about changing the expiry mechanism so that
after the period is up (a month or whatever),
rebol tries to connect to rebol.com
to see if there is a newer version.
if after-expiry-date? [
newer-version?: compare-version-info http://rebol.com system/version
if newer-version? [disable-this-copy]
]
This way, less updated platforms can keep
working until there is a newer experimental.
Anton.
[7/8] from: warp:reboot:ch at: 27-Jan-2001 20:43
>>
>>
>> New REBOL/core experimental has been posted (with a few more
>> platforms in the pipeline).
>>
>> http://www.rebol.com/xpers/xpers.html
Any chance of getting a Mac OSX versions updated?
Please..
Will Arp
[8/8] from: dvydra2:ya:hoo at: 27-Jan-2001 10:03
Great Idea!
dv
--- Anton <[arolls--bigpond--net--au]> wrote: