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

Fix LT-21810: Yellow Crash occurs while parsing with Default Parser(XAmple) #86

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

jtmaxwell3
Copy link
Collaborator

@jtmaxwell3 jtmaxwell3 commented Jun 19, 2024

WfiWordformServices.FindOrCreateWordform needs to be done within a unit of work, but you get a props change error if you wrap it with UndoableUnitOfWorkHelper.DoUsingNewOrCurrentUOW. So I used TryGetObject instead. If it doesn't exist, then nothing needs to be updated.


This change is Reviewable

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jtmaxwell3)

@jasonleenaylor jasonleenaylor enabled auto-merge (rebase) June 21, 2024 22:01
@jasonleenaylor jasonleenaylor merged commit 4f0e6b5 into release/9.1 Jun 21, 2024
5 checks passed
@jasonleenaylor jasonleenaylor deleted the LT-21810 branch June 21, 2024 22:14
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.

2 participants