[#267] Do not allow other plugins to invoke register_regexes_from_array (main) - #268
Conversation
b385c9f to
83ecd23
Compare
|
Running core tests against irods/irods#9080. The irods/irods PR doesn't change any server functionality, so running against it is the same as testing against tip of main irods/irods. It also means we get to run this PR against the core test suite with the new test added by the irods/irods PR. |
|
All core tests passed except the following:
I'm pretty sure the failures have nothing to do with this PR. Investigating now. |
MartinFlores751
left a comment
There was a problem hiding this comment.
Changes look good. Don't forget to leave a comment about your findings on the test failures.
|
The following test suites needed skip annotations and tweaks to support the PREP. See irods/irods@da662b2 and irods/irods@2045889.
|
|
With the tweaks mentioned in #268 (comment), all core tests pass against irods/irods#9080. This is ready. |
|
looks good to me. |
…m_array This commit moves the register_regexes_from_array function into a nearby anonymous namespace.
Related to irods/irods#9078.
This PR moves the mentioned function into a nearby anonymous namespace.
Will run tests soon.