Skip to content

Conversation

@Paebbels
Copy link
Member

@Paebbels Paebbels commented Oct 29, 2025

New Features

  • Added new warning classes (using pyTooling.Warning):
    • warnings: VHDLModelWarning, NotImplementedWarning
    • critical warnings: VHDLModelCriticalWarning, BlackboxWarning
  • Enhanced BitStringLiteral:
    • Added readonly properties:
      • BinaryValue
      • Bits
      • Length
      • Signed
  • Added collection of components in ConcurrentDeclarationRegionMixin:
    • Added readonly property Components.
  • Package std.standard:
    • Added types real and line.

Changes

  • Bumped dependencies.
  • Removed code specific for Python <3.11.
  • Raises pyTooling warnings on skipped code or not implemented code parts.
  • Raises pyTooling warning on detected blackboxes.

Unit Tests

  • Updated pyproject.toml due to pytest update to v9.0.
  • Check for specific exception LibraryExistsInDesignError.

@Paebbels Paebbels self-assigned this Oct 29, 2025
@codacy-production
Copy link

codacy-production bot commented Nov 12, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.02% 60.24%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1172b70) 4371 3319 75.93%
Head commit (b0cf49b) 4487 (+116) 3406 (+87) 75.91% (-0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#103) 83 50 60.24%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

❌ Patch coverage is 60.24096% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.12%. Comparing base (1172b70) to head (b0cf49b).
⚠️ Report is 19 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
pyVHDLModel/Expression.py 41.66% 21 Missing ⚠️
pyVHDLModel/__init__.py 46.66% 8 Missing ⚠️
pyVHDLModel/Regions.py 60.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #103      +/-   ##
==========================================
+ Coverage   74.10%   74.12%   +0.02%     
==========================================
  Files          22       23       +1     
  Lines        4371     4487     +116     
  Branches      369      375       +6     
==========================================
+ Hits         3239     3326      +87     
- Misses       1052     1081      +29     
  Partials       80       80              
Flag Coverage Δ
unittests 74.12% <60.24%> (+0.02%) ⬆️

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

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

@Paebbels Paebbels marked this pull request as ready for review November 13, 2025 09:13
@Paebbels Paebbels merged commit 963c80f into main Nov 13, 2025
63 of 66 checks passed
@Paebbels Paebbels deleted the dev branch November 13, 2025 09:13
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.

2 participants