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

Modelcompiler 1.04.10 #1492

Merged
merged 30 commits into from
Sep 3, 2021
Merged

Modelcompiler 1.04.10 #1492

merged 30 commits into from
Sep 3, 2021

Conversation

opcfoundation-org
Copy link
Contributor

Changes needed for model compiler needed for Errata 1.04.10.

@CLAassistant
Copy link

CLAassistant commented Aug 25, 2021

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #1492 (fd0a17a) into master (4a2f13e) will increase coverage by 0.01%.
The diff coverage is 63.15%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1492      +/-   ##
==========================================
+ Coverage   51.86%   51.87%   +0.01%     
==========================================
  Files         305      305              
  Lines       58067    58080      +13     
==========================================
+ Hits        30115    30131      +16     
+ Misses      27952    27949       -3     
Impacted Files Coverage Δ
Stack/Opc.Ua.Core/Schema/UANodeSet.cs 0.00% <0.00%> (ø)
...tack/Opc.Ua.Core/Stack/Generated/Opc.Ua.Classes.cs 0.00% <ø> (ø)
...ck/Opc.Ua.Core/Stack/Generated/Opc.Ua.DataTypes.cs 100.00% <ø> (ø)
...ack/Opc.Ua.Core/Stack/State/NodeStateCollection.cs 45.10% <100.00%> (+2.69%) ⬆️
Stack/Opc.Ua.Core/Types/Utils/Utils.cs 58.10% <0.00%> (+0.10%) ⬆️
Libraries/Opc.Ua.Client/Session.cs 61.00% <0.00%> (+0.20%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a2f13e...fd0a17a. Read the comment docs.

Copy link
Contributor

@mregen mregen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @opcfoundation-org , except for the nerdgit package all looks good.
Also the IsOptional fields are back to 'false' by default.
Thanks,
Martin

@@ -139,6 +139,8 @@ IntegerId,288,DataType
Counter,289,DataType
Duration,290,DataType
NumericRange,291,DataType
Time,292,DataType
Date,293,DataType
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it mean Date and Time are back?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deprecated in 1.04. Deleted in 1,05.

@mregen mregen merged commit 9b89bd0 into master Sep 3, 2021
@mregen mregen added this to the 1.4.367 milestone Sep 3, 2021
@mregen mregen linked an issue Sep 9, 2021 that may be closed by this pull request
3 tasks
@mregen mregen deleted the modelcompiler-1.04.10 branch December 31, 2021 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net type for UD Struct is not being emitted by the ComplexTypeSystem
4 participants