aas-core-works / aas-core3.0-python

Manipulate, verify and de/serialize asset administration shells in Python.
Other
5 stars 1 forks source link

Update to aas-core-meta, codegen, testgen 79314c6, 94399e1, e1087880 #20

Closed mristin closed 6 months ago

mristin commented 6 months ago

We update the development requirements to and re-generate everything with:

Notably, we fix the patterns for date and date-times with zone offset 14:00 which previously allowed for a concatenation without a plus sign.

In addition, we fix the test data for defects which were detected while testing with the generated C++ SDK. This concerns the examples of doubles which overflowed in C++, but where silently accepted otherwise.