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

Siblings of quoted arguments aren't scanned for quoted arguments #1032

Closed
Tarmil opened this issue Oct 24, 2018 · 0 comments
Closed

Siblings of quoted arguments aren't scanned for quoted arguments #1032

Tarmil opened this issue Oct 24, 2018 · 0 comments
Assignees

Comments

@Tarmil
Copy link
Member

Tarmil commented Oct 24, 2018

For example, given the following:

type X() =
    member this.Foo([<JavaScript>] e: Expr<_>) = this
    member this.Bar([<JavaScript>] e: Expr<_>) = this

X().Foo(<@ q1 @>).Bar(<@ q2 @>)

The scanner first hits the Bar call, stores its argument in the metadata, but then doesn't recurse on the this of the call and therefore never reaches the Foo call.

@Tarmil Tarmil added the bug label Oct 24, 2018
@Tarmil Tarmil self-assigned this Oct 24, 2018
@Tarmil Tarmil closed this as completed in c1ea94e Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants