-
Notifications
You must be signed in to change notification settings - Fork 13
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
quickfix.TimestampPrecision incompatible with latest release v0.6.0 #1
Comments
@elwinarens I'm facing this issue, do you know what I could do in my installation to avoid having this build problem? |
I try to alias |
At last, I modified fix_utc_timestamp to fix this problem.
|
The fix from Apr 23 above does not work with the latest code. I am using modules - perhaps the solution is for quickfixgo to also use modules? Does anyone know of a work around for this, or have a real solution. Update: go get -u github.com/quickfixgo/quickfix@master Will get the latest non-versioned code for quickfix, and this compiles. |
@jimidle If you use go module, it'll update codes in vendor dir every time. So, my final solution is: fork quickfixgo and modify it. |
OK - I am happy with using the latest code - it builds and works. If you do not wish to use go modules, then that's your prerogative of course. Thanks for taking time to answer. |
Problem
When installing quickfix using
got get quickfix
, the build fails ifgithub.com/quickfixgo/field
is included:This is due to an update of this repo after the
quickfix.TimestampPrecision
was added to the quickfix repo. Timeline:quickfix.TimestampPrecision
to quickfix.fields.generated.go
update withquickfix.TimestampPrecision
Solution
Create a new release of
quickfix
. Prevent regression by synchronising releases cross-repository.The text was updated successfully, but these errors were encountered: