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

use a bit vector to represent edge types #779

Merged
merged 8 commits into from
May 10, 2024
Merged

Conversation

Ellpeck
Copy link
Member

@Ellpeck Ellpeck commented May 10, 2024

No description provided.

@Ellpeck Ellpeck linked an issue May 10, 2024 that may be closed by this pull request
@Ellpeck Ellpeck requested a review from EagleoutIce May 10, 2024 10:31
Copy link

codecov bot commented May 10, 2024

Codecov Report

Attention: Patch coverage is 91.34615% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 80.94%. Comparing base (155fb4a) to head (ff68a44).

Files Patch % Lines
src/util/mermaid/dfg.ts 73.68% 3 Missing and 2 partials ⚠️
src/core/print/dataflow-printer.ts 50.00% 2 Missing ⚠️
src/dataflow/graph/diff.ts 90.90% 0 Missing and 1 partial ⚠️
...low/internal/process/functions/process-argument.ts 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #779      +/-   ##
==========================================
+ Coverage   80.74%   80.94%   +0.20%     
==========================================
  Files         163      163              
  Lines        4710     4728      +18     
  Branches      856      787      -69     
==========================================
+ Hits         3803     3827      +24     
+ Misses        634      631       -3     
+ Partials      273      270       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EagleoutIce EagleoutIce merged commit bb42c9e into main May 10, 2024
22 checks passed
@EagleoutIce EagleoutIce deleted the 758-make-enumset branch May 10, 2024 20:34
@EagleoutIce
Copy link
Member

This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)).

1 similar comment
@EagleoutIce
Copy link
Member

This pull request is included in v2.0.0 (see Release v2.0.0 (Dataflow v2)).

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.

Make enumset
2 participants