anna herlihy

Results 12 comments of anna herlihy

@hamzaremmal Thank you for the review! Is there some strong preference for rebase merge over squash merge in the repo? Normally irrelevant commits and their messages will be removed upon...

If you put the -prof options between double quotes it works: `bench/Jmh/run -prof "async:libPath=;output=flamegraph"`

Yes, sorry for the delay!

llvm.core is from [llvmpy](http://www.llvmpy.org/). Everything about tupleware is here: http://tupleware.cs.brown.edu/ but I don't think it is open-source unfortunately.

Hello! Currently there's no way to do what you're asking. However, writing your own doc manager that would have this behavior would be pretty straight forward. You could also use...

Hello! You are welcome to open a ticket (or I can reopen this one and tag it as a feature request), however this isn't a very common use case so...

Hello! Are you running into a particular error? What are you trying to accomplish with mongo-connector that would require this change?

I've restarted the travis build because it seems it failed for unrelated reasons.

It's not clear to me if the `:*` syntax for tuples should behave the same as `(T_1, ... T_n)` (or `Tuple_n[...]`) for pattern matching, since it doesn't for regular tuples,...

From discussion with the compiler team the behavior should mimic the regular tuples and fail with a mismatch error.