Thread overview
[Issue 22804] [REG 2.099] compiling multiple files without linking produces broken object files
[Issue 22804] [REG 2.099] compiling mutliple files without linking produces broken object files
Feb 22, 2022
Luís Ferreira
Feb 22, 2022
Luís Ferreira
Feb 22, 2022
Dlang Bot
Feb 22, 2022
Dlang Bot
Feb 27, 2022
Dlang Bot
February 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22804

Luís Ferreira <contact@lsferreira.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact@lsferreira.net

--
February 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22804

Luís Ferreira <contact@lsferreira.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[REG 2.099] compiling       |[REG 2.099] compiling
                   |mutliple files without      |multiple files without
                   |linking produces broken     |linking produces broken
                   |object files                |object files

--
February 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22804

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ljmf00 created dlang/dmd pull request #13704 "Fix issue 22804: multiple object files without linking produces broken files" fixing this issue:

- Fix issue 22804: multiple object files without linking produces broken files

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--
February 22, 2022
https://issues.dlang.org/show_bug.cgi?id=22804

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13704 "Fix issue 22804: multiple object files without linking produces broken files" was merged into stable:

- 7471cce04d21a26609bffeb418de272661d266ed by Luís Ferreira:
  Fix issue 22804: multiple object files without linking produces broken files

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--
February 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22804

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13725 "Merge remote-tracking branch 'upstream/stable' into merge_stable" was merged into master:

- db532519f73247d87b82c058b7bafdd2111b89f1 by Luís Ferreira:
  Fix issue 22804: multiple object files without linking produces broken files
(#13704)

  * test: add $IMPORT_FILES variable to dshell testsuite

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

  * Fix issue 22804: multiple object files without linking produces broken
files

  Signed-off-by: Luís Ferreira <contact@lsferreira.net>

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

--