James McNally

Results 63 comments of James McNally

I've taken a look at fixing this and it isn't quite as obvious as I had hoped. The error happens in an event callback triggered by the closing of the...

Hi Jim, Thanks for the suggestion. That would certainly be feasible I think based on how it works now. Your right, at the minute relative and absolute paths are supported....

I'm trying to understand if the description above offers a workaround. I have references in a dataset I need to access, but I think this ID getting will work on...

This looks great and will meet all my requirements in its current format. Just sent you a PR to that branch with some integration tests I used during testing. There...

Ah, I just tried the clone implementation, but it actually requires a `try_clone` method, as it can fail.

So I've been getting my head around more of this at the HDF layer. Is it right to say the ObjectReference is the pre 1.12 type and then since 1.12...

That sounds great. Yesterday, I did a bit more on the refactoring at https://github.com/WiresmithTech/hdf5-rust/tree/feature/refs2. I hope you are happy with me plodding away on it. I've separated the two types...

Perfect - I'll assume we need both then and work accordingly.

The problem is if you don't provide --lv-ver it will just load a default, ignoring the bit flag. Or if you provide one it cant find. Essentially what do we...

Confirmed the old behaviour was at https://github.com/JamesMc86/G-CLI/blob/20706b209ab61fdc0c2619aca3792f18c351a733/C%20Sharp%20Source/LabVIEW%20CLI/Program.cs#L235 Basically if no --lv-ver then just get the "CurrentVersion" which is the last version launched. This also ignores the bit flag so the...