www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10429] New: RDMD: --loop option doesn't work due to symbol conflict

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



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: -------
Jun 20 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=10429


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

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



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




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


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