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
Then I run my code in metals(version: 1.0.0) with Bloop 1.5.6, I can get correct result "10 + 20 + 30".
But if I run my code in sbt(version: 1.6.2), I get a different string "+ 20 +", which means the first expression and last expression is not captured.
So my question is why I get different behavior in bloop and sbt system.
The text was updated successfully, but these errors were encountered:
Hi there,
I tried some macro code in my project below:
and
Then I run my code in metals(version: 1.0.0) with Bloop 1.5.6, I can get correct result "10 + 20 + 30".
But if I run my code in sbt(version: 1.6.2), I get a different string "+ 20 +", which means the first expression and last expression is not captured.
So my question is why I get different behavior in bloop and sbt system.
The text was updated successfully, but these errors were encountered: