docs: full toml sample (#20) #27
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "full-toml-sample"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need proofreading and comments & example values in parsers fields.
52961207dc
to3c8c276537
WIP: docs: full toml sampleto docs: full toml sample@ -0,0 +40,4 @@
files.import = [ "tools/filelength" ]
# files to import into the sandbox
# key is the path in the host, value is the path in the sandbox
# e.g. this will copy `/home/tt/.config/joj/h7/Makefile` in host
if key is host and value sandbox, then example might be the other way around
joj/tools/Makefile
(noth7/Makefie
) and sandbox is the valueh7/Makefile
?Yes, it is a typo, fixed.
@ -0,0 +48,4 @@
files.export = [ "yes.txt" ]
# whether to copy all files from the current working directory from host (i.e. the whole repo)
copy-in-cwd = true # default: true
maybe we should should add a warning NOT to change/setup those values unless stricly necessary?
In theory, in the run stage of a compiled language, it should be set as false to improve performance. As the binary is exported in the previous stage, it will be automatically imported here. Should we remind TAs for this?
yes, agree.
but in fact my comment was about adding a comment above the options below (to change time/ram/etc.)
done.
7228083cfb
to852bac8653
852bac8653
todf0bc226f0
docs: full toml sampleto docs: full toml sample (#20)99e66cb3ff
to629a6cfdad
1e2f1396b8
to8b5907f86a
8b5907f86a
toe2262bc02c