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

Refactor unwrapper from enhancer #12

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Mar 24, 2023

Currently, you can only specify the unwrapping if you also specify the wrapping. This is unfortunate, as wrapping might occur in a different part of the code base from where you define the unwrapping.

In particular, the enhancer needs an enhancement factory -- which might not be available at the time of unwrapping.

Therefore, we refactor the unwrapping bits from the enhancer.

The code is generated with: aas-core-codegen fe5e529

Currently, you can only specify the unwrapping if you also specify the
wrapping. This is unfortunate, as wrapping might occur in a different
part of the code base from where you define the unwrapping.

In particular, the enhancer needs an enhancement factory -- which might
not be available at the time of unwrapping.

Therefore, we refactor the unwrapping bits from the enhancer.

The code is generated with: [aas-core-codegen fe5e529]

[aas-core-codegen fe5e529]: aas-core-works/aas-core-codegen@fe5e529
@mristin mristin force-pushed the mristin/Refactor-unwrapper-from-enhancer branch from 7ac6962 to 2b5e086 Compare March 24, 2023 20:08
@mristin mristin merged commit 1c710f3 into main Mar 24, 2023
@mristin mristin deleted the mristin/Refactor-unwrapper-from-enhancer branch March 24, 2023 20:08
mristin added a commit that referenced this pull request Mar 24, 2023
* Refactor unwrapper from enhancer (#12)
* Updates to latest aas-core-meta, codegen and testgen
@mristin mristin mentioned this pull request Mar 24, 2023
mristin added a commit that referenced this pull request Mar 24, 2023
* Refactor unwrapper from enhancer (#12)
* Updates to latest aas-core-meta, codegen and testgen
mristin added a commit that referenced this pull request Mar 24, 2023
* Refactor unwrapper from enhancer (#12)
* Updates to latest aas-core-meta, codegen and testgen
mristin added a commit that referenced this pull request Jun 24, 2023
We update the development requirements to and re-generate everything
with:
* [aas-core-meta 44756fb],
* [aas-core-codegen e2b793f] and
* [aas-core3.0-testgen bf3720d7].

This is an important patch propagating in particular the following fixes
which affected the constraints and their documentation:

* Pull requests in aas-core-meta [#271], [#272] and [#273] which affect the
  nullability checks in constraints,
* Pull request in aas-core-meta [#275] which affects the documentation
  of many constraints.

This patch also includes a propagation of improved test data:

* Pull request in aas-core3.0-testgen [#12] which makes the
  errors in XML more meaningful and easier to debug, and
* Pull request in aas-core3.0-testgen [#13] which makes the type
  violations of enumerations more explicit and thus easier to debug.

[aas-core-meta 44756fb]: aas-core-works/aas-core-meta@44756fb
[aas-core-codegen e2b793f]: aas-core-works/aas-core-codegen@e2b793f
[aas-core3.0-testgen bf3720d7]: aas-core-works/aas-core3.0-testgen@bf3720d7

[#271]: aas-core-works/aas-core-meta#271
[#272]: aas-core-works/aas-core-meta#272
[#273]: aas-core-works/aas-core-meta#273
[#275]: aas-core-works/aas-core-meta#275

[#12]: aas-core-works/aas-core3.0-testgen#12
[#13]: aas-core-works/aas-core3.0-testgen#13
mristin added a commit that referenced this pull request Jun 24, 2023
…18)

We update the development requirements to and re-generate everything
with:
* [aas-core-meta 44756fb],
* [aas-core-codegen e2b793f] and
* [aas-core3.0-testgen bf3720d7].

This is an important patch propagating in particular the following fixes
which affected the constraints and their documentation:

* Pull requests in aas-core-meta [#271], [#272] and [#273] which affect the
  nullability checks in constraints,
* Pull request in aas-core-meta [#275] which affects the documentation
  of many constraints.

This patch also includes a propagation of improved test data:

* Pull request in aas-core3.0-testgen [#12] which makes the
  errors in XML more meaningful and easier to debug, and
* Pull request in aas-core3.0-testgen [#13] which makes the type
  violations of enumerations more explicit and thus easier to debug.

[aas-core-meta 44756fb]: aas-core-works/aas-core-meta@44756fb
[aas-core-codegen e2b793f]: aas-core-works/aas-core-codegen@e2b793f
[aas-core3.0-testgen bf3720d7]: aas-core-works/aas-core3.0-testgen@bf3720d7

[#271]: aas-core-works/aas-core-meta#271
[#272]: aas-core-works/aas-core-meta#272
[#273]: aas-core-works/aas-core-meta#273
[#275]: aas-core-works/aas-core-meta#275

[#12]: aas-core-works/aas-core3.0-testgen#12
[#13]: aas-core-works/aas-core3.0-testgen#13
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.

None yet

1 participant