Alexander Yevsyukov

Results 38 comments of Alexander Yevsyukov

I'm refactoring test environment in the `commander-on` branch. Please talk to me prior to working on this issue.

We have a number of calls like `TypeUrl.of(msg).getTypeName()`. Each time on `of()` we create a new instance of `TypeUrl`. We may use known types to cache or create a map...

It's a nice issue, and I would like to get rid of envelopes some day. But `EventMessage` != `Event`. We can probably, re-name `Event` to something like `EventObject`, _and_ have...

@armiol, what's your view on this matter. It's a significant change, which is nice, but should be done after v1.0.0 is out and other important matters are addressed. It's a...

@armiol, I think we can keep newly introduced codegen under McJava for 2.0. We may move this code under `core-java` once we have the architecture for participation of libraries in...

Now this is done by CoreJvm Compiler. Closing as no longer relevant.

@armiol, we could probably fail compilation when the `column` option is set on a non-`Comparable` type. But I'm not quite sure why a `column` _has_ to be `Comparable`, apart from...