Felix Yan
                                            Felix Yan
                                        
                                    It would be nice to keep PyPI releases and git tags in sync :)
``` root: WARNING: Files not processed due to syntax errors: root: WARNING: /usr/lib/python3.7/lib2to3/tests/data/bom.py root: WARNING: /usr/lib/python3.7/lib2to3/tests/data/crlf.py root: WARNING: /usr/lib/python3.7/lib2to3/tests/data/different_encoding.py root: WARNING: /usr/lib/python3.7/lib2to3/tests/data/false_encoding.py root: WARNING: /usr/lib/python3.7/lib2to3/tests/data/py2_test_grammar.py root: WARNING: /usr/lib/python3.7/test/bad_coding.py root: WARNING:...
Hopefully this suppresses the following warning: ``` Warning: JuicyPixels.cabal:19:29: Packages with 'cabal-version: 1.12' or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use...
Builds fine and all tests pass.
To reproduce, create a conftest.py with the following content: ``` from gevent import monkey monkey.patch_all() ``` And run py.test --flake8 in that folder. py.test itself runs fine, so does flake8,...
Hopefully this suppresses the following warning: ``` Warning: mueval.cabal:34:43: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. ```
The change is according to https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#unsafecoerce and should be backwards-compatible. This applies on top of #16 and fixes #17
This is the build error under GHC 9.0.1 with #16 applied: ``` [20 of 26] Compiling Data.Edison.Seq.FingerSeq ( src/Data/Edison/Seq/FingerSeq.hs, dist/build/Data/Edison/Seq/FingerSeq.dyn_o ) src/Data/Edison/Seq/FingerSeq.hs:50:18: error: Module ‘GHC.Base’ does not export ‘unsafeCoerce#’ |...