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

Fix deadlock in errors-must e2e test #874

Merged
merged 5 commits into from
Mar 3, 2025
Merged

Fix deadlock in errors-must e2e test #874

merged 5 commits into from
Mar 3, 2025

Conversation

emil14
Copy link
Collaborator

@emil14 emil14 commented Feb 13, 2025

  • Fixed deadlock caused caused by bug in desugarer (unhandled case of using anonymous port node -> ... with ? error-guard operator - when calling getFirstOutportName to get node:port sometimes we got :err which must've been skipped because of ?)
  • New cli flag --emit-ir added for neva run command, that allows to emit IR in yaml while running the program to get the exact same IR that is actually executed (implementation and API needs to be refactored in the future)
    • E2E Test added
  • Fixed marshalling to JSON (and YAML added) of IR (related to JSON (IR) backend needs fixes #883) by adding missing method
  • Added marshalling to YAML of IR
  • Go updated to 1.24
  • golangci-lint updated to 1.64 (still no support for Go 1.24?)
  • Minor refactor in desugarer - part of functionality moved from src.Scope (with fixes)

@emil14 emil14 added this to the Q1: Advanced dataflow patterns milestone Feb 13, 2025
@emil14 emil14 self-assigned this Feb 13, 2025
@emil14 emil14 marked this pull request as draft February 14, 2025 14:43
@emil14 emil14 changed the title WIP: fix deadlock in errors-must e2e test Fix deadlock in errors-must e2e test Feb 14, 2025
@emil14 emil14 marked this pull request as ready for review March 3, 2025 08:41
@emil14 emil14 merged commit f8ccd72 into main Mar 3, 2025
2 checks passed
@emil14 emil14 deleted the errors_must_fix branch March 3, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant