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: snakemake/snakemake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.4.8
Choose a base ref
...
head repository: snakemake/snakemake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.4.9
Choose a head ref
  • 5 commits
  • 38 files changed
  • 6 contributors

Commits on Feb 15, 2024

  1. fix: binary mem (#2695)

    ### Description
    
    <!--Add a description of your PR here-->
    
    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [ ] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [ ] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    fgvieira authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    18689b4 View commit details
    Browse the repository at this point in the history
  2. fix: Don't attempt to parse TBDString resources (#2690)

    ### Description
    
    This fixes the `WorkflowError`s that occur when the resource parsing
    code tries to parse `TBDString`s during a dry run.
    
    This should fix #2575 and
    fix #2555.
    
    ### QC
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [x] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    
    Co-authored-by: Johannes Köster <[email protected]>
    twrightsman and johanneskoester authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f884b50 View commit details
    Browse the repository at this point in the history
  3. chore: add codespell support (config, workflow) and make it fix typos (

    …#2694)
    
    ### Description
    
    https://github.com/codespell-project/codespell is very handy. I have
    added similar PRs to a good number of projects I ran about.
    
    ### QC
    
    * [ ] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [ ] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    yarikoptic authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    86ad002 View commit details
    Browse the repository at this point in the history
  4. docs: added Mastodon follow label with just 'Follow' similar to X (#2692

    )
    
    ### Description
    
    As scientific projects move more and more away from X and into the
    Fediverse, I seemed it appropriate to add your fediverse follow badge
    @johanneskoester ;-)
    
    Created with https://shields.io/badges/mastodon-follow - alas, users
    have to click on the right number. Solution unknown.
    cmeesters authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7e36496 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. chore(main): release 8.4.9 (#2699)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [8.4.9](v8.4.8...v8.4.9)
    (2024-02-15)
    
    
    ### Bug Fixes
    
    * binary mem
    ([#2695](#2695))
    ([18689b4](18689b4))
    * Don't attempt to parse TBDString resources
    ([#2690](#2690))
    ([f884b50](f884b50))
    
    
    ### Documentation
    
    * added Mastodon follow label with just 'Follow' similar to X
    ([#2692](#2692))
    ([7e36496](7e36496))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8e10bfe View commit details
    Browse the repository at this point in the history
Loading