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: ScriptFUSION/Pip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: ScriptFUSION/Pip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 42 files changed
  • 2 contributors

Commits on Jul 24, 2024

  1. Copy the full SHA
    98900be View commit details
  2. Copy the full SHA
    f263395 View commit details
  3. Copy the full SHA
    dd8bf5a View commit details

Commits on Jul 25, 2024

  1. Copy the full SHA
    d3774a4 View commit details
  2. Copy the full SHA
    c6f5461 View commit details

Commits on Jul 26, 2024

  1. Updated Readme.

    Updated workflow name.
    Bilge committed Jul 26, 2024
    Copy the full SHA
    9b9997b View commit details

Commits on Jul 28, 2024

  1. Added theming support.

    Bilge committed Jul 28, 2024
    Copy the full SHA
    5b25d0f View commit details

Commits on Jul 29, 2024

  1. Copy the full SHA
    efaeaa2 View commit details

Commits on Sep 25, 2024

  1. Copy the full SHA
    e71b10a View commit details

Commits on Oct 21, 2024

  1. Fix #17 - Error suppression operator is not fully honoured (#18)

    * Fixed incomplete command example in README.
    * Fixed suppressed warnings causing test to be reported as Warning.
    * Fixed suppressed notices and deprecations changing test status.
    * Omitted PHPUnit cache files from version control.
    kAlvaro authored Oct 21, 2024
    Copy the full SHA
    3111fb5 View commit details

Commits on Nov 4, 2024

  1. Fix #19 - Print all error messages (#20)

    * Tested that duplicate warnings are reported once.
    
    * Fixed reporting of warning/notice/deprecation so all unique issues are printed.
    
    * Fixed carriage return generation when printing issues.
    
    * Simplified issue hash.
    
    * Removed unnecessary variable.
    
    * Fixed carriage return generation when printing issues.
    
    * Removed redundant silenced warning from capabilities test.
    
    * Documented direct addition of Risky event trace to unique traces array.
    
    * Separated test to test the interaction between silenced and non-silenced traces.
    
    * Refactored test to reuse private method.
    
    * Replaced inline warning in test with helper method.
    kAlvaro authored Nov 4, 2024
    Copy the full SHA
    2d4895f View commit details

Commits on Nov 5, 2024

  1. Copy the full SHA
    8d4a895 View commit details

Commits on Nov 6, 2024

  1. Changed unique traces to exclude suppressed traces so they don't have…

    … to be filtered later.
    
    Changed ClassicTheme to emit line break before trace colour block instead of inside.
    Renamed CapabilitiesTest::testGigaSlow -> testVerySlow.
    Updated Readme.
    Bilge committed Nov 6, 2024
    Copy the full SHA
    b64dcd0 View commit details
Loading