Hello Eric, In the documentation about sorting there is a hint that certain containers keep their elements sorted (priority queues or binary search trees)....
... No. The containers currently in Gobo can be sorted according to an external comparison criterion. So a container can be sorted according to a criterion,...
... I don't know why the Eiffel compiler is looking in eifinit\bench. Did you have an older version of ISE Eiffel installed on your PC before you installed...
... I would say so. ... class AA create make feature make is local s: STRING do s := "[\t\s gobo \s\thello\s\t \t\s]" f (s) end f (s: STRING) is local i, nb:...
I am trying to track down a problem that occurs at garbage collection time. The problem does not occur when system.xace specifies: <option name="assertion"...
Colin Paul Adams
colin@...
May 8, 2003 5:30 pm
775
... It should look like this: <cluster name="kernel_classic" location="classic" relative="true" unless="${GOBO_DOTNET}"> <option name="assertion"...
It should look like this: <cluster name="kernel_classic" location="classic" relative="true" unless="${GOBO_DOTNET}"> <option name="assertion" value="none"/> ...
... Berend> Nope, to work around a problem in ISE Eiffel here :-) Can you detail this problem for me please? -- Colin Paul Adams Preston Lancashire...
Colin Paul Adams
colin@...
May 13, 2003 6:36 am
781
While using the Gobo Eiffel Tools Library from gobo31, I found an incompleteness in the flattening algorithm: Local variables which have a type 'like foo' are...
Hello Eric, I was wondering what exactly happened in DS_HASH_TABLE if I had a STRING that returned the same code, but had a different STRING. Would they hash...
Hi Markus, ... Yes, I'm aware of that. Only the signature is resolved. So 'like foo' is not only left unresolved in local variable declarations, but also in...
Hello, In case you were wondering what I've been doing during the past few months: www.gobolinux.org Of course everything is implemented using Gobo Eiffel! ;-)...
I appologize if this got posted twice. I'm looking for a scanner and parser for eiffel files. I have modified the "eiffel_scanner.l" and "eiffel_parser.y"...
I'm looking for a scanner and parser for eiffel files. I have modified the "eiffel_scanner.l" and "eiffel_parser.y" files in the examples included with...
... You can have a look at the classes in $GOBO/library/tools/eiffel. If you check out the CVS version, you will find an example using these classes in...
Eric, It appears my outgoing e_mail to this list is slow, so using yahoo I want to reply with a very big "thank you". I am trying to precompile (because I...
... Go to $GOBO/test/precomp and run: gexace --library=ise --output=Ace.ace precomp.xace You can then use this Ace.ace file to precompile the classes of Gobo. ...
The visitor pattern in class ET_AST_PROCESSOR of Gobo Eiffel Tools allows clients to implement new algorithms on an AST without having to touch the existing...
... ET_CLUSTER, is ... `subclusters' are those explicitly defined in the Ace file or Xace file. Recursive clusters don't set `subclusters' because it depends...
... file. ... when ... traversing ... Should the clusters/subclusters then be available from the universe? I can't seem to get there. Maybe if I tell you what...
... Parsed classes are not stored in clusters, they are stored in the universe in ET_UNIVERSE.classes. But each classes knows about its cluster using...