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 infinite recursion on Integral[Int] methods #575

Merged
merged 1 commit into from Aug 18, 2016

Conversation

pedropramos
Copy link

@pedropramos pedropramos commented Jun 28, 2016

solves infinite recursion for methods .factor, .isPrime, and .toSafeLong over Ints
(solves #574)

solves infinite recursion for methods .factor, .isPrime, and .toSafeLong over Ints
@codecov-io
Copy link

Current coverage is 48.64%

Merging #575 into master will increase coverage by 0.08%

@@             master       #575   diff @@
==========================================
  Files           152        152          
  Lines         10011      10011          
  Methods        9014       9014          
  Messages          0          0          
  Branches        958        958          
==========================================
+ Hits           4861       4870     +9   
+ Misses         5150       5141     -9   
  Partials          0          0          

Powered by Codecov. Last updated by 9922460...c458849

@non
Copy link
Contributor

non commented Aug 18, 2016

Thanks! 👍

@non non merged commit 3e843a5 into typelevel:master Aug 18, 2016
JoeWrightss pushed a commit to JoeWrightss/spire that referenced this pull request Apr 13, 2019
…ettings

fix journal_mode and foreign_keys support
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.

None yet

3 participants