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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1610 - 1639 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1610
... Hash: SHA1 Hi All, I'm trying to compile an se project with gec, but get a couple of catcall warnings. Some are easy to follow, but others leave me quite ...
Berend de Boer
berenddeboer
Online Now Send Email
Sep 7, 2007
1:09 am
1611
... Most of the time CAT-call errors are the result of the usage of `is_equal' whose signature is CAT-call error prone. If this equality tester is the key...
Eric Bezault
gobosoft
Offline Send Email
Sep 7, 2007
6:02 am
1612
... Hash: SHA1 ... Eric> In fact it does. If you use the --cat option, it will give Eric> you for each CAT-call error all the paths in the code that Eric> lead...
Berend de Boer
berenddeboer
Online Now Send Email
Sep 7, 2007
7:01 am
1613
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
Eric Bezault
gobosoft
Offline Send Email
Nov 9, 2007
7:15 pm
1614
... Thank you. It's now available from the Gobo project download page on SourceForge. If other people want to share their binary files generated on other ...
Eric Bezault
gobosoft
Offline Send Email
Nov 9, 2007
9:33 pm
1615
Hi All, Just trying to gec working with eposix, and stumbled upon a situation that baffled me completely for a while. I have this Eiffel function: ...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 11, 2007
11:34 pm
1616
... You can write: posix_difftime (time_end, time_start: INTEGER): DOUBLE is external "C signature (EIF_INTEGER, EIF_INTEGER): EIF_DOUBLE" end But I don't...
Eric Bezault
gobosoft
Offline Send Email
Nov 12, 2007
5:35 am
1617
... Eric> When you wrote 'posix_difftime', you should have written a Eric> prototype for it in some header file as well. So what you have Eric> to do is: Eric>...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 12, 2007
8:16 am
1618
... It is probably not hard to add. It's just that I'm not sure this is the right thing to do. If you don't want to write a header file, then I think that it...
Eric Bezault
gobosoft
Offline Send Email
Nov 12, 2007
5:17 pm
1619
... Eric> It is probably not hard to add. It's just that I'm not sure Eric> this is the right thing to do. If you don't want to write a Eric> header file, then...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 12, 2007
10:51 pm
1620
... The luck is that it's not specified anywhere in the standard and you might have no prototype if you specify a header file that does not contain such...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
8:14 am
1621
... Eric> The luck is that it's not specified anywhere in the standard Eric> and you might have no prototype if you specify a header file Eric> that does not...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 13, 2007
8:59 pm
1622
... Yes. One thing to note is that gec only supports finalized/boost mode for the moment. Therefore there is not code generated yet for assertions or debug...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
9:09 pm
1623
... In fact you can specify several header files. This means that not all of them will introduce a prototype for the routine. Some may specify a C type for...
Eric Bezault
gobosoft
Offline Send Email
Nov 13, 2007
9:11 pm
1624
... Eric> One thing to note is that gec only supports finalized/boost Eric> mode for the moment. Therefore there is not code generated yet Eric> for assertions...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 13, 2007
9:19 pm
1625
... It's now implemented in the version of gec in SVN. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Nov 14, 2007
12:45 pm
1626
... Eric> It's now implemented in the version of gec in SVN. # PASSED: 31 tests # Failed: 0 test # Aborted: 0 test # Total: 31 tests (69...
Berend de Boer
berenddeboer
Online Now Send Email
Nov 15, 2007
10:11 pm
1627
Hi, Here is a potential patch to add local variable support to geant. Any comment ? Jocelyn On 1/31/2008 18:33 PM, Jocelyn wrote: > Hi Gobo team > > Would...
Jocelyn
djoce_net
Offline Send Email
Feb 1, 2008
7:56 pm
1628
Hi Jocelyn, Somehow I didn't receive the original message that you sent on January 31rst. I'm glad you copied it below. If Sven has no objection about this...
Eric Bezault
gobosoft
Offline Send Email
Feb 2, 2008
1:25 pm
1629
Indeed, I first used the wrong email address which is not registered on the list. and I replied to my own message, because I thought my original message were...
Jocelyn
djoce_net
Offline Send Email
Feb 2, 2008
3:35 pm
1630
Yes, I am still around :-) I would find it very useful to have local variables in geant. Note that I did not look into the the details of the patch. But what...
Sven Ehrke
svenehrkeweb
Offline Send Email
Feb 2, 2008
5:51 pm
1631
... [...] ... 'accept_errors' is something I would like as well for <getest>. For example it's not because a test fails that I don't want to run the other...
Eric Bezault
gobosoft
Offline Send Email
Feb 2, 2008
5:53 pm
1632
I agree that <local ../> would be nicer than <setlocal ... /> but then .. do we consider <local ../> as local declaration, as <argument ... /> and in this...
Jocelyn
djoce_net
Offline Send Email
Feb 2, 2008
6:06 pm
1633
Hello, A new release of Gobo is available from the usual location: https://sourceforge.net/projects/gobo-eiffel/ This version should work with the forthcoming...
Eric Bezault
gobosoft
Offline Send Email
May 11, 2008
8:40 am
1634
... Eric> $GOBO/install.sh gcc Eric> under Unix/Linux in order to generate the binary files of Eric> the Gobo tools in the directory $GOBO/bin. Hm. That...
Colin Paul Adams
colin@...
Send Email
May 11, 2008
10:27 am
1635
... I updated the script in SVN. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
May 11, 2008
12:55 pm
1636
Guys, While installing release 3.8 on Red Hat Linux I encountered the following error: In file included from gexslt43.c:1: gexslt.h:385:16: gc.h: No such file...
Brian Heilig
heiligb
Offline Send Email
May 12, 2008
8:35 pm
1637
... You should remove this line: <option name="garbage_collector" value="boehm"/> from the file $GOBO/src/gexslt/ge.xace. Colin, is it possible to regenerate...
Eric Bezault
gobosoft
Offline Send Email
May 12, 2008
9:12 pm
1638
Hi again, I have the following environment variable GOBO_OS=unix defined in /etc/profile. In one of my xace files I have some conditional lines, for example: ...
Brian Heilig
heiligb
Offline Send Email
May 12, 2008
9:20 pm
1639
... Actually, there seems to be two separate issues. The header and link options don't make it into compile_ge.xace at all (whether or not the conditional is...
Brian Heilig
heiligb
Offline Send Email
May 12, 2008
9:41 pm
Messages 1610 - 1639 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