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

Drop support for Go versions older than 1.7 #172

Merged
merged 4 commits into from
Apr 19, 2020
Merged

Drop support for Go versions older than 1.7 #172

merged 4 commits into from
Apr 19, 2020

Conversation

mwoss
Copy link
Member

@mwoss mwoss commented Apr 19, 2020

As we want to introduce new helper methods that rely on functionalities available from Go version >1.5 we decided to drop support for old Go versions.
We would still support as a bunch of older go version, but we have to think more strictly about moving this library forward.

@mwoss mwoss requested a review from njason April 19, 2020 18:17
@njason
Copy link
Member

njason commented Apr 19, 2020

Should also update readme with go version reqs. I don’t think go.mod allows you to add supported go versions

@mwoss
Copy link
Member Author

mwoss commented Apr 19, 2020

Wow that's odd TestNewFromFloatWithExponent is failing on 1.5.4

@mwoss
Copy link
Member Author

mwoss commented Apr 19, 2020

Oh, there was a bug in big built-in lib in 1.5 version. I will try to check it on 1.6 via Travis as I had some problems with compiling this Go version locally. Lib is for sure working on Go 1.7 and 1.8, I checked it second ago.

@mwoss
Copy link
Member Author

mwoss commented Apr 19, 2020

Apparently, it looks like that bug was fixed in 1.7 :<

@mwoss mwoss changed the title Drop support for Go versions older than 1.5 Drop support for Go versions older than 1.7 Apr 19, 2020
@mwoss
Copy link
Member Author

mwoss commented Apr 19, 2020

@njason could you check it? :D

Copy link
Member

@njason njason left a comment

Choose a reason for hiding this comment

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

Lgtm

@mwoss mwoss merged commit f1c1aea into master Apr 19, 2020
@mwoss mwoss deleted the drop-support branch April 20, 2020 21:27
fairyhunter13 added a commit to fairyhunter13/decimal that referenced this pull request Jul 12, 2020
* Drop support for Go versions older than 1.7
* Update README.md
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