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

Feature/ordered float #399

Merged
merged 12 commits into from
Oct 22, 2024
Merged

Commits on Oct 21, 2024

  1. Clean up most issues with using the wrapped float feature from value-…

    …trait
    
    No tests have been run on this yet
    Martin Bartlett committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7913172 View commit details
    Browse the repository at this point in the history
  2. Cleanups that make things compile: NOT TESTED

    This includes adding a couple of unsafe blocks that, for _some_ reason are not required (or, at least not FLAGGED) when
    my new feature is activated... I'll look into that later. For now, though, stuff appears to build correctly
    Martin Bartlett committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d06b953 View commit details
    Browse the repository at this point in the history
  3. Revert local config

    Martin Bartlett committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b2b5dc4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. MY clippy lints - there are a bunch of "transmute" lints that are sti…

    …ll reported.
    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    668bc92 View commit details
    Browse the repository at this point in the history
  2. Use my value-trait fork until changes merged

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2b2f2e2 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary adapters, fix feature combination errors

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a5b704e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8acd322 View commit details
    Browse the repository at this point in the history
  5. Fix branch name

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    18ace2c View commit details
    Browse the repository at this point in the history
  6. FInally derive Eq for BorrowedValue and OwnedValue and prove it works!

    All tests pass with and without - as an intellectual exercise I'm looking at LazyValue too :)
    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2703f90 View commit details
    Browse the repository at this point in the history
  7. Remove patch for value-trait (PR has been published)

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1c41d6a View commit details
    Browse the repository at this point in the history
  8. Update doc

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    91ba39c View commit details
    Browse the repository at this point in the history
  9. Cargo fmt

    Martin Bartlett committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3a571c4 View commit details
    Browse the repository at this point in the history