[Issue 9622] Range violation in rdmd

2013-03-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED


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


[Issue 9622] Range violation in rdmd

2013-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622



--- Comment #5 from github-bugzi...@puremagic.com 2013-03-02 01:05:39 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/7049ccf0bbc51e0663eb5ab33c01dc5212d85131
rdmd: Issue 9622: Fix regression introduced by fixing bug 9583

https://github.com/D-Programming-Language/tools/commit/eb56e34581e618ea48b64a24ab0dbd3db12ebcd3
Merge pull request #48 from CyberShadow/rdmd-fix-args

rdmd: Issue 9622: Fix regression introduced by fixing bug 9583

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


[Issue 9622] Range violation in rdmd

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Alex R�nne Petersen a...@lycus.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||a...@lycus.org
 Resolution||FIXED


--- Comment #1 from github-bugzi...@puremagic.com 2013-03-01 02:41:45 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/4086e393874ae8634aa2d6818083cfaed0efc2f4
Fix issue 9622 - Range violation in rdmd

https://github.com/D-Programming-Language/tools/commit/9fc4f6a382c9d4c5c07a30df11c8cfb2be971576
Merge pull request #47 from andralex/rdmd

Fix issue 9622 - Range violation in rdmd

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


[Issue 9622] Range violation in rdmd

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Alex R�nne Petersen a...@lycus.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||a...@lycus.org
 Resolution||FIXED


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


[Issue 9622] Range violation in rdmd

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Puneet Goel pun...@coverify.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||pun...@coverify.org
 Resolution|FIXED   |


--- Comment #2 from Puneet Goel pun...@coverify.org 2013-03-01 08:44:46 PST 
---
The fixed rdmd does not respect -I option given from the command line.

I am trying rdmd -I../../src test.d and it fails saying:
Error: module core is in file 'foo/bar.d' which cannot be read

The same command passes when I take rdmd from 2.062 release.

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


[Issue 9622] Range violation in rdmd

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com


--- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com 2013-03-02 
07:15:22 EET ---
That's because the fix was wrong. Pull request #47 removed the symptom, not the
problem.

The regression was caused by fixing bug 9583. rdmd depended on this bug.

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


[Issue 9622] Range violation in rdmd

2013-03-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9622


Vladimir Panteleev thecybersha...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com 2013-03-02 
07:16:34 EET ---
https://github.com/D-Programming-Language/tools/pull/48

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