Hi, is there any known way on how to do some common file operations like 1) check if a file exists 2) check if a dir exists 3) delete a file 4) delete a dir in...
nozone@...
Apr 11, 2001 11:36 pm
195
... I just had a quick look at the various Eiffel libraries ... ISE IO_MEDIUM.exists HACT IO_MEDIUM.exists SE FILE_TOOLS.is_readable VE...
Eric Bezault
ericb@...
Apr 12, 2001 9:16 am
196
... The cluster Pool in VE distribution will include the following classes class FILE_SYSTEM_ENTRY creation make feature {NONE} -- Creation make (entry_name:...
Alexander Kogtenkov
kwaxer@...
Apr 13, 2001 7:57 am
197
... OK, thank you. I just found it in VE 3.3 beta. I even noticed that you were using gepp to generate Win32 and Linux versions of these classes ;-) So here is...
Eric Bezault
ericb@...
Apr 13, 2001 9:15 am
198
Hi list, Hi Eric, rember when I brought up the issue about nicely debugging gelex applications. You said you are going to implement the corresponding strings ...
Andreas Leitner
albackup@...
Apr 22, 2001 6:06 am
199
Hi list, Hi Eric, rember when I brought up the issue about nicely debugging gelex applications. You said you are going to implement the corresponding strings ...
Andreas Leitner
albackup@...
Apr 22, 2001 7:45 am
200
Hi again, Unfortunatly I spend some time in Hospital. I am back home and fine again. Fortunatly I was able to borrow a laptop. In order to escape endless ...
Andreas Leitner
nozone@...
Apr 24, 2001 12:37 pm
201
I just released Gobo Eiffel 2.0. You can get it from: http://www.gobosoft.com/ You can see what's new since the previous release in: ...
Eric Bezault
ericb@...
May 1, 2001 5:18 pm
202
... Awesome. Cannot wait to try out the new stuff !!! Thanks Eric! Although I cannot for the moment - is it just me or is there s.th. wrong with the downloads?...
Andreas Leitner
nozone@...
May 1, 2001 10:08 pm
203
I have already written a mail several hours ago, but it didn't show up, so I guess it is lost... Awesome Eric, cannot wait to try out the 2.0 release. But I am...
nozone@...
May 2, 2001 12:52 am
204
... I just uploaded the .zip and .tar.gz files again. I hope that it will work this time. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
ericb@...
May 2, 2001 1:25 am
205
... Yep this time it worked. I am on my way exploring the new stuff. There is a lot in there !! Great work. One question on the not yet completed eiffel-tools:...
Andreas Leitner
nozone@...
May 2, 2001 2:12 pm
206
... Why not! The main idea that I had when starting this library was to share a framework between tools analyzing Eiffel source code, such a my Gobo Eiffel...
Eric Bezault
ericb@...
May 2, 2001 5:20 pm
207
... That's great. Looking forward! For now I have played a little with the new build system you use. First off, it is great having a unified build system -...
Andreas Leitner
nozone@...
May 2, 2001 7:17 pm
208
... Hmm, I think you're getting over-enthousiastic. The system of Makefiles that I put together was just a small help for me to handle the development of Gobo....
Eric Bezault
ericb@...
May 3, 2001 12:03 am
209
... I see, that of course makes my other questions obsolete. Too bad. ... Agreed, runtime tests also solve the cross-compile problem. I guess I was just too...
Andreas Leitner
nozone@...
May 3, 2001 1:30 am
210
Hi again, is it true, that if you want to use the new build system you have to install cygwin on Windows? I cannot see how else those Makefiles (not talking...
nozone@...
May 8, 2001 9:12 pm
211
... Yes, you need GNU make and bash. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
ericb@...
May 9, 2001 8:28 am
212
I'm pleased to announce that the CVS repository of Gobo is now accessible from SourceForge at: https://sourceforge.net/projects/gobo-eiffel/ Also, if you use...
Eric Bezault
ericb@...
May 11, 2001 2:35 pm
213
Some lex/yacc lookalikes have a flag that causes the generated parser to be re-entrant. For example, bison offers the "%pure_parser" declaration. A similar...
Roger Browne
egroups@...
May 11, 2001 8:41 pm
214
... As far as I understood it when I reversed-engineered flex and bison, they use global variables for the current state of the parsing. Therefore it is not...
Eric Bezault
ericb@...
May 11, 2001 9:44 pm
215
Dear Gobo users, So far I have tried to avoid having external C code in Gobo. This means that I had to rely on what the different Eiffel compilers were...
Eric Bezault
ericb@...
May 12, 2001 10:18 am
216
... I think Gobo consists of three parts, which are basically independent IMO: 1. Lex/Yacc: due to this I moved to Eiffel several years ago, again thanks Eric!...
Berend de Boer
berend@...
May 12, 2001 12:12 pm
217
... That's the way you see it. For me Gobo does not consist of 3 parts, it consists of many parts being adding one after the others as they are ready. For...
Eric Bezault
ericb@...
May 12, 2001 2:10 pm
218
... Yes, I had no problem (related with Gobo) with parsing an external XML entity with another instance of my XML parser. It did find the Smalleiffel bug with...
franck@...
May 13, 2001 1:31 pm
219
I think the "best of both worlds" is possible to maintain, by having a "pure Eiffel" part (data structures, date and time, etc) and more system services in...
franck@...
May 13, 2001 1:58 pm
220
... I totaly agree with Franks opinion. I have played around and tried to create various make like tools specifically targeted for Eiffel several times -...
nozone@...
May 13, 2001 5:54 pm
221
Somehow I didn't receive the three messages (one from Berend and two from me) which were sent on Saturday on this topic. If you didn't receive messages from...
Eric Bezault
ericb@...
May 13, 2001 6:26 pm
222
... [...] ... I think it would be a major boon to the Eiffel community if you extended Gobo to include other libraries like ePosix. Ideally the libraries (or...
gmc444@...
May 14, 2001 4:03 am
223
... I don't think there's any problem with Visual Eiffel, which can call external C code, and can link in compiled C libraries. ... Sometimes a particular...