Andre Weissflog
Andre Weissflog
I'll try to set aside some time and play around with this early next week. I think it would make sense to have a separate command to create a snapshot...
It should be possible to override 'sub-dependencies' by listing them with their required versions in your top-level fips.yml *before* the dependency which imports those sub-dependencies. Basically, fips should resolve dependencies...
Yes I agree that a proper snapshot file would be better, especially together with "fips update" (which may be does the wrong thing at the moment). fips.yml is currently hardcoded,...
Sounds doable :) In the meantime a workaround could be to write your own 'fips verb' scripts, which runs the 'fips gen' functionality, and after that injects crinkle, it would...
Hi, supporting all this in core-fips would introduce quite a lot of 'scope-creep', but it may be possible to do some of those things through project-specific extensions, for instance: -...
From first glance it looks like a good scenario for the fips code-generator feature. A code generator is basically a python script which is called from cmake to create target...
TL;DR: not possible at the moment, but see bottom for a workaround using 'verbs' Yes, that's a current limitation. I'll write a feature ticket that multiple target files should be...
Hi, so far I've always built a new 'fipsified' cmake file for projects with different meta-build-systems. Simply invoking scons will often not work because the a fips project needs to...
Hmm I see, trying to integrate another complex project with it's own myriad of dependencies will be tricky with the typical 'fipsify approach'. There's several ways I could think of,...
Thanks! I stumbled over biicode recently, will definitely look at the others.