Frost Ming

Results 477 comments of Frost Ming

> still couldn't resolve . are there any way to know what is exactly screwing this up? add -v to enable terminal logging and you will probably spot some packages...

Sorry, I would consider this a well-designed bad case. You can find bad cases in every dependency resolver. However, you can easily spot it out by looking at the locking...

The title description is unclear, and git username and email are already supported.

Yes it would be similar to Cargo: - `pdm init --workspace` to add a `tool.pdm.workspace` setting in `pyproject.toml` - When the section is present, commands will turn into workspace mode...

> What would be the best workaround for now to emulate this feature at the least cost, @frostming? Using editable installs. Here is a simple example. parent `pyproject.toml`: ```toml [tool.pdm.dev-dependencies]...

> How does building wheels of packages with path dependencies work in this context? I would prefer to specify dependency versions in sub packages, rather than specifying path dependencies, and...

> I have to remove and add the editable package in the monorepo config each time. No, just run `pdm update` to pick them up.

@alexcochran There still exist many that is undetermined, such as how to reuse or refer the config from the parent project in subprojects, and that will inevitably bring some new...

@DavidVujic IIUC, does it look like https://github.com/GreyElaina/Mina ? BTW, polylith is a wonderful project, good job!

You can change the root of `make` command by `-C ` right?