Sergey Vladimirov

Results 38 comments of Sergey Vladimirov
trafficstars

WIP: ````kotlin data class Foo /* ... */ : Entity data class Bar /* ... */ : Entity interface FooRefOrValue ```` Now looking how to make Bar and BarRef implements...

Done: ````kotlin data class Foo /* ... */ : Entity, FooRefOrValue data class Bar /* ... */ : Entity, BarRefOrValue interface FooRefOrValue ```` Change note: i've removed inherited variables processing...

* fixed `kotlin-allOff-discriminator` example * fixed non-deterministric interfaces order (now explicitly sorted)

There are 2 points: * will be too simple to "forget" to erase default value (if required) * there is no direct link between local language and language item in...

@hsarrazin did you check the current scheme with latest used values?

@jdlrobson , what page (URL) error is generated at?

@jdlrobson , sadly i'm unable to repeat specified problems on any of those URLs. I will describe a bit later how to "debug" WEF code on local machine (without uploading...

@4brunu, can you check PR again, now it doesn't change a lot non-kotlin internals.