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
- Port scala.quoted.runtime.impl.QuoteMatcher [#12402](https://github.com/lampepfl/dotty/pull/12402)
70
70
71
-
A way to abort macro expansion was enhanced in PR [#12056](https://github.com/lampepfl/dotty/pull/12056). Now you can use `errorAndAbort(msg: String)` to stop macro expansion with an error, and `expr.valueOrAbort` to abort macro expansion if a given expression doesn't represent a value or possibly contains side effects.
72
71
73
72
# Issue fixing
74
73
Otherwise, we are making an effort to reduce our issue tracker. Among others, the following are some of the PRs dedicated to issue fixing:
0 commit comments