Uh oh!
There was an error while loading. Please reload this page.
#44 Display build information - #52
Conversation
corona10
left a comment
There was a problem hiding this comment.
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. |
corona10
commented
Jan 23, 2019
@kislenko-artem |
corona10
commented
Jan 23, 2019
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.
|
kislenko-artem
commented
Jan 24, 2019
@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 |
Uh oh!
There was an error while loading. Please reload this page.
ncw
left a comment
There was a problem hiding this comment.
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 :-)
Uh oh!
There was an error while loading. Please reload this page.
corona10
commented
Feb 28, 2019
@kislenko-artem cc @ncw |
@corona10 very very sorry, I thought my participation was ended. I added copyright information. |
corona10
commented
Mar 2, 2019
Almost done, We don't want to pass paramters to RunREPL for the version information |
Uh oh!
There was an error while loading. Please reload this page.
corona10
commented
Mar 3, 2019
Thank you for your contribution! |

Update RunREPL() to be able to display build information
Updates: #52