James Clark

Results 508 comments of James Clark

Also need to handle annotations (as in #1258).

Tagged data values should be output as strings. The other way round should work too.

Generally the spec only says anything about propagating the conditionally expected type when it's not obvious how it should be propagated. When the spec says nothing about how to propagate...

I think we probably will want to encourage alternate-receive instead of alternate-wait. If we fix #1276, then I think that should work.

We decided to get rid of this for Swan Lake because the syntax does not interact well with the `distinct` feature. See #698. We need a better way to do...

If we were to use named workers to represent dataflow blocks, then it would be a real pain for named workers not to have full access to parameters.

Also note that allowing workers to access mutable local variables (at the cost of the workers running on the same thread) would also be beneficial for dataflow, and would allow...

Ballerina's model of a resource path is a list of string segments. A URL is also syntactically a list of segments. So it's natural by default for the HTTP lister...

Talking to @hasithaa this is mostly a client problem. When the HTTP API isn't very RESTful (as in the Google case), it seems to me that remote methods might work...