Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Replace N macro with operator ""_n - develop #9447

Merged
merged 7 commits into from
Aug 31, 2020
Merged

Commits on Aug 26, 2020

  1. Replace N macro with operator ""_n

    Because the N macro did not have a project-specific prefix, it clashed
    with its namesakes from third-party projects like LLVM. This commit
    introduces a namespace-scoped operator ""_n and replaces all invocations
    of the N macro with that operator.
    revl committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c5674d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53de8d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Switch eosio-wasm-spec-tests to branch eosio

    The dedicated branch eosio in eosio-wasm-spec-tests contains the changes
    that replace the N macro with operator ""_n in the generated-tests
    directory.
    revl committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    919f06f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c4e0a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. Detect erros at compile time in name operator ""_n

    This commit improves `name operator ""_n` to detect errors in name
    constants at compile time by switching to a template implementation.
    revl committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    b611ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17d10ba View commit details
    Browse the repository at this point in the history
  3. Post-merge fix-up

    revl committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    0026a91 View commit details
    Browse the repository at this point in the history