Thread overview
[Issue 10429] New: RDMD: --loop option doesn't work due to symbol conflict
Jun 20, 2013
Andrej Mitrovic
Jun 20, 2013
Andrej Mitrovic
Jun 20, 2013
Andrej Mitrovic
June 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10429

           Summary: RDMD: --loop option doesn't work due to symbol
                    conflict
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: andrej.mitrovich@gmail.com
        ReportedBy: andrej.mitrovich@gmail.com


--- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-06-20 15:07:51 PDT ---
$ rdmd --loop=writeln(line)

> C:\Users\ADMINI~1\AppData\Local\Temp\.rdmd\eval.2CD64650D24D0A39634AC28AC1D32B2A.
d(17): Error: std.stdio.stdin at
C:\dmd-git\dmd2\windows\bin\..\..\src\phobos\std
\stdio.d(2505) conflicts with core.stdc.stdio.stdin at
C:\dmd-git\dmd2\windows\bi
n\..\..\src\druntime\import\core\stdc\stdio.d(344)

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


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

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


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-06-20 15:09:03 PDT ---
https://github.com/D-Programming-Language/tools/pull/68

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



--- Comment #2 from github-bugzilla@puremagic.com 2013-06-20 15:09:47 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/aa8cca448cdc2afe0940792bfdcee6ccac311ca2 Fixes Issue 10429 - Fully qualify stdin to avoid symbol conflict.

https://github.com/D-Programming-Language/tools/commit/8a04bf60c11845955544c6a15f975033818e49cc Merge pull request #68 from AndrejMitrovic/Fix10429

Issue 10429 - Fully qualify stdin to avoid symbol conflict.

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


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

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


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