John Viega
John Viega
Note that this only helps the build; you still need to (as root) set up opir etc. to use the lib, eg: ``` install_name_tool -add_rpath /Library/Developer/CommandLineTools/usr/lib/ ~/.nimble/pkgs/futhark-0.9.3/opir install_name_tool -change libclang.dylib...
Sure, I didn't even take the time to look closely; didn't see `opir.nims` actually. I just dealt with the errors that came up when I moved to a Mac. I'll...
Well, before too long, the con4m code will always be pre-executed, except for the command line flag parsing, the user's config and a few other very minor things. We could...
100%. 99% of the con4m code is data structure setup that can all run statically, and then be frozen in memory until needed basically. My point is that it soon...
Is it critical to address before we migrate??? On Thu, Feb 29, 2024 at 2:22 PM Miroslav Shubernetskiy < ***@***.***> wrote: > right, with con4m v2 it will remove a...
It's definitely a design decision to allow multiple plugins the option to provide the same keys and allow flexibility in how to prioritize / exclude. A lint tool to help...
Yes, a lot of the setup actually is in the config file loading, where there is, for instance, a tremendous amount of documentation... certainly all of the documentation that's available...
Just to elaborate a little bit on what needs to be done for this all to work for Chalk (might not be the best general-purpose thing for Con4m, but is...
This isn't a bug; it is why I have long said it's better to name the binary docker than to actually alias it, as we can make sure that if...
Yes, but aliasing is easier to explain, so would be good to be able to have an 'assume an alias' mode essentially. On Mon, Jan 29, 2024 at 1:44 PM...