-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-Implement Claro's claro_binary() Macro as a First-Class Bazel Rule!
This seemingly insignificant step is one more step towards clearing away the remaining obstacles in the way that are preventing me from working directly on Claro's First-Class Module System. But this is a great step! I learned a ton about making Bazel Rules (which is still not saying a lot, this was much harder than I wish it was, and I still have a lot to learn regarding propagating transitive depsets). After this, I'll be able to continue working on the claro_library rule which is now completely freed up from any legitimate dependencies, so I can go straight into working on converting it into a new claro_moduel() rule that will generate .claro_module outputs, and will propagate depsets to be used by the claro_binary() rule.
- Loading branch information
1 parent
c25cd7b
commit a95392a
Showing
16 changed files
with
166 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.