digitalmars.D - std.openrj
- Andrej Mitrovic <none none.none> Dec 28 2010
- Sean Kelly <sean invisibleduck.org> Dec 28 2010
- Sean Kelly <sean invisibleduck.org> Dec 28 2010
- Haruki Shigemori <rayerd.wiz gmail.com> Dec 28 2010
I've accidentally found this openrj.d module while reading phobos. The thing doesn't even compile, importing it fails. But it has no unittests so it's been dragged along in all recent DMD releases without anyone noticing. Line 9 in openrj.d: Updated 10th March 2005 File modification date: September 03, 2009 I personally don't need it but I don't know if anyone else might need open-RJ support? Does this really belong in Phobos anyway?
Dec 28 2010
Andrej Mitrovic Wrote:I've accidentally found this openrj.d module while reading phobos. The thing doesn't even compile, importing it fails. But it has no unittests so it's been dragged along in all recent DMD releases without anyone noticing. Line 9 in openrj.d: Updated 10th March 2005 File modification date: September 03, 2009 I personally don't need it but I don't know if anyone else might need open-RJ support? Does this really belong in Phobos anyway?
It should have been removed ages ago.
Dec 28 2010
Sean Kelly Wrote:Andrej Mitrovic Wrote:I've accidentally found this openrj.d module while reading phobos. The thing doesn't even compile, importing it fails. But it has no unittests so it's been dragged along in all recent DMD releases without anyone noticing. Line 9 in openrj.d: Updated 10th March 2005 File modification date: September 03, 2009 I personally don't need it but I don't know if anyone else might need open-RJ support? Does this really belong in Phobos anyway?
It should have been removed ages ago.
I'm getting rid of it now.
Dec 28 2010
(2010/12/29 12:55), Sean Kelly wrote:Sean Kelly Wrote:Andrej Mitrovic Wrote:I've accidentally found this openrj.d module while reading phobos. The thing doesn't even compile, importing it fails. But it has no unittests so it's been dragged along in all recent DMD releases without anyone noticing. Line 9 in openrj.d: Updated 10th March 2005 File modification date: September 03, 2009 I personally don't need it but I don't know if anyone else might need open-RJ support? Does this really belong in Phobos anyway?
It should have been removed ages ago.
I'm getting rid of it now.
Good job! Similarly, std.bind is already unnecessary module, because D has closure. I am waiting std.bind is removed, or an other useful bind module is added.
Dec 28 2010








Haruki Shigemori <rayerd.wiz gmail.com>