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: unicode-rs/unicode-normalization
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kentfredric/unicode-normalization
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: attempt-3
Choose a head ref
  • 10 commits
  • 14 files changed
  • 1 contributor

Commits on Nov 7, 2019

  1. Move tests in src/stream_safe.rs to tests/

    Defining various glue intermediaries in __test_api
    kentfredric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    b1efa9f View commit details
    Browse the repository at this point in the history
  2. Move src/test.rs to tests/test.rs

    Adding various __test_api shims in the process
    kentfredric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    d42fff2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feb2093 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3a0033 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cf214e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    553cd4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7c5602 View commit details
    Browse the repository at this point in the history
  8. Change excluded files

    This excludes:
    - test/normalization_tests.rs
    
    And 2 tests that consume it:
    - test/test_normalization.rs
    - test/stream_safe_normalization.rs
    
    Tests should pass when this crate is published without these files,
    albeit resulting in slightly lower test quality.
    kentfredric committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f55b99c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aa43763 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    226dcb8 View commit details
    Browse the repository at this point in the history
Loading