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

macros: append generated test attribute so others are aware of it #6497

Merged
merged 11 commits into from
May 5, 2024

Commits on Apr 19, 2024

  1. macros: append generated test attribute so others are aware of it

    This way other test macros can choose to not generate
    `#[::core::prelude::v1::test]` to avoid duplicated test runs.
    
    This commit also rejects existing `#[::core::prelude::v1::test]` just
    like how and why it rejects existing `#[test]`.
    kezhuw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d6c9bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e10af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90afc4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9d0609 View commit details
    Browse the repository at this point in the history
  5. fixup! fixup! fixup! fixup! macros: append generated test attribute s…

    …o others are aware of it
    kezhuw committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a4828d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f23227 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    d920650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c473c View commit details
    Browse the repository at this point in the history
  3. reject more test attributes

    kezhuw committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6d2a30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39c9a1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9426fa9 View commit details
    Browse the repository at this point in the history