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

Update -Xss value #729

Merged
merged 2 commits into from
Nov 23, 2024
Merged

Update -Xss value #729

merged 2 commits into from
Nov 23, 2024

Conversation

jplewa
Copy link
Member

@jplewa jplewa commented Nov 23, 2024

Task

Resolves: None

Description

This mitigates the following compilation error:

e: org.jetbrains.kotlin.backend.common.BackendException: Backend Internal error: Exception during psi2ir
File being compiled: (672,9) in /root/_work/pulumi-kotlin/pulumi-kotlin/build/generated-src/gitlab8/com/pulumi/gitlab/kotlin/ApplicationSettingsArgs.kt
The root cause java.lang.StackOverflowError was thrown at: java.base/java.lang.ClassLoader.defineClass1(Native Method)
null: KtDotQualifiedExpression:
com.pulumi.gitlab.ApplicationSettingsArgs.builder()
            .abuseNotificationEmail(abuseNotificationEmail?.applyValue({ args0 -> args0 }))
            .adminMode(adminMode?.applyValue({ args0 -> args0 }))
            .afterSignOutPath(afterSignOutPath?.applyValue({ args0 -> args0 }))
            .afterSignUpText(afterSignUpText?.applyValue({ args0 -> args0 }))
            .akismetApiKey(akismetApiKey?.applyValue({ args0 -> args0 }))
            .akismetEnabled(akismetEnabled?.applyValue({ args0 -> args0 }))
            .allowAccountDeletion(allowAccountDeletion?.applyValue({ args0 -> args0 }))
            .allowGroupOwnersToManageLdap(allowGroupOwnersToManageLdap?.applyValue({ args0 -> args0 }))
            .allowLocalRequestsFromSystemHooks(
                allowLocalRequestsFromSystemHooks?.applyValue({ args0 ->
                    args0
                }),
            )
...

https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/11459232264/job/33149512961

The error was preventing this release.

Signed-off-by: Julia Plewa <[email protected]>
@jplewa jplewa self-assigned this Nov 23, 2024
@jplewa jplewa requested a review from a team as a code owner November 23, 2024 14:54
@jplewa jplewa requested review from myhau and ddzikon November 23, 2024 14:54
@jplewa jplewa merged commit eb2bfa7 into main Nov 23, 2024
28 checks passed
@jplewa jplewa deleted the update-xss-parameter branch November 23, 2024 17:41
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.

1 participant