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
Recently, we discovered some inconsistencies when observing paths returned from runme ls and runme tui, and more precisely from Project.Load() from the internal/project package.
The special case is when the project is bootstrapped by walking the directory upwards. However, the same thing happens if --project is an absolute path.
There are two options:
Always return absolute paths and do post processing by the caller.
Always return relative paths; relative to the Project.Root().
Recently, we discovered some inconsistencies when observing paths returned from
runme ls
andrunme tui
, and more precisely fromProject.Load()
from theinternal/project
package.The special case is when the project is bootstrapped by walking the directory upwards. However, the same thing happens if
--project
is an absolute path.There are two options:
Project.Root()
.cc @sourishkrout
The text was updated successfully, but these errors were encountered: