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

Problem with access to the contour with an explicit system identifier from another file #360

Open
Zioba opened this issue Dec 2, 2020 · 2 comments
Assignees
Milestone

Comments

@Zioba
Copy link
Contributor

Zioba commented Dec 2, 2020

file1:
a -> b;;

file2:
@Contour = [* node0 <- node1;; *];;
@Contour => nrel_system_identifier: a;;

If file1 will be processed before file2, two element with id "a" will be generated, and context of this element will no union. Need to implement generation unique element with unique system identifier.

@KovalM
Copy link
Contributor

KovalM commented Dec 2, 2020

sc-elements must be merged by the system identifier regardless of how the system identifier is set (explicitly or implicitly) within the same kb component. Except in cases of incompatible types of these elements.

@deniskoronchik deniskoronchik changed the title Problem with access to the conour with an explicit system identifier from another file Problem with access to the contour with an explicit system identifier from another file Dec 5, 2020
@deniskoronchik
Copy link
Contributor

Solution is to implement agent that will solve or find homonyms

@Zioba Zioba self-assigned this Jan 26, 2021
@KovalM KovalM added the P0 label Jan 26, 2021
@KovalM KovalM added this to the 0.7.0 milestone Jan 26, 2021
RybakovaIE pushed a commit to RybakovaIE/sc-machine that referenced this issue Aug 1, 2024
[refactor] Change to signature lambda indentation; wrap brace before lambda in new line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants