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

compile stub files #357

Merged
merged 8 commits into from
Aug 26, 2019
Merged

compile stub files #357

merged 8 commits into from
Aug 26, 2019

Conversation

marionebl
Copy link
Contributor

@marionebl marionebl commented Aug 16, 2019

Compile stub files introduced via #285 against tests to ensure they stay in sync.
As per #306 (comment).
Depends on #356

  • Add new dune alias to all exercises
(alias
  (name    buildtest)
  (deps    (:x test.exe)))
  • Downgrade unused variables etc. to warnings instead of errors
(alias
  (name    buildtest)
  (deps    (:x test.exe)))

(env
  (dev
    (flags (:standard -warn-error -A))))
  • Fix beer_song stub file by renaming lyrics to recite

@marionebl marionebl requested a review from sshine August 16, 2019 13:25
@marionebl marionebl merged commit f98bf86 into master Aug 26, 2019
@marionebl marionebl deleted the compile-stub-files branch August 26, 2019 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants