Ondra Pelech
Ondra Pelech
@jdegoes @ghostdogpr :pray: we need you to merge this PR
@kyri-petrou do you think we'll get a new release with SN 0.5 anytime soon?
Indeed, Scala 3 code will benefit greatly from this ligature. Thank you :pray:
It failed pretty fast ``` > Could not resolve all artifacts for configuration ':classpath'. > Could not find io.github.dsvdsv:scala-android-plugin:20221029.2150. Searched in the following locations: - https://dl.google.com/dl/android/maven2/io/github/dsvdsv/scala-android-plugin/20221029.2150/scala-android-plugin-20221029.2150.pom - https://jcenter.bintray.com/io/github/dsvdsv/scala-android-plugin/20221029.2150/scala-android-plugin-20221029.2150.pom - https://repo.maven.apache.org/maven2/io/github/dsvdsv/scala-android-plugin/20221029.2150/scala-android-plugin-20221029.2150.pom...
Hmm, so with `LLVM_BIN=/usr/lib/llvm-17/bin`, `bindgenGenerateScalaSources` now fails with ``` Successfully regenerated binding (Scala) for cairo, 0 [bindgen] warn Unknown type: Kind: Float16, full type: _Float16 [bindgen] warn Unknown type: Kind:...
Running `bindgenGenerateScalaSources` on my local machine fails with ``` Clang reported [20] errors [bindgen] error error: unknown type name 'uint32_t' [bindgen] error error: unknown type name 'int32_t' [bindgen] error error:...
No worries, just ping me once you're done and merged with that PR and I'll reapply my cleanup :+1:
Perhaps `zio-query` can start depending on `zio-prelude`. Then, `zio-query` can implement the relevant type classes for its own types in its own codebase.
Definitely not in zio-prelude! The point of zio-prelude is that _other libs_ in the ZIO family depend on it. Not the other way around. > I don't know if we'd...
relevant: * https://github.com/tree-sitter/tree-sitter-scala/pull/340#issuecomment-1685208206 by @amaanq