George Pollard

Results 102 comments of George Pollard

I'm also using 8.0.2 and getting this panic: ``` ghc.EXE: panic! (the 'impossible' happened) (GHC version 8.0.2 for x86_64-unknown-mingw32): Static flags have not been initialised! Please call GHC.parseStaticFlags early enough....

Yes, at the moment there's no normalization performed except for stripping non-significant whitespace and comments. Really the domain part should be handled by a package specifically for handling domains, we...

I think it makes sense for the domain part but it’s going to be a breaking change to do this so would need to be in a major version update....

8c6e0c7d906 adds the `isemail` test-suite. Another thing to think about: I should be testing the canonicalized versions of email addresses to ensure the normal form is as expected. (The `isemail`...

Idea: use `DataKinds` for the options type that controls what to allow in the email address. This way we have `type EmailAddress = EmailAddress' SaneParseOptions` and you can't accidentally mix...

@MichelBoucey I didn't come across it when I was looking. It looks like it could be useful. I'll stick with `ip` for now until I get everything working and then...

Thanks for this! Unfortunately at the moment this won't be that useful as the domain parsing is quite lenient - the email-address RFC allows many more things in domain names...

This would be interesting. Do you know of any existing examples of test-only packages?

It should be possible at least to detect map→map copies?

I'm also not seeing the fenced code blocks (with tpope's version) get blacklisted. This might be complicated because it supports nested syntax highlighting in fenced code blocks. Should I open...