Search the web
Sign In
New User? Sign Up
gobo-eiffel · Gobo Eiffel
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 337 - 366 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
337
Thanks for the information. BTW, I'm having fun using getest with SE and ISE, testing my EBON scanner right now. I wrote my old Makefile to do everything...
Eric Bezault
gobosoft
Offline Send Email
Jan 3, 2002
9:46 am
338
Hi everyone, I have finished the lexer for the EBON project. With the help of getest I now have over 400 unit test assertions running willy-nilly over the...
Joseph R. Kiniry
JosephKiniry
Offline Send Email
Jan 4, 2002
6:35 am
339
... The closest thing that I can think of that has been implemented with 'gelex' (at least in ISE's compiler) is the new verbatim strings introduced in ETL3....
Eric Bezault
gobosoft
Offline Send Email
Jan 6, 2002
5:17 pm
340
Dear Eiffel developer, This is Rajesh Krishnan from Athreya Consulting Services. My firm is into executive search and recruitment targetted at Ebusiness and IT...
Rajesh Krishnan
rk_athreya@...
Send Email
Jan 12, 2002
12:01 pm
341
... I'm having a problem with this feature, I'm using the latest released version of gobo (2.0). The problem I'm experiencing is that the routine "token_name"...
odanr0t
john.mapley@...
Send Email
Feb 3, 2002
1:31 am
342
... Can you please run the following command: geyacc --version ISE Eiffel 5 comes with an old version of Gobo (1.5) and if this version (instead of the version...
Eric Bezault
gobosoft
Offline Send Email
Feb 3, 2002
7:41 am
343
... Thanks, that was it. It reported version 1.6 which I found is because of an old SmallEiffel distribution I have installed. With that disabled everything...
odanr0t
john.mapley@...
Send Email
Feb 3, 2002
2:35 pm
344
Hello All, For VE the make routine is: !! Result.make_empty Isn't it better (faster) to have: !! Result.make (n) Result.wipe_out -- Groetjes, Berend. (-:...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 19, 2002
5:56 pm
345
... As far as I know `wipe_out' in Visual Eiffel will discard the just allocated memory space. Alexander, is that true? -- Eric Bezault ...
Eric Bezault
gobosoft
Offline Send Email
Feb 19, 2002
6:59 pm
346
... Exactly. BTW, the next release of VE will support STRING.make as specified in the NICE standard, so "make" and "make_empty" could be interchanged. Regards,...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Feb 20, 2002
8:04 am
347
Hello All, How can I create OS dependent sections in a cluster.xace file? For example certain directories are specific for Windows, others for Unix. -- ...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
3:16 pm
348
... It should work just like in geant, where in misc/eiffel.eant one can read: <target name="init_windows" if="${GOBO_OS}=windows"> <set name="exe"...
Andreas Leitner
weisznet
Offline Send Email
Feb 26, 2002
3:39 pm
349
... You can use the "if" and/or "unless" attributes (which are available in pretty much all the Xace elements) combined with the GOBO_OS variable (which, if I...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2002
3:44 pm
350
... If we ever want to make gexace usuable by non-Eiffel programmers, having env names with GOBO in them (GOBO_OS/GOBO_EIFFEL) does not seem to be a good idea....
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
4:35 pm
351
... Why? Where does it say that GOBO means Eiffel? The GOBO in GOBO_OS recalls Gobo Ant tool, not Eiffel! -- Eric Bezault mailto:ericb@... ...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2002
4:45 pm
352
... Good question. Because what happens if you compile with cygwin on Windows? Is that Windows or Unix? Or if you compile with wine (is that possible??) on...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
5:46 pm
353
... It does more or less the same thing as in SmallEiffel: it looks at '/' or '\' in the current pathname. I know it's far from perfect, but it's better than...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2002
5:54 pm
354
... You have a point. -- Groetjes, Berend. (-:...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
6:04 pm
355
Hello All, In attempting to compile a project that previously used EXML, I've come accross something I do not understand. This class inherits from ...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
6:39 pm
356
... Sorry, got it. -- Groetjes, Berend. (-:...
Berend de Boer
berenddeboer
Online Now Send Email
Feb 26, 2002
6:46 pm
357
... It's in $GOBO/library/pattern/bridge -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2002
6:48 pm
358
I just checkout out the cvs version of gobo, and I'm having a devil of a time compiling GETEST. I still have GETEST 2.0, but it seems to produce source code...
neallester
Offline Send Email
Feb 26, 2002
11:07 pm
359
... It is not clear to me what kind of problem you are having. Can you tell us what Eiffel compiler you are using and what error message you get. For your...
Eric Bezault
gobosoft
Offline Send Email
Feb 26, 2002
11:24 pm
360
Running bootstrap on a clean checkout worked. I must have mucked something up before stumbling on work\bootstrap. Thanks, Neal ... devil ... seems to...
neallester
Offline Send Email
Feb 28, 2002
4:54 am
361
Hello gobo-users ! Can I do this ?: One class is writing data in a file, at the same time another class (the scanner) must be analyse this file. Must I use the...
mikeraschend
Offline Send Email
Mar 2, 2002
9:53 am
362
... It probably depends on your OS how/if you can read a file that is being written by another process. I think it is going to be tricky, because eof will...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 2, 2002
7:51 pm
363
... In case when the producer and consumer are different processes, pipe will do. And it works on both *nix and Windows: VE provides the versions for both. I'm...
Alexander Kogtenkov
kogtenkov
Offline Send Email
Mar 4, 2002
8:30 am
364
... eposix supports cross process pipes on POSIX and Windows. But Gobo currently supports only things that are available in all Eiffel compilers. -- Groetjes, ...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 4, 2002
2:44 pm
365
... Thinking in terms of my C experience, this is easy to accomplish as long as certain precautions are followed. Assuming you have a single file handle, the...
Greg C
gmc444
Offline Send Email
Mar 5, 2002
6:01 pm
366
Hello All, SmallEiffel changed the C interface a bit with b19. I've patched the expat interface, I will commit it after I've VE working. And I still have big...
Berend de Boer
berenddeboer
Online Now Send Email
Mar 5, 2002
11:53 pm
Messages 337 - 366 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help