Sekhar, Is this still a problem for you with 4.1.5? Thanks, -Dave ... -- David Ungar Sun Microsystems Laboratories (650) 336-2618...
David Ungar
David.Ungar@...
Jun 3, 2002 5:09 am
1277
David, I know it's not a problem for me anymore. I have been able to run the full tutorial. It's also faster, I can run it on my iBook/600. Arjen. PS It seems...
... The web browser was available in the Demo snapshot in early 4.1 releases but with a warning that neither it nor the screen sharing feature worked on the...
Great! We removed the apps because we didn't have the time to keep them going. I would love to revive the browser sometime. Let me know if you want to play...
David Ungar
David.Ungar@...
Jun 3, 2002 9:51 pm
1280
... Nope -- it's been fixed! - sekhar -- C. Ramakrishnan cramakrishnan@......
cramakrishnan@...
Jun 5, 2002 2:18 am
1281
... It's not really about the webbrowser. It's more a question of examples of how one could program with self. I've read somewhere that the browser used a very...
... It is certainly written in a different style in that everything is bundled up in a single object (an oddball called "webBrowser") in globals. This acts as...
Hi, I'm not sure if I do some thing wrong or if it is a bug. Here the situation: I have a module with 2 prototypes (b and c). Prototype b has a slot named x. I...
Thorsten Dittmar
thorsten.dittmar@...
Jun 6, 2002 7:08 am
1284
... It is a bug. ... The problem is that the module created the objects in the wrong order. I tried this and got the same error as you did, and then I did it...
Hi Jecel, you can not solve this problem by ordering, or let me say you can easily construct a case in which ordering does not work anymore. I think it is a ...
Thorsten Dittmar
thorsten.dittmar@...
Jun 6, 2002 5:09 pm
1286
Thorsten, ... This is very true, but the Transporter moves slots and not objects between systems. So it could find a proper order even for the case of circular...
If you look into the globals.transporter.fileOut there are 2 methods that would maybe help. fileOutSiteEffects that method put a script on the end of the file...
Thorsten Dittmar
thorsten.dittmar@...
Jun 7, 2002 7:15 am
1288
Hi, Just one hint ... If you use this solution the transporter will not work correctly, because during the fileout the variable will be used. Thorsten...
Thorsten Dittmar
thorsten.dittmar@...
Jun 7, 2002 12:41 pm
1289
... Ok, though I think the idea is to put stuff in the module's postFileIn method that can't be handled in any other way, like reading setup information from...
For my current work I need a testing framework, so I start porting sUnit to self. For the first step it is only necessary to have something like sUnit on self,...
Thorsten Dittmar
thorsten.dittmar@...
Jun 11, 2002 7:35 am
1291
Hi ... Hmmm I no what you mean, but this argumentation is a little to simple. There are a lot of different options to make things more save or to support ...
Thorsten Dittmar
thorsten.dittmar@...
Jun 11, 2002 8:02 am
1292
Thorsten and Jecel, I have just read a recent thread about the transporter failing to order things properly. As the author of the transporter, I can tell you...
David Ungar
David.Ungar@...
Jun 13, 2002 3:21 am
1293
... There is no exception mechanism in Self, unfortunately, but at least some applications that need it can make use of the the 'onNonLocalReturn:' and...
... Self is an experimental system and has only been used by very experienced people who know how to avoid the pitfalls. Your suggestions would make the system...
... This way does not work at all. Try it out, make a unchanged new prototype of process. Then use ... p: selfUnitProcess copySend: message copy receiver: 1 ...
Thorsten Dittmar
thorsten.dittmar@...
Jun 16, 2002 8:45 am
1296
Does anybody know how I can get all methods (as a list of strings or mirrors) which an object can understand. I try to find something in the system, but the...
Thorsten Dittmar
thorsten.dittmar@...
Jun 17, 2002 6:59 pm
1297
... I tried it in Self 4.1.5 in Sparc and it seemed to work, so I tried it again in 4.1.2alpha in Linux and again got the expected results. Note that I...
... With _Clone it works also at my machine. Thanks for the hint.I checked the copy methods from process (and above), I don't find the reason for that ...
Thorsten Dittmar
thorsten.dittmar@...
Jun 19, 2002 6:05 am
1300
Please refer to http://groups.yahoo.com/group/Genesis-Dev/message/99 and discuss in there. Thanks, Jack Waugh <waugh@...>...
Hello folks, I have released a version of Guru for Self 4.1 Guru is a tool for automated refactoring of Self programs available from http://selfguru.sf.net ...
Hi, as you may know I try to implement selfUnit. I'm ready to distribute a beta version, but I have some problems to create the files. For necessary error ...
Thorsten Dittmar
thorsten.dittmar@...
Jun 25, 2002 1:20 pm
1305
Here the is the first version of unit testing for self. The problem with the file out that I reported last times, is still not fixed but I have modified the...
Thorsten Dittmar
thorsten.dittmar@...
Jun 26, 2002 1:23 pm
1306
... Thanks for doing this! ... I got the same results you did and wasn't able to trace the problem. The slots added to the process clone don't seem to get...
Hi ... I know. That is not my problem. When yahoo take over the group they did not convert my account correctly. The forwarder to my e-mail adress still works,...