Zachary Mulgrew

Results 5 issues of Zachary Mulgrew

It looks as if `pool_test` is not 100% reliable, at least not on my mac. Sometimes everything passes, but most of the time there is a single assertion the fails....

Add alias to LongHashFunction.xx() called LongHashFunction.xx_r39() to allow consumers to migrate code from xx_r39() to xx() without breaking at runtime. The LongHashFunction.xx_r39() method delegates to LongHashFunction.xx() so it is identical...

Hi. I have a use case where I need to _remove_ nodes from the AST as part of a custom precompilation step. I want to walk the AST and remove...

Hi folks, I have a Play application that is on Scala 2.13 and I'm not able to use `play-parseq` because it only builds artifacts for 2.11 and 2.12. It appears...

Hi. I have several interface/definition-only files in my `src/` directory. They use the `.d.ts` extension so that they don't produce modules. When I build, however, they are not copied to...