Integration and enhancement on config generator development #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3-config-generator#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Current file structure
lib
contains every function that is neededsrc
only containsmain
to runtoml
contains sample toml in https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/wiki/JOJ3-Configuration-For-TAsoutput
temporarily json would be output herethe sample toml files are able to be translated to json files, we have a
output/sample.json
generated bytoml/task_complex
now.features haven't been implemented
After looking at the file structures of master, I realize that I need to integrate dev in to master, and also I guess some part of my code can be enhanced. So @manuel @bomingzh can you please help and take a look, and help improve the code and manage to merge dev into master?
dev
branch onmaster
branch, follow the readme on master branch.tests
and write test cases..gitignore
.lib
intojoj3_config_generator
.src/main.py
tojoj3_config_generator/main.py
, make the cli app run withpdm run app create
.pdm run all
.should now be fine, closing