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

Introduce restriction operator for streams #172

Merged
merged 26 commits into from
Nov 24, 2021
Merged

Conversation

mikevoronov
Copy link
Member

@mikevoronov mikevoronov commented Nov 12, 2021

This PR introduces a new operation that allow stream restriction. It's similar to a pi-calculus new operator. Restrictions for scalars will be added in a separate PR.

Related to #169.

@mikevoronov mikevoronov self-assigned this Nov 12, 2021
@mikevoronov mikevoronov marked this pull request as draft November 12, 2021 11:58
@mikevoronov mikevoronov changed the title Restriction operator Introduce restriction operator Nov 12, 2021
@mikevoronov mikevoronov marked this pull request as ready for review November 13, 2021 08:11
@mikevoronov mikevoronov changed the title Introduce restriction operator Introduce restriction operator for streams Nov 22, 2021
air/src/execution_step/air/call/resolved_call.rs Outdated Show resolved Hide resolved
air/src/execution_step/air/call/resolved_call.rs Outdated Show resolved Hide resolved
air/src/execution_step/errors.rs Outdated Show resolved Hide resolved
air/tests/test_module/integration/data_merge.rs Outdated Show resolved Hide resolved
crates/air-lib/interpreter-data/src/interpreter_data.rs Outdated Show resolved Hide resolved
crates/air-lib/interpreter-data/src/interpreter_data.rs Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@mikevoronov mikevoronov merged commit 5cd4538 into master Nov 24, 2021
@mikevoronov mikevoronov deleted the restriction_operator branch November 24, 2021 14:57
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