Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support analysis / types with Rust Analyzer #883

Open
wants to merge 31 commits into
base: main
Choose a base branch
from

Commits on Feb 14, 2024

  1. Support analysis / types with Rust Analyzer

    Fixes #881
    It still takes a bit until diagnostics arrive, but this way error messages from `cargo` are included as well.
    Hofer-Julian committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e06a7a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    13d87db View commit details
    Browse the repository at this point in the history
  2. String fixes (#888)

    Bart Gravendeel authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    dc07ef7 View commit details
    Browse the repository at this point in the history
  3. Use async enumerate_children (#889)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    47e50e1 View commit details
    Browse the repository at this point in the history
  4. flatpak: Remove /app/include from cleanup (#886)

    Before this change, Workbench installed via Flatpak was not able to run
    Vala demos that required Shumate, Libportal or Libspelling because their
    header files were removed by the cleanup process. The versions of
    Workbench that are run from Builder or flatpak-vscode can actually
    compile and execute this demos because they don't do any clean-up, and
    therefore none of the header files are deleted, which is probably why
    this issue went unnoticed for quite some time even when porting the
    affected demos to Vala.
    
    In order to test this changes and compare them with the current version
    of Workbench, it is necessary to export a bundle and install it, so the
    cleanup process is actually done.
    
    Closes #885
    Diego-Ivan authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1d7fdad View commit details
    Browse the repository at this point in the history
  5. Add Bart Gravendeel to contributors (#890)

    Bart Gravendeel authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    74d2f4b View commit details
    Browse the repository at this point in the history
  6. Update modules (#891)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6f125ca View commit details
    Browse the repository at this point in the history
  7. Open Workbench windows maximized

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0c94b36 View commit details
    Browse the repository at this point in the history
  8. Fix extensions detection (#892)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    535bd21 View commit details
    Browse the repository at this point in the history
  9. Solve brwap dangling process (#893)

    Fixes #828
    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fff4b72 View commit details
    Browse the repository at this point in the history
  10. docs: Extend contributing section (#895)

    `libxmljs` one of our nodejs dependencies requires a C++ compiler
    Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e40c779 View commit details
    Browse the repository at this point in the history
  11. 46 beta (#896)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    04f65cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2a321be View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e8400a View commit details
    Browse the repository at this point in the history
  14. Use Flathub beta

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    74c3204 View commit details
    Browse the repository at this point in the history
  15. Add pylsp as the python LSP (#857)

    Co-authored-by: Sonny Piers <[email protected]>
    Co-authored-by: Marco Capypara Köpcke <[email protected]>
    3 people authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b879513 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f776ae1 View commit details
    Browse the repository at this point in the history
  17. Replace Black with Ruff, add LSP plugin for Ruff (#902)

    Co-authored-by: Sonny Piers <[email protected]>
    2 people authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    07ab7ca View commit details
    Browse the repository at this point in the history
  18. cli: Add proper Python support (#903)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e79b06a View commit details
    Browse the repository at this point in the history
  19. Add myself to to the about section (#904)

    This commit adds my name to the contributor list for #857 
    
    Thanks so much for the patience and help I received from you @sonnyp
    @theCapypara
    janvhs authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    d0601d2 View commit details
    Browse the repository at this point in the history
  20. Adapt to demos moving to src

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6a435fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    26fef95 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2de5259 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e3d00d9 View commit details
    Browse the repository at this point in the history
  24. Do not build separate locales

    We only support English
    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    f8dd103 View commit details
    Browse the repository at this point in the history
  25. pre 46 maintenance (#909)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bc630e3 View commit details
    Browse the repository at this point in the history
  26. 46

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    e52f29a View commit details
    Browse the repository at this point in the history
  27. Update VTE 0.76 (#911)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3e4440f View commit details
    Browse the repository at this point in the history
  28. Clear own logs on start

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    759f15b View commit details
    Browse the repository at this point in the history
  29. rust: Enable GNOME 46 (#910)

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3641c2c View commit details
    Browse the repository at this point in the history
  30. Update Blueprint to 0.12.0

    sonnyp authored and Hofer-Julian committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3cc9e0e View commit details
    Browse the repository at this point in the history