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 handling empty list of var args for extern method in Scala 2.13 #3240

Merged
merged 2 commits into from Mar 28, 2023

Conversation

WojciechMazur
Copy link
Contributor

@WojciechMazur WojciechMazur commented Mar 28, 2023

Fixes compilation error when trying to compiling calls to extern methods using variadic arguments lists when not providing any variadic arguments

Fixes #3239

@WojciechMazur WojciechMazur merged commit 5810b8b into scala-native:main Mar 28, 2023
65 checks passed
@WojciechMazur WojciechMazur deleted the fix/3229-varargs-empty branch March 28, 2023 20:06
WojciechMazur added a commit that referenced this pull request May 23, 2023
…3240)

* Reproduce issue #3239

* Fix handling of empty var args lists in Scala 2.13

(cherry picked from commit 5810b8b)
WojciechMazur added a commit that referenced this pull request Jun 5, 2023
…3240)

* Reproduce issue #3239

* Fix handling of empty var args lists in Scala 2.13

(cherry picked from commit 5810b8b)
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.

Empty list of variadic arguments for extern function fails to compile in Scala 2.13
1 participant