What's Changed
- Scala: fix parsing of type parameters applied to method invocations by @greg-at-moderne in #7388
- Scala: Don't swallow space of a single expression block by @greg-at-moderne in #7390
- End files with a single newline by @greg-at-moderne in #7391
EmptyNewlineAtEndOfFilenot to alter empty files by @greg-at-moderne in #7389- Scala: fix support for parsing of underscore numeric literals by @greg-at-moderne in #7393
- Scala: fix parsing _ when used as lambda syntactic sugar by @greg-at-moderne in #7395
- Harden handleError() against secondary exceptions by @Jenson3210 in #7387
- Add go.mod parser and GoResolutionResult marker by @jkschneider in #7397
- Detect cyclic property references instead of StackOverflowError by @kmccarp in #7396
- Omit version when annotation processor is managed by parent POM by @timtebeek in #7392
- Include java.version and classpath in parser construction errors by @timtebeek in #7362
- Preserve Unicode escapes in Javadoc HTML element and attribute names by @timtebeek in #7394
- Fix/change method target to static constructor wildcard by @kdvolder in #7399
- Scala: handling optional semicolons by @greg-at-moderne in #7400
- Scala: introduce
S.FunctionCallto model non-MethodInvocation function calls by @greg-at-moderne in #7401 - Scala: fix newlines handling within new call by @greg-at-moderne in #7402
- Scala: remove trailing whitespace from code by @greg-at-moderne in #7403
- Scala: model partial functions with short match syntax by @greg-at-moderne in #7404
- Python: add RPC codec for
JavaType.Annotationby @knutwannheden in #7405 - Python: fix AutoFormat crash on
import ... as ...by @knutwannheden in #7412 - Scala: support for right-associative operators in infix syntax by @greg-at-moderne in #7410
- Fix KotlinBlockStatementTemplateGenerator for Unit-returning method invocations by @timtebeek in #7409
- Wire
JavaType.Annotationelement values across all RPC implementations by @knutwannheden in #7415 - Fix Kotlin method declaringType for primitive receivers by @timtebeek in #7413
- Kotlin: declare caller-scope type variables on synthetic Template class by @timtebeek in #7414
- Add YAML StringUtils.quoteIfNeeded() for safe scalar quoting by @Jenson3210 in #7416
- Remove debug files from Scala support PR by @Jenson3210 in #7419
AppendToTextFile: support glob patterns for the relative file name by @timtebeek in #7417- Python RPC: don't send prefix/markers for delegating wrapper types by @knutwannheden in #7424
- JavaScript: fix non-FQ type on enum declarations and harden
parseProjectby @knutwannheden in #7425 - Walk
JavaTyperefs embedded in annotation element values by @knutwannheden in #7426
Full Changelog: v8.79.5...v8.79.6