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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1274 - 1303 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1274
ISE supports "class GS_LIST [ITEM -> G_OBJECT create make_shared end]" and rejects "class GS_LIST [ITEM -> G_OBJECT]"; SmartEiffel the contrary. It is work for...
Paolo Redaelli
tybor76
Offline Send Email
Apr 25, 2005
9:02 pm
1275
Hello, I am using a descendent of XM_CALLBACKS to convert my XML document into a HTML document. Here is my code I am using to do this: local retried: BOOLEAN ...
Neil Collier [ES]
peel_man
Offline Send Email
May 13, 2005
4:23 pm
1276
... Neil> retried then l_string := a_doc.text.twin if not What is a_doc? Neil> My question is, that when I have an XML document that Neil> contains escape...
Colin Paul Adams
colin@...
Send Email
May 13, 2005
4:31 pm
1277
Hi, Sorry, first I should point out I am using the CVS ISE tag version of Gobo, since that may be an issue here. So... `a_doc' is just my internal document...
Neil Collier [ES]
peel_man
Offline Send Email
May 13, 2005
4:40 pm
1278
... Neil> Hi, Sorry, first I should point out I am using the CVS ISE Neil> tag version of Gobo, since that may be an issue here. Well, I don't know what...
Colin Paul Adams
colin@...
Send Email
May 13, 2005
4:45 pm
1279
... Yes, but note you may get it in pieces, eg: on_content ("if 4 ") on_content ("<") on_content (" 5") The parser is entitled by contract to split content ...
Franck Arnaud
nenieorg
Offline Send Email
May 13, 2005
5:45 pm
1280
I found the problem. Problem is because the new version unescapes characters automatically now and I was pre-parsing some content to set the document text....
Neil Collier [ES]
peel_man
Offline Send Email
May 13, 2005
5:58 pm
1281
The contract for text_substring in class YY_SCANNER is insufficient. Here is the current contract for reference: text_substring (s, e: INTEGER): STRING is --...
Brian Heilig
heiligb
Offline Send Email
Jun 27, 2005
5:27 pm
1282
... Sorry, my fault. I had it backwards and spoke too soon. But I still think: text_substring_count: Result.count = e - s + 1 is a better postcondition. It's...
Brian Heilig
heiligb
Offline Send Email
Jun 27, 2005
5:42 pm
1283
... I prefer the current postconditions where we clearly see what we get in both cases: text_substring_empty: (s > e) implies (Result.count = 0) definition: s...
Eric Bezault
gobosoft
Offline Send Email
Jun 27, 2005
6:14 pm
1284
Hello, The long awaited release of Gobo Eiffel 3.4 is now available from: http://www.gobosoft.com/ Please refer to this web site for details about the new...
Eric Bezault
gobosoft
Offline Send Email
Jul 10, 2005
1:55 pm
1285
Hi, I would like to know if the regular expression library has a built in way to tell the regular expression compiler to treat the input string in a strict...
Neil Collier [ES]
peel_man
Offline Send Email
Aug 11, 2005
10:26 pm
1286
... Hash: SHA1 ... Not sure I'm getting this Neil. The input string is the input for a regular expression?? So it's not the re itself? The input string is...
Berend de Boer
berenddeboer
Online Now Send Email
Aug 12, 2005
8:09 am
1287
Dear List, I have tried to implement an application using the XM_EIFFEL_PARSER together with the XM_CALLBACKS_TO_TREE_FILTER, to produce a XM_DOCUMENT from an...
Bernd Schoeller
berndschoeller
Offline Send Email
Aug 17, 2005
10:29 am
1288
... You must also have a namespace resolver filter between the parser and the tree filter, that's what the precondition explains. The parser issues unresolved...
Franck Arnaud
nenieorg
Offline Send Email
Aug 18, 2005
1:01 am
1289
is there a GOBO equivalent for this feature? I didn't see it in KL_STRING_ROUTINES. Thanks, Neal...
neallester
Offline Send Email
Sep 9, 2005
8:10 pm
1290
... Have a look at the routines in ST_SPLITTER. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Sep 9, 2005
8:52 pm
1291
Dear all, I am evaluating some persistence frameworks and EPOM is one of them. As I am new to the Eiffel language I am facing some difficulties to install EPOM...
shintak01
Offline Send Email
Sep 20, 2005
9:40 am
1292
Dear Gobo team, When an exception occurs during a test case using getest I get the following uninformative error message: ABORT: [CLASS_NAME.test_name] Eiffel...
Brian Heilig
heiligb
Offline Send Email
Sep 21, 2005
7:43 pm
1293
... Brian> Dear Gobo team, When an exception occurs during a test case Brian> using getest I get the following uninformative error Brian> message: Brian>...
Colin Paul Adams
colin@...
Send Email
Sep 21, 2005
8:15 pm
1294
I think there is a bug in the postcondition of Boolean_bits in ki_platform.ge revision 1.9. Boolean_bytes is a once routine in KL_PLATFORM that depends on...
Brian Heilig
heiligb
Offline Send Email
Sep 21, 2005
8:33 pm
1295
... This is fixed now. Thank you for reporting this problem. -- Eric Bezault mailto:ericb@... http://www.gobosoft.com...
Eric Bezault
gobosoft
Offline Send Email
Sep 22, 2005
10:06 pm
1296
... I've used EPOM successfully with EiffelStudio 5.4, 5.5 and 5.6. The EPOM installation instructions are not very clear. I had trouble too. To install it,...
Peter Gummer
peter_gummer
Offline Send Email
Sep 25, 2005
5:50 am
1297
Hello Shinji, Thank you for evaluating EPOM. As the author of EPOM, I acknowledge the fact that the install instructions are very poor. EPOM in itself does not...
Paul G. Crismer
pgcrism
Offline Send Email
Sep 27, 2005
8:45 pm
1298
Hello Paul and Peter, Thanks a lot for your reply. I still didn't suceed installing ECLI. I get the following error message "This application has failed to...
Shinji Takasaka
shintak01
Offline Send Email
Sep 28, 2005
8:42 am
1299
... It probably would. On my computer, it's called vsvars.bat, and it's in: C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools - Peter Gummer...
Peter Gummer
peter_gummer
Offline Send Email
Sep 29, 2005
1:48 am
1300
Peter, Thanks for your help. I got ECLI C library compiled now but I still have some problems when I try to compile an ECLI example. The message that I get is:...
Shinji Takasaka
shintak01
Offline Send Email
Sep 30, 2005
6:59 am
1301
Hello, ECLI v2 beta relies on GOBO 3.3 You certainly have GOBO 3.4 installed and some routine signature have been changed (switched arguments). If you change...
Paul G. Crismer
pgcrism
Offline Send Email
Sep 30, 2005
7:32 pm
1302
Hello, I am to use GOBO and install version 3.4. I have download gobo34.zip and copied the files into c:\gobo. Then, I created a system variable $GOBO and...
Gilles Micas Knudsen
gillesmicas
Offline Send Email
Sep 30, 2005
8:24 pm
1303
... I don't think that 5.6.1268 exists. Personally I use 5.6.1218 and I have no problem compiling Gobo with it. Note that the error that you get looks like a...
Eric Bezault
gobosoft
Offline Send Email
Sep 30, 2005
9:24 pm
Messages 1274 - 1303 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