Conversation
Add .deb and .rpm package builds to release pipeline
Update getting-started.md and cli.md with Ubuntu/Debian (apt) and Fedora/RHEL (dnf) installation methods. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The generator tests expected old file paths (e.g. src/user.winn) that didn't match the current generator output (src/models/user.winn). Updated all 6 failing tests with correct paths, module names, and descriptive test function names. Renamed CI matrix jobs from "test (27/28)" to "eunit (OTP 27/28)". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix generator tests and rename CI jobs
parse_args(["c", ...]) maps to compile, not create. The actual shorthand for create is "g" (line 159 of winn_cli.erl). Updated the test to use the correct shorthand. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The bench tests run 1-second benchmarks that can exceed eunit's
default 5-second timeout on slow CI runners. Convert to test
generators with {timeout, 30, ...} to prevent sporadic cancellations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.