-
Notifications
You must be signed in to change notification settings - Fork 20
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
Tests failing on clean checkout #235
Comments
The problem appears to stem from the parsing trying to apply |
…and the problem seems to have appeared in this commit whose message is “flag failing test,” so I take it you’re already aware of the problem? Note that if I set |
More debugging: It works pointing at XMLCoder’s commit that merged @bwetherfield’s CoreOffice/XMLCoder#155, but fails with the next commit in XMLCoder’s history, which merges CoreOffice/XMLCoder#157. It looks like MusicXML had relied on XMLCoder stuffing all the intervening whitespace into the element’s The internals of the XML parsing are pretty foggy to me, but it looks like one of the following things needs to happen:
|
When I do a clean checkout of the project and run tests, either with
swift test
from the command line or in Xcode, I get 6 similar-looking failures:Is this expected — the current HEAD just in an intermediate state? Or is it a regression with a newer version of Swift, perhaps? I’m using 5.3.1.
The text was updated successfully, but these errors were encountered: