mniip
mniip
@ndmitchell gentle prod?
@ndmitchell ping?
Someone (preferably a russian individual) could file a report at https://rkn.gov.ru/treatments/ask-question/ . No guarantees about a swift reply though...
> ``` > ty = C[S] > return object.__new__(ty) > ``` As I explained in additional context, this typechecks but doesn't actually run: ```py >>> object.__new__(C[S]) Traceback (most recent call...
Actually simply updating Cargo.lock fixes the issue for me somehow. I'm not sure how yet.
Ah so it did. It works with `=0.7.1` but not `=0.7.0`
Yeah I quickly found that this appears to be in part intentional design. The `IORef EPS` are all shared between `HscEnv`s and there seems to be only 2 `EPS` in...
@meejah ```hs {- cabal: build-depends: base, data-default, OpenGL, GLUT, monomer, gloss-rendering -} {-# LANGUAGE MultiWayIf #-} {-# LANGUAGE OverloadedStrings #-} module GlossWidget (glossWidget) where import Control.Exception import Control.Monad import Data.Default...
Actually there's more: - In #148 compatibility with `vector >=0.12.1.2` was fixed. This landed in `store-0.7.2`, but `store >=0.1.0.0 &&
Also a couple revision issues that aren't relevant to `vector` or `mono-traversable`: - store `>=0.5.0 &&