Enter your vote today! A new poll has been created for the gobo-eiffel group: The purpose of this poll is to determine the cost of the effort needed to make ...
gobo-eiffel@yahoogrou...
Oct 2, 2002 5:50 pm
442
Enter your vote today! A new poll has been created for the gobo-eiffel group: The purpose of this poll is to determine the cost of the effort needed to make ...
gobo-eiffel@yahoogrou...
Oct 2, 2002 5:54 pm
443
Enter your vote today! A new poll has been created for the gobo-eiffel group: The purpose of this poll is to determine the cost of the effort needed to make ...
gobo-eiffel@yahoogrou...
Oct 2, 2002 5:59 pm
444
Sorry for these multiple messages. That's the first time I start a poll on Yahoo, and I don't master the process yet! The message below is the one to take into...
Hello All, I noticed that my output had an extra %R on each line. The source was generated on Unix and compiled on Windows. Is the decision to output an...
Hello All, I noticed that my output had an extra %R on each line. The source was generated on Unix and compiled on Windows. Is the decision to output an...
... What generated source are you talking about? Is it this source code which has extra %R, or the output of the program compiled from this source code? ... ...
... The output generated by the source code that was generated on Unix and compiled on Windows. I.e. the output of the std.output.put_string ("this is a...
... Yeah, not sure when I thought when I wrote it, but somehow that %R%N was canonical?? But I'm writing a %N just now. -- Live long and prosper, Berend de...
... Well, line ends are normalised to %N, so you'd expect that to be canonical, and indeed canonical XML (http://www.w3.org/TR/xml-c14n) specifies this. -- ...
Hello, I have a problem with geyacc. When I add a semantic action to a special rule I get a shift/reduce conflict. And this is what I dont understand, because ...
... Is it a semantic action at the end of the rule or in the middle of the rule? Semantic actions in the middle of rules implicitly add empty rules to the...
... http://www.gobosoft.com/eiffel/gobo/geyacc/actions.html#midrule_action s ... Yes it was in the middle of a rule. The link above helped me to solve my...
Hello from a new Gobo (and, indeed, Eiffel) user. I am interested in writing an Eiffel binding to the Gnome XML pasrer (libxml2/libxslt) (the advantages being...
Colin Paul Adams
colin@...
Nov 23, 2002 4:15 pm
457
... Colin> Second, if I try to specify --expat rather than --eiffel, I Colin> get an error message saying the expat parser is not OK - I managed to work out...
Colin Paul Adams
colin@...
Nov 24, 2002 1:34 am
458
... Well, who said the formatter should output well formed XML? The intention there is to show the resolved namespaces (that is the parsed dataset), eg for...
... Franck> Well, who said the formatter should output well formed Franck> XML? The intention there is to show the resolved Franck> namespaces (that is the...
Colin Paul Adams
colin@...
Nov 25, 2002 6:18 pm
460
Hello All, Does anyone know if it's possible to override the assertion level of mounted clusters? For example I want to have default assertion (no) end in my...
... XM_PRETTY_PRINT_FILTER if you operate on an event stream before xmlns resolution. For the tree, changing XM_FORMATTER (and renaming current behaviour)...
... I cannot reproduce this error. If I parse <pieces/> <piece> </piece> with $GOBO/example/xml/tree/formatter/formatter --eiffel I do get a parse error as...
... What do you mean by "complete recompile"? Do you mean that it recompiles all the classes through all the Degrees (including negative Degrees) as if we were...
... Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel ...
Colin Paul Adams
colin@...
Nov 27, 2002 6:17 pm
466
... [...] ... The correct phrase is, I believe, "Test Driven Development," removing 'design' from the equation! Seriously, it's always a good idea to test...
Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> Franck> with $GOBO/example/xml/tree/formatter/formatter --eiffel Franck> I...
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
468
... Franck> I cannot reproduce this error. If I parse Franck> <pieces/> <piece> </piece> I can only get the error if a comment is present after the first tag....
Colin Paul Adams
colin@...
Nov 28, 2002 6:11 pm
469
... You can actually try Gobo Eiffel. In this package there are Eiffel class libraries and some tools. You can download the Linux package and use the Eiffel...
Dear Eiffel Community in the moment there are three important Eiffel compiler: ISE, SE and VE (and HACT?). If you want to use Eiffel to implement big...