Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.2.0 #3

Merged
merged 5 commits into from
Mar 30, 2024
Merged

version 0.2.0 #3

merged 5 commits into from
Mar 30, 2024

Conversation

rexroni
Copy link
Owner

@rexroni rexroni commented Mar 28, 2024

No description provided.

rexroni added 2 commits July 6, 2023 05:19
Behaves like a cross-platform mkdir -p && touch.
rexroni added 2 commits March 28, 2024 06:11
default=False replaces the add_series() feature.  add_series() was too
complicated to remember how it worked, and it introduced weird
complexities, like "why can't the test series depend on the build
series"?  In practice, the main thing I really wanted it for was to make
some things not default.  Everything else is effectively covered by
using explicit targets (like a "lint" target in every directory, for
instance).

stamp=True is a new primitive that causes the first output for the
target to be treated as a stamp file automatically.  This saves a few
lines of code every time a stamp file is needed.

add_alias() is another new primitive, which makes many stamp files
unnecessary.
@rexroni rexroni force-pushed the 0.2.0 branch 7 times, most recently from 7e71bf2 to 1ab1aba Compare March 30, 2024 13:08
@rexroni rexroni merged commit ef987bc into master Mar 30, 2024
13 checks passed
@rexroni rexroni deleted the 0.2.0 branch March 30, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant