-
-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Labels
conclusion: declinedWill not be worked onWill not be worked oncriticality: lowOf low impactOf low impacttopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the bug
Try to compile the attached sketch, it fails:
arduino-cli compile -b arduino:avr:nano ./mysketch
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:11:1: error: stray '\342' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:11:2: error: stray '\200' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:11:3: error: stray '\213' in program
??
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:13:1: error: stray '\342' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:13:2: error: stray '\200' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:13:3: error: stray '\213' in program
??
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:28:1: error: stray '\342' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:28:2: error: stray '\200' in program
???
^
/Users/akos.kitta/Desktop/mysketch/mysketch.ino:28:3: error: stray '\213' in program
??
^
Error during build: exit status 1
It also breaks the language server:
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
conclusion: declinedWill not be worked onWill not be worked oncriticality: lowOf low impactOf low impacttopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project