James McNally
James McNally
I've just been investigating refinery as an alternative to flyway - primarily because the application is now being written in Rust and automation is a lot easier with refinery. One...
Tried installing the latest release (0.4.7.1?) but the generator application has issues. 1. It doesn't autorun. 2. If I run it manually it errors that it doesn't find an owning...
Separating from #92 as it seems clear this would hold up the release as I have no access or knowledge of these platforms yet. #92 should get us to some...
Seems to be grabbing integration tests and the project file. Check the settings aren't scooping in too much!
When we canonicalise the paths for a vi on a file share it ends up in a form of \\?\UNC\... which adds the UNC prefix on the Rust side but...
I have a particularly troublesome build server which has started generating memory allocation errors in Rust. e.g. `memory allocation of 10404183354130 bytes failed` `memory allocation of memory allocation of memory...
On Linux the process we launch is run as a child process. This ties the lifetime of G-CLI and LabVIEW together meaning LabVIEW can't outlive G-CLI. In a multi-instance case...
Realised this when looking at #156 and is the solution to that issue and could cause some nasty behaviours on shared machines. Imagine this scenario: 1. We run with a...
To save resetting the LabVIEW version in every script, we could set an environmental variable with the version that will override the default. e.g. ``` GCLI_LV_VER=2020 GCLI_LV_ARCH=64 ``` This would...