-
Notifications
You must be signed in to change notification settings - Fork 89
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
Syntax error during make check
for Guile 2.27
#162
Comments
This is my mistake. When I was doing #134, I was compiling with Guile 3.0 or 3.1 and wasn't aware/did not remember that this syntax was disallowed on earlier versions. I have time to look at this Friday this week or Monday next week (but if you need a fix sooner, of course, don't wait). |
Okay, seems like the issue was very small: see #163. I didn't check on Guile 2.27 in practice though, since I don't have that version: I'm assuming that's also not tested what is tested by CI (edit: maybe there is no CI here on the mpb repo - only meep?) |
There used to be CI for the MPB repo using Travis. Since the Python API for MPB is provided by Meep, the Meep CI using Github Actions does include a unit test. However, currently there is no test for the Scheme API for MPB. This is why this error went undetected. |
When building MPB from source using Guile 2.2.7 (the version installed with the precompiled binary
guile-2.2-dev
on Ubuntu 22.04), an error occurs duringmake check
:The text was updated successfully, but these errors were encountered: