-
Notifications
You must be signed in to change notification settings - Fork 450
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
Semaphore CarbonCore Stubs #1468
Conversation
I had to do this because it wasn't compiling and I couldn't figure out why, so I hope gh Actions logs will make it easier to find out, unfortunately I can't test on a fork |
src/frameworks/CoreServices/include/CarbonCore/Multiprocessing.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. My only request is to combine all your commits into one and name it Implement Semaphore CarbonCore Stubs
(or something similar to that)
Can't you just Squash on Merge? I never learned how to merge commits and that should do the same |
Figured it out |
I am not sure if I am supposed to re ask for review every time, I am sorry if I am not |
Thanks for the PR! I'll merge it in after CICD reports a success.
I could... but it seems like a good learning experience if you learned how to do it 😉
No worries! You don't need to ask for a review every time. |
So it seems that the build failed, I want you to try and figure out what went wrong.
What I would recommend you do is clone the darling project as normal then add your fork as one of the remote repos.
The following instructions below are about submodules, but the same idea applies to the |
I think it's easier if I just download the patch file and apply |
aha |
Oh great now I screwed something up |
I'll redo this cleanly |
Not done yet