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
(I hesitate to call this a bug, but it causes very non-obvious failures)
If you call stapi::init twice with different -dir values, then any ctables managed by stapi that were created between the two calls get confused because they can no longer find their working files (as [workname $ctable foo] starts returning a different value)
It might make sense to store the build dir used during init_ctable per ctable, so that later changes to build_root do not make things fail.
The text was updated successfully, but these errors were encountered:
(I hesitate to call this a bug, but it causes very non-obvious failures)
If you call stapi::init twice with different -dir values, then any ctables managed by stapi that were created between the two calls get confused because they can no longer find their working files (as [workname $ctable foo] starts returning a different value)
It might make sense to store the build dir used during init_ctable per ctable, so that later changes to build_root do not make things fail.
The text was updated successfully, but these errors were encountered: