-
Notifications
You must be signed in to change notification settings - Fork 212
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 macOS linker warnings #6095
Draft
fasmat
wants to merge
1
commit into
develop
Choose a base branch
from
fix-macos-linker-warnings
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6095 +/- ##
=========================================
- Coverage 79.7% 79.7% -0.1%
=========================================
Files 328 328
Lines 42904 42904
=========================================
- Hits 34224 34208 -16
- Misses 6752 6764 +12
- Partials 1928 1932 +4 ☔ View full report in Codecov by Sentry. |
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
July 4, 2024 15:17
736726e
to
e1e110a
Compare
ivan4th
approved these changes
Jul 9, 2024
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
July 13, 2024 23:41
e1e110a
to
ddbcb0a
Compare
Since the fix only works after we update our CI runners, I'll set this to draft for now. |
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
July 18, 2024 09:04
ddbcb0a
to
da49306
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
4 times, most recently
from
August 1, 2024 15:04
2db5f46
to
e5ba3e0
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
5 times, most recently
from
August 8, 2024 15:15
14f3cab
to
765544a
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
6 times, most recently
from
August 17, 2024 12:26
3a5dcf9
to
f214e52
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
3 times, most recently
from
August 23, 2024 10:33
ea3c77c
to
baa7aa7
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
2 times, most recently
from
August 29, 2024 19:41
dd166e1
to
9d6c587
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
September 9, 2024 08:22
9d6c587
to
300df62
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
2 times, most recently
from
October 9, 2024 08:24
6f46f2b
to
193a736
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
2 times, most recently
from
October 15, 2024 18:53
78dc906
to
f9d0cf5
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
October 21, 2024 07:46
f9d0cf5
to
fb5bafb
Compare
fasmat
force-pushed
the
fix-macos-linker-warnings
branch
from
October 26, 2024 12:12
fb5bafb
to
dc10746
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
This should fix linker warnings we keep seeing on macOS.
Merge after spacemeshos/post#297
Description
Update post library and remove duplicate
LDFLAGS
definition inMakefile
.Test Plan
TODO