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: robotcodedev/robotcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.94.0
Choose a base ref
...
head repository: robotcodedev/robotcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.95.0
Choose a head ref
  • 15 commits
  • 45 files changed
  • 1 contributor

Commits on Oct 23, 2024

  1. fix(analyzer): fix some spellings

    closes #339
    d-biehl committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b622c42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fbe90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f0f28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ff53f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77ce8f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    3603ff6 View commit details
    Browse the repository at this point in the history
  2. feat(discover): rework discover commands

    - show statistics on all commands
    - better differention of tests and tasks
    - new command `tasks` to show only the tasks
    - command tests show only the tests
    - new arguments for `tags` command `--tests` and `--tags`
    - show the type of test or task in test explorer description
    d-biehl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    87e1dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e17c8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e39afe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. perf(analyzer): implemented DataCache, cache files are now saved in p…

    …ickle format by default instead of json
    d-biehl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f3ecc22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0851d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce787b2 View commit details
    Browse the repository at this point in the history
  4. feat(analyzer): implemented better handling of imports of dynamic lib…

    …raries
    
    - show also errors on in dynamic library API like in `get_keyword_documentation` and `get_keyword_arguments`
    d-biehl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f6b5b87 View commit details
    Browse the repository at this point in the history
  5. fix(langserver): only update direct references to a file, not imports…

    … if something changes
    d-biehl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ea24b06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    192ad69 View commit details
    Browse the repository at this point in the history
Loading