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

feat: upgrade uv 0.2.11 #1540

Merged
merged 45 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7c3d5ef
feat: newer uv version
tdejager Jun 18, 2024
63e2173
Merge branch 'main' into feat/uv-0.2.6
tdejager Jun 18, 2024
510902c
fix: sort
tdejager Jun 18, 2024
0d8fab6
Merge branch 'main' into feat/uv-0.2.6
tdejager Jun 24, 2024
c36b33c
Merge branch 'main' into feat/uv-0.2.6
tdejager Jul 8, 2024
3bb9748
fix: more compile error fixes
tdejager Jul 8, 2024
23f4e00
misc: fix some typos
nichmor Jul 8, 2024
4032ccc
Merge pull request #2 from nichmor/feat/help-tim-uv-0-2-11
tdejager Jul 8, 2024
be24eae
fix: more pypi resolution
tdejager Jul 8, 2024
8b87173
fix: in-process of removing editables
tdejager Jul 8, 2024
68f1bef
misc: fix install_pypi stuff
nichmor Jul 9, 2024
ad32d98
wip: fixing satisfiability
tdejager Jul 9, 2024
f061093
misc: remove unused stuff
nichmor Jul 9, 2024
77b2bef
wip: satsisfiability
tdejager Jul 9, 2024
cd96565
feat: some comments from nichita
tdejager Jul 9, 2024
f5fa3f8
wip: almost fixed satisfiability
tdejager Jul 9, 2024
68cd22b
feat: make satisfiability compile again
tdejager Jul 9, 2024
b17d3a6
fix: more compiler warnings
tdejager Jul 9, 2024
9740c1c
misc: fix manifest.python
nichmor Jul 9, 2024
8957b04
Merge branch 'feat/uv-0.2.6' of https://github.com/tdejager/pixi into…
nichmor Jul 9, 2024
ea53724
feat: more satisfiability fixes
tdejager Jul 9, 2024
0d333c5
fix: the warnings
nichmor Jul 9, 2024
640ce3a
fix: satisfiability warnings
tdejager Jul 9, 2024
20f3d9b
fix: git marker
tdejager Jul 9, 2024
915d48f
misc: fix clipppy
nichmor Jul 9, 2024
317ae7f
Merge branch 'feat/uv-0.2.6' of https://github.com/tdejager/pixi into…
nichmor Jul 9, 2024
647d560
fix: fixing tests
tdejager Jul 9, 2024
9aa5475
Merge branch 'main' into feat/uv-0.2.6
tdejager Jul 9, 2024
eba3d74
Merge branch 'feat/uv-0.2.6' of https://github.com/tdejager/pixi into…
nichmor Jul 10, 2024
913d274
misc: fix some failing tests
nichmor Jul 10, 2024
dfe0952
misc: fix failing tests for windows and one for git references
nichmor Jul 11, 2024
d9bda12
misc: add subdirectory for url
nichmor Jul 11, 2024
5028901
misc: update lockfile
nichmor Jul 11, 2024
b36e5f8
Revert "misc: update lockfile"
tdejager Jul 11, 2024
528b95c
misc: run without slow_integration_tests
nichmor Jul 11, 2024
cbe411d
Merge branch 'feat/uv-0.2.6' of https://github.com/tdejager/pixi into…
nichmor Jul 11, 2024
d850ae3
misc: run tests again
nichmor Jul 11, 2024
b84d5a3
misc: add comment for cargo-nexttest
nichmor Jul 11, 2024
3527c16
misc: make url check false
nichmor Jul 11, 2024
24ab6ac
fix: better use of unreachable, and added some comments
tdejager Jul 12, 2024
9619b12
refactor: refactored into a seperate pypi module
tdejager Jul 12, 2024
6e7da3e
Merge branch 'main' into feat/uv-0.2.6
tdejager Jul 12, 2024
34bebb6
refactor: refactored conversion into pypi requirement to be fallible
tdejager Jul 12, 2024
b4d106e
feat: bump to 0.2.18
tdejager Jul 12, 2024
9d053ab
feat: install editables correctly
tdejager Jul 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ jobs:

- name: "Cargo nextest"
run: |
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --features slow_integration_tests
# cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --features slow_integration_tests
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --no-default-features --features rustls-tls --features slow_integration_tests


build:
name: Build Binary | ${{ matrix.name }}
Expand Down
Loading
Loading