You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If selector is written incorrectly and it doesn't match any rpcs, the build just skips generation of actix (server?). This issue becomes non-trivial to debug :)
Instead, it would be useful to fail and report the faulty selector to the user.
Possible solutions
Result of .get there could be used to indicate it:
Description
If selector is written incorrectly and it doesn't match any rpcs, the build just skips generation of actix (server?). This issue becomes non-trivial to debug :)
Instead, it would be useful to fail and report the faulty selector to the user.
Possible solutions
Result of
.get
there could be used to indicate it:actix-prost/actix-prost-build/src/generator.rs
Lines 43 to 53 in 32188ff
The text was updated successfully, but these errors were encountered: