Skip to content

Fix Kotlin enum accessing issue #1559

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

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Conversation

vmutafov
Copy link
Contributor

@vmutafov vmutafov commented Dec 27, 2019

Related to: #1560

Due to a bug in the MDG, Kotlin enum entries couldn't be accessed through JS. This PR fixes this behavior and adds additional tests for the Kotlin support.

@cla-bot cla-bot bot added the cla: yes label Dec 27, 2019
@vmutafov vmutafov merged commit d7aa9e7 into master Dec 27, 2019
@vmutafov vmutafov deleted the vmutafov/fix-kotlin-enum-issue branch December 27, 2019 14:59
vmutafov added a commit that referenced this pull request Dec 30, 2019
* bumping version

* fix(workers): Dispose the isolate when terminating workers (#1550)

* fix: Ensure js timestamp is smaller than corresponding code cache file timestamp (#1554)

* Fix Kotlin enum accessing issue (#1559)

* Update package.json version to 6.3.1

* Update CHANGELOG.md

Co-authored-by: Vasil Trifonov <[email protected]>
Co-authored-by: Darin Dimitrov <[email protected]>
vmutafov added a commit that referenced this pull request Jan 31, 2020
* fix(workers): Dispose the isolate when terminating workers (#1550)

* Prepare 6.3.1 patch (#1561)

* bumping version

* fix(workers): Dispose the isolate when terminating workers (#1550)

* fix: Ensure js timestamp is smaller than corresponding code cache file timestamp (#1554)

* Fix Kotlin enum accessing issue (#1559)

* Update package.json version to 6.3.1

* Update CHANGELOG.md

Co-authored-by: Vasil Trifonov <[email protected]>
Co-authored-by: Darin Dimitrov <[email protected]>

Co-authored-by: Darin Dimitrov <[email protected]>
Co-authored-by: Vasil Trifonov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants