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
Currently, component_name was being repurposed for multiple functions:
- Checking whether or not the executable was published by forc
- Checking whether or not the executable was in the store
- Used to generate the tarball target
- Used to generate the tarball URL
- Used to generate the final target executable to run from the store
Each of the above was breaking in subtle ways depending on which
executable was being run.
After separating out these functions based on the properly resolved
component from the executable, and along with the previous commits,
these problems above were resolved.
0 commit comments