plredmond
plredmond
https://github.com/haskell-servant/servant/issues/1339 is related.
Since the topologies of PrimitiveArrays and PrimitiveStreams and similar are represented as a type parameter, they're distinct types. As a result, they won't work with the `mappend` function which requires...
Are you still having this issue? It looks like your `renderObject` function could write uniform data or render arbitrary objects depending on the constructor of `RenderObject os`. This could perhaps...
Ok! Glad it's not affecting you anymore.
Might close this depending on discussion in #77.
No, this PR should be closed. I never merged it originally b/c the implementation is a very awkward hack (encoding arbitrary show/read data into `Tick`/`RealSrcSpan` and relying on the ability...
Closed per discussion and staleness.
> It says three flags are supported, but it seems like just two? That was a typo of "these". Sorry. I've added a commit for the other variant of Kind.
For the purposes of this check, I'm going to consider `from __future__ import ...` style imports to be "standard library".
Considered together with #10391, does this summary of behaviors seem right? Old table ``` for some unused import... future → no diagnostic or fix stdlib ∧ in_init → unsafe, remove...