Skip to content

Comments

[bugfix] Make sure loop connected pins are not hidden#264

Merged
kvid merged 2 commits intowireviz:devfrom
kvid:issue263-unhide-loops
Sep 8, 2023
Merged

[bugfix] Make sure loop connected pins are not hidden#264
kvid merged 2 commits intowireviz:devfrom
kvid:issue263-unhide-loops

Conversation

@kvid
Copy link
Collaborator

@kvid kvid commented Dec 28, 2021

  • Resolves [bug] "hide_disconnected_pins" ignores "loops"  #263 that describes warnings and weird loop drawing because loop connected pins are hidden when hide_disconnected_pins=True.
  • Activate loop pins as early as possible to enable correct counting of connected pins when connector.additional_components.qty_multiplier=populated.
  • Check that loop pins actually exist before activating them.

I suggest a squash merge with the bullets above in the commit message body, and this commit message title:

Make sure loop connected pins are not hidden (#264)

@kvid kvid marked this pull request as draft January 24, 2022 00:26
@kvid kvid marked this pull request as ready for review January 24, 2022 21:17
@kvid kvid requested a review from 17o2 January 28, 2022 11:15
@kvid kvid force-pushed the issue263-unhide-loops branch from 270b677 to 40a8516 Compare January 28, 2022 17:27
@kvid kvid added the bug Something isn't working label Jan 29, 2022
kvid added a commit to kvid/WireViz that referenced this pull request Sep 1, 2023
- Resolves wireviz#263 that describes warnings and weird loop drawing because
  loop connected pins are hidden when hide_disconnected_pins=True.

- Activate loop pins as early as possible to enable correct counting of
  connected pins when
  connector.additional_components.qty_multiplier=populated.

- Check that loop pins actually exist before activating them.
@kvid kvid force-pushed the issue263-unhide-loops branch from 40a8516 to 6aa0c58 Compare September 1, 2023 21:59
- Resolves wireviz#263 that describes warnings and weird loop drawing because
  loop connected pins are hidden when hide_disconnected_pins=True.

- Activate loop pins as early as possible to enable correct counting of
  connected pins when
  connector.additional_components.qty_multiplier=populated.

- Check that loop pins actually exist before activating them.
@kvid kvid force-pushed the issue263-unhide-loops branch from 6aa0c58 to 9a39de0 Compare September 2, 2023 22:39
No need to reference github issue in the code.

Co-authored-by: Daniel Rojas <github@danielrojas.net>
@kvid kvid force-pushed the issue263-unhide-loops branch from 8dc0023 to f73dd48 Compare September 8, 2023 10:40
@kvid kvid merged commit a26f734 into wireviz:dev Sep 8, 2023
kvid added a commit that referenced this pull request Sep 8, 2023
- Resolves #263 that describes warnings and weird loop drawing because
  loop connected pins are hidden when hide_disconnected_pins=True.

- Activate loop pins as early as possible to enable correct counting of
  connected pins when
  connector.additional_components.qty_multiplier=populated.

- Check that loop pins actually exist before activating them.
lxander42 pushed a commit to lxander42/PipeViz that referenced this pull request Sep 20, 2025
- Resolves wireviz#263 that describes warnings and weird loop drawing because
  loop connected pins are hidden when hide_disconnected_pins=True.

- Activate loop pins as early as possible to enable correct counting of
  connected pins when
  connector.additional_components.qty_multiplier=populated.

- Check that loop pins actually exist before activating them.
lxander42 pushed a commit to lxander42/PipeViz that referenced this pull request Sep 20, 2025
No need to reference github issue in the code.

Co-authored-by: Daniel Rojas <github@danielrojas.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants