Skip to content
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

Remove tag support from no_std #75

Merged
merged 2 commits into from
Aug 17, 2023
Merged

Remove tag support from no_std #75

merged 2 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Remove tag support from no_std

    For tagging to work under no-std mode, the tags would need to be stored
    in the backup queue. For notifications for std::usize::MAX listeners,
    this is not possible. Therefore the only strategy left to use that doesn't
    massively constrain the use of tagging is to remove tags from no_std
    mode.
    
    Closes #73
    
    Signed-off-by: John Nunley <[email protected]>
    notgull committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8ec2a0c View commit details
    Browse the repository at this point in the history
  2. Mark TagWith::new as std-only

    Signed-off-by: John Nunley <[email protected]>
    notgull committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bd212c4 View commit details
    Browse the repository at this point in the history