Thread overview
[Issue 18729] dmd -run executes in different environment
May 27, 2019
Dlang Bot
Jun 03, 2019
Walter Bright
Jun 03, 2019
Walter Bright
Jun 03, 2019
Jonathan Marler
Aug 06, 2019
Dlang Bot
May 27, 2019
https://issues.dlang.org/show_bug.cgi?id=18729

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@marler8997 updated dlang/dmd pull request #8121 "Maintain same environment for dmd -run" fixing this issue:

- Maintain same environment for dmd -run

  Fix issue 18729

https://github.com/dlang/dmd/pull/8121

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=18729

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
I have some objections to this enhancement request:

https://github.com/dlang/dmd/pull/8121#pullrequestreview-245064295

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=18729

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Windows                     |All

--
June 03, 2019
https://issues.dlang.org/show_bug.cgi?id=18729

Jonathan Marler <johnnymarler@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #3 from Jonathan Marler <johnnymarler@gmail.com> ---
I miscategorized it as an enhancement, it should just be a normal bug. I've changed it to "normal". What objection do you have?

--
August 06, 2019
https://issues.dlang.org/show_bug.cgi?id=18729

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #8121 "fix Issue 18729 - dmd -run executes in different environment" was merged into master:

- b919c83688c96a2bed628b55bc6a8ac36839c387 by Jonathan Marler:
  Maintain same environment for dmd -run

  Fix issue 18729

https://github.com/dlang/dmd/pull/8121

--