Robin Sommer
Robin Sommer
I haven't followed the discussion in detail but generally I agree that a packager manager should be able to control its permissions and set them the way it wants things...
Statically would be tricky, but yeah, makes sense to elevate this.
@bbannier are you working on this?
Here are some (very old) instructions on how to get the current connection out of core file: https://old.zeek.org/support/reporting-problems.html#getting-more-information-after-acrash. This case is a bit different, but maybe it helps.
Updated branch in #66 with a couple more fixes. I have tested that one, and it works well for us.
Yeah, I'm also not very gang-ho about this; would add quite a bit of complexity both conceptually (another reserved/magic identifier of some kind) and internally (scope and life-time mgmt). Given...
I'll go ahead and close this as it doesn't seem worth the overhead.
Do we know if SafeInt is going to merge this?
Quick thought: I'd be reluctant to special-case `&requires` with a syntax that's not simply an expression (because expressions is what all other attributes expect, and this still *looks* like an...
> If the unit is public we can never make this optimization since hooks might be implemented in C++ which we cannot inspect. I don't think this is the case....