Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gobo-eiffel · Gobo Eiffel

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1782 - 1811 of 1821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1782 berend@...
berenddeboer Send Email
Mar 22, 2010
3:26 am
Hi All, Any suggestions how I could use a precompiled base library? I usually have this: <mount location="${GOBO}/library/kernel.xace";/> That can be replaced...
1783 berend@...
berenddeboer Send Email
Mar 22, 2010
3:28 am
Hi All, I just detected that Gobo uses ecb instead of ec, and I know understand why I had problems when I compiled stuff with Gobo and EiffelStudio (always...
1784 Eric Bezault
gobosoft Send Email
Mar 22, 2010
8:53 am
... Yes, there has been a request for that a long time ago because ecb compiles faster than ec. ... No, this is not currently possible. I think that a better...
1785 Jocelyn
djoce_net Send Email
Mar 22, 2010
9:40 am
... In the meantime, this would make sense to use for instance an environment variable to overwrite this default. What about using GOBO_EC_NAME to precise...
1786 Eric Bezault
gobosoft Send Email
Mar 22, 2010
9:50 am
... How about making ec/ecb flexible? Just an idea... :-) -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1787 Eric Bezault
gobosoft Send Email
Mar 22, 2010
9:53 am
... It was possible to do so when ISE was still using Ace natively. No effort has been made to make it work with ECF. I looked at some existing ECF files and...
1788 Jocelyn
djoce_net Send Email
Mar 22, 2010
10:32 am
... I guess my idea is more likely to be done in a few minutes than yours But I agree this would help to have ec's data compatible with ecb's data. Now, Gobo...
1789 Eric Bezault
gobosoft Send Email
Mar 22, 2010
12:39 pm
... My remark was not about timing to deliver a solution, but more about why is it always "others" who have to adapt themselves. You see what I mean... As for...
1790 Jocelyn
djoce_net Send Email
Mar 22, 2010
1:09 pm
... Of course I know what you mean, I know you now :) However I didn't want to start this discussion again, but since you started see the "note: " below My...
1791 Eric Bezault
gobosoft Send Email
Mar 22, 2010
4:55 pm
... I don't think that the fact that ecb is not compatible with ec is a problem limited to its use in geant. I already had to face this problem outside of...
1792 berend@...
berenddeboer Send Email
Mar 22, 2010
5:14 pm
... Eric> I think that geant should have never been modified to Eric> replace ec by ecb. Or at least ecb should have been invoked Eric> only if the option ...
1793 Eric Bezault
gobosoft Send Email
Mar 22, 2010
5:40 pm
... I don't think that it is up to system.xace to decide which compiler to use. ... OK, I'll try to add another entry in build.eant to compile explicitly with...
1794 Berend de Boer
berenddeboer Send Email
Apr 27, 2010
3:56 am
Hi All, I might have missed it but are there agent iterators in Gobo in a recent version? Because I looked at DS_TRAVERSABLE and it didn't appear to have it. I...
1795 Eric Bezault
gobosoft Send Email
Apr 27, 2010
11:38 am
... Do you mean features of the form `for_all', `do_all', etc. You will find them in DS_CONTAINER, and in various other classes. ... Gec now supports agents. ...
1796 Berend de Boer
berenddeboer Send Email
Apr 27, 2010
6:19 pm
... Eric> Do you mean features of the form `for_all', `do_all', etc. Eric> You will find them in DS_CONTAINER, and in various other Eric> classes. Ah thanks, I...
1797 thomas beale
twbeale Send Email
Aug 17, 2010
6:31 pm
Hi Eric, we have various parsers in openEHR that follow the standard pattern published in your documentation, i.e. a .y & .l file generating the usual .e...
1798 Eric Bezault
gobosoft Send Email
Aug 17, 2010
6:50 pm
Hi Thomas ... I don't think that there is any reuse facility in .l and .y files. I'm afraid that the only solution is copy/paste. -- Eric Bezault ...
1799 thomas beale
twbeale Send Email
Aug 17, 2010
11:38 pm
I wonder if I should consider using gepp to preprocess the files, and embed #include statements in them. It would mean that the source files would be the...
1800 政昌
chengchangwu Send Email
Sep 27, 2010
7:59 am
Hi Eric, I've a project implemented in SmartEiffel which I've ported to GEC. I'm still hesitant about removing SmartEiffel from my tool chain because GEC...
1801 Eric Bezault
gobosoft Send Email
Sep 27, 2010
8:42 am
... The reason why DbC is not implemented in gec yet is mostly lack of time. Typically, I develop and debug with EiffelStudio and I finalize my program with...
1802 Jocelyn Fiat
djoce_net Send Email
Sep 27, 2010
10:06 am
Hi, Just for curiosity, what kind of issue you get with EiffelStudio? Is it about Garbage Collection? I remember answering you how to disable GC with...
1803 政昌
chengchangwu Send Email
Sep 28, 2010
1:16 pm
Hi Jocelyn, I've tried what you suggested using 'execute_without_collection'. The program still failed due to some memory problem (Too much memory allocated or...
1804 pgcrism Send Email Mar 1, 2012
8:24 am
Hello, Are there any plan for migrating GOBO libraries and tools to a void-safe implementation? Thank you for your feedback, Best regards, Paul G. Crismer...
1805 Eric Bezault
gobosoft Send Email
Mar 1, 2012
4:10 pm
... It's something I plan to work on later this year, probably after the summer. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
1806 pgcrism Send Email Jul 27, 2012
8:54 am
Hello, Using GOBO-xml parser, I get UTF-8 Strings. I need LATIN-1 encoded strings. How can an UTF-8 String converted to LATIN-1 ? Best regards, Paul G. Crismer...
1807 olivier.ligot Send Email Jan 25, 2013
9:40 am
Hi, I'm trying to compile a project using gec but I've got the following error: [GVKFE-3] class ROUTINE (131,9): attribute `closed_operands&#39; in kernel class...
1808 Eric Bezault
gobosoft Send Email
Jan 25, 2013
10:54 am
... In fact we cannot do a sync blindly because sometimes I need to adapt the gec runtime first to make the new version of the kernel classes work. That being...
1809 Eric Bezault
gobosoft Send Email
Jan 25, 2013
10:58 am
... BTW, although I already implemented most of the void-safety validity rules in gec, some of them (and some CAPs) may be supported by EiffelStudio and not...
1810 olivier.ligot Send Email Jan 25, 2013
12:56 pm
... Ok, thanks for the quick response....
1811 olivier.ligot Send Email Jan 25, 2013
12:57 pm
... Ok, good to know....
Messages 1782 - 1811 of 1821   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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