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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 14162 - 14191 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
14162 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
4:21 pm
... Eiffel supports the notion of libraries which are self contained modules (two different libraries may have the same class name). With libraries it is easy...
14163 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
4:23 pm
... Not yet removed since it is still in the standard. However it seems that we can do better and we are waiting for that better solution before taking a...
14164 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
4:35 pm
... Windows does provide such a watch. The question is: do other platforms offer it as well? Regards, Manu...
14165 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
4:56 pm
... Those special files cannot be read directly via our FILE classes. The best thing is to inherit from RAW_FILE and modify some of those queries to be always...
14166 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:07 pm
... Because it will be quite costly to show the meaningful warnings, i.e. you do not want to double click on an existing warning and find out that it is...
14167 Jocelyn Fiat [ES]
jfiat@... Send Email
Mar 3, 2009
5:15 pm
Hi Mark, The RT_DBG_LOCAL_RECORD are part of the implementation of "execution record and replay" functionality. (see:...
14168 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:39 pm
... Are you sure they are exported? It looks to me they are not otherwise the script would have worked. Type `export' and verify they are indeed listed. ...
14169 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:39 pm
... This functionality hasn't changed much since its introduction in EiffelStudio 5.0 and we generate version 1.0 of the specification. Regards, Manu...
14170 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:44 pm
... You need to make sure you are compiling using the new transitional syntax which is the default in 6.4 unless you changed it manually. If this is still...
14171 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:45 pm
... You need to make sure you are compiling using the new transitional syntax which is the default in 6.4 unless you changed it manually. If this is still...
14172 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:47 pm
On which line was the syntax error? Regards, Manu...
14173 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 3, 2009
5:48 pm
On which line was the syntax error? Regards, Manu...
14174 Paul Cohen
pacoispaco Send Email
Mar 3, 2009
5:58 pm
... It should be added that the library configuration file syntax is not part of the ECMA Eiffel standard. ... Well. The rest of the world is doing fine with...
14175 Mark Bolstad
render_dude Send Email
Mar 3, 2009
6:15 pm
I'm not using the facility. It only occurs when my code is exiting and I have a debug statement turned on. It's occurring in the dispose feature of my large...
14176 colinlema Send Email Mar 3, 2009
6:20 pm
Determining the number of dependencies, while very useful, seems to be something a tool could do instead of requiring it in the program text. One thing Eiffel...
14177 colinlema Send Email Mar 3, 2009
6:26 pm
You can attach a prefix to all classes in a library or cluster; it's an option in the configuration file. This is essentially a namespace and doesn't require...
14178 avidgamer1970 Send Email Mar 3, 2009
6:40 pm
Well, given the deafening silence, I guess there is no way to do this. This is a deal-breaker for this project. I have lots of code that does this in Java, and...
14179 Ian King
iek_uk Send Email
Mar 3, 2009
7:23 pm
Hi Avi, The example you give would have failed on a pre-condition as you can only access the iterator when you have locked the pixel buffer. If you actually...
14180 west.scott_g Send Email Mar 3, 2009
9:48 pm
Doesn't using the underscore as to separate the namespace and the class-name overload the underscore&#39;s meaning? How is a person supposed to reasonably...
14181 Helmut Brandl
helmut_l_brandl Send Email
Mar 3, 2009
10:07 pm
... To the best of my knowledge underscores do not separate namespace in class names. Any classname can have underscores in it (just not as the first...
14182 west.scott_g Send Email Mar 3, 2009
10:47 pm
... Hi Helmut, I was looking here http://dev.eiffel.com/Libraries for the library/namespace behaviour in EiffelStudio. Perhaps as you say this isn't the...
14183 Martin Piskernig
mpiskernig Send Email
Mar 3, 2009
11:00 pm
... That is even worse than no namespaces at al!! (*) Apart from the problem pointed out -- how do you judge whether a class name was "augmented&quot; or originally...
14184 Helmut Brandl
helmut_l_brandl Send Email
Mar 3, 2009
11:06 pm
... The standard (i.e. ECMA) does not specify renaming. ... I think so. If you use 2 libraries which have class names with name clashes, you can rename a) only...
14185 west.scott_g Send Email Mar 3, 2009
11:36 pm
Hi Manu, Thanks for the very detailed response! ... I'm just getting acquainted with the Studio now, thanks for the tip! ... Is any non-interface information...
14186 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 4, 2009
12:00 am
... Yes, it is. Some information from your parent is required. For example, if the parent class has the following code: a, b: ANY a := b and then your...
14187 Rosivaldo Fernandes A...
rosivaldoalves Send Email
Mar 4, 2009
12:03 am
I'm using Eiffel Studio 6.3 and can't create new features via menu option 'Tools&#39; -> 'New feature'. I always get the message "The text of this class could not...
14188 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 4, 2009
12:05 am
... There is indeed a regression here. Could you please submit a problem report at http://support.eiffel.com Regards, Manu...
14189 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 4, 2009
12:27 am
The solution of namespaces for any of the .NET or Java approach is not robust. For those languages, types are always known by their full name at the compiler...
14190 Rosivaldo Fernandes A...
rosivaldoalves Send Email
Mar 4, 2009
12:55 am
Thanks, Manu. I've done as you asked. Anyway... what do you mean with "There is indeed a regression..."? Rosivaldo. ... De: Emmanuel Stapf [ES] Para:...
14191 Emmanuel Stapf [ES]
manus_eiffel Send Email
Mar 4, 2009
1:02 am
... Meaning that it should and used to work, thus a regression if it does not work anymore. Thanks for submitting it. Regards, Manu...
Messages 14162 - 14191 of 20470   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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