Skip to content

Conversation

didimitrie
Copy link
Member

@didimitrie didimitrie commented Aug 4, 2024

and adds extra defensibility around layer naming in acad.

The issue was that we were not consistently cleaning up the base layer prefix:

  • layer creation would remove / chars
  • base layer prefix would still contain / chars

resulting in all second receives from nested models being borked.

Also fixes another acad second receive bug, where we would stop purging object layers if we would encounter one with no objects on it.

…ond receive cleanup issues

and adds extra defensibility around layer naming in acad.
@didimitrie didimitrie marked this pull request as ready for review August 4, 2024 16:22
Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.26%. Comparing base (bf0f2b3) to head (b4463b8).

Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #101   +/-   ##
=====================================
  Coverage   8.26%   8.26%           
=====================================
  Files        230     230           
  Lines       4358    4358           
  Branches     503     503           
=====================================
  Hits         360     360           
  Misses      3988    3988           
  Partials      10      10           

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

@didimitrie didimitrie marked this pull request as draft August 4, 2024 16:27
i have no idea how i even wrote this code in the first place
@didimitrie didimitrie marked this pull request as ready for review August 4, 2024 16:36
@didimitrie didimitrie requested a review from oguzhankoral August 4, 2024 16:36
Copy link
Member

@oguzhankoral oguzhankoral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested 👌

@oguzhankoral oguzhankoral merged commit 6366f03 into dev Aug 4, 2024
5 checks passed
@oguzhankoral oguzhankoral deleted the dim/autocad-layer-refresh branch August 4, 2024 16:48
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