-
-
Notifications
You must be signed in to change notification settings - Fork 12
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: private
is ignored when a public overload exists
#95
Comments
Fixing an issue is usually not a good fit for a project. In that specific case, workarounds exist to make |
If you check this comments: it's a non-trivial bug: |
It might be, but doesn't it have a trivial workaround ? Namely a |
Yes, but thrift guys do not want to take my workaround PR. It's a frontend bug anyway; and if we fix it, it help all the D projects. |
I think this should go to the "Discussion" tab on DMD repo. |
@BorisCarvajal as long as it's working, it better than the current situation. I think you should create a PR, and let people comment on it, maybe others can give better suggestions to improve it. |
Anyway, this is not a project. |
Description
fix: private is ignored when a public overload exists
https://issues.dlang.org/show_bug.cgi?id=21829
ldc-developers/ldc#3772
What are rough milestones of this project?
make apache-thrift build-able using LDC.
How does this project help the D community?
See also: #89
D is on an one man's island having trouble to cooperate with software components in other languages, due to unfixed bugs for a long time:
-- apache-thrift-d, LDC has build failure, because this bug (logged for a year now):
https://issues.dlang.org/show_bug.cgi?id=22083
-- D grpc client cannot talk to Python grpc server, because this bug (logged for 1.5 year now):
huntlabs/grpc-dlang#15
BTW, apache-thrift and grpc are the most important two rpc frameworks used in the industry.
Recommended skills
DMD front-end.
(If applicable, e.g. GSoC/SAoC)
GSoC & SAoC
What can students expect to get out of doing this project?
experience with DMD front-end.
Point of Contact
References
https://issues.dlang.org/show_bug.cgi?id=21829
ldc-developers/ldc#3772
The text was updated successfully, but these errors were encountered: