-
It's been a while since I've done a comprehensive self-host test run. I've add a input variable to workflow so that self-hosted mode can be added for manually triggered workflows. The CI run is at: h…
-
Make macros less weird and more like programs, by...
- [ ] Using unified matching and templates (syntax-parse/match/etc. and template/quasiquote/etc.) see https://github.com/jeapostrophe/remix/issu…
-
now imagine the text something like a quasiquoting itself. it is from haskell extracted from coq, rewritten with syntax sugar and analized with large language models into that poem via rewrites. so it…
-
The issue is described in more detail at https://github.com/jeffrey-aguilera/bug-scalamacros
This project demonstrates a Typers.scala assertion error with a quasiquote generated inner class.
- sbt c…
-
We should give guidance to folks who are pattern matching on Function nodes in macros or compiler plugins (perhaps via quasiquotes) that they will need to discriminate based on the tree type if they …
-
**Is your feature request related to a problem? Please describe.**
One might expect that when a mutable vector is passed to a quasiquote, that the R code in the quasiquote can modify the vector. But …
-
When `nanopass-case` is called with a value V that no clauses match and there is no default else-clause the error message doesn't show the value V. The entire form is printed. Note that the DrRacket s…
-
-
Hey, thanks for the work, looks really cool!
I just have issue when adding `mac-app-util` to my flake that it fails to build:
```shell
error: Package ‘system-fare-quasiquote’ in /nix/store/7mil…
-
Typos in the schema lead to rather unfriendly errors from Alex/Happy. Can we at least report the right source position (relative to the Haskell source file rather than the start of the quasiquote)?