achannarasappa / ticker

Terminal stock ticker with live updates and position tracking
GNU General Public License v3.0
4.94k stars 264 forks source link

Go-compiler seems to choke on several test files when compiling V 4.5.5. #239

Closed WinterStar2 closed 1 year ago

WinterStar2 commented 1 year ago

Version 4.5.5 compilation failure Go-compiler seems to choke on "/internal/quote/yahoo/yahoo_test.go" and "quote_test.go", as well as "/internal/print/print_test.go".

Steps To Reproduce Compile Ticker from source.

Expected behavior Compilation succeeds

Environment:

ClumsyDerp commented 1 year ago

Can confirm.

8/15 fail for me and build aborts due to a failure in check()

Experiencing the same issue on EndeavourOS.

reefland commented 1 year ago

Failing on Manjaro too.

Ran 15 of 15 Specs in 0.077 seconds
FAIL! -- 7 Passed | 8 Failed | 0 Pending | 0 Skipped
jakubreron commented 1 year ago

Failing on Arch too, with the same error

achannarasappa commented 1 year ago

Thank you all for reporting and sharing info about the issue. The root cause was that the tests were not updated along with the the hoxfix that was applied a few weeks ago to match the new Yahoo API. This should be be working now with the latest release - please reopen if you still see an issue.