Aggelos Biboudis

Results 22 issues of Aggelos Biboudis

I'd like to use this in my project as a nuget dependency.

The following snippet reproduces the errors I got: ``` scala import scala.reflect.ClassTag class Stream[@specialized(Long) T: ClassTag](val loop : (T => Boolean) => Boolean) { def map [@specialized(Long) R : ClassTag]...

bug

While creating the switch for BER Metaocaml I face this issue. Of course this doesnt happen when I run the shell under Rosetta shell but it would be preferable to...

I tried to use two separate project definitions n [scala-streams](https://github.com/biboudis/scala-streams) ([build file](https://github.com/biboudis/scala-streams/blob/55ecd1d6c513492a6cc174eaa0f8c4464b843ed3/project/Build.scala#L37)), and after switching to each project separately, invoking `run` produces the `No main class detected.` error.

The sigs are fairly standard as @OlivierNicole [proposed it](https://www.reddit.com/r/ocaml/comments/5esadt/strymonas_library_stream_fusion_using/dag824o) `ocaml val take_while : ('a code -> bool code) -> 'a stream -> 'a stream val skip_while : ('a code ->...

new combinator

In cases where the compiler needs to unbox a `long`, `float`, `double` and then run the exactness check, we were getting a crash. While the selector value is always boxed,...

ready
rfr
core-libs
compiler

Hello! Should we include support for compiler extensions? e.g. introduce a variable `OPAM_SWITCH_EXT` to use for extension names' concatenation (strings like "+BER" or "+modular-implicits-ber") at the [init command](https://github.com/ocaml/ocaml-ci-scripts/blob/master/.travis-ocaml.sh#L129) in .travis-ocaml.sh....