Skip to content
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

Fix 905 - Add linebreaks to gabc output. #916

Merged
merged 11 commits into from
Feb 14, 2016

Conversation

eschwab
Copy link
Contributor

@eschwab eschwab commented Feb 13, 2016

Addresses #905

Ready for review.

@eschwab eschwab added the C label Feb 13, 2016
@eschwab eschwab self-assigned this Feb 13, 2016
@rpspringuel
Copy link
Contributor

I strongly suspect that this breaks the gabc-gabc tests. Have you checked that?

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
(R. Padraic Springuel)
PAX ☧ ΧΡΙΣΤΟΣ

On Feb 13, 2016, at 12:29 PM, Br. Elijah Schwab, O.Carm [email protected] wrote:

Addresses #905

Ready for review.

You can view, comment on, or merge this pull request online at:

#916

Commit Summary

Fix #905: Add linebreaks to gabc output.
Update CHANGELOG for fixing #905.
File Changes

M CHANGELOG.md (1)
M src/gabc/gabc-write.c (26)
Patch Links:

https://github.com/gregorio-project/gregorio/pull/916.patch
https://github.com/gregorio-project/gregorio/pull/916.diff

Reply to this email directly or view it on GitHub.

…pus.

Forced direction (with the new rule set) now uses '0' and '1'.
@eschwab
Copy link
Contributor Author

eschwab commented Feb 13, 2016

I have attempted to test that, and the gabc-gabc tests pass. I have not dug deep into it yet, since I expected at least one to fail.

@henryso
Copy link
Contributor

henryso commented Feb 13, 2016

You might be doing something wrong. On my system, pretty much all gabc-gabc tests (expectedly) fail under your branch.

@eschwab
Copy link
Contributor Author

eschwab commented Feb 13, 2016

I can't figure out I am doing wrong. ./gregorio-test.sh gabc-gabc reports that all pass with a real time of .055s. Changing the option to gabc-output has the same result.

@henryso
Copy link
Contributor

henryso commented Feb 13, 2016

Did you install the new gregorio? If not, you need to use the -g argument to point at your build directory.

@eschwab
Copy link
Contributor Author

eschwab commented Feb 13, 2016

Yes, the new gregorio is installed. $(which gregorio) -V gives the correct version.

@henryso
Copy link
Contributor

henryso commented Feb 13, 2016

Looking at your command again, ./gregorio-test.sh gabc-gabc will not run any tests. You should instead use ./gregorio-test.sh tests/gabc-gabc/**/*.gabc (in bash, you'll have to set the globstar shell option):

shopt -s globstar
./gregorio-test.sh tests/gabc-gabc/**/*.gabc

@eschwab
Copy link
Contributor Author

eschwab commented Feb 13, 2016

Ok, I think I have it figured out now. There should be a PR to the test repo for this one.

@eroux
Copy link
Contributor

eroux commented Feb 13, 2016

Tests and code are ok for me to merge

henryso added a commit that referenced this pull request Feb 14, 2016
Fix 905 - Add linebreaks to gabc output.
@henryso henryso merged commit 5686d3e into gregorio-project:develop Feb 14, 2016
@eschwab eschwab deleted the fix-905 branch March 1, 2016 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants