Factory Macros #310
hmlongco
announced in
Announcements
Replies: 1 comment 3 replies
-
|
Very cool exploration! I applaud the effort to try and prevent Factory from leaking too much into the codebase. Another consideration I've run into when playing around with macros is compile time. Depending on the swift-syntax library brings in a lot of overhead. While you often get the benefit of incremental compilation, I'm sure I'm not alone in needing to clean my derived data folder more than I'd like to solve Xcode issues. I recently decided to strip macro dependencies out of a test target because I was getting annoyed at how long running tests was taking both locally and on CI. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's an extremely experimental branch (macros) now available that explores Swift Macros in Factory.
You can read more about it here: Factory: Macro Misadventures
Beta Was this translation helpful? Give feedback.
All reactions