mountetna / monoetna

mono-repository version of etna projects
GNU General Public License v2.0
1 stars 0 forks source link

Gnomon bugfix: checking for duplicate names #1290

Closed maflaven closed 4 months ago

maflaven commented 6 months ago

This fixes an issue where sometimes checking for local and remote duplicate names wouldn't properly update their respective local trackers. It comes up in a couple scenarios all involving slow internet and the fact that once Magma requests finish, if they happen to reference variables that changed during the request, they won't use the latest value but the stale initial value at request start.

Happy to explain via call—it's much easier to understand with a demo!


TODO