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

Add test suite for operators typechecking #17

Merged
merged 1 commit into from
May 7, 2024
Merged

Add test suite for operators typechecking #17

merged 1 commit into from
May 7, 2024

Conversation

Viicos
Copy link
Owner

@Viicos Viicos commented May 7, 2024

While doing so, fixed a few issues:
Fixed reference parsing when trying to resolve the empty pointers (i.e. ""). Note that dot references does not support such of format as they are ambiguous.
Fixed DataStack crash when no initial data is provided. Fixed some diagnostic messages in operators typechecking. Fixed construction of some operators.

While doing so, fixed a few issues:
Fixed reference parsing when trying to resolve the empty pointers
(i.e. `""`). Note that dot references does not support such of format
as they are ambiguous.
Fixed `DataStack` crash when no initial data is provided.
Fixed some diagnostic messages in operators typechecking.
Fixed construction of some operators.
@Viicos Viicos merged commit 4e00a96 into main May 7, 2024
9 checks passed
@Viicos Viicos deleted the test-typecheck branch May 7, 2024 17:24
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.

1 participant