Herbert Valerio Riedel
Herbert Valerio Riedel
I'm afraid we're going to have to agree to disagree then, as my experience with curating ~852 (out of 13k) packages on Hackage tells a different story... and even if...
> I think it's overexaggerating to call this "irresponsible", life involves taking negligible risks all the time. We're already taking risks even when following the PVP scheme (which nobody claims...
@vijayphoenix would it be possible to detect more accurately when quoting is necessary? i.e. when the presence of hyphens in a string doesn't require quoting as there's no grammar ambiguity?
Things got worse it seems (this is now affecting also GHC 8.2.2): ``` Configuring rss-3000.2.0.6... Preprocessing library for rss-3000.2.0.6.. Building library for rss-3000.2.0.6.. [1 of 1] Compiling Text.RSS ( Text/RSS.hs,...
@jgm that's definitely possible; we could still report errors with a document granularity. i.e. something like (pseudo-code): ```hs decodeDocsLazy :: ByteString -> YamlDocs where data YamlDocs = YamlDoc Doc YamlDocs...
Investigating this a bit, originally the clock sequence would be reset to `0` frequently but this was changed in cad54a8bcc433dc926d90cf40cd66a0c4f592ddf (for reasons which aren't obvious to me). However, quoting RFC...
@prikhi would you be interested in providing a PR enhancing the Haddock documentation to that effect?
See #26 -- I'm very reluctant as `Generic` instances expose/leak internal implementation details of the type abstraction, causing it to become part of the exposed API.
@jessekempf To be honest I'm not a fan of supporting string-literals which cannot be statically validated at compile time and would thus be runtime landmines. I'm rather considering offering a...
@aslatter where do you see ViewPatterns used? And why would that be undesirable?