P. Oscar Boykin

Results 373 issues of P. Oscar Boykin

for people with almost all java or almost all scala

Not really sure how to reproduce, but we just saw an example of a duplicate artifact being added to workspace.bzl (same maven artifact and group id, but different versions). I...

if you have duplicate groups in the dependencies, the last one is silently taken, which is quite confusing. I think we should just fail the parse and explain which one...

sometimes we may want to forcibly set a dependency as only a runtime dep, or add an unmentioned dependency.

https://www.cl.cam.ac.uk/~nk480/bidir.pdf Claims to be a simpler and proven to be sound algorithm capable of handling the same language.

This is a list of syntax issues that seem irregular or confusing and should be possibly changed.

One use case for bosatsu, somewhat similar to json generation would be protobuf generation. So, you would have a tool to generate bosatu types and values for protobuf values, then...

If the signature is exactly the same they should differ in patch. If the signature of the newer is bigger (always the same for names where there is an overlap)...

We currently in matchless have a LoopFn node: https://github.com/johnynek/bosatsu/blob/f9ef6767321c682ed392bf2425f13e976b7e4db8/core/src/main/scala/org/bykn/bosatsu/Matchless.scala#L41 this is a tail recursive function. One problem here is that it harms inlining somewhat: it is not solved how to...