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

Report all syntax errors in Markdown files #389

Merged
merged 10 commits into from
Aug 3, 2022

Commits on Aug 2, 2022

  1. Add test for multiple errors reporting

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    33ba162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30ca156 View commit details
    Browse the repository at this point in the history
  3. Add test for block locations

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d6b375c View commit details
    Browse the repository at this point in the history
  4. Fix block locations computation in Markdown and cram files

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5515cf0 View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    NathanReb and github-actions[bot] committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5cab168 View commit details
    Browse the repository at this point in the history
  6. Add concat_map to Util.List for 4.08 compatibility

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    00dc7d9 View commit details
    Browse the repository at this point in the history
  7. Fix unallowed label error message

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    279c740 View commit details
    Browse the repository at this point in the history
  8. Rename print_loc to pp in Stable_printer

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    a2fb3c1 View commit details
    Browse the repository at this point in the history
  9. Use Util.Result.List.split instead of filter_map and concat_map

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3d369f3 View commit details
    Browse the repository at this point in the history
  10. Rewrite anonymous functions dealing wiht Msg to fun (Msg ...)

    Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
    NathanReb committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8eaedb5 View commit details
    Browse the repository at this point in the history