[REBOL] Re: [rugby XPi beta1 - name conflict]

2002-02-04 Thread Maarten
What happens is this: the stubs are done in the global context on the client side and thus overwrite get-result there. You can solve this by doing: my-tic-tac-toe: context get-rugby-service tcp://a:b --Maarten > Hi Maarten > > Here is a problem and the related suggestion regarding rugby XPi.

[REBOL] Re: rugby XPi beta1/add-functions

2002-01-30 Thread m.koopmans2
You are correct. Currently add-function does not check if the functions is already there which gives you duplicates, where remove-function removes all. Note that add-function and remove-function may probably disappear in one of the next betas due to themodule system. Leaving you with add-module

[REBOL] Re: [Rugby XPi beta1]

2002-01-28 Thread Maarten Koopmans
Hi, get-rugby-service should do nothing or throw a different error. I'll fix it. Thanks, Maarten > Hi Maarten, > > Testing the /nostubs refinement, I got an error on the client side. > > ===The server code was > > rebol [] > > print "Test de rugby" > > do %/D/rebview/public/rugby/rugby.r > trip