Skip to content

Race condition in presentation compiler askTypeAt #8135

Open
@scabug

Description

@scabug

As this PR demonstrates, there is a race condition when askTypeAt(pos) is called on implicitly[Foo[A]].foo where pos is matches the end point of the former expression. The issue is that the returned Tree is unattributed, which is why the error No symbol is associated with tree implicitly[Foo[A]].foo is reported.

I'm going to move the spuriously failing test in pending, but would be good to look at it at some point.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions