Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5621)

Issue 328750043: Compiler path

Can't Edit
Can't Publish+Mail
Start Review
Created:
6 years, 10 months ago by alexk_es
Modified:
6 years, 10 months ago
Reviewers:
Manus, jfiat_es
Base URL:
https://svn.eiffel.com/eiffelstudio/trunk/Src/Eiffel/interface/shared/
Visibility:
Public.

Description

The class overrides compiler path by using the one from the command line. The class is moved from "framework/environment/tools" to "Eiffel/interface/shared".

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
A + es_eiffel_layout.e View 3 chunks +12 lines, -3 lines 1 comment Download

Messages

Total messages: 8
Manus
https://codereview.appspot.com/328750043/diff/1/es_eiffel_layout.e File es_eiffel_layout.e (right): https://codereview.appspot.com/328750043/diff/1/es_eiffel_layout.e#newcode39 es_eiffel_layout.e:39: create Result.make_from_string ((create {ARGUMENTS_32}).command_name) Doesn't command_name includes the full ...
6 years, 10 months ago (2017-06-22 14:54:41 UTC) #1
alexk_es
> Doesn't command_name includes the full executable path? Here we just want the > executable ...
6 years, 10 months ago (2017-06-22 15:00:07 UTC) #2
Manus
> The comment of `ec_command_name` says: > > Absolute path to `ec'. > > so ...
6 years, 10 months ago (2017-06-22 15:21:54 UTC) #3
Manus
Are we all in agreement to drop the usage of EC_NAME for the compiler! Should ...
6 years, 10 months ago (2017-06-22 16:31:07 UTC) #4
alexk_es
> Are we all in agreement to drop the usage of EC_NAME for the compiler! ...
6 years, 10 months ago (2017-06-22 17:12:16 UTC) #5
jfiat_es
On 2017/06/22 17:12:16, alexk_es wrote: > > Are we all in agreement to drop the ...
6 years, 10 months ago (2017-06-22 17:29:19 UTC) #6
jfiat_es
On 2017/06/22 17:29:19, jfiat_es wrote: > On 2017/06/22 17:12:16, alexk_es wrote: > > > Are ...
6 years, 10 months ago (2017-06-22 17:30:23 UTC) #7
alexk_es
6 years, 10 months ago (2017-06-22 17:32:31 UTC) #8
> But, why would we gain to remove EC_NAME ? Simplification?

I never mentioned removal of EC_NAME. The idea is to distinguish 2 cases:
1) compiler: use command name (of the current executable) all the time;
2) anything else: use EC_NAME or whatever logic is currently used, but not the
command name (of the current executable).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b