Skip to content

Conversation

@aggelgian
Copy link
Member

@aggelgian aggelgian commented Jan 28, 2025

Currently, we were dropping log entries with PIDs and refs, which led to missing critical information for certain programs:

  • when a process would send a message like {self(), 42}
  • when a process would consume a message from the mailbox

The solver does not need to reason about these types, but just "tolerate" them. We do not expect that they will be passed as arguments to the unit under test, but they are being generated as values during the execution of the program.

Currently, we were dropping log entries with PIDs and refs,
which led to missing critical information for certain programs:
- when a process would send a message like {self(), 42}
- when a process would consume a message from the mailbox

The solver does not need to reason about these type, but just
"tolerate" them. We do not expect that they will be passed as
arguments to the unit under test, but they are being generated
as values during the execution of the program.
@aggelgian aggelgian marked this pull request as ready for review January 28, 2025 22:01
@aggelgian aggelgian assigned aggelgian and kostis and unassigned aggelgian Jan 28, 2025
@aggelgian aggelgian requested a review from kostis January 28, 2025 22:01
Fix spacing and wording of a comment.
@kostis kostis merged commit 8997ed2 into master Jan 29, 2025
4 checks passed
@kostis kostis deleted the fix_message_passing branch January 29, 2025 11:30
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.

3 participants