Jonas Fonseca

Results 82 comments of Jonas Fonseca

@blueyed What would be the expected behaviour for merges with multiple parents?

OK, I'll make a diff specific filter for rev args

Unless ncurses supports True Color, it sounds like it will take a lot of work to get Tig to support it.

@XVilka That's great news, thanks for the update.

Here's the protobuf schema, feel free to edit it (via this comment). ```proto syntax = "proto3"; package org.scalanative.bindgen; option optimize_for = LITE_RUNTIME; message IR { repeated EnumType enums = 1;...

Added in branch [protobuf-ir](https://github.com/kornilova-l/scala-native-bindgen/tree/protobuf-ir).

Protobuf messages can be consumed in Scala with https://github.com/scalapb/ScalaPB. There's also a C implementation but C++ would work as long as the integration with Scala Native is done via a...

As long as Scala Native doesn't have to interface directly with C++ APIs we should be okay.

Related with https://github.com/kornilova-l/scala-native-bindgen/issues/32 The generated code is longer and more explicit by design to avoid having to keep track of whether declarations in the generated code shadows a declaration being...

Okay, let's keep it open, but I think we should give it pretty low priority for now since there are a lot of more important things to address.