Skip to content

fix: issue 354#358

Merged
baszalmstra merged 1 commit intomun-lang:mainfrom
baszalmstra:fix/issue_354
Dec 11, 2021
Merged

fix: issue 354#358
baszalmstra merged 1 commit intomun-lang:mainfrom
baszalmstra:fix/issue_354

Conversation

@baszalmstra
Copy link
Copy Markdown
Collaborator

Fixes #354: types were not considered equal if they had already been resolved

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 11, 2021

Codecov Report

Merging #358 (69c49bb) into main (9ba6f53) will decrease coverage by 0.03%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
- Coverage   82.68%   82.64%   -0.04%     
==========================================
  Files         263      263              
  Lines       15202    15221      +19     
==========================================
+ Hits        12570    12580      +10     
- Misses       2632     2641       +9     
Impacted Files Coverage Δ
crates/mun_hir/src/ty/infer/type_variable.rs 81.25% <44.44%> (-2.41%) ⬇️
crates/mun_hir/src/ty.rs 78.57% <50.00%> (-1.99%) ⬇️
crates/mun_hir/src/ty/tests.rs 97.64% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ba6f53...69c49bb. Read the comment docs.

@baszalmstra baszalmstra merged commit 7e7bc6d into mun-lang:main Dec 11, 2021
@Wodann Wodann added this to the Mun v0.4.0 milestone Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Bug fix or report

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Type inference problem: expected {integer}, found i64

2 participants