rescript-labs / decco

Bucklescript PPX which generates JSON (de)serializers for user-defined types
MIT License
227 stars 27 forks source link

Missing location #63

Open chenglou opened 3 years ago

chenglou commented 3 years ago

Heyo, reporting a missing location raised in an issue in the rescript editor plugin: https://github.com/rescript-lang/rescript-vscode/issues/77#issuecomment-774412232

cc @mbergal

In general, ppx should always provide valid locations. Otherwise downstream tools trying to provide some location info on some type errors/bugs will break.