Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: roc-lang/basic-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: alpha-0
Choose a base ref
...
head repository: roc-lang/basic-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: migrate-zig-compiler
Choose a head ref
  • 12 commits
  • 26 files changed
  • 3 contributors

Commits on Jan 7, 2026

  1. small CI improvements

    Anton-4 committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    28a376e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188e1b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. use flaky-retry action

    Anton-4 committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    c0d20d9 View commit details
    Browse the repository at this point in the history
  2. Cargo.toml improvements

    Anton-4 committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    8fd545b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Configuration menu
    Copy the full SHA
    070b8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c1135c View commit details
    Browse the repository at this point in the history
  3. use commit for latest nightly

    Anton-4 committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    43cdaf5 View commit details
    Browse the repository at this point in the history
  4. use nightly roc

    Anton-4 committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    2b4c74f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. fix: print bundle.sh output before failing in CI

    GitHub Actions bash uses set -e by default, which caused the script
    to exit immediately when the command substitution failed, before the
    output could be printed. This made debugging impossible.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Anton-4 and claude committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    7532209 View commit details
    Browse the repository at this point in the history
  2. fix: use relative path for THIRD_PARTY_LICENSES.md in bundle

    roc bundle does not accept absolute paths for input files.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Anton-4 and claude committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    634720e View commit details
    Browse the repository at this point in the history
  3. fix: copy THIRD_PARTY_LICENSES.md into platform dir for bundling

    roc bundle doesn't allow path traversal (..) so we copy the file
    into the platform directory and clean it up on exit.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    Anton-4 and claude committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    03e94ad View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Add Tty and Locale modules (#418)

    * Add Tty/Locale modules and example tests
    
    * Add comments about raw mode
    
    * set specific version
    
    ---------
    
    Co-authored-by: Anton-4 <[email protected]>
    codegod100 and Anton-4 authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    a2e0191 View commit details
    Browse the repository at this point in the history
Loading