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: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac3493d
Choose a base ref
...
head repository: assert-rs/predicates-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 96c7043
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 3, 2018

  1. Predicate uses AsRef<Path> except in top level function

    to avoid Monomorphism bloating.
    
    Fixes Issue #62
    
    Use Predicate file path to compare strings in path
    
    Eq Predicate ensures equality in string path
    
    Change eq_file function to use Predicate directly
    Change tests to verify that function works
    
    Change read_file to use AsRef<Path>
    Correct fs::read to be compatible with compiler
    
    Change to read_file so not using fs::read
    
    remove .into()
    
    replace path:path with path
    
    Minimalize monomorphization bloat by using changed data type in one function
    Replace concrete types for consistency with rest of code base
    
    Does not require AsRef<Path> except in top-level function.
    This is for consistency with the rest of the codebase and
    minimalism of monomorphism bloat
    kammitama5 committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    017708d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from kammitama5/asPathtoeq

    Add AsRef<Path> to eq_file
    epage authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    303e768 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. docs: Help user find predicate

    Fixes #66
    epage committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    4ceb96d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from epage/docs

    docs: Help user find predicate
    epage authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    ed95d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. chore: Release v0.9.1

    epage committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    96c7043 View commit details
    Browse the repository at this point in the history
Loading