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

Docs: User Guide example cache persists through music-suite library source code change #118

Open
hanshoglund opened this issue Dec 28, 2022 · 0 comments

Comments

@hanshoglund
Copy link
Member

hanshoglund commented Dec 28, 2022

Reproduce:

  1. cabal build && (cd docs && make)
  2. Change something under src that would affect lilypond output - e.g. replace toLy with undefined.
  3. cabal build && (cd docs && make)

Expected:

  • All Lilypond examples are regenerated (e.g. failing if toLy is undefined).

Actual:

  • Nothing happens as examples are cached.

Workaround:
(cd docs && make clean) before running any test/command. Note that without this ci is not reproducible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant