Skip to content
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

compilation error on v1.0.2 #5

Closed
gnuletik opened this issue May 2, 2022 · 2 comments
Closed

compilation error on v1.0.2 #5

gnuletik opened this issue May 2, 2022 · 2 comments

Comments

@gnuletik
Copy link

gnuletik commented May 2, 2022

Hi, thanks for this library!

The v1.0.2 version seems to have an issue:

mkdir /tmp/test && cd /tmp/test
go mod init example.com/test
go get github.com/richardlehane/msoleps
cat << EOF > main.go
package main

import "github.com/richardlehane/msoleps"

func main() {
	msoleps.New()
}
EOF
go run main.go
rm -rf /tmp/test
cd

prints

# github.com/richardlehane/msoleps/types
~/go/pkg/mod/github.com/richardlehane/msoleps@v1.0.2/types/vectorArray.go:108:29: syntax error: unexpected newline, expecting := or = or comma

It seems that this fix is not included in the 1.0.2 release.

Can you make a new release from the latest commit?

Thanks :)

@richardlehane
Copy link
Owner

I seem to have mucked up the tagging, sorry! Just pushed a new tag from latest commit, hope this rectifies it.

@gnuletik
Copy link
Author

gnuletik commented May 3, 2022

Yep, all good, thanks for the fast answer :)

@gnuletik gnuletik closed this as completed May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants