fastmail / Ix

automatic generation of JMAP-style APIs
GNU General Public License v2.0
10 stars 5 forks source link

split is_immutable into client_may_init and client_may_update #92

Closed rjbs closed 7 years ago

rjbs commented 7 years ago

I think we should bring back is_immutable, sometime, to indicate that the field is guaranteed to never change.

wolfsage commented 7 years ago

Looks good I think. Would be nice to have tests for:

client_may_init => 1,
client_may_update => 0,

and

client_may_init => 0,
client_may_update => 1,
rjbs commented 7 years ago

This has been applied.