Re: 'pretty' clever enough (Was: Parenthesized Target Notation)
Philippe Ribet <[email protected]>
| Newsgroups | gmane.comp.lang.eiffel.smalleiffel |
|---|---|
| Message-ID | <[email protected]> |
Frank Boehme wrote:
>Dominique Colnet wrote:
>
>
>
>>I have not tried since a long time, but I remember that our `pretty´
>>command is clever enough to add the extra semicolon when necessary.
>>
>>
>
>Once you mention the clever modifications the pretty command makes, I am
>sometimes annoyed when it replaces expressions in manifest numeric
>notations by their value.
>
>For example, pretty will change
>
>bytes_per_megabyte: INTEGER is
> once
> Result := 1024 * 1024
> end
>
>into
>
>bytes_per_megabyte: INTEGER is
> once
> Result := 1048576
> end
>
>
>
This simplification should not be done. You can open a new bug.
--
Philippe Ribet
The README file said
"Requires Windows 95, NT 4.0, or better."
So... I installed it on Linux!