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

RelayViz interface and terminal ast-dump #10085

Merged
merged 4 commits into from
Feb 22, 2022
Merged

Commits on Jan 27, 2022

  1. RelayViz interface and terminal ast-dump.

    This PR follows apache#8668, with splitting
    out interfaces class and terminal ast-dump implementation.
    
    This visualizer is aimed for quick look-then-fix, so the interface is
    simple. Despite that, customization is still possbile through
    implementing interfaces defined in `interface.py` or overriding existent
    implementations inside a renderer module, like `terminal.py`.
    
    A tutorial is also provided in this PR.
    
    A graphviz renderer will also be contributed after this PR.
    chiwwang committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    ac555c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8dc027 View commit details
    Browse the repository at this point in the history
  3. lint and typo

    chiwwang committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5cb0aea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

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