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

[Merged by Bors] - bevy_reflect: Pre-parsed paths #7321

Closed
wants to merge 25 commits into from

Commits on Jan 21, 2023

  1. Refactor GetPath's parser

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    47c34fb View commit details
    Browse the repository at this point in the history
  2. Add FieldPath and Access

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    5da1f0d View commit details
    Browse the repository at this point in the history
  3. Darn clippy

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b2d9cf0 View commit details
    Browse the repository at this point in the history
  4. Clean up code and add doc comments

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b1a52c6 View commit details
    Browse the repository at this point in the history
  5. Clippy

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    e773d8e View commit details
    Browse the repository at this point in the history
  6. Cleanup code a bit more

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3a61215 View commit details
    Browse the repository at this point in the history
  7. Handle field number parsing

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c15bbb5 View commit details
    Browse the repository at this point in the history
  8. Update path tests

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9d7f10c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0763808 View commit details
    Browse the repository at this point in the history
  10. Add documentation for field index path s

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3ad5ace View commit details
    Browse the repository at this point in the history
  11. Clarify doc comment on field index paths.

    Co-authored-by: MrGVSV <[email protected]>
    james7132 and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0caf893 View commit details
    Browse the repository at this point in the history
  12. impl -> dyn

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    085c965 View commit details
    Browse the repository at this point in the history
  13. Add tests

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    20d89bb View commit details
    Browse the repository at this point in the history
  14. Update docs.

    Co-authored-by: Alice Cecile <[email protected]>
    2 people authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    8c1afb4 View commit details
    Browse the repository at this point in the history
  15. Update docs.

    Co-authored-by: Alice Cecile <[email protected]>
    2 people authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    e8e225b View commit details
    Browse the repository at this point in the history
  16. Update docs.

    Co-authored-by: Alice Cecile <[email protected]>
    2 people authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    9a14693 View commit details
    Browse the repository at this point in the history
  17. Update docs.

    Co-authored-by: Alice Cecile <[email protected]>
    2 people authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    40f81bd View commit details
    Browse the repository at this point in the history
  18. Use associated constants

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    01f87fb View commit details
    Browse the repository at this point in the history
  19. Add some doc strings

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    aa1124d View commit details
    Browse the repository at this point in the history
  20. Use the constants more

    james7132 authored and MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3f00df7 View commit details
    Browse the repository at this point in the history
  21. Add more array path tests

    MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3b2ae9b View commit details
    Browse the repository at this point in the history
  22. Update docs

    MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    99bc312 View commit details
    Browse the repository at this point in the history
  23. Rename FieldPath to ParsedPath

    MrGVSV committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    bb7aa1f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ac1f0f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

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