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

Fix frugality on FreeBSD #70

Merged
merged 5 commits into from
Nov 16, 2024
Merged

Fix frugality on FreeBSD #70

merged 5 commits into from
Nov 16, 2024

Conversation

obiwac
Copy link
Member

@obiwac obiwac commented Nov 16, 2024

Currently, at least when building GrapeVine, frugality is not respected on FreeBSD.

Looking through the build output directory, it looks as though the cookies for files are changing on every build, which obviously should not happen.

That this is not happening on macOS is indicative of an uninitialized memory access issue, probably.

This could've been the opportunity to make Bob a fully self-tracking build system, but I think it makes more sense to wait for #61 before jumping into this.

We really need more tests for this!!! #67 again.

This PR also fixes build step merging. This is a bit of a separate issue, but it was small enough to be included along with this one.

@obiwac obiwac added the bug Something isn't working label Nov 16, 2024
Before, non-NUL-terminated strings were being passed to `str_hash`, which is obviously not right.
@obiwac obiwac mentioned this pull request Nov 16, 2024
19 tasks
`step->unique` was never being set.
@obiwac obiwac merged commit b06f72a into main Nov 16, 2024
6 of 8 checks passed
@obiwac obiwac mentioned this pull request Nov 24, 2024
6 tasks
obiwac added a commit that referenced this pull request Nov 24, 2024
obiwac added a commit that referenced this pull request Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant