palladio icon indicating copy to clipboard operation
palladio copied to clipboard

listen to RPK change event and automatically reload

Open mistafunk opened this issue 6 years ago • 2 comments

continuing #58

register file monitors for active RPKs and invalidate their cache entries if they change on disk, eventually allowing automatic recook as well (maybe controllable with a checkbox on pldAssign)

useful libraries for this:

  • HDK itself has file monitor functionality (see the FS module)
  • https://pocoproject.org/docs/Poco.DirectoryWatcher.html (impeded by conan recipe not supporting -fPIC)

mistafunk avatar Mar 03 '18 22:03 mistafunk

(internal ticket CE-6317)

mistafunk avatar Jun 14 '20 15:06 mistafunk

try very hard to use the file monitor callbacks by Houdini itself before adding new deps

mistafunk avatar Jun 14 '20 15:06 mistafunk