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

A grab-bag of correctness fixes #21

Merged
merged 9 commits into from
Feb 13, 2019
Merged

A grab-bag of correctness fixes #21

merged 9 commits into from
Feb 13, 2019

Conversation

timholy
Copy link
Member

@timholy timholy commented Feb 12, 2019

This collection of commits emerged from trying to address #13. With julia --startup-file=no (so no extraneous packages are loaded), we now get through test/ambiguous.jl and almost the first 1k lines of strings/basic.jl. I do not yet know if the failure to progress farther is a bug or just a performance problem.

Those tests assume they are running from a particular directory
This should fix tests that check for the MethodError
This handles SlotNumbers (which can arise in `let` blocks) and hopefully the full set of
allowed values for library resolution.
Some of these might work, but others result in undefined names, presumably
due to confusion between the ones in Base and the ones in Core.Compiler.
For now, punt by refusing to descend into Core.Compiler.
@codecov-io
Copy link

codecov-io commented Feb 13, 2019

Codecov Report

Merging #21 into master will decrease coverage by 71.54%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #21       +/-   ##
=========================================
- Coverage   71.54%     0%   -71.55%     
=========================================
  Files           6      6               
  Lines        1135   1115       -20     
=========================================
- Hits          812      0      -812     
- Misses        323   1115      +792
Impacted Files Coverage Δ
src/interpret.jl 0% <0%> (-70.92%) ⬇️
src/JuliaInterpreter.jl 0% <0%> (-70.88%) ⬇️
src/precompile.jl 0% <0%> (-100%) ⬇️
src/localmethtable.jl 0% <0%> (-88.34%) ⬇️
src/builtins.jl 0% <0%> (-81.18%) ⬇️

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 f3a60f7...2292aa7. Read the comment docs.

@timholy timholy merged commit f099f83 into master Feb 13, 2019
@timholy timholy deleted the teh/jtests branch February 13, 2019 09:22
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