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

Error-Trace modification/addition annotations broken #291 #301

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

lemmy
Copy link
Member

@lemmy lemmy commented Sep 6, 2023

@@ -206,8 +206,8 @@ suite('TLC Output Parser Test Suite', () => {
'/Users/bob/error_trace.tla', range(12, 8, 14, 24),
struct('',
set('FooVar',
v(1, '4').setModified(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A (mathematical) set has no order.

@@ -274,6 +275,53 @@ export class SetValue extends CollectionValue {
formatKey(indent: string, _: Value): string {
return indent;
}

diff(other: Value): boolean {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lemmy lemmy added the bug Something isn't working label Sep 6, 2023
@lemmy lemmy marked this pull request as ready for review September 6, 2023 17:22
@lemmy lemmy merged commit 796576c into master Sep 6, 2023
@lemmy lemmy deleted the mku-gh0291 branch September 6, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

1 participant