Skip to content

Conversation

@lkdvos
Copy link
Member

@lkdvos lkdvos commented Jun 22, 2025

Just noticed that the latest commits haven't been tagged and released, in particular this includes the VectorInterface v0.5 compat bounds.
This should be merged and tagged :)
Fixes #18
Should also fix: QuantumKitHub/CategoryData.jl#27

This release includes the VectorInterface v0.5 compat bounds.
@codecov
Copy link

codecov bot commented Jun 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.97%. Comparing base (f348d12) to head (df29e3e).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   89.88%   85.97%   -3.91%     
==========================================
  Files           8        7       -1     
  Lines         425      442      +17     
==========================================
- Hits          382      380       -2     
- Misses         43       62      +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos
Copy link
Member Author

lkdvos commented Jun 22, 2025

@Jutho the formatter is complaining due to the changes between JuliaFormatter v1 and v2. Do you prefer if I update the formatting to conform to v2, or fix the check to pin it to v1?

@Jutho
Copy link
Member

Jutho commented Jun 23, 2025

I am fine switching to v2; I've seen similar issues and some strange formatting changes between v1 and v2, but overall I guess it's ok.

Do you by any chance know how to update the JuliaFormatter version that VSCode seems to be using, as my "format on save" is undoing the formatting changes between v1 and v2 when I run the formatter on a file and then check and save the output?

@lkdvos
Copy link
Member Author

lkdvos commented Jun 23, 2025

The julia extension for VS code formats through the language server, which is written in Julia so you just have to locate the Project.toml file that it is using, and then the package manager can be used to update.

For me, (on a mac), this is somewhere in ~/.vscode/extensions/julialang.../languageserver/v1.11/, but you can find the exact path by starting vscode and the julia extension, opening the terminal, and in the output tab there is a dropdown menu to select the Julia language server. Typically the first line of that is Activating project at ... which should tell you exactly what it is using :)

@Jutho Jutho merged commit ac05eaa into QuantumKitHub:master Jun 23, 2025
13 of 14 checks passed
@lkdvos lkdvos deleted the patch-1 branch June 23, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incompatibility of package versions Compatibility issue with VectorInterface

2 participants