-
Notifications
You must be signed in to change notification settings - Fork 86
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
update foonathan-memory to fix memory allocation error on macOS #442
Conversation
Seems to fix the issue and works perfectly fine on MacOS Sonama 14.5 👍🏼 |
Thanks @etherswangel for finding the fix. The file
|
Thanks, I've done what you said, please check. |
Looks good. Could you also remove the first two commits? One way of doing that is using interactive rebase (e.g. |
Could you use |
I cannot merge here, but hopefully @lopsided98 can. In general I don't see a problem with forcepushing in your forks. Github can show the diff between the old and new version so it's easy to verify that nothing has changed. On the other hand, squashing requires extra effort from the maintainer to edit the commit message. In this case it's mostly irrelevant, but with longer commit messages it would be nice to save the maintainer the extra work. |
fixes [foonathan::memory] Allocator foonathan::memory::memory_pool error, mentioned in lopsided98#419 (comment) uecomment-2196472985, see https://github.com/RoboStack/ros-humble/issues/ 32#issuecomment-2227591674
Sorry for the delayed response, I’ve been swamped this week. I’ve pushed the changes, but I think most developers may want the |
@stevalkr I guess the above merge was not intentional. I'm not sure how Github's "squash & merge" behaves in this case, but yet another force-push to revert the merge might help :-). |
@wentasah Sorry that was a mistake. I forgot this is a branch in PR and still haven’t got merged. Well it's been half a month since my last force-push so I doubt it's getting merged... @lopsided98 would you take a look? |
fixes [foonathan::memory] Allocator foonathan::memory::memory_pool error, mentioned in #419 (comment), see RoboStack/ros-humble#32 (comment)
Tested on macOS 15.0-beta, needs to be verified on other versions and platforms