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

Fix error for printing in IJuliaMode #2420

Merged
merged 11 commits into from
Jan 5, 2021
Merged

Conversation

guilhermebodin
Copy link
Contributor

@guilhermebodin guilhermebodin commented Jan 2, 2021

Fixes #2293

Captura de Tela 2021-01-02 às 02 59 30

@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #2420 (ca65047) into master (2b0d910) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2420      +/-   ##
==========================================
+ Coverage   92.26%   92.27%   +0.01%     
==========================================
  Files          43       43              
  Lines        4614     4623       +9     
==========================================
+ Hits         4257     4266       +9     
  Misses        357      357              
Impacted Files Coverage Δ
src/print.jl 91.50% <100.00%> (+0.25%) ⬆️

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 2b0d910...ca65047. Read the comment docs.

@joaquimg
Copy link
Member

joaquimg commented Jan 4, 2021

Does it work for negative exponents?

@guilhermebodin
Copy link
Contributor Author

Probably not

@guilhermebodin
Copy link
Contributor Author

Fixed some more corner cases

Captura de Tela 2021-01-04 às 01 30 15

@guilhermebodin guilhermebodin requested a review from odow January 4, 2021 18:09
@guilhermebodin guilhermebodin requested a review from odow January 4, 2021 21:12
Copy link
Member

@odow odow left a comment

Choose a reason for hiding this comment

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

Looks good, assuming tests pass.They do.

@odow
Copy link
Member

odow commented Jan 4, 2021

I found a similar problem: #2422

@odow odow merged commit d2398ad into jump-dev:master Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Powers print incorrectly in IJulia mode
3 participants