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

Add loader and refactor errors #917

Merged
merged 52 commits into from
Jul 26, 2021
Merged

Add loader and refactor errors #917

merged 52 commits into from
Jul 26, 2021

Commits on Jul 24, 2021

  1. Starting to refactor

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    b295446 View commit details
    Browse the repository at this point in the history
  2. Lifetime issues

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    c47ecaf View commit details
    Browse the repository at this point in the history
  3. Fixed lifetimes

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    69f857f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aabb43e View commit details
    Browse the repository at this point in the history
  5. Get rid of eprint

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    02f078f View commit details
    Browse the repository at this point in the history
  6. JustError → Error

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    1debdab View commit details
    Browse the repository at this point in the history
  7. IoError → Io

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    cbf8c4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46bdbf8 View commit details
    Browse the repository at this point in the history
  9. Sort runtime errors

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    0511899 View commit details
    Browse the repository at this point in the history
  10. Add NoChoosableRecipes error

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    900fa3a View commit details
    Browse the repository at this point in the history
  11. Working on show error

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    ee3e54a View commit details
    Browse the repository at this point in the history
  12. Going to fix error newlines

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    797e209 View commit details
    Browse the repository at this point in the history
  13. Move printing into Error

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    0e8b700 View commit details
    Browse the repository at this point in the history
  14. Paint error: separately

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    c8b36cb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4805786 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    05981ce View commit details
    Browse the repository at this point in the history
  17. cleanup

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    97b365b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a0c6853 View commit details
    Browse the repository at this point in the history
  19. More code removal

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    4c7e898 View commit details
    Browse the repository at this point in the history
  20. Refactoring edit command errors

    casey committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    f67cea1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Working on editor status test

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    2263b3e View commit details
    Browse the repository at this point in the history
  2. Fix status test

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    075ae42 View commit details
    Browse the repository at this point in the history
  3. Got rid of Error::Code

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    36bf3a2 View commit details
    Browse the repository at this point in the history
  4. Git rid of random process::exit

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    533eab6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aacbb64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd4cbab View commit details
    Browse the repository at this point in the history
  7. Got rid of runtime error

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    fff1301 View commit details
    Browse the repository at this point in the history
  8. Use struct variants

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    26e7fd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c3cd25 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6993adc View commit details
    Browse the repository at this point in the history
  11. Tweak

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    d707226 View commit details
    Browse the repository at this point in the history
  12. Format

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    6d7b135 View commit details
    Browse the repository at this point in the history
  13. Sort Error variants

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    04f5071 View commit details
    Browse the repository at this point in the history
  14. Sort compileerror variants

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    37b2b72 View commit details
    Browse the repository at this point in the history
  15. Sort other error enums

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    1983200 View commit details
    Browse the repository at this point in the history
  16. Remove todos

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    fd7c2b4 View commit details
    Browse the repository at this point in the history
  17. Placate clippy

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    93069b7 View commit details
    Browse the repository at this point in the history
  18. Fix fmt issue

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    8d889f8 View commit details
    Browse the repository at this point in the history
  19. Fix long lines

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    60d440f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7a14d65 View commit details
    Browse the repository at this point in the history
  21. (sic)

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    14fb6b8 View commit details
    Browse the repository at this point in the history
  22. Improve tests

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    b367f89 View commit details
    Browse the repository at this point in the history
  23. Placate clippy

    casey committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    b3e4cdb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    5dd875d View commit details
    Browse the repository at this point in the history
  2. Add Test::stderr_regex

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    d79a0a6 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b1fd273 View commit details
    Browse the repository at this point in the history
  4. Placate clippy

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    f92f912 View commit details
    Browse the repository at this point in the history
  5. Fix tests harder

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    3e7c53b View commit details
    Browse the repository at this point in the history
  6. More fixing

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    cdd933e View commit details
    Browse the repository at this point in the history
  7. Align cargo.toml

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2e0f38f View commit details
    Browse the repository at this point in the history
  8. Make Config::dump return ()

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    cfefced View commit details
    Browse the repository at this point in the history
  9. rename loader arena

    casey committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fc9dee2 View commit details
    Browse the repository at this point in the history