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
One difference between them is that, since #264, Slice.submit() does the extra work of re-running post-boot scripts on modify. (There could be other differences as well; I haven't checked thoroughly.)
Both methods performing roughly equivalent action could be a source of confusion. What are our options here?
Refactor common code, or
Remove modify(), and use submit() instead, or
Document the difference between them, or
Do nothing?
The text was updated successfully, but these errors were encountered:
Slice.submit()
does this:fabrictestbed-extensions/fabrictestbed_extensions/fablib/slice.py
Lines 1964 to 1970 in 8f698c6
But
Slice.modify()
also does that:fabrictestbed-extensions/fabrictestbed_extensions/fablib/slice.py
Lines 2479 to 2484 in 8f698c6
One difference between them is that, since #264,
Slice.submit()
does the extra work of re-running post-boot scripts on modify. (There could be other differences as well; I haven't checked thoroughly.)Both methods performing roughly equivalent action could be a source of confusion. What are our options here?
modify()
, and usesubmit()
instead, orThe text was updated successfully, but these errors were encountered: