r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[RAMBO] The REBOL bug and enhancement database

Carl
9-Jun-2005
[770x3]
So, that does not allow us to make last minute changes, unless we 
really understand the solution and what impact it will have on everyone.
w
We know this is an important issue -- we want REBOL to be as easy 
to install as possible -- so we will look at it again soon.  If you 
have detailed know-how in this area, we should talk more about it. 
 Thanks.
BrianH
9-Jun-2005
[773x2]
I've written installers before, and you have my email address, so 
feel free. As it is, the new sandbox directory would make it relatively 
easy to make an external multiuser installer that would fake the 
current behavior well enough to fool View. I'll test the View no-install 
behavior to see if it works well enough to prevent View from undoing 
the work of an external installer.
The current installer works well enough for single-user situations.
Vincent
15-Jun-2005
[775]
bug or not : when image! was removed from any-string! (1.2.111) , 
"to-binary an-image" behaviour changed .
Instead of returning BGRA binary data 
(as stated in http://www.rebol.com/docs/image.html)
it returns the same that  "to-binary mold an-image"
Gabriele
15-Jun-2005
[776]
sounds like a bug to me.
Vincent
15-Jun-2005
[777]
ok, I'm writing a report.
sqlab
22-Jun-2005
[778]
regarding #3808

it's just the common double slash, that Rebol does not like.
>> list-dir %//remotemachine/remoteshare   
should be written as
>> list-dir %/remotemachine/remoteshare
Volker
22-Jun-2005
[779]
maybe that double-slash should be allowed then? would ibreak something, 
like splitting a path?
Gabriele
22-Jun-2005
[780x4]
>> clean-path %//
== %/C/
>> clean-path %///
== %/C/REBOL/
>> clean-path %////
== %/C/REBOL/View/
so,
>> clean-path %//something
== %/C/something
i guess it's intended. not sure if anyone's ever used that.
BrianH
23-Jun-2005
[784]
I've used it, especially for shared scripts where I want to be able 
to move them to other drives and not break.
sqlab
23-Jun-2005
[785]
I just tested some scripts with rebcmd2512531.exe. 

Now they use the machine upto 100% and the machine reacts very  sluggish 
to user input, where before it was still usable..
Gregg
23-Jun-2005
[786]
Can you provide any details about what they do, or how they work?
sqlab
23-Jun-2005
[787]
They work in pairs.

One reads data from files, does some parsing, does some odbc and 
sends data via tcp.

the other reads data from tcp, writes some files and sends back an 
acknowledgement. 


one reads data from files, does some parsing and sends data via tcp.

The other reads data from tcp, does some parsing, does more odbc 
and sends the more data back as a reply.
DideC
27-Jun-2005
[788x4]
In 1.3, 'forall does not react to 'return like in old version : just 
break the loop!
Try this in 1.3 and 1.2 or beta:
f: does [
	b: [1 2 3] 
	forall b [probe first b return] 
	print "aprčs"
]

f
Due to change in 'forall, yes, but some people (on French forum) 
are in trouble with that.
Does it worth a RAMBO ticket ???
Anton
27-Jun-2005
[792x2]
You are right.
I think yes.
DideC
27-Jun-2005
[794]
Ok, go for it...
Ladislav
27-Jun-2005
[795]
Hi Dide, you revealed two bugs at once, I think, that the Throw-on-error 
improvement is in Rambo already
Anton
27-Jun-2005
[796x3]
I think the new SPLIT-PATH was done by Romano ?  I found this:
file: %/volume/directory/file.r
path: find/match file %/volume/  ;== %directory/file.r
split-path path  ;== [%directory/file.r %file.r]  ; <--- wrong !!
split-path copy path  ;== [%directory/ %file.r]
(split-path mucks up when its target argument is at a series offset.)
Gabriele
27-Jun-2005
[799]
Anton: please sumbit it to rambo.
Anton
27-Jun-2005
[800x3]
Ok.
Submitted.
Did Dide submit his bug above ? It sounded like he wanted me to do 
it. :)
Gabriele
27-Jun-2005
[803]
he did.
Anton
27-Jun-2005
[804x2]
It looks like split-path was done by Romano. Maybe we should alert 
him.
ok good.
Gabriele
27-Jun-2005
[806]
yes, i'll tell him.
Anton
27-Jun-2005
[807]
thanks
Ladislav
27-Jun-2005
[808]
my secure query looks as follows: [net allow library ask shell ask 
file ask %/c/program files/rebol/view [allow read ask write

 ask execute] %/c/documents and settings/ladislav/data aplikací/rebol 
 allow %/c/program%
20files/rebol/view allow]

Is that intended?
Anton
27-Jun-2005
[809x2]
What do you mean ? No final slash on those paths ? Or the what's 
allowed ?
Oh yes, I see, view-root is set to ALLOW (the last path) for me too.
Ladislav
27-Jun-2005
[811]
actually I see two sandboxes there and I don't think it is in agreement 
with what Gabriele said
DideC
27-Jun-2005
[812]
About the ticket for 'forall. Cocinelle said it's just a missing 
[catch throw] args to the 'forall function!

Gabriele: I let you check that as I'm not "confortable" with this 
sort of things and maybe add the proposal  correction code to the 
ticket.
Gabriele
27-Jun-2005
[813x4]
yes, it's a missing [throw] both in forall and in throw-on-error
lad: is that from the console? try secure quero from a launcyhed 
script (i.e. a script launched by the desktop)
*query
*launched
Ladislav
27-Jun-2005
[817]
yes, it is from console, but is that intended?
Gabriele
27-Jun-2005
[818x2]
i think so. the console runs with the same security settings of the 
desktop.
launched scripts, instead, are kept into a sandbox