When compiling a project that uses ex_json_schema, I saw the following warning:
warning: Map.size/1 is deprecated. Use Kernel.map_size/1 instead
Found at 4 locations:
lib/ex_json_schema/validator.ex:99
lib/ex_json_schema/validator.ex:101
lib/ex_json_schema/validator.ex:106
lib/ex_json_schema/validator.ex:108
Coverage remained the same at 98.661% when pulling 703086f30e484ffef1b73421dc80dfc76c4b5180 on kbaird:ReplaceMapSizeWithKernelFun into fd808676f1ecbd52d874fb3eca180bc476d20440 on jonasschmidt:master.
When compiling a project that uses
ex_json_schema
, I saw the following warning:And so made this small change accordingly.