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

Reinstate Kotlin DSL IDE resolver short circuit behind an IDE flag #10946

Merged
merged 5 commits into from
Oct 4, 2019

Conversation

eskatos
Copy link
Member

@eskatos eskatos commented Oct 3, 2019

This short circuit combined with some upcoming changes in IJ will prevent .gradle.kts script editors to constantly do TAPI requests as you type, and only do them when necessary.

Next IJ release will make use of that flag.

It is unset by default, disabling the reintroduced short-circuit, in order not to break users of existing IJ versions.

See gradle/kotlin-dsl-samples#972

@eskatos eskatos added this to the 6.0 RC1 milestone Oct 3, 2019
@eskatos eskatos requested a review from bamboo October 3, 2019 17:13
@eskatos eskatos self-assigned this Oct 3, 2019
Signed-off-by: Paul Merlin <paul@gradle.com>
Next IJ release will make use of that flag.

It is unset by default, disabling the reintroduced short-circuit,
in order not to break users of existing IJ versions.

Signed-off-by: Paul Merlin <paul@gradle.com>
Signed-off-by: Paul Merlin <paul@gradle.com>
Signed-off-by: Paul Merlin <paul@gradle.com>
Signed-off-by: Paul Merlin <paul@gradle.com>
@eskatos eskatos force-pushed the eskatos/kotlin-dsl/resolver-short-circuit branch from d3185ae to 3c51af1 Compare October 3, 2019 20:18
@eskatos eskatos merged commit 7ac6db6 into release Oct 4, 2019
@eskatos eskatos deleted the eskatos/kotlin-dsl/resolver-short-circuit branch October 4, 2019 10:44
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.

None yet

2 participants