Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
eiffelstudio-dev
Conversations
About
eiffelstudio-dev
Contact owners and managers
1–30 of 52
Welcome to the EiffelStudio development mailing list.
You will find various announces or discussions related to the development of the EiffelStudio IDE, the Eiffel compiler or of the various libraries included in EiffelStudio.
To post to this group, send email to
eiffelstudio-dev@googlegroups.
com
or post from this page
https://groups.google.com/d/
forum/eiffelstudio-dev
Please visit
http://dev.eiffel.com/
for information on the Eiffelstudio project.
Happy Eiffeling!
The EiffelStudio Team
Mark all as read
Report group
0 selected
Thomas Goering
, …
Jocelyn Fiat
9
Jun 21
Questions about multiple precompilation directories in Eiffel user files directory
The explanation from a message sent to me 55 minutes ago ... so many hour after the facts. Your
unread,
Questions about multiple precompilation directories in Eiffel user files directory
The explanation from a message sent to me 55 minutes ago ... so many hour after the facts. Your
Jun 21
ThomasGoering
,
Jocelyn Fiat
2
Apr 17
EiffelStudio 23.09 issue with refactoring (class rename)
Hi Thomas, I would need to dig into the code to find out why. As this is not a critical error (job is
unread,
EiffelStudio 23.09 issue with refactoring (class rename)
Hi Thomas, I would need to dig into the code to find out why. As this is not a critical error (job is
Apr 17
ThomasGoering
,
Jocelyn Fiat
2
Apr 10
EiffelStudio contribution
Hi Thomas, Pull request is fine, and also posting to this group. It hasn't been very active, but
unread,
EiffelStudio contribution
Hi Thomas, Pull request is fine, and also posting to this group. It hasn't been very active, but
Apr 10
Thomas Goering
Apr 10
Re: [EiffelStudio Dev] EiffelStudio contributions
Please ignore this post. I accidentally sent it to the group before it was finished... > Am 09.04.
unread,
Re: [EiffelStudio Dev] EiffelStudio contributions
Please ignore this post. I accidentally sent it to the group before it was finished... > Am 09.04.
Apr 10
Ulrich
, …
Jocelyn Fiat
5
5/9/21
Q&A
Is this forum dead?
by the way, for other visitor most of the time, EiffelStudio users are looking for the Eiffel users
unread,
Q&A
Is this forum dead?
by the way, for other visitor most of the time, EiffelStudio users are looking for the Eiffel users
5/9/21
Jocelyn Fiat
3/7/18
New eif_system.h from rev#101470
To compile EiffelStudio after rev#101470 you will need - EiffelStudio 18.01 - And since rev#101470,
unread,
New eif_system.h from rev#101470
To compile EiffelStudio after rev#101470 you will need - EiffelStudio 18.01 - And since rev#101470,
3/7/18
eiffelstudio-dev
3/7/18
Announcement
EiffelStudio 18.01 is now available!
We are pleased to announce the availability of EiffelStudio 18.01. Try it right now! All the download
unread,locked,
Announcement
EiffelStudio 18.01 is now available!
We are pleased to announce the availability of EiffelStudio 18.01. Try it right now! All the download
3/7/18
Jocelyn Fiat
5/31/17
Announcement
EiffelStudio 17.05 is available for download.
We are pleased to announce the availability of EiffelStudio 17.05. Download it now and see the
unread,
Announcement
EiffelStudio 17.05 is available for download.
We are pleased to announce the availability of EiffelStudio 17.05. Download it now and see the
5/31/17
Emmanuel Stapf [ES]
10/25/15
EiffelStudio 15.11 Release (Development)
Hi, We just updated EiffelBase that introduce a breaking change. Do not update until you get a new
unread,
EiffelStudio 15.11 Release (Development)
Hi, We just updated EiffelBase that introduce a breaking change. Do not update until you get a new
10/25/15
Jimmy Johnson
2
8/17/15
Q&A
AST_VISITOR.process_WHICH_as ???
Okay, the WORKING_CODE does not work for: object.qualified_call (arg) I should follow this line with:
unread,
Q&A
AST_VISITOR.process_WHICH_as ???
Okay, the WORKING_CODE does not work for: object.qualified_call (arg) I should follow this line with:
8/17/15
Jimmy Johnson
7/5/15
Q&A
How to fine qualified calls in SYNTAX_UPDATER_VISITOR ?
Manu, Given a construct such as: if (xf) or (yf) then af c := bf end I want to "update" the
unread,
Q&A
How to fine qualified calls in SYNTAX_UPDATER_VISITOR ?
Manu, Given a construct such as: if (xf) or (yf) then af c := bf end I want to "update" the
7/5/15
Emmanuel Stapf
6/22/15
Re: Which classes are built-in?
> Could you give me a little hint as to where/how to "simply allocate a 64-bit > natural
unread,
Re: Which classes are built-in?
> Could you give me a little hint as to where/how to "simply allocate a 64-bit > natural
6/22/15
Jimmy Johnson
,
Emmanuel Stapf
14
6/18/15
Q&A
? Can I modify ANY like this ?
If this is a reference field, you cannot as references always appear before any other fields.
unread,
Q&A
? Can I modify ANY like this ?
If this is a reference field, you cannot as references always appear before any other fields.
6/18/15
Jimmy Johnson
,
Emmanuel Stapf
5
6/7/15
Q&A
AST_ROUNTRIP_ITERATOR.process_object_test_as question
I found out that the compiler does not recognize some classes (eg ANY) if the file was renamed. (The
unread,
Q&A
AST_ROUNTRIP_ITERATOR.process_object_test_as question
I found out that the compiler does not recognize some classes (eg ANY) if the file was renamed. (The
6/7/15
Jimmy Johnson
5/12/15
SYNTAX_UPDATER_VISITOR questions
Sorry for the long message but don't know how to show the problem without sending the class texts
unread,
SYNTAX_UPDATER_VISITOR questions
Sorry for the long message but don't know how to show the problem without sending the class texts
5/12/15
Jimmy Johnson
,
Jocelyn Fiat
5
4/20/15
Q&A
parser for an ecf file?
I have the system working for the "resave" option, but after studying the code, I am still
unread,
Q&A
parser for an ecf file?
I have the system working for the "resave" option, but after studying the code, I am still
4/20/15
Emmanuel Stapf
,
Jimmy Johnson
7
4/16/15
RE: [EiffelStudio Dev] How to modify "syntax_updater" ?
This is the nature of the encoding of nested calls. What you need to look at is descendants of
unread,
RE: [EiffelStudio Dev] How to modify "syntax_updater" ?
This is the nature of the encoding of nested calls. What you need to look at is descendants of
4/16/15
Jimmy Johnson
, …
Alexander Kogtenkov
8
4/7/15
Q&A
Determine if class being compiled conforms to another
It's better if you check yourself. There are at least two options to have a "subcluster
unread,
Q&A
Determine if class being compiled conforms to another
It's better if you check yourself. There are at least two options to have a "subcluster
4/7/15
Jimmy Johnson
, …
Alexander Kogtenkov
11
3/16/15
Q&A
? Still having problems with compiler modification ?
Alexander, Thanks so much for the patch. I would never have figured that out. I learned a lot from it
unread,
Q&A
? Still having problems with compiler modification ?
Alexander, Thanks so much for the patch. I would never have figured that out. I learned a lot from it
3/16/15
Jimmy Johnson
,
Emmanuel Stapf
4
3/4/15
Q&A
? Keeping 15.01_dev separate from GPL EiffelStudio ?
I'm just giving all the information that you need to switch from one version to another. However
unread,
Q&A
? Keeping 15.01_dev separate from GPL EiffelStudio ?
I'm just giving all the information that you need to switch from one version to another. However
3/4/15
Jimmy Johnson
, …
Alexander Kogtenkov
22
3/3/15
Q&A
Problem adapting eiffel parser
Alexander, Thank you for all the help. I'm flattered that you think I can understand the compiler
unread,
Q&A
Problem adapting eiffel parser
Alexander, Thank you for all the help. I'm flattered that you think I can understand the compiler
3/3/15
Jimmy Johnson
, …
Emmanuel Stapf
9
2/18/15
Q&A
Compile ec.ecf in EiffelStudio
When you press run it launches ec without argument. So to launch the gui of EiffelStudio, you need to
unread,
Q&A
Compile ec.ecf in EiffelStudio
When you press run it launches ec without argument. So to launch the gui of EiffelStudio, you need to
2/18/15
Jimmy Johnson
,
Emmanuel Stapf
4
2/18/15
Q&A
How to experiment with changes to compiler?
> I looked at ASSIGN_BL.generate_assignment and followed through to > ASSIGN_BL.
unread,
Q&A
How to experiment with changes to compiler?
> I looked at ASSIGN_BL.generate_assignment and followed through to > ASSIGN_BL.
2/18/15
Jimmy Johnson
,
Emmanuel Stapf
2
2/4/15
? Can compiler reproduce classes from the AST ?
Hi, Once you are done with degree 6, you will have access to the UNIVERSE_I instance that collects
unread,
? Can compiler reproduce classes from the AST ?
Hi, Once you are done with degree 6, you will have access to the UNIVERSE_I instance that collects
2/4/15
mira....@gmail.com
,
Emmanuel Stapf
3
10/2/14
Memory leak under Clang sanitizer
The attachment contains listings from bootstrap attempt with sanitizer, file e_comp2 has at the end
unread,
Memory leak under Clang sanitizer
The attachment contains listings from bootstrap attempt with sanitizer, file e_comp2 has at the end
10/2/14
Greg Lee
, …
Jocelyn Fiat
7
10/1/14
Bug in EiffelStudio build scripts?
Thanks for your first message to report my bad answer, and thanks for the confirmation that it is
unread,
Bug in EiffelStudio build scripts?
Thanks for your first message to report my bad answer, and thanks for the confirmation that it is
10/1/14
Victorien Elvinger
, …
Anders Persson
12
7/30/14
Eiffel Graph complete void-safe
Hi, I didn't send the last pull-request to Anders on github to ensure compatibility with the last
unread,
Eiffel Graph complete void-safe
Hi, I didn't send the last pull-request to Anders on github to ensure compatibility with the last
7/30/14
Emmanuel Stapf
, …
Mark Perry
16
6/10/14
EiffelStudio 14.05 Developement release
Does it really matter that you use MAYBE? In Eiffel thanks to Void-safety in many cases you do not
unread,
EiffelStudio 14.05 Developement release
Does it really matter that you use MAYBE? In Eiffel thanks to Void-safety in many cases you do not
6/10/14
Anders Persson
, …
Anders Persson
8
3/28/14
Memory analyzer void safety updates at github
I can access it. Thanks Anders 2014-03-28 18:13 GMT+01:00 Emmanuel Stapf <ma...@eiffel.com>: I
unread,
Memory analyzer void safety updates at github
I can access it. Thanks Anders 2014-03-28 18:13 GMT+01:00 Emmanuel Stapf <ma...@eiffel.com>: I
3/28/14
David Jenkins
,
Emmanuel Stapf
10
3/17/14
Help with library update
I made a few changes to the "test" system that's included with the "editor"
unread,
Help with library update
I made a few changes to the "test" system that's included with the "editor"
3/17/14