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: ordo-one/package-benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.30.0
Choose a base ref
...
head repository: ordo-one/package-benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.31.0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 3, 2026

  1. fix(minor): malloc counter regression (#351)

    ## Description
    
    With PR #347 we added trait support and we changed the
    `#canImport(jemalloc)` to `#if Jemalloc`. Since the older toolchains
    will execute the `Package@5.9` and in there we do not have a way to
    enable the trait the code guarded with the #if will never compile, the
    #else block will execute and we will get the stub implementation of the
    malloc counter which return 0.
    
    Quick fix is to revert back to use `#canImport`.
    
    Related issue: #350
    
    ## How Has This Been Tested?
    
    Please describe the tests that you ran to verify your changes. 
    
    ## Minimal checklist:
    
    - [ ] I have performed a self-review of my own code 
    - [ ] I have added `DocC` code-level documentation for any public
    interfaces exported by the package
    - [ ] I have added unit and/or integration tests that prove my fix is
    effective or that my feature works
    supersonicbyte authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    69bde19 View commit details
    Browse the repository at this point in the history
Loading