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

Various Bugfixes #179

Merged
merged 8 commits into from
Oct 31, 2024
Merged

Various Bugfixes #179

merged 8 commits into from
Oct 31, 2024

Conversation

phschaad
Copy link
Collaborator

@phschaad phschaad commented Oct 30, 2024

  • Fix exporting to PDF (Closes Exporting stopped working #177)
  • Fix arrays and views not showing up in the info sidebar (Closes View/Reference properties no longer show up in sidebar #156)
  • Fix Jupyter not being able to correctly initialize the viewer. Note that this is only part of the fix on the side of the viewer, the other half of the fix needs to be done in DaCe itself with a separate PR to update the distributed viewer there (Closes Jupyter broke again #168)
  • Ensure SDFGs with irreducible control flow, which are not fully laid out by the SM Layouter do not crash the renderer by forcibly laying out unrouted edges with straight lines between the connecting nodes.
  • Ensure access nodes accessing struct members are not shown as invalid / unknown data descriptor

@phschaad phschaad marked this pull request as draft October 30, 2024 09:30
@phschaad phschaad linked an issue Oct 30, 2024 that may be closed by this pull request
@phschaad phschaad marked this pull request as ready for review October 30, 2024 15:59
@phschaad phschaad requested a review from tbennun October 30, 2024 16:02
@phschaad phschaad merged commit a92dc6d into main Oct 31, 2024
4 checks passed
@phschaad phschaad deleted the various_fixes branch October 31, 2024 09:14
github-merge-queue bot pushed a commit to spcl/dace that referenced this pull request Oct 31, 2024
This requires spcl/dace-webclient#179 to be
merged before being ready.
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.

Exporting stopped working Jupyter broke again View/Reference properties no longer show up in sidebar
2 participants