reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Add a note in the docs that private functions are not allowed as hooks

Open vkarak opened this issue 5 months ago • 0 comments

We should also add a tip that if you are writing a library it's a wise idea to properly make the names unique by following a pattern _<ClassName>_<HookName>. This will avoid conflicts with hooks defined in subclasses which can go unnoticed. Also, with the introduction of the always_last argument, there is no need for exposing the hooks and overriding them.

vkarak avatar May 21 '25 19:05 vkarak