-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore(release): release v0.4.0 #28
Conversation
…r.star` we use the `assert.star` file for testing purposes. We need to load it in a bunch of different places, so lets create a package that all the testing functions can pull from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DOPE LGTM
// takes a LoadModule function | ||
// a ModuleName | ||
// and the relative path to the testdata | ||
func NewLoader(loader func() (starlark.StringDict, error), moduleName string) func(thread *starlark.Thread, module string) (starlark.StringDict, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I added a commit that pushes some details to |
this part of the qri-io/qri#726 mission |
adds go.mod file
edits go.mod file to import the correct versions
updates CHANGELOG.md
fixes xlsx bug
fixes math package test bug