Skip to content

[release/8.0] Handle more types of value converters in the compiled model#31861

Merged
ajcvickers merged 2 commits intorelease/8.0from
230925_StringingMeAlong
Sep 28, 2023
Merged

[release/8.0] Handle more types of value converters in the compiled model#31861
ajcvickers merged 2 commits intorelease/8.0from
230925_StringingMeAlong

Conversation

@ajcvickers
Copy link
Copy Markdown
Contributor

Fixes #31827

Description

We changed the way value converters are saved in the compiled model as part of moving towards AOT. Some built-in converters were not working correctly with this change.

Customer impact

Crash when compiling the model.

How found

Customer reported.

Regression

Yes.

Testing

Tests added for built-in converters.

Risk

Low.

@ajcvickers ajcvickers requested a review from a team September 26, 2023 09:04
@ajcvickers ajcvickers added this to the 8.0.0 milestone Sep 26, 2023
@ajcvickers
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

…odel

Fixes #31827

### Description

We changed the way value converters are saved in the compiled model as part of moving towards AOT. Some built-in converters were not working correctly with this change.

### Customer impact

Crash when compiling the model.

### How found

Customer reported.

### Regression

Yes.

### Testing

Tests added for built-in converters.

### Risk

Low.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiled model with enum member "Cannot access private method 'ConvertToEnum'"

2 participants