-
Notifications
You must be signed in to change notification settings - Fork 55
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
Parser error in file "common/version.scad" #207
Comments
Pretty sure this is STILL the same issue I opened three years ago: |
Thanks, Brandano, it seems you are right. Just opened the file inside the container and the error was there ... addedd delimiters and the error was gone. |
I do not use openscad at all. Would one of you go for a PR? |
this might have been fixed already ... https://github.com/boltsparts/BOLTS/blob/da747e25ae66a78d6f1f7b0a1d926ebd3ba12e16/backends/openscad.py#L201 IMHO quotes should be added on openscad BOLTS. What did you use? Did you download version 0.3 for openscad or did you created the version from BOLTS source code yourself? bernd |
It actually is fixed. 5f6592b I may create a uptodate version for openscad but I can not test it, since I do not use it. |
would you guys test: https://github.com/boltsparts/BOLTS/releases/tag/dd53a1d ? |
For the purpose of this bug, it seems to work fine now. I do get an unrelated error in base/hex_socket/hex_socket.scad: |
I have created a new issue in this regard ... #220 will close this one. |
[ ERROR ]
ERROR: Parser error in file "/tmp/common/version.scad", line 1: syntax error
ERROR: Compilation failed
[ WORKING ENVIRONMENT ]
openscad in docker, and all the libraries inside the docker image (/LIBS/BOLTS, )
From the openscad Help/Library Info:
OPENSCADPATH: /LIBS:/LIBS/BOLTS
OpenSCAD library path:
/LIBS
/LIBS/BOLTS
in my host, i have the file:
/tmp/test.scad
with "ONLY":
include <BOLTS.scad>
so i open this file using the container and get the described error.
NOTE: All the other libraries work fine (NopScadLib, dotSCAD, BOSL, etc ..)
The text was updated successfully, but these errors were encountered: