|
@kwdef constructor not available outside of module
|
|
4
|
309
|
May 31, 2024
|
|
CodeSculptor.jl: take AST's apart, play with them, and put them back together. A significant upgrade to MacroTools.splitdef() and splitarg()
|
|
0
|
269
|
April 24, 2024
|
|
Guidelines on syntax checking for macros
|
|
1
|
238
|
April 20, 2024
|
|
Macros: Mutate input expressions or not?
|
|
0
|
146
|
April 3, 2024
|
|
How to pass an arbitrary number of macro arguments from one macro to another? (a bit like splatting)
|
|
7
|
348
|
March 29, 2024
|
|
Macros not evaluating as per expectation
|
|
12
|
394
|
March 29, 2024
|
|
Testing a string macro
|
|
10
|
406
|
March 29, 2024
|
|
Nice macro errors with JuliaSyntax
|
|
2
|
496
|
March 23, 2024
|
|
How to efficiently skip calculating some vector elements?
|
|
4
|
332
|
February 28, 2024
|
|
Advanced Metaprogramming Uses of QuoteNode
|
|
1
|
454
|
February 24, 2024
|
|
Is there a better way to write this macro?
|
|
35
|
1088
|
February 24, 2024
|
|
Nice printing of some values of an array
|
|
5
|
563
|
January 31, 2024
|
|
Macro CheatSheet for Julia 2024.01
|
|
2
|
853
|
January 27, 2024
|
|
Generating types using a macro from XML schema
|
|
0
|
305
|
December 5, 2023
|
|
Dynamically defining a struct with default values
|
|
3
|
631
|
November 28, 2023
|
|
How to generate a customized `for` loop code?
|
|
6
|
704
|
November 23, 2023
|
|
Passing variables to @macros
|
|
2
|
446
|
November 15, 2023
|
|
Macro that takes a function and calls it repeatedly with different data
|
|
8
|
490
|
November 15, 2023
|
|
How to properly import a macro inside a begin-end block
|
|
6
|
547
|
November 12, 2023
|
|
Modifying Julia code using macros to substitute variables
|
|
5
|
607
|
November 8, 2023
|
|
Providing @testset option with macro depending on Julia version
|
|
1
|
249
|
November 4, 2023
|
|
Define macros depending on optimization level
|
|
3
|
329
|
November 2, 2023
|
|
Unpacking of variables that do not exist
|
|
11
|
676
|
October 31, 2023
|
|
Replacing Variable Name with a String in a Julia Macro
|
|
1
|
417
|
October 30, 2023
|
|
Generating a macro call from a macro with the macro name as a symbol
|
|
2
|
425
|
October 24, 2023
|
|
How to discourage macros: disable automerge of General registry PRs?
|
|
41
|
2816
|
October 19, 2023
|
|
Macro to Extend Function with Additional Arguements (MacroTools.jl)?
|
|
3
|
436
|
October 13, 2023
|
|
Proper way to define macros that declare functions?
|
|
4
|
788
|
September 20, 2023
|
|
Contruct filter expression within loop
|
|
2
|
353
|
September 19, 2023
|
|
Can expressions containing syntax errors be used in macro calls?
|
|
2
|
449
|
September 17, 2023
|