Skip to content

remove ambiguous implicits#1020

Merged
mpollmeier merged 1 commit into
masterfrom
michael/cleanup-ambiguous-implicits
Nov 13, 2020
Merged

remove ambiguous implicits#1020
mpollmeier merged 1 commit into
masterfrom
michael/cleanup-ambiguous-implicits

Conversation

@mpollmeier
Copy link
Copy Markdown
Contributor

prior to this we had two conversion paths from nodes.TrackingPoint
to AstNode[nodes.AstNode], which would lead to ambiguous implicits
that don't resolve, e.g. for cpg.call.where(_.argument.order(1).isIdentifier)

re joernio/joern#382

prior to this we had two conversion paths from `nodes.TrackingPoint`
to `AstNode[nodes.AstNode]`, which would lead to ambiguous implicits
that don't resolve, e.g. for `cpg.call.where(_.argument.order(1).isIdentifier)`

re joernio/joern#382
@mpollmeier mpollmeier requested a review from fabsx00 November 12, 2020 21:56
@mpollmeier
Copy link
Copy Markdown
Contributor Author

cc @jaiverma

@mpollmeier mpollmeier merged commit 64ee283 into master Nov 13, 2020
@delete-merged-branch delete-merged-branch Bot deleted the michael/cleanup-ambiguous-implicits branch November 13, 2020 20:33
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