Commit 8da5d62
authored
Update copilot-instructions.md (#1550)
### What
Remove unused deps from Copilot instructions: rust-src, cargo-watch,
cargo-nextest.
### Why
They aren't required tools.
Telling Copilot to use rust-src is likely to send it on tangents we
don't want it to take. Recompiling rust-src and relying on features that
Rust provides only through rust-src would harm the developer experience
of folks using the soroban-sdk, requiring them to also use rust-src
which is a not a common Rust developer experience.
cargo-watch is a deprecated tool and not recommended to use. Unclear to
me why Copilot would benefit from it since it is more likely to benefit
from choosing to run appropriate test commands after each change, which
the instructions already detail.
cargo-nextest is not needed. It may speed up test runs, but we don't use
it in the Makefile and Copilot will benefit from using the test targets
in the Makefile to ensure that the test vectors build before tests.1 parent daa1724 commit 8da5d62
2 files changed
Lines changed: 2 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
57 | | - | |
| 53 | + | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
111 | 107 | | |
112 | 108 | | |
113 | 109 | | |
114 | | - | |
115 | | - | |
116 | 110 | | |
117 | 111 | | |
118 | 112 | | |
| |||
173 | 167 | | |
174 | 168 | | |
175 | 169 | | |
176 | | - | |
| 170 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 28 | | |
38 | 29 | | |
39 | 30 | | |
| |||
0 commit comments