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

Un-indented comments crash parser #222

Open
schuylermartin45 opened this issue Oct 29, 2024 · 0 comments
Open

Un-indented comments crash parser #222

schuylermartin45 opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request source::maintainer to sort Needs additional investigation

Comments

@schuylermartin45
Copy link
Collaborator

Comments that do not match the same level of indentation as the section they exist in will crash the parser.

Example:

test:
  imports:
    - can
    - can.interfaces
#    - can.interfaces.etas
#    - can.interfaces.ics_neovi
#    - can.interfaces.ixxat
#    - can.interfaces.kvaser
#    - can.interfaces.neousys
#    - can.interfaces.pcan
#    - can.interfaces.seeedstudio
    - can.interfaces.serial
    - can.interfaces.socketcan
    - can.interfaces.socketcand

(from https://github.com/AnacondaRecipes/python-can-feedstock/blob/main/recipe/meta.yaml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source::maintainer to sort Needs additional investigation
Projects
Status: Ready
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant