On Fri, 22 Apr 2022, Scott Talbert wrote:

Control: reopen -1

This does not appear to work correctly. When a directory is created for package registration, the output changes to:

Creating package registration directory: <directory_name>

Note the last part "directory" vs "file" in the single file case. This causes the regex that's looking for "Creating package registration file" to not match.

But actually...looking closer at this...I'm not entirely sure that handling multiple registration files per package is actually useful here. I think the case where I'm seeing multiple files is where packages have internal modules, which probably should not be being registered. Let me investigate further.

Scott

Reply via email to