Commit bfa7fad
refactor(macro)!: switch to builder pattern
migrate outdated builder to current version
BREAKING CHANGE: The old macros were dependent on execution order and have been causing trouble with language servers. They are replaced by a builder. See the migration guide at [URL] for information on how to migrate.
Fixes: #99, #131, #327
Refs: #174, #335
Co-authored-by: David Cole <[email protected]>
Co-authored-by: Pierre Tondereau <[email protected]>
Co-authored-by: Daniil Gentili <[email protected]>1 parent 5234cc8 commit bfa7fad
File tree
37 files changed
+1647
-2066
lines changed- crates/macros
- src
- examples
- src
- builders
- describe
- internal
- types
- tests/src
37 files changed
+1647
-2066
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments