Bryan Chan

Results 79 comments of Bryan Chan

If @patpadgett is going to take back maintainership, I'm happy to submit PRs to his repo and shut my fork down. I haven't had time myself to work on it...

Both `*Stopping` and `*Stopped` have this problem. These life cycle messages are essential to the design of Proto.Actor so I would try to avoid deleting them. It seems clear that...

I think this proposal is missing the point. `incarnateActor` shouldn't care whether what the actor is, whether it is `nil`, a pointer, a struct value, or a function. The problem...

@tengyifei: I am currently working on a gRPC server/client framework for Swift, based on the work by @alexeyxo. I am only just starting but I wonder if you have already...

@tengyifei Sounds good. That's what I'm doing now. I'll push some code to GitHub once it compiles.

@alexeyxo: I can help with testing and patching the code with Swift 3.0. I have been looking at the Objective-C implementation of gRPC and trying to rewrite it into Swift...

@alexeyxo I am wrapping around the C core, by basically translating the Objective-C implementation into Swift. I am new to both Objective-C and gRPC, and this translation is taking longer...

@tengyifei Yes, `sync_posix.h` only uses `` but it was causing issues too, so I tried replacing it with ``: ``` /opt/grpc/include/grpc/impl/codegen/sync_posix.h:41:9: error: declaration of 'pthread_mutex_t' must be imported from module...

In light of @kiranchandramohan's comment, perhaps we should have another test to make sure that `-Mallocatable=95` still works. 😄 There are a number of tests which exercise `-Mallocatable=03` but none...

Our investigation shows that flang1 seems to be skipping a necessary deep copy of the allocatable array fields in the derived type elements while constructing the result array from the...