Skip to content
#

scala-native

Here are 95 public repositories matching this topic...

NeQuissimus
NeQuissimus commented Jan 7, 2019

I just came across the fact that a Show[Throwable] exists.

  1. It is not wired up into import Scalaz._, one needs to import scalaz.std.java.throwable._
  2. It discards the stack trace entirely.

What's going on with this? :D
Is it OK if I fix both of these (for 7.2 and 7.3)?

coreyoconnor
coreyoconnor commented Apr 27, 2020

Per the BufferedInputStream documentation, the skip(n) method corresponds to the general contract in InputStream. Which is:

"If n is negative, the skip method for class InputStream always returns 0, and no bytes are skipped. Subclasses may handle the negative value differently. "

From this I'd expect scala-native's BufferedInputStream.skip to return 0. Instead an `IllegalArgumentEx

johnynek
johnynek commented Jan 5, 2020

I didn’t see any documentation on the publish command other than the help.

I have questions such as:

In sonatype there are a number of checks that must be passed by the repo (having java docs, sources, signatures, and probably more). Is there an example that shows the full process of doing a publish to sonatype?

jonas
jonas commented Jun 25, 2018

I'm not sure if the warning is intended as a test, however, in that case we might want to have a way to capture and ensure that the warning is reported.

[info] BindgenSpec:
[info] Bindgen
[info] - should exist
[info] - should generate bindings for native.h
[info] - should generate bindings for PrivateMembers.h
[info] - should generate bindings for Enum.h
[info] - should generate bind

Improve this page

Add a description, image, and links to the scala-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scala-native topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.