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.26.0
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.27.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 6, 2025

  1. feat: Add commentstring for vim plugin (#3104)

    Enables toggling comments with commenting plugins or Neovim's built-in
    `gcc` mapping
    
    <!--Add a description of your PR here-->
    
    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case. (**NA, I think**)
    * [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). (**NA too, I
    think**)
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced a new Vim configuration for Snakemake files that enhances
    comment formatting.
    - Comments in Snakemake scripts will now automatically begin with a hash
    symbol followed by a space for better readability.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    vandalt authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    bd0d36e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Configuration menu
    Copy the full SHA
    a0cf5a1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 8.27.0 (#3244)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [8.27.0](v8.26.0...v8.27.0)
    (2025-01-08)
    
    
    ### Features
    
    * Add commentstring for vim plugin
    ([#3104](#3104))
    ([bd0d36e](bd0d36e))
    
    
    ### Documentation
    
    * add examples for rule item access helpers and subpath
    ([a0cf5a1](a0cf5a1))
    
    ---
    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 Jan 8, 2025
    Configuration menu
    Copy the full SHA
    9dd2b22 View commit details
    Browse the repository at this point in the history
Loading