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

verify-grammar #13168

Merged
merged 3 commits into from
Mar 29, 2014
Merged

verify-grammar #13168

merged 3 commits into from
Mar 29, 2014

Commits on Mar 27, 2014

  1. verify-grammar path to rust.md

    When calling
    
       make verify-grammar
    
    rust.md cannot be found, because the
    path to rust.md is missing.
    
    The path is set to:
    
       $(D)/rust.md
    
    This can only be tested, when llnextgen is installed.
    
    Signed-off-by: Jan Kobler <eng1@koblersystems.de>
    jankobler committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    e91115f View commit details
    Browse the repository at this point in the history
  2. verify-grammar keyword crate

    When calling
    
       make verify-grammar
    
    or when llnextgen is not installed:
    
       python2.7 src/etc/extract_grammar.py <src/doc/rust.md
    
    an error is reported by extract_grammar.py that the
    
    keyword "crate" is not defined.
    
    This patch adds the keyword "crate" to the grammar in rust.md.
    
    Signed-off-by: Jan Kobler <eng1@koblersystems.de>
    jankobler committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    2b05263 View commit details
    Browse the repository at this point in the history
  3. verify-grammar llnextgen

    When calling
    
        make verify-grammar
    
    a lot of errors are reported by llnextgen.
    
    Only simple errors like:
    
      missing semicolons,
      missing single quotes,
      usage of parentheses instead of squared brackets or
      usage of single quote instead of double quote
    
    are fixed by this patch.
    
    This can only be tested, when llnextgen is installed.
    
    Signed-off-by: Jan Kobler <eng1@koblersystems.de>
    jankobler committed Mar 27, 2014
    5 Configuration menu
    Copy the full SHA
    fdfb9eb View commit details
    Browse the repository at this point in the history