-
### Have you searched for similar requests?
Yes
### Is your feature request related to a problem? If so, please describe.
_No response_
### Describe the solution you'd like
Similar to how the tem…
-
Add the ability to duplicate the Macro with all fields, delays, and internal fields
Right now, you can create a duplicate of the shortcut from which the macro starts, which is useless
![image](htt…
-
It would be amazing if incremental compilation was aware of macro dependencies—changes in code generated by a Scala 3 macro. The problem is described here: [https://github.com/gzoller/scala-reflectio…
-
### Description
I am trying to invoke a macro directly from the DAG file as a task rather than being invoked from any of the model. Below is the code, I am using which is not working as expected, **p…
-
It would be useful if the fastfloat library had macros with the library version number.
Almost all other libraries provide that. For instance:
The Boost library collection ver. 1.85.0 has a header…
-
```
-ifdef(MACROS).
-define(X, ?MACROS).
-endif.
```
this construction shows 'Unresolved macros' error for -define(X, ?MACROS).
-
I'd like to create some templates similar to c++
```
template mover {
T[N] pos;
T[N] vel;
}
```
I don't know how I would write a macro for this, that replaces T and N in the body.
But the I'd n…
-
This is connected with the new [release notes procedure](https://github.com/boostorg/website-v2/issues/1066). The current qbk-based mechanism for release notes production makes available some "macros"…
-
Here I try to include my macros locally into the project. But eventually have this issue in logs:
`Error: external macro implementation type 'MyLocalMcr.MockekeMacro' could not be found for macro 'Mo…
-
Followup code improvements mentioned in PR #2508. Currently, we check and return error if the status is not ok in many many places, which can be improved by introducing macros.
The naming candidate…