Crutcher Dunnavant
Crutcher Dunnavant
In order to work around the lack of python package registration; I'd really like to be able to say this, in order to get proper python indexing. ``` directories: ....
Please add the bintray project to the JCenter common repo. https://jfrog.com/blog/increase-your-maven-packages-exposure-by-adding-it-to-jcenter/ Without this, we have to add a custom repo just for this project; which complicates transitive deps. I'd like...
Add (new in 3.10) arguments to `@dataclass` Similar to #204 , with sys.version_info guarding. I tried using a common dispatch handler, but I think custom mypy handling of this class...
Continuation of Unfungle Issue: #884 This is a partial rework of draft #887 on top of the triton-mlir branch This reflows import ordering into a consistent history. This does *not*...
triton module imports are currently very circular; many modules import other modules while they are only partially initialized. The behavior of `core.py`, `jit.py`, and `semantic.py` are a particular example. With...
This is not meant to be submitted. This is a research PR to work out type/import ordering. This is a first-pass at trying to flatten and order the import deps,...
> Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid' See: https://stackoverflow.com/questions/77171270/compilation-error-after-upgrading-to-jdk-21-nosuchfielderror-jcimport-does-n
See [ErrorProne](https://errorprone.info/index) - Runs during `mvn verify`. - fix for two extant issues. - Stricter tests could be enabled later.
Metadata implements `hashCode()`, despite being a mutable class. `hashCode()` exists solely to enable storage datastructures (such as Map and Set); and they behave very badly when the hashCode of a...