李衍志523370910113 jon-lee
  • 523370910113
  • Joined on 2023-09-10
李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#3 2025-01-28 05:56:27 +08:00
generate all config files

release-conf.json: read stages to run from tasks toml configs (eg. release.stages = ["compile"]) . by default (if release.stages in not specified) we want a complete run that can be…

李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#8 2024-12-26 11:33:47 +08:00
Advanced documentation

Keep consistency within Makefile and CMakeLists.txt, because clang++ will automatically add -Wsign-conversion when using -Wconversion, while g++ would not. So we should update this…

李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-12-03 23:56:10 +08:00
3385f3d48e feat: add file parser construction
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-27 14:53:01 +08:00
7aafdeef71 refactor: update toml files & chore redundant field
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-27 14:51:30 +08:00
475d0c8953 feat: add limitation adaptation
李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#8 2024-11-27 14:37:33 +08:00
Advanced documentation
  • After the semester, we should chore out some of the redundant field in repo.toml, and do some refinement on some "permanent"(don't need to change from time to time) information into it
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-27 11:41:55 +08:00
124b398cbc fix: get group from within [] of task name
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-27 10:37:02 +08:00
c7e2ff6cc0 feat: update structure
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-25 23:36:06 +08:00
ea9dbb22fb feat: actorcsvpath
李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#8 2024-11-23 10:20:15 +08:00
Advanced documentation
  • to simplify the usage of Grafana, we place each of the sanitzier stage in front of the run stage, each with name as [joj] exi-asan, [joj] exi-msan, [joj] exi-ubsan and [joj] exi run -…
李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#8 2024-11-22 11:48:48 +08:00
Advanced documentation

conf-release.json, generated from all conf.toml file or just out of conf-release.toml

李衍志523370910113 commented on issue JOJ/JOJ3-config-generator#8 2024-11-21 14:07:30 +08:00
Advanced documentation
  • in C++, CMakeLists.txt use the compiler as /usr/lib/llvm-18/bin/clang++ to avoid the improper error about links of libraries
李衍志523370910113 opened issue JOJ/JOJ3-config-generator#8 2024-11-21 14:06:33 +08:00
Distribution issues in ENGR1510J and solutions
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-20 22:33:03 +08:00
f3886472b0 feat: rough distrubte json function
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-15 18:54:55 +08:00
3e7a9c423e fix: diff with stdin
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-14 10:35:33 +08:00
482f7547cb feat: support for custom stdin
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-13 17:36:01 +08:00
3d3a1564fd fix: command in cases
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-13 17:33:59 +08:00
ec19b21710 feat: command for cases
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-13 17:10:43 +08:00
785864e5e2 fix: copyOut & some default value
李衍志523370910113 pushed to dev at JOJ/JOJ3-config-generator 2024-11-13 00:59:07 +08:00
47966d5a51 fix: copyInCached