Skip to content

Enhance STM library readability - 1/2 #2568

@jpraynaud

Description

@jpraynaud

Why

We want to have more readability of the STM library and make it easier to maintain.

What

Use better namings for types and functions.

How

  • Define new names for types:
    • Apply new names for types
    • Add crate exports for these new names
    • Create aliases for previous exports to avoid breaking change
    • Deprecate the previous exports
  • Define new names for function names:
    • Create alias for the public functions for backward compatibility
    • Deprecate previous public functions
  • Run a backward compatibility check

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions