docs: full toml sample (#20) #27

Merged
张泊明518370910136 merged 7 commits from full-toml-sample into master 2025-07-08 04:38:47 +08:00

Need proofreading and comments & example values in parsers fields.

Need proofreading and comments & example values in parsers fields.
张泊明518370910136 force-pushed full-toml-sample from 52961207dc to 3c8c276537 2025-07-01 01:25:23 +08:00 Compare
张泊明518370910136 changed title from WIP: docs: full toml sample to docs: full toml sample 2025-07-01 01:26:17 +08:00
manuel reviewed 2025-07-01 07:14:54 +08:00
@ -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
Owner

if key is host and value sandbox, then example might be the other way around joj/tools/Makefile (not h7/Makefie) and sandbox is the value h7/Makefile?

if key is host and value sandbox, then example might be the other way around `joj/tools/Makefile` (not `h7/Makefie`) and sandbox is the value `h7/Makefile`?
Author
Owner

Yes, it is a typo, fixed.

Yes, it is a typo, fixed.
bomingzh marked this conversation as resolved
manuel reviewed 2025-07-01 07:17:58 +08:00
@ -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
Owner

maybe we should should add a warning NOT to change/setup those values unless stricly necessary?

maybe we should should add a warning NOT to change/setup those values unless stricly necessary?
Author
Owner

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?

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?
Owner

yes, agree.

but in fact my comment was about adding a comment above the options below (to change time/ram/etc.)

yes, agree. but in fact my comment was about adding a comment above the options below (to change time/ram/etc.)
Author
Owner

done.

done.
bomingzh marked this conversation as resolved
张泊明518370910136 force-pushed full-toml-sample from 7228083cfb to 852bac8653 2025-07-01 12:22:50 +08:00 Compare
张泊明518370910136 force-pushed full-toml-sample from 852bac8653 to df0bc226f0 2025-07-01 12:25:36 +08:00 Compare
张泊明518370910136 changed title from docs: full toml sample to docs: full toml sample (#20) 2025-07-01 12:29:50 +08:00
张泊明518370910136 force-pushed full-toml-sample from 99e66cb3ff to 629a6cfdad 2025-07-01 12:38:00 +08:00 Compare
张泊明518370910136 force-pushed full-toml-sample from 1e2f1396b8 to 8b5907f86a 2025-07-03 21:20:29 +08:00 Compare
张泊明518370910136 force-pushed full-toml-sample from 8b5907f86a to e2262bc02c 2025-07-08 04:34:16 +08:00 Compare
张泊明518370910136 merged commit eac9100146 into master 2025-07-08 04:38:47 +08:00
张泊明518370910136 deleted branch full-toml-sample 2025-07-08 04:38:47 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: JOJ/JOJ3-config-generator#27
No description provided.