Win Wang
Win Wang
Hi! Just jumping in here because I'd love to have support for simple fixed-width strings, or at least raw bytes.
For reference, the pretty-printed scalasigs which would be required: ```scala symbols { tag: VALsym id: .#T2#super$x(). flags: PRIVATE | METHOD | SUPERACCESSOR | ARTIFACT info { tag: POLYtpe tpe {...
Unfortunately, yes, the larger internal project was cancelled. Contributors outside of Twitter didn't really exist for Rsc.
It's worth to note that the error message ``` O.scala:2: error: local2 object O { ^ rsc.util.CrashException: local2 ``` was quite unhelpful in figuring out what caused the failure.
A naive implementation would break for polymorphic constructors: ``` class C[A](x: A) val x = new C(1) // should be inferred as x: C[Int] but would need to infer into...
Also, figure out performance implications of asynchronous file io i.e. AsynchronousFileChannel.
Intriguingly, naively recursing into the prefixes for emitting causes return type information to be wrong: ```diff info { tag: METHODtpe ret { tag: TYPEREFtpe pre { - tag: THIStpe -...
What kind of scripts were you thinking of?
Which document?