Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [Fwd: Re: Rugby bug-report]

From: Maarten::Koopmans::surfnet::nl at: 18-Jun-2003 10:05

FYI. Any testers on all kinds of windows/linux etc. appreciated. As are any ideas. --Maarten Hi Volker,
> rugby is fun :)
Thanks.
> But it has a mysterious interaction with 'launch, a test-script below. > > Also, when i return a 'word, it is executed in the client, instead of > returned as lit-word. > Is that intentional?
No, just something I never got to work. Should be in the "known limitations" section.
> REBOL [ > Title: "rugby hangs with launch" > Date: 11-jun-2003 > Author: "Volker" > File: %rugby-hangs.r > Version: 0.0.0.0 > History: [] > Usage: { > Start script with a launch-enabled /view (console or experimental) > on linux. press launch. > } > Comment: { > > when the %test.r quits, the clock stops, so does all > view-event-processing. > > happens with /view 1.2.8.4.2 and /view 1.2.10.4.2 . > /view 1.2.1 is not affected. > > when sending something to port with > do %rugby/rugby.r rexec[now] > clock restarts. > > All i do is calling serve. > > Only opening a /no-wait port and a forever-loop works. > > } > ] > > do %rugby/rugby.r > > probe what-dir > save %test.r[rebol [] alert "test.r" quit] > view/new layout[ > title 400 rate :0:1 feel[ > engage: func[face][face/text: mold now show face > ] > ] > ; change to some script > button "launch"[launch/secure-cmd %test.r] > ] > serve[now] > ;port: open/no-wait tcp://:8002 forever[wait reduce[port :0:0.2]] > > ;Volker
OK, but this may be a REBOL/view problem 1.2.x with x>8. On what platform did you test? The "launc" interaction is strange, so is resetting the clock (to what?). Looks like an OS error/interaction. AFAIK you can't reset the clock in REBOL. Can you track it down more so we can file a bug report to RT? --Maarten