From: Wolfgang J. <wj...@so...> - 2010-05-31 18:30:10
|
Hello Eric and all GOBO/GEC developers, some time ago i've announced development of persistence closure (i.e. class STORABLE) and a debugger for the GEC. It took some time to get stable version (in particular, treatment of agents was --and is-- rather terrible). Now, I think, the stuff can be published: you will find it in git-repository http://www.cs.uni-potsdam.de/~wjansen/gobo-git and there in branch "debugger" (the "master" branch is that from SourceForge). Is this location accessible? Should I prepare the stuff a different way? For those of you interested to know what has been done, most differences to the "master" branch are contained and described in git-version 9003cd425affac20f946d7803e2782dfd261fbe7 . Later versions are merely fine tuning. To use the new things you need to re-install the GEC. Precisely, you must compile GEC twice: first using an existing compiler and then using the just obtained, somewhat extended compiler. Other tools don't need to be re-installed. Forthcoming re-installations will need only one compilation if the extended compiler can be used. User manuals are in directories doc/persistence/persist.pdf doc/debugger/debug.pdf of the repository. Enjoy GEC-debugging! WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany Institute of Computer Science Tel: +49 331 / 977 3047 mailto: wj...@so... |
From: Cheng-Chang Wu <che...@ya...> - 2010-05-31 21:32:41
|
Hello Wolfgang, the git repository doesn't work for me. $git clone http://www.cs.uni-potsdam.de/~wjansen/gobo-git/ Initialized empty Git repository in /home/ccwu/src/git/gobo-dbg/gobo-git/.git/ fatal: http://www.cs.uni-potsdam.de/~wjansen/gobo-git//info/refs not found: did you run git update-server-info on the server? ----- 原始信件 ---- 寄件者: Wolfgang Jansen <wj...@so...> 收件者: Gobo Developers Mailing List <gob...@li...> 寄件日期: 2010/6/1 (二) 2:02:19 AM 主 旨: [gobo-eiffel-develop] GEC persistence closure & debugger Hello Eric and all GOBO/GEC developers, some time ago i've announced development of persistence closure (i.e. class STORABLE) and a debugger for the GEC. It took some time to get stable version (in particular, treatment of agents was --and is-- rather terrible). Now, I think, the stuff can be published: you will find it in git-repository http://www.cs.uni-potsdam.de/~wjansen/gobo-git and there in branch "debugger" (the "master" branch is that from SourceForge). Is this location accessible? Should I prepare the stuff a different way? For those of you interested to know what has been done, most differences to the "master" branch are contained and described in git-version 9003cd425affac20f946d7803e2782dfd261fbe7 . Later versions are merely fine tuning. To use the new things you need to re-install the GEC. Precisely, you must compile GEC twice: first using an existing compiler and then using the just obtained, somewhat extended compiler. Other tools don't need to be re-installed. Forthcoming re-installations will need only one compilation if the extended compiler can be used. User manuals are in directories doc/persistence/persist.pdf doc/debugger/debug.pdf of the repository. Enjoy GEC-debugging! WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany Institute of Computer Science Tel: +49 331 / 977 3047 mailto: wj...@so... ------------------------------------------------------------------------------ _______________________________________________ gobo-eiffel-develop mailing list gob...@li... https://lists.sourceforge.net/lists/listinfo/gobo-eiffel-develop |
From: Wolfgang J. <wj...@so...> - 2010-06-01 09:32:01
|
On 05/31/10 23:32, Cheng-Chang Wu wrote: > Hello Wolfgang, > > the git repository doesn't work for me. > > $git clone http://www.cs.uni-potsdam.de/~wjansen/gobo-git/ > > Initialized empty Git repository in /home/ccwu/src/git/gobo-dbg/gobo-git/.git/ > fatal: http://www.cs.uni-potsdam.de/~wjansen/gobo-git//info/refs not found: did you run git update-server-info on the server? > > No, I didn't. The point is that I am not very familiar with git and, worse, git manual and git implementation differ very much. I was not aware of such things as "git-update-server-info". Now, I run the command but my impression is that nothing happened. Surely, I will need some help on git. WJ ----- ì©l«H¥ó ---- ±H¥óªÌ¡G Wolfgang Jansen<wj...@so...> ¦¬¥óªÌ¡G Gobo Developers Mailing List<gob...@li...> ±H¥ó¤é´Á¡G 2010/6/1 (¤G) 2:02:19 AM ¥D¡@¦®¡G [gobo-eiffel-develop] GEC persistence closure& debugger Hello Eric and all GOBO/GEC developers, some time ago i've announced development of persistence closure (i.e. class STORABLE) and a debugger for the GEC. It took some time to get stable version (in particular, treatment of agents was --and is-- rather terrible). Now, I think, the stuff can be published: you will find it in git-repository http://www.cs.uni-potsdam.de/~wjansen/gobo-git and there in branch "debugger" (the "master" branch is that from SourceForge). Is this location accessible? Should I prepare the stuff a different way? For those of you interested to know what has been done, most differences to the "master" branch are contained and described in git-version 9003cd425affac20f946d7803e2782dfd261fbe7 . Later versions are merely fine tuning. To use the new things you need to re-install the GEC. Precisely, you must compile GEC twice: first using an existing compiler and then using the just obtained, somewhat extended compiler. Other tools don't need to be re-installed. Forthcoming re-installations will need only one compilation if the extended compiler can be used. User manuals are in directories doc/persistence/persist.pdf doc/debugger/debug.pdf of the repository. Enjoy GEC-debugging! WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany Institute of Computer Science Tel: +49 331 / 977 3047 mailto: wj...@so... |
From: Cheng-Chang Wu <che...@ya...> - 2010-06-17 11:50:38
|
Now the git repository works. Thanks. ----- 原始信件 ---- 寄件者: Wolfgang Jansen <wj...@so...> 收件者: gob...@li... 寄件日期: 2010/6/1 (二) 5:31:51 PM 主 旨: Re: [gobo-eiffel-develop] GEC persistence closure & debugger On 05/31/10 23:32, Cheng-Chang Wu wrote: > Hello Wolfgang, > > the git repository doesn't work for me. > > $git clone http://www.cs.uni-potsdam.de/~wjansen/gobo-git/ > > Initialized empty Git repository in /home/ccwu/src/git/gobo-dbg/gobo-git/.git/ > fatal: http://www.cs.uni-potsdam.de/~wjansen/gobo-git//info/refs not found: did you run git update-server-info on the server? > > No, I didn't. The point is that I am not very familiar with git and, worse, git manual and git implementation differ very much. I was not aware of such things as "git-update-server-info". Now, I run the command but my impression is that nothing happened. Surely, I will need some help on git. WJ |
From: Eric B. <er...@go...> - 2010-06-17 14:42:11
|
Cheng-Chang Wu wrote: > Now the git repository works. Thank you for letting us know. It works for me as well. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com > Thanks. > > > > ----- 原始信件 ---- > 寄件者: Wolfgang Jansen <wj...@so...> > 收件者: gob...@li... > 寄件日期: 2010/6/1 (二) 5:31:51 PM > 主 旨: Re: [gobo-eiffel-develop] GEC persistence closure & debugger > > On 05/31/10 23:32, Cheng-Chang Wu wrote: >> Hello Wolfgang, >> >> the git repository doesn't work for me. >> >> $git clone http://www.cs.uni-potsdam.de/~wjansen/gobo-git/ >> >> Initialized empty Git repository in /home/ccwu/src/git/gobo-dbg/gobo-git/.git/ >> fatal: http://www.cs.uni-potsdam.de/~wjansen/gobo-git//info/refs not found: did you run git update-server-info on the server? >> >> > No, I didn't. The point is that I am not very familiar with git and, > worse, git manual > and git implementation differ very much. I was not aware of such things as > "git-update-server-info". Now, I run the command but my impression is > that nothing happened. > Surely, I will need some help on git. > > WJ |
From: Wolfgang J. <wj...@so...> - 2010-06-18 12:51:27
|
On 06/17/10 16:41, Eric Bezault wrote: > Cheng-Chang Wu wrote: > >> Now the git repository works. >> > Thank you for letting us know. It works for me as well. > > Fine, so the question is what do you plan to do with the stuff? WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany Institute of Computer Science Tel: +49 331 / 977 3047 mailto: wj...@so... |
From: CRISMER Paul-G. <Pau...@gr...> - 2010-09-16 13:34:13
|
Hello, What is the status of the current git trunk : - Does it support the new syntax (ISE 6.6 'standard') - Is it compatible with void-safe mode - What it the difference between Gobo-git-trunk and the gobo library provided with Ise 6.6 ? Thank you for your help, Best regards, Paul G. Crismer ***** Disclaimer ***** http://www.groupes.be/1_mail-disclaimer.htm |
From: Eric B. <er...@go...> - 2010-09-16 13:07:06
|
On 9/16/2010 2:29 PM, CRISMER Paul-Georges wrote: > Hello, > > What is the status of the current git trunk : > - Does it support the new syntax (ISE 6.6 'standard') I think so. > - Is it compatible with void-safe mode No. > - What it the difference between Gobo-git-trunk and the gobo library > provided with Ise 6.6 ? I don't know whether the version in ISE 6.6 includes recent developments from Gobo-git-trunk. On the other hand it is likely that the version in ISE 6.6 will have been modified to be void-safe (or at least more void-safe than the version in Gobo-git-trunk). -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: CRISMER Paul-G. <Pau...@gr...> - 2010-09-16 13:33:13
|
Thank you Eric for your answer, >I don't know whether the version in ISE 6.6 includes recent developments from Gobo-git-trunk. On the other hand >it is likely that the version in ISE 6.6 will have been modified to be void-safe (or at least more void-safe than > the version in Gobo-git-trunk). Do you mean that for the moment void safety is not in the roadmap of Gobo? Best regards, Paul G. Crismer ***** Disclaimer ***** http://www.groupes.be/1_mail-disclaimer.htm |
From: Eric B. <er...@go...> - 2010-09-16 13:21:36
|
On 9/16/2010 3:02 PM, CRISMER Paul-Georges wrote: > Thank you Eric for your answer, > >> I don't know whether the version in ISE 6.6 includes recent > developments from Gobo-git-trunk. On the other hand >> it is likely that the version in ISE 6.6 will have been modified to be > void-safe (or at least more void-safe than> the version in > Gobo-git-trunk). > > Do you mean that for the moment void safety is not in the roadmap of > Gobo? Not in the near future. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: CRISMER Paul-G. <Pau...@gr...> - 2010-10-18 09:20:53
|
Hello, As of GOBO 3.9, KL_EXECUTION_ENVIRONMENT inherits from EXECUTION_ENVIRONMENT. The features 'put' and 'launch' are accessible. On the trunk, KL_EXECUTION_ENVIRONMENT uses delegation. How can we use the 'put' and 'launch' features? Are they available in other gobo classes? Thank you for the help, Best regards, Paul G. Crismer ***** Disclaimer ***** http://www.groupes.be/1_mail-disclaimer.htm |
From: Eric B. <er...@go...> - 2010-10-18 10:21:34
|
On 10/18/2010 11:20 AM, CRISMER Paul-Georges wrote: > Hello, > > As of GOBO 3.9, KL_EXECUTION_ENVIRONMENT inherits from > EXECUTION_ENVIRONMENT. > The features 'put' and 'launch' are accessible. > > On the trunk, KL_EXECUTION_ENVIRONMENT uses delegation. In fact it should have always used delegation. The idea was not to support all features from ISE's EXECUTION_ENVIRONMENT in Gobo, but to make available in Gobo some of the features which were or are likely to be provided by all Eiffel compilers. That's why it uses delegation. That's more or less what EiffelVision2 does. EV_ classes don't inherit from the WEL or GTK classes. > How can we use the 'put' and 'launch' features? > Are they available in other gobo classes? Instead of `put', you can try to use `set_variable_value' from KL_EXECUTION_ENVIRONMENT. There is no equivalent of `launch' in Gobo. The closest in `execute' in KL_SHELL_COMMAND, but it's not asynchronous. Note that as of today, Gobo only supports EiffelStudio and gec. And both use FreeELKS. So you might want to try to use EXECUTION_ENVIRONMENT directly. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |
From: Wolfgang J. <wj...@so...> - 2010-06-18 09:38:54
|
On 06/17/10 13:50, Cheng-Chang Wu wrote: > Now the git repository works. > Thanks. > > > > ----- ì©l«H¥ó ---- > ±H¥óªÌ¡G Wolfgang Jansen<wj...@so...> > ¦¬¥óªÌ¡G gob...@li... > ±H¥ó¤é´Á¡G 2010/6/1 (¤G) 5:31:51 PM > ¥D¡@¦®¡G Re: [gobo-eiffel-develop] GEC persistence closure& debugger > > On 05/31/10 23:32, Cheng-Chang Wu wrote: > >> Hello Wolfgang, >> >> the git repository doesn't work for me. >> >> $git clone http://www.cs.uni-potsdam.de/~wjansen/gobo-git/ >> >> Initialized empty Git repository in /home/ccwu/src/git/gobo-dbg/gobo-git/.git/ >> fatal: http://www.cs.uni-potsdam.de/~wjansen/gobo-git//info/refs not found: did you run git update-server-info on the server? >> >> >> > No, I didn't. The point is that I am not very familiar with git and, > worse, git manual > and git implementation differ very much. I was not aware of such things as > "git-update-server-info". Now, I run the command but my impression is > that nothing happened. > Surely, I will need some help on git. > > WJ > > > > > > > Sorry for the trouble I caused. BTW, it was necessary that I installed a new git version, and even this version differs from the description. So, I was not sure that it works. Thanks for the message. WJ -- Dr. Wolfgang Jansen University of Potsdam, Germany Institute of Computer Science Tel: +49 331 / 977 3047 mailto: wj...@so... |