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

Rewrite NameBuilder #394

Closed
wants to merge 7 commits into from
Closed

Rewrite NameBuilder #394

wants to merge 7 commits into from

Commits on Sep 16, 2024

  1. [base/name] Rewrite 'NameBuilder'

    arya dradjica committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    09efc0a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. [base/name] Reformat 'builder.rs'

    arya dradjica committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6d7f65f View commit details
    Browse the repository at this point in the history
  2. [base/name/builder] Implement scanning

    This is a simple implementation with a different API from the previous
    code, designed to be replaced with a more efficient implementation in
    the future.
    arya dradjica committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a190e7a View commit details
    Browse the repository at this point in the history
  3. [WIP] further integrate the new 'NameBuilder'

    Most of the domain name types have been integrated with 'NameBuilder',
    abandoning previous support for 'from_chars()' or 'from_symbols()' and
    instead focusing on 'FromStr'.  More complex inputs should be processed
    directly using 'NameBuilder' instead.
    arya dradjica committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2a9b312 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Finish integrating 'NameBuilder'

    arya dradjica committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa78603 View commit details
    Browse the repository at this point in the history
  2. Resolve warnings and clippy

    arya dradjica committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    365b8eb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Leave WIP until API discussion

    arya dradjica committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ef0be9b View commit details
    Browse the repository at this point in the history