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

Rework how overriden otp types are compiled and loaded #191

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

gomoripeti
Copy link
Collaborator

This is just a bare minimum to allow compilation on OTP 22.

OTP 22 does not allow function specifications for functions residing in other modules any
more. Fortunately this is not enforced by the parser but a later step of the compiler.
@codecov-io
Copy link

codecov-io commented Sep 24, 2019

Codecov Report

Merging #191 into master will decrease coverage by 0.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #191      +/-   ##
=========================================
- Coverage   84.62%   84.6%   -0.02%     
=========================================
  Files          12      13       +1     
  Lines        2211    2209       -2     
=========================================
- Hits         1871    1869       -2     
  Misses        340     340
Impacted Files Coverage Δ
src/gradualizer_prelude_parse_trans.erl 0% <0%> (ø)
src/gradualizer_db.erl 71.7% <100%> (+0.41%) ⬆️

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 eb41bac...25a5301. Read the comment docs.

Copy link
Owner

@josefs josefs left a comment

Choose a reason for hiding this comment

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

Solid work @gomoripeti !

@josefs
Copy link
Owner

josefs commented Sep 25, 2019

I'm merging since I think this is a fairly urgent PR to get in. I've been holding off on upgrading my erlang installation for this sole reason.

@josefs josefs merged commit 137dedd into josefs:master Sep 25, 2019
Copy link
Collaborator

@zuiderkwast zuiderkwast left a comment

Choose a reason for hiding this comment

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

Genious!

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.

4 participants