-
Couldn't load subscription status.
- Fork 1.1k
Closed
Labels
itype:metaIssues about process/similarIssues about process/similar
Description
- Quotes
- Correctly contextualize quotes and splices
- Homogenize
runand$(Homogenize $ and run notation #6689) - Add
QuoteConext(Add QuoteContext #6700) - Move
showtoQuoteContext(Add QuoteContext #6700) - Move reflection inside
QuoteContext(Move reflection inside QuoteContext #6723) - Move quote unpickling to
QuoteConext - Lift primitives using the
QuoteConext(Remove scala.internal.quoted.LiftedExpr #6793) - Define quote as
def `'`[T](e: T): given QuoteContext => Expr[T](Contextualize quote and splice internals #6881) - Define type quote as
def `'`[T]: given QuoteContext => Type[T] - Define splice as
def `$`[T](expr: given QuoteContext => Expr[T]): T(Contextualize quote and splice internals #6881)
- Homogenize
- Add
implicit matchfunctionality (Allow to search for implicits in macros #6819)
- Correctly contextualize quotes and splices
- Quote patterns
- Quote patterns with type splices (Add quoted pattern type splices #6504)
- Type quote patterns (Add quoted type patterns #6930)
- Port
inline matchtests
- TASTy reflect API
- Make the core interface Java only (to avoid conflicts from different classloaders).
- TASTy Reflect - TODOs meta issue #5489
Metadata
Metadata
Assignees
Labels
itype:metaIssues about process/similarIssues about process/similar