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

We need a PositionRange type for ranges of collection positions. #1143

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2023

  1. Remove Comparable requirement from Range bound

    Fails due to
    
    /Users/dave/src/hylo/Sources/IR/Emitter.swift:2321: Fatal error: lvalue lowering for cast expressions #1049
    dabrahams committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    595b197 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Use unsafe operations.

    Tests fail with /Users/dave/src/hylo/Tests/LibraryTests/TestCases/RangeTests.hylo:13: precondition failure
    dabrahams committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    d2038b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    58b62b6 View commit details
    Browse the repository at this point in the history
  2. Remove haxx

    dabrahams committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    45c4bf6 View commit details
    Browse the repository at this point in the history
  3. Correct spello

    dabrahams committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    915ef9f View commit details
    Browse the repository at this point in the history
  4. Flesh out tests.

    dabrahams committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    489ef5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b859382 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b69469 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1e2684 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Apply changes from code review

    Co-authored-by: Dimi Racordon <[email protected]>
    dabrahams and kyouko-taiga authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ba807a5 View commit details
    Browse the repository at this point in the history