Thread overview
[Bug 265] [rejects-valid] Name resolution clash (vs dmd)
Jul 15, 2017
Iain Buclaw
Jul 15, 2017
Sebastien Alaiwan
Jul 15, 2017
Iain Buclaw
Jul 15, 2017
Iain Buclaw
Nov 10, 2017
Iain Buclaw
July 15, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=265

--- Comment #1 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Note, DMD front-end bug that is reproducible up to 2.071.

-- 
You are receiving this mail because:
You are watching all bug changes.
July 15, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=265

--- Comment #2 from Sebastien Alaiwan <sebastien.alaiwan@gmail.com> ---
Interesting.
Which means, maybe it's not a frontend bug at all.
Maybe it's simply a "lines" symbol, that isn't exported anymore by recent
versions of std.stdio?

-- 
You are receiving this mail because:
You are watching all bug changes.
July 15, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=265

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
(In reply to Sebastien Alaiwan from comment #2)
> Interesting.
> Which means, maybe it's not a frontend bug at all.
> Maybe it's simply a "lines" symbol, that isn't exported anymore by recent
> versions of std.stdio?

That doesn't seem to be the case as far as I can see.

git diff v2.070.0..v2.071.2 stdio.d

This shows nothing suspect, and comparing gdc's copy to master they look identical.

-- 
You are receiving this mail because:
You are watching all bug changes.
July 15, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=265

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This seems to be fixed in the gdc-7 package anyway.

https://explore.dgnu.org/g/s3x1Ri  (toggle betweeen gdc-6 and gdc-7).

What I can't say is whether this is because -7 is using a more recent library version, or some symbol-related lookup backport fixed the collision i.e: The infamous dmd bugs 33 and 34.

-- 
You are receiving this mail because:
You are watching all bug changes.
November 10, 2017
https://bugzilla.gdcproject.org/show_bug.cgi?id=265

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--- Comment #5 from Iain Buclaw <ibuclaw@gdcproject.org> ---
Closing as per last comments.

-- 
You are receiving this mail because:
You are watching all bug changes.