-
Notifications
You must be signed in to change notification settings - Fork 30
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
portable: Retain the provided type IDs #174
Commits on Mar 8, 2023
-
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for e3e2312 - Browse repository at this point
Copy the full SHA e3e2312View commit details -
portable: Add recursive type ID resolver
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 8143c65 - Browse repository at this point
Copy the full SHA 8143c65View commit details -
tests: Check recursive type ID correctness
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f18bafa - Browse repository at this point
Copy the full SHA f18bafaView commit details -
portable: Implement
retain
on thePortableRegistry
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for e5dc1e2 - Browse repository at this point
Copy the full SHA e5dc1e2View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 965579e - Browse repository at this point
Copy the full SHA 965579eView commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d1e7773 - Browse repository at this point
Copy the full SHA d1e7773View commit details -
derive: Fix clippy and improve documentation
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 49be10d - Browse repository at this point
Copy the full SHA 49be10dView commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f1a378b - Browse repository at this point
Copy the full SHA f1a378bView commit details -
rustfmt: Change deprecated fmt
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3fdf492 - Browse repository at this point
Copy the full SHA 3fdf492View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 867b926 - Browse repository at this point
Copy the full SHA 867b926View commit details -
test_suite: Adjust UI tests to latest
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 7241cc8 - Browse repository at this point
Copy the full SHA 7241cc8View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 8ee93db - Browse repository at this point
Copy the full SHA 8ee93dbView commit details
Commits on Mar 13, 2023
-
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 4264969 - Browse repository at this point
Copy the full SHA 4264969View commit details -
portable: Use DFS for recursive ID assignment
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 4549555 - Browse repository at this point
Copy the full SHA 4549555View commit details
Commits on Mar 17, 2023
-
ty: Implement zero-alloc Default::default() for Type
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 5d70abb - Browse repository at this point
Copy the full SHA 5d70abbView commit details -
portable: Change
retain
signature with FnMutSigned-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 5071adf - Browse repository at this point
Copy the full SHA 5071adfView commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 863f06b - Browse repository at this point
Copy the full SHA 863f06bView commit details -
git: Use clippy with
--all-targets
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d5123ea - Browse repository at this point
Copy the full SHA d5123eaView commit details -
ty: Make fields public to this crate
pub(crate)
onlySigned-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ee3ae6d - Browse repository at this point
Copy the full SHA ee3ae6dView commit details -
portable: Use
mem
fromprelude
and not fromstd
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 47859ae - Browse repository at this point
Copy the full SHA 47859aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b04048b - Browse repository at this point
Copy the full SHA b04048bView commit details -
portable: Modify docs and apply fmt
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for dabb640 - Browse repository at this point
Copy the full SHA dabb640View commit details -
portable/test: Check result BTreeMap
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 17a98f2 - Browse repository at this point
Copy the full SHA 17a98f2View commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 9bcb199 - Browse repository at this point
Copy the full SHA 9bcb199View commit details
Commits on Mar 21, 2023
-
tests: Recursive retain for all type-def types
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 16011f5 - Browse repository at this point
Copy the full SHA 16011f5View commit details -
ty: Use placeholder instead of implementing dummy Default::default()
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 5701df5 - Browse repository at this point
Copy the full SHA 5701df5View commit details -
portable: use crate::prelude::vec![] insted of vec![]
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3000e18 - Browse repository at this point
Copy the full SHA 3000e18View commit details -
Co-authored-by: James Wilson <james@jsdw.me>
Configuration menu - View commit details
-
Copy full SHA for 95fa6cb - Browse repository at this point
Copy the full SHA 95fa6cbView commit details -
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 72ac00d - Browse repository at this point
Copy the full SHA 72ac00dView commit details -
Co-authored-by: Andrew Jones <ascjones@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e4018f2 - Browse repository at this point
Copy the full SHA e4018f2View commit details