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

Restart code analyzer in a read action #1030

Merged
merged 2 commits into from
Jun 12, 2019
Merged

Conversation

abrooksv
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Motivation and Context

Related Issue(s)

#1012

Testing

Added test for remote lambda gutter icons

Screenshots (if appropriate)

Checklist

  • I have read the README document
  • I have read the CONTRIBUTING document
  • Local run of gradlew check succeeds
  • My code follows the code style of this project
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@abrooksv abrooksv requested a review from a team as a code owner June 12, 2019 18:05
@abrooksv abrooksv force-pushed the abrooksv-fixRestartReadAction branch from e9eeef2 to 94fa328 Compare June 12, 2019 18:06
CompletableFuture.completedFuture(emptyList())
val lambdaFuture = CompletableFuture<List<LambdaFunction>>()

override fun lambdaFunctions(): CompletableFuture<List<LambdaFunction>> {
Copy link
Contributor

Choose a reason for hiding this comment

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

use = lambdaFuture instead

@abrooksv abrooksv force-pushed the abrooksv-fixRestartReadAction branch from 9547143 to 86dc711 Compare June 12, 2019 18:22
@abrooksv abrooksv merged commit 6484127 into master Jun 12, 2019
@abrooksv abrooksv deleted the abrooksv-fixRestartReadAction branch June 12, 2019 18:43
zhangzhx pushed a commit that referenced this pull request Jun 19, 2019
zhangzhx pushed a commit that referenced this pull request Aug 1, 2019
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