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

Code gen #433

Open
wants to merge 95 commits into
base: release/6.0
Choose a base branch
from
Open

Code gen #433

wants to merge 95 commits into from

Commits on Mar 25, 2023

  1. Initial benchmark

    mrpmorris committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    bcc1d5f View commit details
    Browse the repository at this point in the history
  2. Lots of reducer classes and lots of effects classes with 1 method is …

    …4 times slower than 1 class with lots of methods
    mrpmorris committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    4fad16a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    39a0f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    722fc0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f38aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb8956 View commit details
    Browse the repository at this point in the history
  5. Update release docs

    mrpmorris committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3d93cd7 View commit details
    Browse the repository at this point in the history
  6. 1 test broken

    mrpmorris committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c87254a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Start code-gen

    mrpmorris committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    bcbb33a View commit details
    Browse the repository at this point in the history
  2. SourceGen crashes

    mrpmorris committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6197f97 View commit details
    Browse the repository at this point in the history
  3. Delete unused class

    mrpmorris committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    7d2005c View commit details
    Browse the repository at this point in the history
  4. Delete and start again

    mrpmorris committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a050016 View commit details
    Browse the repository at this point in the history
  5. WIP

    mrpmorris committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6438aef View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Test

    mrpmorris committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b2a352b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Reducer Method validation

    mrpmorris committed May 5, 2023
    Configuration menu
    Copy the full SHA
    8cb3b32 View commit details
    Browse the repository at this point in the history
  2. EffectMethodSelection

    mrpmorris committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4188374 View commit details
    Browse the repository at this point in the history
  3. Renaming

    mrpmorris committed May 5, 2023
    Configuration menu
    Copy the full SHA
    93491c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a7fe4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    add0fa6 View commit details
    Browse the repository at this point in the history
  2. Generate feature class

    mrpmorris committed May 6, 2023
    Configuration menu
    Copy the full SHA
    ac6d4c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c32f9b View commit details
    Browse the repository at this point in the history
  4. Generate reducer classes

    mrpmorris committed May 6, 2023
    Configuration menu
    Copy the full SHA
    ed25828 View commit details
    Browse the repository at this point in the history
  5. Code formatting

    mrpmorris committed May 6, 2023
    Configuration menu
    Copy the full SHA
    01f41ec View commit details
    Browse the repository at this point in the history
  6. DiscoveredEffectAttribute

    mrpmorris committed May 6, 2023
    Configuration menu
    Copy the full SHA
    637f117 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90b8562 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Effects generator

    mrpmorris committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ca3a176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c390843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f57bb3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Discover middlewares

    mrpmorris committed May 8, 2023
    Configuration menu
    Copy the full SHA
    80d03fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6917d14 View commit details
    Browse the repository at this point in the history
  3. Remove unused usings;

    mrpmorris committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d035053 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Find reducer classes

    mrpmorris committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0c09496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ed4dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc7fb46 View commit details
    Browse the repository at this point in the history
  4. Generate FluxorModule

    mrpmorris committed May 9, 2023
    Configuration menu
    Copy the full SHA
    341967b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    f1d458c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    c1e1918 View commit details
    Browse the repository at this point in the history
  2. Remove erroneous using

    mrpmorris committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a50af52 View commit details
    Browse the repository at this point in the history
  3. Fix erroneous usings

    mrpmorris committed May 11, 2023
    Configuration menu
    Copy the full SHA
    13083c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228d477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d2fd9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0aa8bb View commit details
    Browse the repository at this point in the history
  7. WIP

    mrpmorris committed May 11, 2023
    Configuration menu
    Copy the full SHA
    31b79c8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. WIP

    mrpmorris committed May 20, 2023
    Configuration menu
    Copy the full SHA
    1b0f34f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Initial benchmark

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    1fd35ef View commit details
    Browse the repository at this point in the history
  2. Lots of reducer classes and lots of effects classes with 1 method is …

    …4 times slower than 1 class with lots of methods
    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    efaa023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38eaef9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    878f370 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d9a03b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0408841 View commit details
    Browse the repository at this point in the history
  7. Update release docs

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    5446d4f View commit details
    Browse the repository at this point in the history
  8. 1 test broken

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    872dec8 View commit details
    Browse the repository at this point in the history
  9. Start code-gen

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    8268f98 View commit details
    Browse the repository at this point in the history
  10. SourceGen crashes

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    b3ad159 View commit details
    Browse the repository at this point in the history
  11. Delete unused class

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c2796cd View commit details
    Browse the repository at this point in the history
  12. Delete and start again

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    dbcd46a View commit details
    Browse the repository at this point in the history
  13. WIP

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    7b64630 View commit details
    Browse the repository at this point in the history
  14. Test

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    32d2f59 View commit details
    Browse the repository at this point in the history
  15. Reducer Method validation

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    881e844 View commit details
    Browse the repository at this point in the history
  16. EffectMethodSelection

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    fc2243d View commit details
    Browse the repository at this point in the history
  17. Renaming

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    13bcfa6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e09d871 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4970368 View commit details
    Browse the repository at this point in the history
  20. Generate feature class

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    bdabce7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3bcb88d View commit details
    Browse the repository at this point in the history
  22. Generate reducer classes

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    c1daa2d View commit details
    Browse the repository at this point in the history
  23. Code formatting

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    a165c30 View commit details
    Browse the repository at this point in the history
  24. DiscoveredEffectAttribute

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    7c18d86 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bb48923 View commit details
    Browse the repository at this point in the history
  26. Effects generator

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    023e986 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    404525f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e7c7452 View commit details
    Browse the repository at this point in the history
  29. Discover middlewares

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    6812647 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2818e1d View commit details
    Browse the repository at this point in the history
  31. Remove unused usings;

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    3e4f6c0 View commit details
    Browse the repository at this point in the history
  32. Find reducer classes

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    857b859 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    abf61d8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b7281bc View commit details
    Browse the repository at this point in the history
  35. Generate FluxorModule

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    db70666 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    36452a3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    931465c View commit details
    Browse the repository at this point in the history
  38. Remove erroneous using

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    4b386b1 View commit details
    Browse the repository at this point in the history
  39. Fix erroneous usings

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    53592d3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    da9f5fa View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0fdea30 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d3bd38d View commit details
    Browse the repository at this point in the history
  43. WIP

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    aafa9a9 View commit details
    Browse the repository at this point in the history
  44. WIP

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    699ef81 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d626e59 View commit details
    Browse the repository at this point in the history
  46. Suport VS 17.4 LTS

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    bad419e View commit details
    Browse the repository at this point in the history
  47. Remove code gen reference

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    9b93674 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    9eac37e View commit details
    Browse the repository at this point in the history
  49. Rename project

    mrpmorris committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    ab0b7a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. WIP

    mrpmorris committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0eb7b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. WIP

    mrpmorris committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f1eb613 View commit details
    Browse the repository at this point in the history