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

Treat __name the same as __node #494

Merged
merged 4 commits into from
Nov 22, 2019
Merged

Commits on Sep 3, 2019

  1. Treat __name the same as __node

    This modifies the lexer so that it will accept __name and treat it
    exactly the same as __node.  __node still works in order to preserve
    backwards compatibility.
    
    Fixes ros2#258
    
    Distribution Statement A; OPSEC #2893
    
    Signed-off-by: P. J. Reed <preed@swri.org>
    pjreed committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    f2c07ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689afa0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    bd4870a View commit details
    Browse the repository at this point in the history
  2. Update dot graph for lexer

    Distribution Statement A; OPSEC #2893
    
    Signed-off-by: P. J. Reed <preed@swri.org>
    pjreed committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    4740066 View commit details
    Browse the repository at this point in the history