-
Couldn't load subscription status.
- Fork 11
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I have finally came around to test the package manager and have a few remarks to make. Maybe some of the following issues that I faced can be attributed to a User Error. I unfortunately am only able to report stuff that did not work for me.
utpm ws adddoes not seem to be checking the already existing dependencies in the typst.toml file. When the same package has been added repeatedly it resulted in the following:
[tool.utpm] dependencies = [ '''"""'"pkg"'"""''', """'"pkg"'""", '"pkg"', "pkg", ]
utpm pkg unlinkwas lacking the[y/n]prompt, aswell as namespace optionutpm ws initseemed to panic when a typst.toml file was presentutpm ws linklacks:- the option to put into a specific name space
- copied entire directory without packaging the package
- Info messages were sometimes not too clear and the verbosity levels did not seem to work (
-vis not boolean but requires a number) - Not always clear how the format of the package string should be (
@namespace/mypkg:0.1.0or a less verbose version of that)
Hopefully these issues are not actually issues but my incompetence. None the less I hope this helps with future improvements.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers