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.
52961207dcto3c8c276537WIP: 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 hostif 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: truemaybe 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.
7228083cfbto852bac8653852bac8653todf0bc226f0docs: full toml sampleto docs: full toml sample (#20)99e66cb3ffto629a6cfdad1e2f1396b8to8b5907f86a8b5907f86atoe2262bc02c