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

WIP: Collection interfaces with mutableSublist producing a write through view #330

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

Commits on Jun 27, 2023

  1. First pass at generic collection interfaces

    This is a very rough draft of a generic collection API for Rhombus.
    jackfirth authored and AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    caefa78 View commit details
    Browse the repository at this point in the history
  2. Fix list builder fluent chaining

    jackfirth authored and AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    68e6ceb View commit details
    Browse the repository at this point in the history
  3. Rename collection interfaces

    jackfirth authored and AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0991523 View commit details
    Browse the repository at this point in the history
  4. Add List extensions

    jackfirth authored and AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    23c6912 View commit details
    Browse the repository at this point in the history
  5. Add a few list tests and fix a bug

    jackfirth authored and AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    74b06b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee6372e View commit details
    Browse the repository at this point in the history
  7. Integer -> Int

    AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2955e7d View commit details
    Browse the repository at this point in the history
  8. expression List.of -> List

    AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2885015 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    101012e View commit details
    Browse the repository at this point in the history
  10. mutableSublist method for write-through views

    the sublist method on MutableList now produces unmodifiable read-through views
    AlexKnauth committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    55da26a View commit details
    Browse the repository at this point in the history