Crutcher Dunnavant

Results 43 comments of Crutcher Dunnavant

It appears that db locked errors trace to CREATING the sqllite db; the go away after the first run.

This has some issues with the java8 tests: ``` [INFO] Compiling 86 source files with javac [debug target 8] to target/classes An exception has occurred in the compiler (1.8.0_392). Please...

When running in the CI environment; I have to enable `true`; and that seems to have some performance impact for CI which causes the tests to get cancelled (despite producing...

Please add tests verifying that this code works.

I was using the defaults on this. If this was a real "lets add mypy" PR, we'd need to talk about project structure. Mypy wants to search for its config...

This is a reasonably complete demonstration of a re-roll, with heavy mypy type additions. Tests pass, except for some issues with NaNs, which may be a difference between a vt100...

Also, I ran `black` to maintain sanity while things got smashed about

When I was first unrolling, I collapsed everything into one namespace; and ran into conflicts with `cdiv` before i understood the situation; now that everything is restored to `triton` and...

lifted the implementation core into `triton.impl`, pulled all non-core implementations down into `triton.language.stdlib`; cleaned up a bunch of mypy stuff, fixed `version_key()`, added stubs to replicate the old import locations,...

note: * no changes to `triton.__all__` * only additions to `triton.language.__all__`