Skip to content

Conversation

peterfpeterson
Copy link
Member

@peterfpeterson peterfpeterson commented May 5, 2025

In preparation of having Nexus::File use NexusDescriptor for keeping track of the tree in the file without touching the files.

Refs #38332

To test:

The main thing to look at is NexusDescriptorTest.h which is testing the new behavior.

This does not require release notes because it will be covered by the nexus refactor release note.


Reviewer

Please comment on the points listed below (full description).
Your comments will be used as part of the gatekeeper process, so please comment clearly on what you have checked during your review. If changes are made to the PR during the review process then your final comment will be the most important for gatekeepers. In this comment you should make it clear why any earlier review is still valid, or confirm that all requested changes have been addressed.

Code Review

  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards?
  • Are the unit tests small and test the class in isolation?
  • If there is GUI work does it follow the GUI standards?
  • If there are changes in the release notes then do they describe the changes appropriately?
  • Do the release notes conform to the release notes guide?

Functional Tests

  • Do changes function as described? Add comments below that describe the tests performed?
  • Do the changes handle unexpected situations, e.g. bad input?
  • Has the relevant (user and developer) documentation been added/updated?

Does everything look good? Mark the review as Approve. A member of @mantidproject/gatekeepers will take care of it.

Gatekeeper

If you need to request changes to a PR then please add a comment and set the review status to "Request changes". This will stop the PR from showing up in the list for other gatekeepers.

@peterfpeterson peterfpeterson changed the title 38332 move nexusdescriptor Move NexusDescriptor into Framework/Nexus May 5, 2025
@peterfpeterson peterfpeterson marked this pull request as ready for review May 5, 2025 19:22
@peterfpeterson peterfpeterson force-pushed the 38332_move_nexusdescriptor branch from 06dee0c to e99be36 Compare May 5, 2025 19:57
Copy link
Contributor

@rboston628 rboston628 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this. Small minor comments.

@peterfpeterson peterfpeterson force-pushed the 38332_move_nexusdescriptor branch from e99be36 to fc56208 Compare May 6, 2025 17:12
@sf1919 sf1919 added this to the Release 6.13 milestone May 7, 2025
rboston628
rboston628 previously approved these changes May 7, 2025
auto run = output->run();

// test start and end time
std::cout << "!!!" << run.getProperty("start_time")->value() << "\n"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need this?

@AndreiSavici AndreiSavici merged commit 0610c90 into mantidproject:main May 7, 2025
10 checks passed
@peterfpeterson peterfpeterson deleted the 38332_move_nexusdescriptor branch May 8, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants