-
Notifications
You must be signed in to change notification settings - Fork 139
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
[BUG] Apio lint fails when the packages path in APIO_PACKAGES_DIR contains spaces. #474
Comments
.. I was able to also reproduce it from the command line, without apio. Need to figure out how to escape spaces in a way that is compatible with iverilog. (all my testing was done on darwin_arm64).
|
Similar problem with
|
I added in Once this is resolved, delete that function. |
Posted this question steveicarus/iverilog#1187 |
@Obijuan, a question to you, do you know what the On the surface, the test seems to work on darwin_arm64 without it and on Windows, we don't use it anyway, though I don't understand the consequences of removing the -B flag. Line 598 in b4fe559
|
Hi @Obijuan, I see that you close this issue. What resolution do you have in mind?
or
|
ups, sorry, I closed it by mistake. I do not remember the details of the -B flag. I need some time to catch up, but currently I have no time left. I will resume the work with apio once I finish my lectures this semester |
The problem seems to be in the space character escaping of the iverilog command.
To reproduce
apio packages --install
Users/user/.apio/packages
toUsers/user/.apio/ packages
(notice the extra space).export APIO_PACKAGES_DIR="Users/user/.apio/ packages"
apio test
in thetest-examples/Alhambra-II/02-jumping-LED
project.Once fixing, change conftest.py to have
" fuññy "
instead of"fuññy"
and runmake check_all
to test.The text was updated successfully, but these errors were encountered: