Thread overview
[Issue 4814] New: rdmd: Doesn't rebuild when using -of and turning -L--export-dynamic on or off
Sep 05, 2010
Nick Sabalausky
[Issue 4814] rdmd: Doesn't rebuild when using -of and turning an -L linker option on or off
Sep 07, 2010
Nick Sabalausky
Feb 26, 2012
dawg@dawgfoto.de
Mar 07, 2013
Andrej Mitrovic
September 05, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4814

           Summary: rdmd: Doesn't rebuild when using -of and turning
                    -L--export-dynamic on or off
           Product: D
           Version: D1 & D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: cbkbbejeap@mailinator.com


--- Comment #0 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2010-09-04 22:01:10 PDT ---
$ cat test.d
void func()
{
    assert(1 == 0);
}
void main()
{
    func();
}

$ rdmd --chatty -oftest test
[compiles, shows no symbols in stack trace]

$ rdmd --chatty -oftest -L--export-dynamic test
[calls dmd to check deps but does *not* recompile,
still no symbols in stack trace]

$ touch test.d

$ rdmd --chatty -oftest -L--export-dynamic test [recompiles, now shows symbols in stack trace]

$ rdmd --chatty -oftest test
[calls dmd to check deps but does *not* recompile,
still shows symbols in stack trace]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 07, 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4814


Nick Sabalausky <cbkbbejeap@mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|rdmd: Doesn't rebuild when  |rdmd: Doesn't rebuild when
                   |using -of and turning       |using -of and turning an -L
                   |-L--export-dynamic on or    |linker option on or off
                   |off                         |


--- Comment #1 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2010-09-07 16:16:16 PDT ---
This seems to apply to any linker option.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4814


Andrei Alexandrescu <andrei@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei@metalanguage.com
         AssignedTo|nobody@puremagic.com        |andrei@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 26, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=4814


dawg@dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dawg@dawgfoto.de


--- Comment #2 from dawg@dawgfoto.de 2012-02-26 12:17:46 PST ---
This seems to apply to any compiler flags.
At least it happens with switching on/off -unittest.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4814



--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> 2013-03-07 09:30:07 PST ---
https://github.com/D-Programming-Language/tools/pull/49

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4814



--- Comment #4 from github-bugzilla@puremagic.com 2013-03-07 14:19:45 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/a76dc63b2a662d5ba21ed8a55f6b56cce158900d Fix issue 4814

https://github.com/D-Programming-Language/tools/commit/e14e0378375d1bb586871f8e66cc501dac64a7e1 Merge pull request #49 from andralex/4814

Fix Issue 4814 - rdmd: Doesn't rebuild when using -of and turning an -L linker option on or off

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 07, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4814


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |andrej.mitrovich@gmail.com
          Component|Phobos                      |DMD
         Resolution|                            |FIXED
         AssignedTo|andrei@erdani.com           |nobody@puremagic.com
         OS/Version|Linux                       |All


--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-03-07 14:20:55 PST ---
Can we get an RDMD component added to bugzilla?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------