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

Enaml syntaxerror detail #530

Merged
merged 12 commits into from
Sep 8, 2023

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    c5d4e77 View commit details
    Browse the repository at this point in the history
  2. Create tests to detect correct syntaxerror detail

    This does not actually capture the error I am attempting to fix.
    bburan committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8d0ceeb View commit details
    Browse the repository at this point in the history
  3. Add compatibility for Python 3.8 and 3.9

    This also fixes a bug in the unit test (the assert statement
    was missing).
    bburan committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a102005 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    63ea9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e822eb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. Regenerate Enaml parser

    bburan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c0e68fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ca6fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951b29a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Regenerate parser with pegen 0.1.0

    Pegen 0.2.0 results in some IndentationError exceptions
    being raised as SyntaxError instead.
    bburan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5bf2617 View commit details
    Browse the repository at this point in the history
  2. Pin pegen to 0.1.0

    bburan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c91b3e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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