Mark Elliot

Results 64 comments of Mark Elliot

Came across this and was looking for a workaround...so in case anyone else is trying to find a way out: it seems sufficient to change `group` for the subprojects such...

seems like the fix would be ensuring _tests_ in idea run with -ea by default (this is true for Eclipse IIRC)

I'm also a fan of simple things -- and believe it's simpler in implementation to say enum values are case-insensitive, that implementations will always naturally produce values in uppercase, than...

Will closing this out also involve updating all implementations to explicitly treat received lowercase values with an explicit, differentiated error from unknown but uppercase values?

I don’t think union fields have quite the same set of restrictions. As a result, if we error on casing (vs choosing to make enums case-insensitive), I’m also unsure how...

I think if you're going to rev the version of the IR that it'd be worth considering a next step of removing external types.

Not sure where the appropriate place to have the debate on #90 is -- this ticket is linked to #90 as one of the major breaking changes. Re: incremental transition:...

Yes, I think that if a language supports handling unknown values that it's required the actual value round-trip. There's a question of whether all languages should support unknown values, I'd...

“package” might be a Java centric name, but all the languages we typically work with support some form of name spacing, and can use package as an input on namespace...