-
Notifications
You must be signed in to change notification settings - Fork 80
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(binding-opcua): enable strict type checking #1057
chore(binding-opcua): enable strict type checking #1057
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1057 +/- ##
==========================================
- Coverage 75.38% 75.28% -0.10%
==========================================
Files 80 80
Lines 15443 15455 +12
Branches 1477 1481 +4
==========================================
- Hits 11641 11636 -5
- Misses 3766 3783 +17
Partials 36 36
☔ View full report in Codecov by Sentry. |
I think the PR is now ready for review... @erossignon may I ask you to take a look? |
@erossignon seems to be busy. Anyhow, the changes seem simple enough to go on... what do others think? |
Thinking on the point, the only reason that I see to clone Just to keep the current idempotent with the previous implementation. |
to sanitize the object and remove functions
Yes, let's keep it as it was, see 732baa6 |
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
Sorry, I didn't find time to look into this; but you did well any, we can always look at why this JSON.parse(JSON.stringify(opcuaJsonEncodeDataValue(dataValue, true))); is needed. |
another one of #758
Note: since at the moment I am not able to test OPCUA locally due to network/company restriction I will use the CI for testing.