Steven Fontanella
Steven Fontanella
I was working on \_\_setattr\_\_ as well, but for some reason I get ``` File "/home/steven/code/fypy/forbiddenfruit/tests/unit/test_forbidden_fruit.py", line 357, in test_overriding_setattr my_dict.abc = "xyz" SystemError: error return without exception set ```...
This commit fixes the following crash when running `python run.py --input_files input.txt --segment` on CPU: ``` THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=51 error=30 : unknown error Traceback (most recent call last): File...
https://github.com/stevenfontanella/microlens/pull/174#issuecomment-1908708001
From `cabal upload`: ``` - These packages miss upper bounds: - - tagged - - transformers - Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/...
* At instantiation time, check the types of exports against their corresponding imports, and trap if they don't match. * Exported memories and tables must be a subtype of the...