-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: make sure tags with same URI are the same #141
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a good solution is found, don't forget to add tests.
packages/semcom-sdk/lib/component/services/register-component.service.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AbelVandenBriel, code LGTM, so check if you understand it as well and take a good look at the tests please. Thx!
packages/semcom-sdk/lib/component/services/register-component.service.spec.ts
Outdated
Show resolved
Hide resolved
packages/semcom-sdk/lib/component/services/register-component.service.spec.ts
Outdated
Show resolved
Hide resolved
packages/semcom-sdk/lib/component/services/register-component.service.spec.ts
Outdated
Show resolved
Hide resolved
Okay, so here we have this segfault problem, which according to @jonasbovyn might be because we're mocking eval ... @AbelVandenBriel can you look into that when you have time? |
fixes #139