generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code
Description
Keeping a list of things that we need to improve to make the code more maintainable and less fragile:
- Unify
kaniandkani_corelogic. Add intrinsics and Arbitrary support for no_core #3230 introduced duplicated logic. - Improve contract attribute handling.
- We cannot just blindly duplicate the attributes, and for now we specialize on a few attributes (see Fix a few issues with std verification #3255).
- Safe handling rustc ast lowering in cases where they add extra generic argument.
- One issue we bumped into is with constant functions and feature
effectenabled.
- One issue we bumped into is with constant functions and feature
- Rename
unstablefunction and re-add them to thekani_core::memfunctions. - Enable
any_arrayfor the standard library.
Reactions are currently unavailable
Metadata
Metadata
Labels
[C] InternalTracks some internal work. I.e.: Users should not be affected.Tracks some internal work. I.e.: Users should not be affected.[I] Refactoring / Clean UpRefactoring or cleaning up of existing codeRefactoring or cleaning up of existing code