Skip to content
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

Include __builtin__.h in correct path #327

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Conversation

plajjan
Copy link
Contributor

@plajjan plajjan commented Sep 29, 2021

This reverts #286, which introduced a regression. The benefit of that was slightly more elegant Makefiles. The downside was hairy relative import... it didn't feel good at the time but I did merge it. Turns out it caused more problems, thus I'm reverting it.

I think these are mostly signs that our C files are not entirely well structured. These imports between builtin/* and builtin are not good. Spaghetti-ish.

Fixes #326.

@plajjan
Copy link
Contributor Author

plajjan commented Sep 29, 2021

I want to test this by manually installing the produced .deb, before we merge this PR.

@plajjan
Copy link
Contributor Author

plajjan commented Sep 29, 2021

I've verified the .deb installed version works correctly!

@plajjan plajjan merged commit 9425978 into main Sep 29, 2021
@plajjan plajjan deleted the 326-fix-builtin-include branch September 29, 2021 18:58
@plajjan plajjan mentioned this pull request Sep 29, 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.

brew / apt system installed acton fails with missing include file
1 participant