-
Notifications
You must be signed in to change notification settings - Fork 740
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 gcc build problem #1149
Fix gcc build problem #1149
Conversation
This pull request is waiting to be merged since two monthes. Is there something missing or needs to be done? |
@beinhaerter There appears to be problems with the checks running on older PRs. Can you please push an empty commit to retrigger tests. |
Closes issue microsoft#1148 by fixing problems introduced in PR microsoft#1140.
344ec5c
to
580dcef
Compare
I did an amend and a force push, but that did not seem to help. |
This PR is today open since 5 months. When will it finally be merged? Is Microsoft still working on this repo? Is it still a good library to use in our projects? Or is it dead and we better look for a replacement? |
This PR is today open since half a year. When will it finally be merged? Is Microsoft still working on this repo? Is it still a good library to use in our projects? Or is it dead and we better look for a replacement? |
There are flurries of activity occasionally. Remember most of the people
are busy getting the next version of C++ to the station on time!
I agree that if a compatibility issue has cropped up and the pull request
fixes it then it should be merged.
As for whether you should be using it or something else my question is that
if it does what you want it to do does it need to be actively worked on?
…On Thu, 5 Sept 2024, 09:03 Werner Henze, ***@***.***> wrote:
This PR is today open since half a year. When will it finally be merged?
Is Microsoft still working on this repo? Is it still a good library to use
in our projects? Or is it dead and we better look for a replacement?
—
Reply to this email directly, view it on GitHub
<#1149 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGL3HERKBPYF3Z2JQXCZITZVAF4LAVCNFSM6AAAAABEB34EQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZQHA3DQNBUHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't expect that new features are added. I know GSL implements what the Core Guidelines require. So there is no need for active development aside any bug fixes. Speaking as a contributor I can say that I try to help make GSL better, here I try to help others that ran into the clang build problem. The fix is short, so not much time is required to review and merge (except the CI problem), but yet the PR is still not merged and there is no information if and when it will be merged. That is frustrating and reduces my motivation to contribute to the project.
That is good to know. |
@beinhaerter Thank you for the contribution! We understand your frustration and apologize that this PR been open since March. We will be more diligent in responding to bugs and PRs going forward. |
Closes issue #1148 by fixing problems introduced in PR #1140.