MoEML work 2022-09-21 to 23
to : Martin Holmes
Minutes: 160
2022-09-21: Getting back into it
Started working on GitHub tickets:
- Added svn propset comment block to all files that didn’t have it; useful way to
find files which don’t have it is a negative grep command:
find . -iname "*.xml" -exec grep -Li "\$Date" {} \+
All files should now have working propsets. - Went back to work on the LINCS Turtlee validation issue, and figured it out: I had a trailing period in the middle of a record, which caused an error on the subsequent record, which made it puzzling to debug. I’ve also made the changes requested by EC at LINCS, and sent the now-valid complete file for them to test.
- Attended regular project meeting, with new issues raised.