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
In order to write a file, it has to be listed in contents as mutable. However, if the file doesn't exist in package archive, it has to be created with non-empty text, otherwise chisel fails with no content error.
In order to write a file, it has to be listed in
contents
asmutable
. However, if the file doesn't exist in package archive, it has to be created with non-empty text, otherwise chisel fails withno content
error.Demonstration:
It works when I explicitly set file text to non-empty value, e.g.:
The text was updated successfully, but these errors were encountered: