-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2.0 #54
Conversation
This file contains 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
- renamed from `dp2i:message` to `px:log-message` (same as DP2 common-utils). fixes #23 - added logback.xml to reduce noise while building xprocspec
ndw/xmlcalabash1#102 was fixed in calabash 1.0.11, so 1.0.11 or newer is now required for xprocspec.
ndw/xmlcalabash1#107 was fixed in calabash 1.0.11, so 1.0.11 or newer is now required for xprocspec.
error assertion needs a newer version of calabash to work. blockedon: daisy/xproc-maven-plugin#6
- fixed error: "Illegal character in path at index 0", possibly due to new version of saxon? this error did not occur earlier. - when the result was in the p: or c: namespaces, the output occured two times; should now be fixed
see issue #32
Disabling log file improves speed a lot. The time it takes to run an xprocspec doesn't increase exponentially with the number of scenarios anymore.
which is a step that may optionally be implemented in Java by the caller and when available will be run by xprocspec instead of cx:message (Calabash) or x:message (Calumet). See issue #23
See issue #45
- force table with to 95% of screen width and wrap text in pre elements, so that everything stays within the screen width. - when there's a failing "compare" test; don't render the corresponding context document separately as it is redundant - fixed end-tags not having namespace prefixes (now it's easier to copy-paste into an XML editor) - fixed whitespace errors in attributes not being highligted (fixes #33), as well as various other diff highlighting issues - added rendering of comments and processing instuctions - better indentation in side-by-side view - `@xml:space`-aware comparison of text nodes
…ngine-calabash" This reverts commit 3d06f12. Using the last released versions when making a release of xprocspec.
Had to diff the previous index.html with generated.html since I couldn't get respec to work. Oh well.
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.
Issues closed: