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
Not all spk [env] command lines contain a request that requires the use
of a workspace, but previously the workspace was loaded unconditionally,
meaning that any/all *.spk.yaml files in the working directory would be
read in and possibly warned about if they do not contain the "api"
entry.
Avoid this unnecessary file IO overhead when workspaces are not needed.
Also reuse the already loaded workspace instead of creating another new
one per file in `parse_idents`.
Finally, if loading a workspace and warning about possibly more than one
file if missing the "api" entry, include the filename of the offending
file in the warning message.
Signed-off-by: J Robert Ray <[email protected]>
0 commit comments