mw66

Results 198 comments of mw66

Yes, it still is an issue, ldc2 build fails also on Linux. https://github.com/huntlabs/hunt/issues/89

@nocomentsspb can you be more specific of what your patch is about? What problem it intended to fix? And can you resolve the conflict files? Thanks for your contribution!

@Heromyth Thanks for the confirmation. Hi, I created this PR: Python server & client for test with D client & server https://github.com/huntlabs/grpc-dlang/pull/16 Please try it. Thanks.

Test D client with Python server: ``` $ make pyproto ``` then test the Python server: ``` $ cd source $ python3 server.py $ python3 client.py # in another terminal...

The other way does not work either: ``` $ SimpleDemo$ ./server # D server, can see the request 2020-Nov-25 20:21:23.0448696 | 70846 | trace | GreeterImpl.SayHello | request: Hunt, reply:...

@Heromyth Do you want to add this issue to GSOC (Google Summer of Code) projects? so someone can try to fix the network issue, and be awarded by Google? https://github.com/dlang/projects/issues?q=is%3Aissue+is%3Aopen+label%3Agsoc2021

Just an update on the progress (for the new comers): right now Python client can talk to D server, thanks @kubo39 ; but the other way still does not work....

Another question is: can I programmatically run the semantic analysis on list of classes? Ideally, the classes need to be processed in topological dependency order in multiple passes: 1st pass:...

As the last resort, maybe I need to work at the AST level (i.e. only syntax, without semantic analysis), just wonder is there any AST level api doc / example...

check #56, esp: https://github.com/jessecooper/pyetrade/issues/56#issuecomment-973304713