-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: fix divergent files in compas package #297
chore: fix divergent files in compas package #297
Conversation
Signed-off-by: Stef3st <[email protected]>
The files that are still in both packages are the following:
|
Signed-off-by: Stef3st <[email protected]>
Signed-off-by: Stef3st <[email protected]>
…s-open-scd-package
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.
It looks good, I would only like to request you to get rid of any customization related to the OCL validator, this includes of course also removing the "[WIP] Validate using OCL" entry from the packages/compas-open-scd/public/js/plugins.js
file 👍
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.
This should go and so should the Plugging mixin
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.
Just talked to Sander and mentioned how ridiculous it is that we're modifying the Plugging mixin only to account for the OCL Validator being tagged as "WIP" and I told him if it's ok we just remove the plugin from the plugin.js
list and so this file can be removed as well.
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.
can be deleted as well since we will no longer test Plugging here
I think we need to keep the Plugging mixin for now. This is the only way for now to override the default plugin list in the distribution. This definitely needs to be fixed once OpenSCD-core is fully in place. We can make a ticket for that to keep this in mind. Issue created: #302 |
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.
Good to go!
closes #294