Simon Krajewski

Results 102 issues of Simon Krajewski

We decided (5 minutes ago) that for Haxe 5 it would be nice if libraries namespaced themselves. To ease transition, haxelib should emit both `-D name` and `-D lib.name` for...

I want to get rid of haxe.remoting stuff in the compiler, but I can't do that while haxelib is still using it.

I'm reporting this in case others come across it, but I'm not sure if it's actually an ocaml-lsp issue. After upgrading my dev environment, I had lots of `Unbound module`...

Have: No deployment Want: Deployment That's all I really know about this repository at the moment. Assigning to special CI investigator Rudy!

This is the current implementation of `peek`: ```ocaml let peek itr i = if i < 0 || i >= itr.len then raise(Out_of_bounds "Rope.Iterator.peek") else ( if itr.current_g0

```ocaml mutable path: (rope * int) list; (* path to the current leaf with global range. First elements are closer to the leaf, last element is the full rope. *)...

Two things: 1. Is there a way to get a list of all currently running threads? This should probably be a `threads` command. 2. It's a bit confusing to understand...

With https://github.com/HaxeFoundation/haxe/issues/9528 being addressed we should make sure the `LocalVariableTable` attribute isn't stripped off of the `Code` attribute so we get nice argument names.

The current solution to the array access generation on ConstPointer is an outright hack. We have to find a better way of communicating "I want a TArray here".

Some methods/specializations are not implemented yet.