-
Notifications
You must be signed in to change notification settings - Fork 128
Tests fail on Go develoment builds. #93
Comments
Yeah, it's probably not even critical to have those assertions. What is the value for name in a development build? |
The entire output of go version:
|
Release candidates and betas seem to have information in go version that would make the tests pass. Are you referring to scenarios where you build go from source? |
Yes, development builds which are just snapshots of the current development. Betas/RCs have prepared versioning. So yeah, probably a mildly obscure issue, but if all other tests complete just fine, the version number shouldn't really matter. |
@hansrodtang Can you test with the latest in |
After removing the |
Probably not the most serious of issues, but I thought I should comment on it.
The parsing in goexecutable.coffee fetches the name from the version string, which in development builds does not contain the word "go", making the tests fail.
The test failing is this one here: goexecutable-spec.coffee
Getting go name from components[0] could solve line 38, not sure how to handle version testing, or if it is even needed.
The text was updated successfully, but these errors were encountered: