You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now $(foo) is indexed with the unspliced content, but the reference to foo itself doesn't get emitted. This causes for example that backreferences on foo don't show the usage sites.
Related:
Q expressions bar = [|$(foo)|].
QuasiQuoter name [bar|1+1].
Can we access the pre-splicing info from some of the ASTs?
The text was updated successfully, but these errors were encountered:
@mpickering: forked to #58 - but the two issues are very intertwined. I feel some more investigation / brainstorming is needed before making up a plan.
Now
$(foo)
is indexed with the unspliced content, but the reference tofoo
itself doesn't get emitted. This causes for example that backreferences onfoo
don't show the usage sites.Related:
bar = [|$(foo)|]
.[bar|1+1]
.Can we access the pre-splicing info from some of the ASTs?
The text was updated successfully, but these errors were encountered: