Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

eiffel_software · Eiffel Software User list

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1379
  • Category: Development
  • Founded: Oct 30, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, We have two needs with Eiffel that are not adressed by the language/libraries. 1) Agents fully equipped for DBC I want to be able to write this: if...
3 Jul 30, 2012
1:45 am

Bertrand Meyer
bmeyer_eiffel
Send Email

Thank you Joceyn for your answer. I've had a look at those '.ses' files, but they are in binary, not that readable, format. May be I should precise what I...
3 Jul 27, 2012
6:55 pm

CRISMER Paul-Georges
pgcrism
Send Email

By the way, the catcall message was: Catcall detected in {INTERACTIVE_LIST}.extend for arg#1: expected PROCEDURE [!ANY, !TUPLE [!EV_GRID_ROW]] but got...
4 Jul 27, 2012
4:44 pm

rfo@...
roger.osmond
Send Email

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...
3 Jul 27, 2012
4:25 pm

Emmanuel Stapf
manus_eiffel
Send Email

Hi All I just had another unpleasant surprise. After finally giving up on building a small system from existing parts as void-safe, I reset void safety for...
1 Jul 27, 2012
3:11 pm

rfo@...
roger.osmond
Send Email

OK, I THINK I found the first problem. Here is what I THINK is going on. The sequence: create tgi.make_with_text ("top level row"); grid.set_item (2, 1, tgi)...
2 Jul 27, 2012
12:16 am

rfo@...
roger.osmond
Send Email

Hi All I'm having trouble making sense of the EV_GRID widget. I don't think I'm being too aggressive. All I want (at this point), is to add sub-rows to an...
3 Jul 26, 2012
11:11 pm

Emmanuel Stapf
manus_eiffel
Send Email

Hi All I am encoutering YAVSA (yet another void safe annoyance). OK, it's not news that there are some irritating aspects of Void safety, and I understand that...
7 Jul 26, 2012
5:16 pm

Bertrand Meyer
bmeyer_eiffel
Send Email

Hello, I would like to save my execution parameters so that when I recompile a system from scratch I can get them back to test my system. Where are stored...
2 Jul 26, 2012
3:31 pm

Jocelyn Fiat
jfiat@...
Send Email

Hi Thomas I can't speak for the authors, and I had been of the same opinion as you when I first read your message, but I think this might be acceptable ...
2 Jul 25, 2012
4:31 pm

Thomas Beale
twbeale
Send Email

Thanks Neal and Joceyln It's not stabile in my case, but I'll use that later. Is stable (sic) attribute support standard now? Thanks R ...
1 Jul 25, 2012
2:10 pm

rfo@...
roger.osmond
Send Email

Hi Marco Yup. I forgot about the attribute rule :( That said, and I know my compiler writer credentials are not as impressive as some, it seems to me that in...
5 Jul 25, 2012
2:08 pm

rfo@...
roger.osmond
Send Email

Historically our modelling tool has always had a 'console&#39; window, which is simply a EV_TEXT within its own docking pane. To append to the console we just did...
1 Jul 25, 2012
1:05 pm

Thomas Beale
twbeale
Send Email

I guess this has been asked for many times before - a button to show a class text with debug removed... anyone else agree that this would be useful? - thomas...
1 Jul 23, 2012
7:20 pm

Thomas Beale
twbeale
Send Email

For creating a 32 bit exe in a 64 bit environment, ES have some documentation about creating a porter package which is a basically a full Eiffel compile with...
8 Jul 23, 2012
9:12 am

finnian@...
finnianr
Send Email

if I write the following: from some_list.start until some_list.off loop -- do something with some_list.item some_list.forth end and 'some_list&#39; is a function...
6 Jul 22, 2012
5:03 pm

Eric Bezault
gobosoft
Send Email

I am trying to work out how to read in a simple XML document and then traverse its contents in something like a DOM tree. I can't see which classes to use....
13 Jul 18, 2012
8:17 am

colin_paul_adams
colin_paul_a...
Send Email

I just experimented with nonconforming inheritance. Class CONSTANTS contains a single once feature, an INTEGER_REF. Classes A, B, and C inherit from CONSTANTS,...
17 Jul 18, 2012
7:39 am

colin_paul_adams
colin_paul_a...
Send Email

Hello, With Eiffel 7.1 enterprise, I pin the application to the taskbar. When clicking on the icon, the application does not start (I only see a dos box...
2 Jul 17, 2012
1:47 pm

Iliyan Gochev
iliyan_gochev
Send Email

Good morning Marco, I found the README just fine and followed the instructions, making some translations along the way. It turns out the README is based on a...
5 Jul 17, 2012
8:06 am

Marco Trudel
marco@...
Send Email

Hi, We are trying a new way for people to experience Eiffel and EiffelStudio without having to download and install EiffelStudio. The way we are achieving this...
5 Jul 17, 2012
4:16 am

Emmanuel Stapf
manus_eiffel
Send Email

Title says it all - apparently this problem I reported back on 6.8 is still there. If you use gelex/geyacc delivered with EiffelStudio, it still generates the...
2 Jul 16, 2012
1:54 pm

Peter Gummer
peter_gummer
Send Email

I'm not sure how to answer your second question, but the first one is easy The old reverse assignment attempt operator has been replaced with a new construct...
6 Jul 10, 2012
10:23 am

Victorien Elvinger
conaclos
Send Email

If 'a' is a detachable type knowed and 'b' is a attached type not knowed, the test : a ?= b allow to attach to 'a' an object only if 'b' is conforms to type of...
1 Jul 8, 2012
7:45 pm

conaclos
Send Email

In void-safe mode is there a way to initialize an attribute that takes an argument like Current from within the creation procedure of Current before it has...
5 Jul 7, 2012
2:21 pm

Peter Horan
peter7723
Send Email

Thanks Manu. It makes sense, but I still think that the contracts should show the keywords to improve the value of the specification. If the programmer...
1 Jul 4, 2012
12:41 am

rfo@...
roger.osmond
Send Email

Could you provide an example of this and submit it to http://support.eiffel.com? Thanks, Manu...
2 Jul 3, 2012
4:07 pm

Jimmy Johnson
boxer41a
Send Email

build_widget local w: SHIP_WIDGET ship: SHIP do create ship.make (Shokaku) create w.make (ship) -- sets the `pebble' that is in `w' w.pick_actions.extend...
3 Jul 3, 2012
4:04 pm

Jimmy Johnson
boxer41a
Send Email

Shouldn't the contracts view show detachable keywords? Is this because of my config options or are these keywords really not included? I would think that even...
2 Jul 3, 2012
3:54 pm

Emmanuel Stapf
manus_eiffel
Send Email

We have positions open at both the PhD and Postdoc levels in my group at ETH Zurich, the Chair of Software Engineering. We recently received an Advanced...
7 Jul 3, 2012
2:19 pm

dwilliams@...
holworth
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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