Compare each target document with the set Lambda Feedback exported from it - #38
Merged
Merged
Conversation
…exported from it (t40)
…exported from it (t40)
…exported from it (t40)
…exported from it (t40)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every ticket writes its tests before its code, and its pull request reports a run over a target set or a corpus folder with the number of flagged fields. See docs/plan.md.
A target is a folder holding one set: one questions document, an optional solutions document whose name ends in
_solutions, and the folder Lambda Feedback exported for that set, namedset_<Name>. Targets live underExampleContents/targets/, either directly (targets/ME2_Fluids_introduction/) or grouped by course (targets/EART40013_Mathematical_Methods_II/CW1/,.../CW2/). The tool finds a target by itsset_*folder. For each target, the tool converts the documents and compares the built set with the export through in2lambda's comparison function. Differences the maintainer has accepted are listed in a file beside the target's saved filter. The ticket is done when the ME2 target and the two EART40013 targets report their known differences and no other.Workbench ticket t40.
Live run over the three targets (manager, 2026-09-23 10:20)
All three targets are found and converted, and the structure of every one matches its export. The 67 'new' differences are almost all notation the comparison does not fold (spaces inside maths,
 ,\left(, separator rules); folding belongs in in2lambda's comparison (draft ticket 10). The real differences are the ones scored by hand this morning: CW1's answer-box pre-text and one OCR misread, ME2's separator minus signs.