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

v0.26.0 #73

Merged
merged 8 commits into from
May 16, 2023
Merged

v0.26.0 #73

merged 8 commits into from
May 16, 2023

Conversation

Paebbels
Copy link
Member

New Features

  • Preparations for a type and object graph.
    • New object graph instance in the Design.
    • New ObjectGraphVertexKind and ObjectGraphEdgeKind enumeration.
    • New AnalyzeTypesAndObjects method.
  • Added type declarations to std.standard package.

Changes

  • Added new mixin ConcurrentDeclarationRegionMixin.
  • Reworked indexing of statements.
  • Added some type hints for loop variables.

Bug Fixes

  • Fixed usage of symbols.

@Paebbels Paebbels self-assigned this May 16, 2023
@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

Patch coverage: 68.33% and project coverage change: +1.26 🎉

Comparison is base (c36c2d8) 72.18% compared to head (2816aeb) 73.45%.

❗ Current head 2816aeb differs from pull request most recent head e7bfb89. Consider uploading reports for the commit e7bfb89 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   72.18%   73.45%   +1.26%     
==========================================
  Files          22       22              
  Lines        3833     3989     +156     
  Branches      871      899      +28     
==========================================
+ Hits         2767     2930     +163     
+ Misses       1006      999       -7     
  Partials       60       60              
Flag Coverage Δ
unittests 73.45% <68.33%> (+1.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyVHDLModel/Exception.py 68.88% <0.00%> (ø)
pyVHDLModel/Namespace.py 64.28% <0.00%> (ø)
pyVHDLModel/Concurrent.py 56.42% <51.85%> (+1.37%) ⬆️
pyVHDLModel/Regions.py 60.43% <60.43%> (ø)
pyVHDLModel/__init__.py 76.02% <65.78%> (-0.08%) ⬇️
pyVHDLModel/DesignUnit.py 76.47% <66.66%> (+4.27%) ⬆️
pyVHDLModel/Object.py 85.93% <83.33%> (-0.51%) ⬇️
pyVHDLModel/STD.py 98.26% <100.00%> (+1.00%) ⬆️
pyVHDLModel/Type.py 76.68% <100.00%> (+6.63%) ⬆️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Paebbels Paebbels merged commit bf61f56 into main May 16, 2023
29 of 30 checks passed
@Paebbels Paebbels deleted the dev branch May 16, 2023 21:01
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.

None yet

1 participant