Skip to content

Commit 8a7b92a

Browse files
Fix markdown link format
1 parent 1fd3ce1 commit 8a7b92a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/blog/_posts/2020-12-18-scala3-m3.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,17 @@ The documentation for this feature is available [here](https://dotty.epfl.ch/doc
143143
# Metaprogramming changes
144144
Metaprogramming-wise, the majority of work is focused on polishing the API and making it more uniform. The following notable metaprogramming API changes occurred between M2 and M3:
145145

146-
- Add reflect `MatchCase` `TypeRepr` (#10735)[https://github.com/lampepfl/dotty/pull/10735]
147-
- Rework reflect Symbol fields API (#10705)[https://github.com/lampepfl/dotty/pull/10705]
148-
- Remove `Expr.StringContext.unapply` (#10675)[https://github.com/lampepfl/dotty/pull/10675]
149-
- Rename `Liftable` to `ToExpr` and `Unliftable` to `FromExpr` (#10618)[https://github.com/lampepfl/dotty/pull/10618]
150-
- Remove Unliftable[Unit] (#10570)[https://github.com/lampepfl/dotty/pull/10570]
151-
- Remove reflect.LambdaType (#10548)[https://github.com/lampepfl/dotty/pull/10548]
152-
- Add `scala.quoted.Expr.unapply` as dual of `Expr.apply` (#10580)[https://github.com/lampepfl/dotty/pull/10580]
153-
- Move `Quotes` as last parameter in `ExprMap.transform` (#10519)[https://github.com/lampepfl/dotty/pull/10519]
154-
- Unify quoted.report and reflect.Reporting (#10474)[https://github.com/lampepfl/dotty/pull/10474]
155-
- Fix #10359: Add GivenSelector to reflection API (#10469)[https://github.com/lampepfl/dotty/pull/10469]
156-
- Rework reflect show API (#10661)[https://github.com/lampepfl/dotty/pull/10661]
146+
- Add reflect `MatchCase` `TypeRepr` [#10735](https://github.com/lampepfl/dotty/pull/10735)
147+
- Rework reflect Symbol fields API [#10705](https://github.com/lampepfl/dotty/pull/10705)
148+
- Remove `Expr.StringContext.unapply` [#10675](https://github.com/lampepfl/dotty/pull/10675)
149+
- Rename `Liftable` to `ToExpr` and `Unliftable` to `FromExpr` [#10618](https://github.com/lampepfl/dotty/pull/10618)
150+
- Remove Unliftable[Unit] [#10570](https://github.com/lampepfl/dotty/pull/10570)
151+
- Remove reflect.LambdaType [#10548](https://github.com/lampepfl/dotty/pull/10548)
152+
- Add `scala.quoted.Expr.unapply` as dual of `Expr.apply` [#10580](https://github.com/lampepfl/dotty/pull/10580)
153+
- Move `Quotes` as last parameter in `ExprMap.transform` [#10519](https://github.com/lampepfl/dotty/pull/10519)
154+
- Unify quoted.report and reflect.Reporting [#10474](https://github.com/lampepfl/dotty/pull/10474)
155+
- Fix #10359: Add GivenSelector to reflection API [#10469](https://github.com/lampepfl/dotty/pull/10469)
156+
- Rework reflect show API [#10661](https://github.com/lampepfl/dotty/pull/10661)
157157
- Fix #10709: Add missing level check before inlining [#10781](https://github.com/lampepfl/dotty/pull/10781)
158158

159159
# Let us know what you think!

0 commit comments

Comments
 (0)