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
At the moment, all languages are initialized with every run of the elide binary. This is set as the default because we can't necessarily anticipate which languages a user will want to use; so we load all of them.
Instead, we should fully respect the language selector flags. These should not just govern the way the source code is interpreted, but also which engines are loaded at init.
The text was updated successfully, but these errors were encountered:
Issue description
At the moment, all languages are initialized with every run of the
elide
binary. This is set as the default because we can't necessarily anticipate which languages a user will want to use; so we load all of them.Instead, we should fully respect the language selector flags. These should not just govern the way the source code is interpreted, but also which engines are loaded at init.
The text was updated successfully, but these errors were encountered: