-
Here's a minimal example (thanks to mbauman for helping identify the issue). I've run into other issues with `@benchmark` breaking on other example functions that I no longer have handy, which makes m…
jsams updated
11 months ago
-
```[tasklist]
### Tasks
- [ ]
```
-
Something in the range https://github.com/rust-lang/rust/compare/bb42071f6...f9b0897c5, likely https://github.com/rust-lang/rust/pull/46343 (CC @jseyfried), broke Servo.
We have a `#[dom_struct]` a…
-
Because of the syntax of DSSSL keyword parameters, they cannot be implemented hygienically. For instance, consider the code
```
(lambda (#!key a)
(lambda (#!key a)
a))
```
It is impossible to …
-
```
julia> macro foo()
Expr(:toplevel, :(baremodule $(gensym()); end))
end
@foo (macro with 2 methods)
julia> @foo()
ERROR: TypeError: in module, expected Symbol, got a value of …
Keno updated
3 months ago
-
Acceptance criteria:
- No any in the repo - neither explicit nor implicit
- Turn on strict mode
- Export internal types more, to enable customers to better build custom handlers or wrapper compon…
-
### Parent Issue
_No response_
### Task
We have `/tools/cli` and `/tools/dotcms-cli`, where the `/tools/cli` houses the old `bash` scripts. We need to change that folder name to prevent confusion …
-
Tracking issue for declarative macros 2.0 (aka `macro` aka decl_macro aka macros-by-example).
RFC: https://github.com/rust-lang/rfcs/blob/master/text/1584-macros.md
RFC PR: https://github.com/ru…
-
-
It's really not great atm but I'm currently having trouble going into the topic without touching macro_rules!/proc-macro specifics, https://veykril.github.io/tlborm/syntax-extensions/hygiene.html
…