Frost Ming

Results 477 comments of Frost Ming

The 1.1.0 test suite contains [unreleased specs](https://github.com/toml-lang/toml/pull/859). No hurry to update the test suite.

Since it is not reproducible, can you inspect what is the response content, around exactly this line: ``` File "/home/appuser/.local/lib/python3.9/site-packages/unearth/collector.py", line 85, in parse_json_response data = json.loads(page.content) ``` Print `page.content`...

> print(resp.content[-400:]) Did this line play an important role in reproducing the issue?

> No. This line was only to visualize what happens, i.e. the response is truncated. If requests itself can reproduce this, why not asking it there? I don't think there...

It sounds good to me. Just that `unearth` won't do any dependency resolution, unlike pip. So child dependencies won't be fetched(like `pip download --no-deps`). However, I will not get to...

the jobs are actually run by cron and it has no knowledge about the flask app. you need a registration step anyway. so what do you mean by the word...

Merging `pyproject-metadata` into `packaging` is a good idea for me.

If I interpret [PEP 508](https://peps.python.org/pep-0508/#environment-markers) correctly, these markers should be allowed: ```python "a" == "b" "a" Comparisons in marker expressions are typed by the comparison operator. The operators that are...

Your concern mostly makes sense. But IMO the situation is not worse than the `setup.py` style metadata. Anyway, PR welcomed.

The dynamic version, and the whole backend, only take effect when `distribution = true`. And the hook will be triggered whenever a `build` action is performed, that includes `pdm build`,...