Testing: compile times, CI, contributions (& +ve feedback) #8330
-
Hi, Second - thank you again, for the approach you've taken in the WIP/internal testing crate! Using the accessibility functionality is not only genius from a testing API PoV, it has also ensured I code in accessibility from the start! Please keep the accessibility approach!
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes, there is an issue about that. #4082
This is very strange, this file should be written by the i_slint_backend_selector's built.rs
Sure, any help is welcome. Although at this point I don't think we're ready yet to commit to stability of this API, but maybe in the future. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fast feedback ... I've played around a lot more and:
|
Beta Was this translation helpful? Give feedback.
Thanks for the fast feedback ... I've played around a lot more and:
I've split my "app that does nothing (yet)" into 4 crates (ui, core, backend & app) - coupled with nextest that's got me a fast-enough feedback loop
I've tracked this down to
swatinem/rust-cache
which doesn't cache the file, but does cache the rest of slint. I'll open an issue later for tracking (or won't do / doc only / ...)That's great. I'm not worried about the API changing over time, but I can see a few opportunities to make life easier for people to use it outside the API itself ...