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: nim-lang/nimble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: nim-lang/nimble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.1
Choose a head ref
  • 10 commits
  • 12 files changed
  • 2 contributors

Commits on Jul 8, 2025

  1. Configuration menu
    Copy the full SHA
    81816bf View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Improves package collection for SAT (#1416)

    * Improves the special version tests so it includes run and custom actions.
    
    * disables all suites except requires to iterate quicker
    
    * removes fake tesst
    
    * remove test
    
    * reenables suites. Changes the way special versions are collected
    jmgomez authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    80b1d15 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Fixes an issue where processRequirements was overriding special ver…

    …sions (#1417)
    
    * Fixes an issue where `processRequirements` was overriding special versions
    
    * removes unused
    
    * Fix test
    jmgomez authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    ccd29a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Fixes an issue where sometimes, when using special versions a duplica…

    …ted entry appears in `nimble.paths` (#1420)
    
    * Fixes an issue where sometimes, when using special versions a duplicated entry appears in `nimble.paths`
    
    * fix issue
    
    * Progress
    
    * fix test (misses `setup`)
    
    * Preprocess urls before SAT
    
    * adds extra test
    
    * dont normalize requires, comment urls in test (fix will come in a subsequent pr)
    
    * use proc
    jmgomez authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    e5dfeb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Configuration menu
    Copy the full SHA
    37f763d View commit details
    Browse the repository at this point in the history
  2. Fixes an issue where the old code path falls into recursive deps and …

    …causes unneeded deps to be present (#1423)
    
    * Fixes an issue where the old code path falls into recursive deps and causes unneeded deps to be present
    
    * wip
    
    * another approach
    jmgomez authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    e0c4108 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    8531590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513263e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Fixes #1419 (#1426)

    Co-authored-by: jmgomez <[email protected]>
    jmgomez and jmgomez authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    d644d4f View commit details
    Browse the repository at this point in the history
  2. Bumps 0.20.1 (#1427)

    jmgomez authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    9207e8b View commit details
    Browse the repository at this point in the history
Loading