Jim Kring

Results 168 comments of Jim Kring

@kayhayen here is the scons output: [scons_log.txt](https://github.com/user-attachments/files/18084033/scons_log.txt)

Hi @kayhayen. I just tested with "nuitka @ git+https://github.com/Nuitka/Nuitka@factory" Now, I get this different error, early in the build process: [error.txt](https://github.com/user-attachments/files/18098861/error.txt)

> So, this is what adds the problem library, and libatomic, which I don't even know what it is: > > ``` > link_module_libs=:libatomic.a,:libHacl_Hash_SHA2.a,:libatomic.a > ``` > > So for...

Thanks @kayhayen. The speed improvements of uv around system setup and package installation is huge. That makes it wonderful for things like running unit tests and other code. However, I'm...

> In theory, the container build for Linux should try and do that I gave the container build a shot yesterday, but I have already have docker (and not podman)...

@kayhayen factory seems to work OK now for our build. Would you be able to push to Nuikta-Commercial@staging and I'll test with that, too?

@kayhayen closing the loop to let you know that I tested on Nuikta-Commercial@staging and it's working well. Thanks for your work on this!

@nate-moehring I love adding file/url source information to error messages. As I'm reviewing this, a question popped into my head about keeping related work together (cohesion) and I wondered if...

Hi @nate-moehring. Great points. I wonder if it would make sense to generalize the VI that appends file path/url the error string. Here's the direction of my thinking: ![image](https://github.com/user-attachments/assets/57e25ea7-2cd2-4e80-a870-b160b1f7d6c1) This...

> Alright, I've made the requested changes. I also removed the wrapper tests VIs, because it seems like Caraya was not correctly auto-removing sub-tests from the list of discovered tests....