You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2020. It is now read-only.
Currently the @bundle macro annotation will discard positions on resulting trees if -Yrangepos is enabled to avoid RangePosition validation errors. For improved IDE friendliness it might be useful to attempt to backport this logic from 2.11.x both for macro-compat's own macro, and also to wrap all user macro method calls to do the same.
Currently the
@bundlemacro annotation will discard positions on resulting trees if-Yrangeposis enabled to avoidRangePositionvalidation errors. For improved IDE friendliness it might be useful to attempt to backport this logic from 2.11.x both for macro-compat's own macro, and also to wrap all user macro method calls to do the same.