ArachnidAbby

Results 20 comments of ArachnidAbby

Thanks for replicating it, Is there anyway to avoid this behavior?

Hey, just putting this comment here to remind myself to use `typing.List` for annotations to support older versions of python.

@gmarkall Hey I was looking at some of these failing tests and I noticed one for flake8. I just wanted to ask if you guys follow the 80 characters per...

Is there any way for me to run the windows tests locally, specifically the `build` one. (I am on linux btw)? I dont want to flood the commit history with...

I am in physical pain trying to use Cmake. MSVC is weird or its the way windows does things? It honestly might be best to use clang or mingw instead....

> * Do you know that the libraries you're trying to link against (lldCOFF, etc.) actually exist in the Windows llvmdev package? It may be that llvmdev needs rebuilding on...

It's just my luck that when trying to boot into my windows install for the first time in a month, it decides to randomly break. All the Bios settings have...

> Do you know that the libraries you're trying to link against (lldCOFF, etc.) actually exist in the Windows llvmdev package? It may be that llvmdev needs rebuilding on Windows...

@gmarkall I did it! The windows tests pass. The linux and macos tests fail but thats for setting up miniconda for some reason. I didn't change miniconda for either platform...

I have finished [the documentation](https://llvmlite--898.org.readthedocs.build/en/898/user-guide/binding/lld.html) for the new lld module, but it's definitely a good idea to proof read it yourself. I am unsure of why the linux builds fail...