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

Improve elm compiler error output #7994

Merged

Commits on Apr 15, 2022

  1. create elm example for developing

    ChristophP committed Apr 15, 2022
    Copy the full SHA
    336cc59 View commit details
    Browse the repository at this point in the history
  2. add gitignore

    ChristophP committed Apr 15, 2022
    Copy the full SHA
    ab54273 View commit details
    Browse the repository at this point in the history
  3. convert elm compiler errors into parcel diagnostics

    Get as close as possible to the original Elm compiler output and how
    Parcel v1 displayed the errors:
    - add some useful formatting
    - disable the stack track (not useful when developing)
    - convert structured elm errors report into Parcel's diabnostics
      structure
    - preserve indentation in lines where parcel removes spaces (by using >
      as first char, it's a workaround but better than no indentation)
    ChristophP committed Apr 15, 2022
    Copy the full SHA
    28e0583 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Copy the full SHA
    121dcd4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Merge branch 'v2' of github.com:ChristophP/parcel into improve-elm-co…

    …mpiler-error-output
    ChristophP committed May 15, 2022
    Copy the full SHA
    0fdf183 View commit details
    Browse the repository at this point in the history
  2. remove elm example

    ChristophP committed May 15, 2022
    Copy the full SHA
    7f056ac View commit details
    Browse the repository at this point in the history
  3. change wrapWithIndent cli reporter function to only trim trailing spa…

    …ces, leave leading ones untouched
    ChristophP committed May 15, 2022
    Copy the full SHA
    12ffb87 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    11e0bb4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'improve-elm-compiler-error-output' of github.com:Christ…

    …ophP/parcel into improve-elm-compiler-error-output
    ChristophP committed May 15, 2022
    Copy the full SHA
    70dcac2 View commit details
    Browse the repository at this point in the history
  6. remove elm-stuff from .gitignore

    ChristophP committed May 15, 2022
    Copy the full SHA
    bbf62c6 View commit details
    Browse the repository at this point in the history
  7. remove indentation preserving code in elm transformer

    ChristophP committed May 15, 2022
    Copy the full SHA
    819d8c6 View commit details
    Browse the repository at this point in the history
  8. add test for elm compiler error diagnostic output

    ChristophP committed May 15, 2022
    Copy the full SHA
    2b207ff View commit details
    Browse the repository at this point in the history
  9. fix linting

    ChristophP committed May 15, 2022
    Copy the full SHA
    6281925 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3194f51 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Copy the full SHA
    177f76b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Copy the full SHA
    9f350a2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. fix failing elm tests on windows by normalizing path

    ChristophP committed May 20, 2022
    Copy the full SHA
    35e4785 View commit details
    Browse the repository at this point in the history
  2. try to fix windows test for elm again

    ChristophP committed May 20, 2022
    Copy the full SHA
    ab79521 View commit details
    Browse the repository at this point in the history