[Issue 17308] [TEST/PROCESS] Beta releases should not be built with -release

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 28 15:13:23 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17308

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
(In reply to Iain Buclaw from comment #2)
> I feel inclined to re-open.  But only because I'm constantly finding bugs in
> the compiler.  The fact that I'm still using the C++ frontend just makes it
> that more evident.

I suggest that you find another way to achieve this goal.

Here are some ideas:

- Run the test suite without -release, if it's not being run that way yet
- Build nightlies without -release
- If the performance impact isn't too bad, just ship the release versions of
DMD without -release.

As stated, for reasons explained above, this issue is a Really Bad Idea. We
already have enough trouble with the default build flags not matching up with
what's shipped (mainly fPIC-related).

--


More information about the Digitalmars-d-bugs mailing list