Jacob jacob
  • Joined on 2023-09-07
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-15 16:08:04 -04:00
d6b2678138 chore: release
c1bab4d55e ci(check-and-build-and-test): fix the cargo-audit command arguments
6036d40def ci(daily): use the correct specifier for rustsec/audit-check (v2.0.0 not v2)
0f7cd069bb ci(daily): add a workflow with jobs for checking, building, and testing on nightly Rust and for being alerted of issues from cargo-audit
Compare 9 commits »
jacob synced commits to refs/pull/20/head at jacob/ac-qu-ai-nt from mirror 2024-10-15 16:08:04 -04:00
d6b2678138 chore: release
c1bab4d55e ci(check-and-build-and-test): fix the cargo-audit command arguments
6036d40def ci(daily): use the correct specifier for rustsec/audit-check (v2.0.0 not v2)
0f7cd069bb ci(daily): add a workflow with jobs for checking, building, and testing on nightly Rust and for being alerted of issues from cargo-audit
dace2d531a ci(check-and-build-and-test): add cargo-audit to the formatting-and-deny job to upgrade it to formatting-and-deny-and-audit
Compare 8 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-15 16:08:03 -04:00
c1bab4d55e ci(check-and-build-and-test): fix the cargo-audit command arguments
6036d40def ci(daily): use the correct specifier for rustsec/audit-check (v2.0.0 not v2)
0f7cd069bb ci(daily): add a workflow with jobs for checking, building, and testing on nightly Rust and for being alerted of issues from cargo-audit
dace2d531a ci(check-and-build-and-test): add cargo-audit to the formatting-and-deny job to upgrade it to formatting-and-deny-and-audit
402a6894e1 ci(check-and-build-and-test): increase the timeout of all jobs
Compare 7 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-11 15:08:03 -04:00
cddad34b0a ci(release-plz): add a Rust cache step hoping to speed up the job
1e683ee2df ci(check-and-build-and-test): in the msrv job, only do the prerequisite step on Windows (the only place not doing it is a problem)
139548ffc7 ci(check-and-build-and-test): in the msrv job, try making deleting the existing Rust stuff work cross-platform
efa41c169c ci(check-and-build-and-test): in the msrv job, break up the deletion step so that it may work on Windows
4940e4a431 ci(check-and-build-and-test): in the msrv job, try removing some Rust toolchain binaries, then run rustup update
Compare 8 commits »
jacob synced commits to release-plz-2024-10-07T20-24-50Z at jacob/ac-qu-ai-nt from mirror 2024-10-11 15:08:03 -04:00
bae29d7f20 chore: release
cddad34b0a ci(release-plz): add a Rust cache step hoping to speed up the job
1e683ee2df ci(check-and-build-and-test): in the msrv job, only do the prerequisite step on Windows (the only place not doing it is a problem)
139548ffc7 ci(check-and-build-and-test): in the msrv job, try making deleting the existing Rust stuff work cross-platform
efa41c169c ci(check-and-build-and-test): in the msrv job, break up the deletion step so that it may work on Windows
Compare 9 commits »
jacob synced commits to refs/pull/20/head at jacob/ac-qu-ai-nt from mirror 2024-10-11 15:08:03 -04:00
bae29d7f20 chore: release
cddad34b0a ci(release-plz): add a Rust cache step hoping to speed up the job
1e683ee2df ci(check-and-build-and-test): in the msrv job, only do the prerequisite step on Windows (the only place not doing it is a problem)
139548ffc7 ci(check-and-build-and-test): in the msrv job, try making deleting the existing Rust stuff work cross-platform
efa41c169c ci(check-and-build-and-test): in the msrv job, break up the deletion step so that it may work on Windows
Compare 9 commits »
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-11 15:08:03 -04:00
bae29d7f20 chore: release
cddad34b0a ci(release-plz): add a Rust cache step hoping to speed up the job
1e683ee2df ci(check-and-build-and-test): in the msrv job, only do the prerequisite step on Windows (the only place not doing it is a problem)
139548ffc7 ci(check-and-build-and-test): in the msrv job, try making deleting the existing Rust stuff work cross-platform
Compare 10 commits »
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-11 02:58:04 -04:00
a810686285 chore: release
1c7cbc1e72 fix(ac-qu-ai-nt-tui-ratatui): write a main function instead of re-exporting so that the declared MSRV can be met
b1e707a77a fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met
a1a2712895 fix(ac-qu-ai-nt-gui-eframe): write a main function instead of re-exporting so that the declared MSRV can be met
Compare 7 commits »
jacob synced commits to release-plz-2024-10-07T20-24-50Z at jacob/ac-qu-ai-nt from mirror 2024-10-11 02:58:03 -04:00
a810686285 chore: release
1c7cbc1e72 fix(ac-qu-ai-nt-tui-ratatui): write a main function instead of re-exporting so that the declared MSRV can be met
b1e707a77a fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met
a1a2712895 fix(ac-qu-ai-nt-gui-eframe): write a main function instead of re-exporting so that the declared MSRV can be met
5b91d2515d fix: make able to build for AArch64/ARM64/aarch64-unknown-linux-gnu (using my fork of llama-cpp-2 until bug fix is incorporated)
Compare 6 commits »
jacob synced commits to refs/pull/20/head at jacob/ac-qu-ai-nt from mirror 2024-10-11 02:58:03 -04:00
a810686285 chore: release
1c7cbc1e72 fix(ac-qu-ai-nt-tui-ratatui): write a main function instead of re-exporting so that the declared MSRV can be met
b1e707a77a fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met
a1a2712895 fix(ac-qu-ai-nt-gui-eframe): write a main function instead of re-exporting so that the declared MSRV can be met
5b91d2515d fix: make able to build for AArch64/ARM64/aarch64-unknown-linux-gnu (using my fork of llama-cpp-2 until bug fix is incorporated)
Compare 6 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-11 02:58:02 -04:00
1c7cbc1e72 fix(ac-qu-ai-nt-tui-ratatui): write a main function instead of re-exporting so that the declared MSRV can be met
b1e707a77a fix(ac-qu-ai-nt-cli-clap): write a main function instead of re-exporting so that the declared MSRV can be met
a1a2712895 fix(ac-qu-ai-nt-gui-eframe): write a main function instead of re-exporting so that the declared MSRV can be met
5b91d2515d fix: make able to build for AArch64/ARM64/aarch64-unknown-linux-gnu (using my fork of llama-cpp-2 until bug fix is incorporated)
9b38919fc1 chore: run cargo update
Compare 5 commits »
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-10 02:38:02 -04:00
5e878f1c3c chore: release
74157b1298 ci(check-and-build-and-test): see if changing the --output-format to json for cargo msrv verify will make it actually show up in the GitHub Actions log
ff6842ad3d ci(check-and-build-and-test): extend the timeout for the msrv job
5f52981141 ci(check-and-build-and-test): simplify the msrv job, because the output I see for cargo msrv verify is informative enough (not sure why I tried otherwise)
Compare 5 commits »
jacob synced commits to refs/pull/20/head at jacob/ac-qu-ai-nt from mirror 2024-10-10 02:38:02 -04:00
5e878f1c3c chore: release
74157b1298 ci(check-and-build-and-test): see if changing the --output-format to json for cargo msrv verify will make it actually show up in the GitHub Actions log
ff6842ad3d ci(check-and-build-and-test): extend the timeout for the msrv job
5f52981141 ci(check-and-build-and-test): simplify the msrv job, because the output I see for cargo msrv verify is informative enough (not sure why I tried otherwise)
Compare 4 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-10 02:38:02 -04:00
74157b1298 ci(check-and-build-and-test): see if changing the --output-format to json for cargo msrv verify will make it actually show up in the GitHub Actions log
ff6842ad3d ci(check-and-build-and-test): extend the timeout for the msrv job
5f52981141 ci(check-and-build-and-test): simplify the msrv job, because the output I see for cargo msrv verify is informative enough (not sure why I tried otherwise)
Compare 3 commits »
jacob synced commits to release-plz-2024-10-07T20-24-50Z at jacob/ac-qu-ai-nt from mirror 2024-10-10 02:38:02 -04:00
5e878f1c3c chore: release
74157b1298 ci(check-and-build-and-test): see if changing the --output-format to json for cargo msrv verify will make it actually show up in the GitHub Actions log
ff6842ad3d ci(check-and-build-and-test): extend the timeout for the msrv job
5f52981141 ci(check-and-build-and-test): simplify the msrv job, because the output I see for cargo msrv verify is informative enough (not sure why I tried otherwise)
Compare 4 commits »
jacob synced commits to main at jacob/ac-qu-ai-nt from mirror 2024-10-09 14:28:02 -04:00
0988559fff ci(check-and-build-and-test): wrap if check in ${{ and }}
57c37edd34 ci: explain why declared MSRV doesn't match actual MSRV
Compare 3 commits »
jacob synced commits to release-plz-2024-10-07T20-24-50Z at jacob/ac-qu-ai-nt from mirror 2024-10-09 14:28:02 -04:00
1ad5a28cc8 chore: release
0988559fff ci(check-and-build-and-test): wrap if check in ${{ and }}
57c37edd34 ci: explain why declared MSRV doesn't match actual MSRV
Compare 4 commits »
jacob synced commits to refs/pull/20/head at jacob/ac-qu-ai-nt from mirror 2024-10-09 14:28:02 -04:00
1ad5a28cc8 chore: release
0988559fff ci(check-and-build-and-test): wrap if check in ${{ and }}
57c37edd34 ci: explain why declared MSRV doesn't match actual MSRV
Compare 4 commits »
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-09 14:28:02 -04:00
1ad5a28cc8 chore: release
0988559fff ci(check-and-build-and-test): wrap if check in ${{ and }}
57c37edd34 ci: explain why declared MSRV doesn't match actual MSRV
Compare 5 commits »
jacob synced commits to refs/pull/20/merge at jacob/ac-qu-ai-nt from mirror 2024-10-09 02:18:04 -04:00
42f8232b37 chore: release
35c82f2092 chore(ac-qu-ai-nt-core): update llama-cpp-2
50af83f1f8 style: format
7202c4fb2a ci: refer to matrix.crate_directory correctly (instead of strategy.crate_directory)
Compare 5 commits »