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

Test function call semantics #104

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

slushie
Copy link
Contributor

@slushie slushie commented Apr 17, 2020

Addresses #87

Some failing tests due to changes required in the checker package, provided in another PR.

@slushie slushie marked this pull request as ready for review April 21, 2020 16:32
@slushie slushie force-pushed the issue-87 branch 2 times, most recently from ab08f1b to b4cef23 Compare April 21, 2020 17:42
}
`,
ErrWrongArgType{
Pos: makePos(2, 8),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think we should abstract the testing away from these node positions? Or do you think they belong here?

r = recover()
}()
err = Check(mod)
}()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably return errors.WithStack instead of panicking in Check.

@hinshun
Copy link
Contributor

hinshun commented Apr 23, 2020

@slushie Needs a rebase.

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

Successfully merging this pull request may close these issues.

None yet

2 participants