sbt/internal
Eugene Yokota 4521f43995 Support debug output for macros
It's sometimes useful to get the output of the macro-generated code.
This adds a mechanism to allow plugins.sbt to pass in scalacOptions,
which we can later check from the macro.

1. -Xmacro-settings:sbt:Vprint prints out the code.
2. Adding -Xmacro-settings:sbt:print-tree-structure prints out the tree structure.
2025-05-27 00:58:41 -04:00
..
util-complete Remove deprecated methods 2025-05-11 05:23:41 -04:00
util-control Bump CI to JDK 21 2024-10-19 21:08:20 -07:00
util-core/src/main Merge branch '1.10.x' into wip/merge-1.10.x 2025-02-10 02:43:30 -05:00
util-interface/src/main/java/xsbti Support debug output for macros 2025-05-27 00:58:41 -04:00
util-logging Remove deprecated methods 2025-05-11 05:23:41 -04:00
util-logic/src update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
util-position/src Merge branch '1.10.x' into wip/merge-1.10.x 2025-02-10 02:43:30 -05:00
util-relation/src remove unnecessary `case` 2025-02-22 08:48:29 +09:00
util-scripted/src/main remove unnecessary `case` 2025-02-22 08:48:29 +09:00