Havoc Pennington

Results 172 comments of Havoc Pennington

if you blow up there then I think your goal is to go here instead: https://github.com/scala/pickling/blob/e8e6e261a592b364c8d602b11b0174248018a1fa/core/src/main/scala/pickling/json/JSONPickleFormat.scala#L206 maybe build a small compilable test case to attach here. there aren't docs for...

the JSON format that comes with pickling doesn't produce very "natural" JSON. the one that's in sbt serialization generates something that's probably more what you were expecting.

In https://github.com/sbt/serialization we support Option fields that can be missing.

@brainwane noted! One thing to be sure is clear to anyone who might stumble on the discussion, these are all for repository dependencies, so https://libraries.io/github/pytest-dev/pytest vs package deps like https://libraries.io/pypi/pytest/5.0.1/tree...

That sounds like we might need a configuration option of some kind to set the type to assign to gemfile deps... or maybe the "type" we assign to Gemfile packages...

Was going to use Akka Scheduler for this (change the message from CursorActor to ConnectionChannelActor to just send over a cursor ID to be queued, instead of directly sending the...

seems likely to be somehow related to pip version

There are operating system limits on path length and command line length; and conda has a limit on path length because it leaves placeholder paths of that length in binaries....

I'm not sure which limit is causing the problem...