RejectedSoftware Forums

Sign up

validateIdent()?

Is the throw commented out for a reason?
It doesn't really do anything useful with the throw commented out...

Re: validateIdent()?

On Mon, 29 Jul 2013 05:41:20 GMT, Manu Evans wrote:

Is the throw commented out for a reason?
It doesn't really do anything useful with the throw commented out...

It accidentially stayed that way since quickfix was applied: https://github.com/rejectedsoftware/vibe.d/pull/103

I meant to investigate it, but then apparently forgot about it. I'll comment it back in and add unit tests with similar e-mail addresses as in the pull request.

Re: validateIdent()?

On Tue, 30 Jul 2013 07:40:18 GMT, Sönke Ludwig wrote:

On Mon, 29 Jul 2013 05:41:20 GMT, Manu Evans wrote:

Is the throw commented out for a reason?
It doesn't really do anything useful with the throw commented out...

It accidentially stayed that way since quickfix was applied: https://github.com/rejectedsoftware/vibe.d/pull/103

I meant to investigate it, but then apparently forgot about it. I'll comment it back in and add unit tests with similar e-mail addresses as in the pull request.

Fixed