Created by: cgensoul
#3521 (closed) ### [BUG][OCaml] Generating matrix.org client-server API fails with an exception
This corrects the crash and solves all the other problems encountered while processing the matrix.org file but one :
Room_participation_api.define_filter is generated with UNKNOWN_BASE_TYPE as the type of its second parameter. This comes from DefaultCodegen which failed to provide a type for this parameter. I did not investigate that particular problem and I can't tell if this is expected behaviour or not. I suppose this could be avoided by giving a proper definition to the schema of this parameter (instead of an inline one) and referencing that definition in the parameter declaration.