Ticket #3994 (closed: fixed)
class_maker and related scripts: fix for git
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | Tools | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
Change History
comment:2 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
My commits did not show up. Is the hook broken?
Anyway, note for testers: try class_maker, move_class and delete_class under the Build folder.
comment:3 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:4 Changed 9 years ago by Andrei Savici
- Status changed from verifying to closed
class_maker and move_class work. Delete_class had problems:
Running: git rm ./Framework/Algorithms/inc/MantidAlgorithms/class_maker_test.h fatal: pathspec 'Code/Mantid/Build/Framework/Algorithms/inc/MantidAlgorithms/class_maker_test.h' did not match any files Running: git rm ./Framework/Algorithms/src/class_maker_test.cpp fatal: pathspec 'Code/Mantid/Build/Framework/Algorithms/src/class_maker_test.cpp' did not match any files Running: git rm ./Framework/Algorithms/test/class_maker_testTest.h fatal: pathspec 'Code/Mantid/Build/Framework/Algorithms/test/class_maker_testTest.h' did not match any files Files were removed to Framework/Algorithms/CMakeLists.txt !
Also, I still have the commit (that I did not push) I will close the ticket for now, but it might need some more work.
Note: See
TracTickets for help on using
tickets.