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

Restructure project to test SourceGen code generation #2

Merged
merged 12 commits into from
Sep 21, 2021

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    3e44ca4 View commit details
    Browse the repository at this point in the history
  2. Structure project to be more testable

    Added a new module "FishyActorsCore", made the necessary types and methods public and added a new test case "GeneratorTest" for this module.
    odmir committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    92730b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc3645 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    b87660d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bdddb View commit details
    Browse the repository at this point in the history
  3. Remove calls to trimmingCharacters(in:)

    since `resultTypeNaive` already had its trivia removed, and remove trivia from `node.identifier`
    odmir committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8a99d2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20e79a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Revert reestructuring

    undo making types and properties public and relocate `Bold` and `Reset` back to their original place
    odmir committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c8fe2ff View commit details
    Browse the repository at this point in the history
  2. Implement naïve bucketing strategy

    and correct main.swift, `SourceGen` and unit test
    odmir committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    348416c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7842f0f View commit details
    Browse the repository at this point in the history
  4. Remove import

    odmir committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ee1f5a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54dc5c1 View commit details
    Browse the repository at this point in the history