-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow trait bounds to be overridden in macro #808
Commits on Jun 23, 2022
-
Parse user defined client_bounds and server_bounds
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 598f439 - Browse repository at this point
Copy the full SHA 598f439View commit details -
Use custom user defined bounds if provided
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae251b5 - Browse repository at this point
Copy the full SHA ae251b5View commit details
Commits on Jun 24, 2022
-
Add provided where clause to the custom bounds
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7aa178f - Browse repository at this point
Copy the full SHA 7aa178fView commit details -
Add proc_macro with bounds example
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77a6911 - Browse repository at this point
Copy the full SHA 77a6911View commit details -
Check against client_bounds wihtout client implementation
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 721a18e - Browse repository at this point
Copy the full SHA 721a18eView commit details -
tests: Add ui test for empty bounds
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6e8404 - Browse repository at this point
Copy the full SHA a6e8404View commit details -
tests: Add ui test to check bounds without implementation
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb1515 - Browse repository at this point
Copy the full SHA fdb1515View commit details -
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28ea2f0 - Browse repository at this point
Copy the full SHA 28ea2f0View commit details -
rpc_macro: Remove
WherePredicate
from parsingSigned-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 018332b - Browse repository at this point
Copy the full SHA 018332bView commit details
Commits on Jun 28, 2022
-
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 019c189 - Browse repository at this point
Copy the full SHA 019c189View commit details -
Rename rendered
T
to avoid collision with user provided genericSigned-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5801e23 - Browse repository at this point
Copy the full SHA 5801e23View commit details
Commits on Jun 29, 2022
-
tests: Modify UI correct rpc_bounds test to call server's methods
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bcf738 - Browse repository at this point
Copy the full SHA 0bcf738View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 02ed1d5 - Browse repository at this point
Copy the full SHA 02ed1d5View commit details