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

re-orgnize type definition before normalizing #63

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

butterunderflow
Copy link
Owner

No description provided.

let no_alias_defs = List.rev no_alias_defs in
let visited = ref [] in
let rec dfs graph cluster node =
if not (List.memq node !visited) then (
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Report an error when circle detected

@coveralls
Copy link
Collaborator

coveralls commented Aug 22, 2024

Pull Request Test Coverage Report for Build 505

Details

  • 32 of 34 (94.12%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 83.987%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/typing/util.ml 25 27 92.59%
Totals Coverage Status
Change from base Build 503: 0.2%
Covered Lines: 1327
Relevant Lines: 1580

💛 - Coveralls

@butterunderflow butterunderflow merged commit 84580ac into master Aug 23, 2024
1 check passed
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