P. Oscar Boykin

Results 374 issues of P. Oscar Boykin

The unshadow algorithm in Code.Lambda added in this commit: https://github.com/johnynek/bosatsu/pull/1124/commits/dc5389bea86bbd3910e07ed1c230c66c52355934 could be used in TypedExpr and Declaration. Both of which give up and return None if they hit a condition...

``` [info] - we enumerate from most to superkinds *** FAILED *** (14 minutes, 17 seconds) [info] StackOverflowError was thrown during property evaluation. [info] Message: "None" [info] Occurred when passed...

see something like: https://indico.cern.ch/event/313684/contributions/1687773/attachments/600513/826490/FPArith-Part2.pdf the idea would be rewrite expressions so they are numerically stable, and possibly optimize final functions so they a IEEE754 -> IEEE754 but with the least...

It would be great to outline what sbt support might look like from the point of view of someone familiar with the code. Including links to the parts in the...

make sure the cascading branch is up to date with develop cc @rubanm @fwbrasil

``` .[info] - all optimization rules do not increase steps *** FAILED *** [1435](https://github.com/twitter/scalding/runs/5505683474?check_suite_focus=true#step:7:1435) [info] TestFailedException was thrown during property evaluation. [1436](https://github.com/twitter/scalding/runs/5505683474?check_suite_focus=true#step:7:1436) [info] Message: 2 was not greater than or...

Ideally anything that does not increase the dependencies should be moved to base. By removing a function it looks like no one was using (and is just a trivial redirection...

``` [warn] /Users/oscar/code/oss/scalding/scalding-beam/src/main/scala/com/twitter/scalding/beam_backend/BeamBackend.scala:29:27: match may not be exhaustive. [warn] It would fail on the following inputs: (CounterPipe(_), _), (CrossPipe(_, _), _), (CrossValue(_, _), _), (DebugPipe(_), _), (EmptyTypedPipe, _), (ForceToDisk(_), _),...

The goal here is to extract the Typed API of scalding as a generic dataflow AST. With this, we have a clean API to make scalding backends without depending on...

this is on top of #1209 There are issues with using this. If you have thrifts with fields that are neither required nor optional, you can have nulls in your...