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...
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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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...
... 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 ...
... 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...
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...
... 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. ...
... 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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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_operands39; in kernel class...
... 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...
... 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...