Skip to content

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