LT-22137#425
Conversation
Change-Id: Id5176780bd7b0b77a91badf4af5c3dcd7bec1467
Change-Id: I3fde502e57a604f65cbe440f6529e67275cb16c6
Change-Id: Ib246809bbaaa4940b56d15a63d5221a878ccdce8
Change-Id: I7887192686a64ecfd5f6b3550417114e473f214a
Change-Id: I170dcb5b338b0d09d0984525a91a80c8ffbea3b5
Change-Id: I10ba91423d1540a8cd1ff2204a86bd3939568323
Change-Id: I145dc82cbe9646f3579fa2477f25488aac561c53
|
Is ClearShare really being used here? |
|
Good catch. There were some other unnecessary using statements, too. I removed them. |
|
Do we need this file committed into the folder? I don't think I saw where the contents were validated (and it would be fragile if it was) |
|
This is yet another instance of a test output file for what the XAmple transforms produce as input to XAmple. See |
|
That file is used in Src/LexText/ParserCore/ParserCoreTests/M3ToXAmpleTransformerTests.cs as are the other test files. And the changes are included in the LT-22139 commit. Does this help? |
jasonleenaylor
left a comment
There was a problem hiding this comment.
Reviewed 28 of 29 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @AndyBlack)
This adds exception features to compound rules and covers LT-22137, LT-22138, LT-22139, LT-22140, LT-22141, and LT-22144.
It needs to be included before LT-22156 can be completed because LT-22156 also has a change in Hermit Crab and the new changes won't compile until the changes included here for LT-22140 are done.
It needs the latest version of Hermit Crab with C# code changes.
There are XSLT changes for formatting the HC trace, the XAmple word grammar and the word grammar debugger, and for generating the morph sketch.
There are UI changes for adding exception features to compound rules.
This change is