jon_mcbee Posted November 3, 2023 Report Share Posted November 3, 2023 I am using git submodules + some custom tooling as a package management system for reuse code and I have found myself wanting to remove VIs associated with a given project from the compiled object cache. Anyone gone down this road and found anything useful? I am expecting to need to take the next step and just start building my submodules into PPLs and depending on those, but since I am here I thought I would ask if anyone has had any fun experiences with manually manipulating the compiled object cache. Quote Link to comment
drjdpowell Posted November 5, 2023 Report Share Posted November 5, 2023 (edited) Compiled object cache is an SQLite database, I believe, so is suspect you can easily delete VIs from it. Though you'd have to test that. Edited November 5, 2023 by drjdpowell Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.