Skip to content

Fixed Coconut compilation problem #971

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

Merged

Conversation

Amaras
Copy link
Member

@Amaras Amaras commented Dec 5, 2021

The issue this PR fixes is the following:

When building for the first time, the Coconut compiler considers the build target a directory.
However, when running a second time, SCons is confused because it expected a file.

This can be fixed by adding the .py suffix to the build target (see the Coconut SConscript).


Copy link
Contributor

@ShadowMitia ShadowMitia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!

@ShadowMitia ShadowMitia merged commit 6b30491 into algorithm-archivists:main Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants