pelemay icon indicating copy to clipboard operation
pelemay copied to clipboard

Resolve Dialyzer warnings

Open QuinnWilton opened this issue 3 years ago • 1 comments

There was three warnings from Dialyzer.

  1. A redundant case clause when matching against File.read!/3: https://github.com/zeam-vm/pelemay/compare/master...QuinnWilton:quinn/dialyzer?expand=1#diff-4972a9be985f9b913c07209d94d51a2388f542f91879b0f5983ddf8179b4a06bL36

  2. A redundant case clause when matching against :os.type/0: https://github.com/zeam-vm/pelemay/compare/master...QuinnWilton:quinn/dialyzer?expand=1#diff-207e0d18a388a2190dea937d097735e2a0edc66008b2594f7d3bc798515790bfL416

  3. An incorrect return type: https://github.com/zeam-vm/pelemay/compare/master...QuinnWilton:quinn/dialyzer?expand=1#diff-d0637b531f44050d0caee09480539649b69f5bbfed921ce18867be1c5623b472L351

QuinnWilton avatar Feb 15 '21 04:02 QuinnWilton

Thanks a lot!

zacky1972 avatar Dec 03 '21 19:12 zacky1972