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

sc-builder does not allow to use some names that match \.\.connector_\d+ #440

Open
kilativ-dotcom opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working sc-builder Changes in sc-builder module

Comments

@kilativ-dotcom
Copy link
Member

Describe the bug
sc-builder uses local identifiers for connectors therefore if I use identifier like ..connector_5 it will be sometimes treated as a connector

To Reproduce
Steps to reproduce the behavior:

  1. Build scs that has content
sc_node_class
-> concept_among_us;
-> concept_2;
-> concept_3;
-> concept_4;
-> concept_5;;
concept_2 -> something_in_concept_2;;

..connector_5 <- concept_among_us;;
  1. Run sc-machine+sc-web
  2. Open semantic neighborhood of concept_among_us
  3. See connector into something_in_concept_2 belong to concept_among_us

Expected behavior
Some node will belong to concept_among_us instead of connector.

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
@kilativ-dotcom kilativ-dotcom added bug Something isn't working sc-builder Changes in sc-builder module labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sc-builder Changes in sc-builder module
Projects
None yet
Development

No branches or pull requests

1 participant