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
libcontains every function that is neededsrconly containsmainto runtomlcontains sample toml in https://focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/wiki/JOJ3-Configuration-For-TAsoutputtemporarily json would be output herethe sample toml files are able to be translated to json files, we have a
output/sample.jsongenerated bytoml/task_complexnow.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?
devbranch onmasterbranch, follow the readme on master branch.testsand write test cases..gitignore.libintojoj3_config_generator.src/main.pytojoj3_config_generator/main.py, make the cli app run withpdm run app create.pdm run all.should now be fine, closing