erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

fix overlay vars from embedded files not taking precedence #836

Closed tsloughter closed 3 years ago

tsloughter commented 3 years ago

Fixes #827

tsloughter commented 3 years ago

This is actually my original fix that I thought was hackish. I came to realize it may be the most appropriate, one other option was doing an additional fold over delete within check_overlay_inclusion but that seemed wrong.