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

Ppx_rml into rml PR3 : reduce number of warnings #4

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

samsa1
Copy link
Contributor

@samsa1 samsa1 commented Jan 7, 2022

This pull request should be handled after pull-requests #2 and #3

The change to Dune made many warnings visible through compilation. Such warnings are :

  • Warning 9 [missing-record-field-pattern]
  • Warning 27 [unused-var-strict]
  • Warning 32 [unused-value-declaration]
  • Warning 33 [unused-open]
  • Warning 34 [unused-type-declaration]
  • Warning 39 [unused-rec-flag]

Most of this warnings have been removed. However some warnings haven't been removed such as :

  • The warnings raised by menhir when compiling the compiler/parsing/rml_parser.mly file
  • A Warning 7 [method-override] in file interpreter/sig_env.ml
  • A few Warning 32 in the interpreter files
    The reason those warnings were not removed is that I didn't want to delete pieces of code.

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.

1 participant