-
Notifications
You must be signed in to change notification settings - Fork 95
#44 Display build information #52
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO, we don't want to use makefile for this issue.
Please follow go-releaser way.
ref: #44 (comment)
@corona10 ok. But how will you fill these variables? go build will work anyway. if compilation will run not via makefile, variables will retain default value. |
@kislenko-artem
|
Please fill the PR description if you possible.
|
Codecov Report
@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 66.02% 67.94% +1.91%
==========================================
Files 58 59 +1
Lines 10246 10378 +132
==========================================
+ Hits 6765 7051 +286
+ Misses 3005 2828 -177
- Partials 476 499 +23
Continue to review full report at Codecov.
|
@corona10 unfortunately I can not fix description, I can edit only title. I removed makefile, sorry for my carelessness, I missed that project build via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM to me except we have to add add a paramter to RunREPL.
@ncw Do you have any ideas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is looking very good :-)
However version.go is missing it's copyright header I think.
Once that is fixed up then we can merge :-)
@kislenko-artem cc @ncw |
@corona10 very very sorry, I thought my participation was ended. I added copyright information. |
Almost done, We don't want to pass paramters to RunREPL for the version information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for your contribution! |
Update RunREPL() to be able to display build information
Updates: #52