abdul124
  • Joined on 2024-06-03
abdul124 commented on pull request M-Labs/artiq-zynq#312 2024-08-08 10:05:13 +08:00
Makefile: add --locked

Sounds like you'd want these changes anyway?

It tends to add latest version of dependencies from crates.io in case of missing dependencies which are incompatible with the rust version we…

abdul124 commented on pull request M-Labs/artiq-zynq#312 2024-08-08 09:55:12 +08:00
Makefile: add --locked

Only in special circumstances where this is actually desirable (e.g. you added a dependency to Cargo.toml), no?

These are the changes it did:

  1. It updated the path for git dependency…
abdul124 commented on pull request M-Labs/artiq-zynq#312 2024-08-08 09:47:51 +08:00
Makefile: add --locked

I have not seen any problem of cargo build changing the lockfile. How do you trigger it?

Running make command to directly build the target instead of using nix build updates the…

abdul124 created pull request M-Labs/artiq-zynq#312 2024-08-07 14:12:52 +08:00
Makefile: add --locked
abdul124 pushed to lock_makefile at abdul124/artiq-zynq 2024-08-07 13:52:56 +08:00
7e52d06b41 Makefile: add --locked
abdul124 pushed to lock_makefile at abdul124/artiq-zynq 2024-08-07 13:52:21 +08:00
abdul124 created branch lock_makefile in abdul124/artiq-zynq 2024-08-07 13:52:21 +08:00
abdul124 created pull request M-Labs/artiq-zynq#311 2024-08-07 13:51:20 +08:00
kernel/linalg: remove redundant unsafe blocks
abdul124 pushed to remove_redundant_unsafe at abdul124/artiq-zynq 2024-08-07 13:49:36 +08:00
20181e9915 fix nalgebra url
a835149619 kernel/linalg: remove redundant unsafe blocks
Compare 2 commits »
abdul124 created branch remove_redundant_unsafe in abdul124/artiq-zynq 2024-08-07 13:47:12 +08:00
abdul124 pushed to remove_redundant_unsafe at abdul124/artiq-zynq 2024-08-07 13:47:12 +08:00
abdul124 pushed to remove_redundant_unsafe at abdul124/nac3 2024-08-07 13:44:22 +08:00
78d6b7ddcf cargo fmt
fad1db9796 comms: remove idle kernel DRTIO error case
fee30033ec comms: run idle kernel on start-up
fe6f259d48 kernel: add linalg functions
e4d7ce114f flake: update fastnumbers
Compare 10 commits »
abdul124 created branch remove_redundant_unsafe in abdul124/nac3 2024-08-07 13:44:21 +08:00
abdul124 pushed to refactor_nalgebra at abdul124/artiq-zynq 2024-08-07 13:27:22 +08:00
131fb6b57a Makefile: add --locked
186a112a84 fix nalgebra url
e55d9a752d kernel/linalg: remove redundant unsafe blocks
Compare 3 commits »
abdul124 created branch refactor_nalgebra in abdul124/artiq-zynq 2024-08-07 13:27:22 +08:00
abdul124 commented on pull request M-Labs/artiq-zynq#309 2024-08-07 11:34:40 +08:00
kernel: add linalg functions

I just ran build latest master, and got these warnings:

rust-stable allows nested unsafe blocks for clarity, but with rust-nightly having nested unsafe is discouraged (hence the warning).…

abdul124 pushed to master at abdul124/artiq-zynq 2024-08-06 21:17:58 +08:00
4cd4eddfc4 Merge pull request 'sync forked repo' (#2) from M-Labs/artiq-zynq:master into master
78d6b7ddcf cargo fmt
fad1db9796 comms: remove idle kernel DRTIO error case
fee30033ec comms: run idle kernel on start-up
fe6f259d48 kernel: add linalg functions
Compare 5 commits »
abdul124 merged pull request abdul124/artiq-zynq#2 2024-08-06 21:17:58 +08:00
sync forked repo
abdul124 created pull request abdul124/artiq-zynq#2 2024-08-06 21:17:53 +08:00
sync forked repo
abdul124 commented on pull request M-Labs/nac3#478 2024-08-05 11:56:05 +08:00
add nalgebra::linalg methods

The standalone tests with -i386 will fail currently as linalg function compilation to i386 is left out (63d2b49b09/nac