www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4814] New: rdmd: Doesn't rebuild when using -of and turning -L--export-dynamic on or off

reply d-bugmail puremagic.com writes:
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



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: -------
Sep 04 2010
next sibling parent d-bugmail puremagic.com writes:
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                         |



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: -------
Sep 07 2010
prev sibling next sibling parent d-bugmail puremagic.com writes:
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: -------
Jan 09 2011
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4814


dawg dawgfoto.de changed:

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



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: -------
Feb 26 2012
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4814




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: -------
Mar 07 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4814




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


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: -------
Mar 07 2013
prev sibling parent d-bugmail puremagic.com writes:
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



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: -------
Mar 07 2013