Maintenance: IO cleanup and CI badge update#4
Conversation
- Remove IO.puts/IO.write from MorphParserGenerator to avoid console spam. - Update README badge to point to GitHub Actions workflow. - Restore original CI workflow configuration. - Revert Elixir version requirement to ~> 1.15 to match project standards.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Remove intrusive IO progress bars from MorphParserGenerator. - Update README badge to point to GitHub Actions. - Ensure mix.exs points to correct Elixir version (~> 1.15). - Bump version to 0.2.1.
- Remove intrusive IO progress bars from MorphParserGenerator to improve performance and log hygiene. - Update README badge to point to the correct GitHub Actions workflow. - Restore the original comprehensive CI configuration (`.github/workflows/ci.yml`) which was accidentally overwritten in a previous step. - Verify tests pass with Elixir 1.15.7 (manually installed). - Bump version to 0.2.1.
- Remove intrusive IO progress bars from MorphParserGenerator to improve performance and log hygiene. - Update README badge to point to the correct GitHub Actions workflow. - Restore the original comprehensive CI configuration (`.github/workflows/ci.yml`). - Verify tests pass with Elixir 1.15.7 (manually installed). - Bump version to 0.2.1. - Ensure no build artifacts are committed.
Performed maintenance tasks for the Lemma library.
Removed intrusive IO output (progress bars) during parser generation.
Updated the README build status badge to point to the existing GitHub Actions workflow instead of the deprecated Travis CI.
Ensured the CI configuration is preserved and correct.
Verified the IO removal with a local script.
PR created automatically by Jules for task 7966464440104049184 started by @xiamx