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

VeyMont: seq_prog initialization & permission generation #1102

Merged
merged 6 commits into from
Nov 9, 2023

Conversation

bobismijnnaam
Copy link
Contributor

@bobismijnnaam bobismijnnaam commented Nov 8, 2023

  • Endpoint receiver logic and checks for the seqassign statement
  • Initialization code for sequential program analysis
  • Encoding for seqassign and communicate
  • Pretty printing for a few new internal VeyMont nodes

@bobismijnnaam bobismijnnaam marked this pull request as draft November 8, 2023 11:57
- Permissions are now generated for constructs in seq_program nodes.  It
  is intended to only work for fields of simple type, classes, and array
  of simple type, but the implementation is general enough to also work
  for nested arrays.
- Pretty printing is implemented for the internal VeyMont COL nodes.
- SeqAssign now checks if the expression to be assigned does not use
  fields from any other endpoints.
- Tests for most of these things.
- A few messages from the test suite were renamed. They looked off, but
  I am not entirely sure if they were actually wrong.
@bobismijnnaam bobismijnnaam marked this pull request as ready for review November 8, 2023 16:05
@pieter-bos pieter-bos merged commit 47f88c5 into dev Nov 9, 2023
11 of 14 checks passed
@pieter-bos pieter-bos deleted the veymont-seqprog-init branch November 9, 2023 13:14
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