Agent instructions and test improvements#10831
Conversation
Just like humans, they don't find this obvious e.g. the .rs file generated for a unittest only has the test harness, and a slint! macro, which doesn't allow investigating the generated code.
477be0c to
d0c9775
Compare
|
Some of these comments seem valuable for human commenters too. Could they go in the development/building guide? |
Aren't humans (hacking on slint itself) able to read I guess we could link some of those files from |
I'm not sure we want to make actual people feel 2nd class compared to machines. |
LOL I didn't realize there were politics and egos involved ;-) What if we simply rename agents/ to contributors/ or developers/? And have something like the last section of |
tronical
left a comment
There was a problem hiding this comment.
Sounds good to me to move these files into directories with more human exposure:). That doesn't have to be in those PR though:)
Yep, I'll make another PR for that. |
Just like humans, they don't find this obvious e.g. the .rs file
generated for a unittest only has the test harness, and a slint!
macro, which doesn't allow investigating the generated code.