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: robotframework/robotframework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3
Choose a base ref
...
head repository: robotframework/robotframework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 17 files changed
  • 1 contributor

Commits on May 30, 2025

  1. Back to dev version

    pekkaklarck committed May 30, 2025
    Configuration menu
    Copy the full SHA
    7204074 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Update issue title

    pekkaklarck committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    fd87e86 View commit details
    Browse the repository at this point in the history
  2. Fix handling invalid UK argspec with types

    Also some refactoring:
    - Parse arguments to VariableMatch objects just once.
    - Reorder methods.
    
    Fixes #5443.
    pekkaklarck committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    ddaf044 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Shorter timeouts in tests

    Hopefully this doesn't make tests flakey...
    pekkaklarck committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    9526d10 View commit details
    Browse the repository at this point in the history
  2. Prefer exact match over embedded match with setup/teardown and Run Ke…

    …yword
    
    This only affects a situation where
    - a name of an executed keyword contains a variable and
    - the name matches a different keyword depending on are variables replaced or not.
    
    After this change an exact match after variables have been resolved
    has a precedence regardless what the original name would match.
    
    Fixes #5444.
    pekkaklarck committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    a05f167 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. reformat

    pekkaklarck committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3ddb4fe View commit details
    Browse the repository at this point in the history
  2. Update release instructions.

    - Remind to run `invoke format`.
    - Enhance Libdoc template generation instructions.
    - Update the outdated list where to send announcements.
    pekkaklarck committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    afdd154 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Update contribution guidelines.

    Most importantly, document automatic code formatting. Fixes #5441.
    pekkaklarck committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    e90c913 View commit details
    Browse the repository at this point in the history
Loading