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

Return LangErrors from constructors #1504

Merged
merged 32 commits into from
Nov 21, 2022

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    536b500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ab55d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79dff48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228604c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    bb4c1a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15439a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27b6b97 View commit details
    Browse the repository at this point in the history
  4. Wrap dispatch return types with Ok

    These can't return dispatch errors atm. I may want to clean up how this
    is done later.
    HCastano committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    eb10da6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b1aa66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36556e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e61576e View commit details
    Browse the repository at this point in the history
  8. Fix compile tests

    HCastano committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a3e0b24 View commit details
    Browse the repository at this point in the history
  9. Add ident to dictionary

    HCastano committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fb8d293 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Simplify code

    athei committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    394ffca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f026a2 View commit details
    Browse the repository at this point in the history
  3. Small fixes to type paths

    HCastano committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c501d84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c307516 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaebac4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

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

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    0c37262 View commit details
    Browse the repository at this point in the history
  2. Remove unused method

    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    ec6253d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56b728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    053f570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7305887 View commit details
    Browse the repository at this point in the history
  6. Appease Clippy

    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0ef75f9 View commit details
    Browse the repository at this point in the history
  7. Appease Clippy

    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4607a67 View commit details
    Browse the repository at this point in the history
  8. Try flipping order of tests

    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f791bfb View commit details
    Browse the repository at this point in the history
  9. Change message name

    Maybe it's a naming clash?
    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5d0f164 View commit details
    Browse the repository at this point in the history
  10. Revert last two changes

    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e8b4e75 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cab6c98 View commit details
    Browse the repository at this point in the history
  12. Revert "Try moving message related test to different module"

    This reverts commit cab6c98.
    HCastano committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    4dc9973 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ad1cab7 View commit details
    Browse the repository at this point in the history