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

cfengine3 #766

Merged
merged 2 commits into from Mar 17, 2023
Merged

cfengine3 #766

merged 2 commits into from Mar 17, 2023

Commits on Mar 17, 2023

  1. Fix CommentPreproc

    Macros (i.e.) CommentPreproc need to be anchored as they are only
    allowed to be put on the start of the line. This also solved the
    conflict with nakedvar @(....).
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 17, 2023
    Copy the full SHA
    3bc88af View commit details
    Browse the repository at this point in the history
  2. Fix NameClass

    NameClass (`xxx::`) can _also_ contain variables, so add " and $ to the
    allowed list in the regexp. This now also needs to be put earlier to
    match before any strings.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Mar 17, 2023
    Copy the full SHA
    0fd76e7 View commit details
    Browse the repository at this point in the history