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

Type checker additional tests #419

Merged
merged 17 commits into from
Sep 13, 2023

Conversation

edwardpeters
Copy link
Contributor

Previously the type checker was only running agains the entry point, i.e., checking that arguments were well-formed and matched the definition of the entry point function. This is probably all we want in terms of live performance, but it meantthe tests for the type checker were less rigorous than might be hoped.

This PR adds additional type checker functionality to bulk test all definitions within a set of distributions, and adds such to the type checker test spec. This uncovered a few more minor type checker bugs, which are also fixed here.

@netlify
Copy link

netlify bot commented Sep 13, 2023

Deploy Preview for magical-donut-e8221d ready!

Name Link
🔨 Latest commit ccf6171
🔍 Latest deploy log https://app.netlify.com/sites/magical-donut-e8221d/deploys/6501e5861ffd620008cb298a
😎 Deploy Preview https://deploy-preview-419--magical-donut-e8221d.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@DamianReeves DamianReeves merged commit 7c54aa0 into finos:main Sep 13, 2023
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.

2 participants