Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build backend: Logging and more checks #7980

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

konstin
Copy link
Member

@konstin konstin commented Oct 7, 2024

Add better logging and a missed check.

Log output (debug):

$ RUST_LOG=uv=debug cargo run -q build-backend build-wheel dist2
  DEBUG uv 0.4.18
  DEBUG Writing wheel at dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding content files to dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding metadata files to dist2/uv_backend-0.1.0-py3-none-any.whl
  uv_backend-0.1.0-py3-none-any.whl

Log output (trace):

$ RUST_LOG=uv=trace cargo run -q build-backend build-wheel dist2
  DEBUG uv 0.4.18
  DEBUG Writing wheel at dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding content files to dist2/uv_backend-0.1.0-py3-none-any.whl
  TRACE Adding directory uv_backend
  TRACE Adding uv_backend/__init__.py from src/uv_backend/__init__.py
  DEBUG Adding metadata files to dist2/uv_backend-0.1.0-py3-none-any.whl
  TRACE Adding directory uv_backend-0.1.0.dist-info
  TRACE Adding uv_backend-0.1.0.dist-info/WHEEL
  TRACE Adding uv_backend-0.1.0.dist-info/entry_points.txt
  TRACE Adding uv_backend-0.1.0.dist-info/METADATA
  TRACE Adding uv_backend-0.1.0.dist-info/RECORD
  TRACE Adding central directory
  uv_backend-0.1.0-py3-none-any.whl

@konstin konstin added the preview Experimental behavior label Oct 7, 2024
@konstin konstin requested a review from BurntSushi October 7, 2024 18:00
@konstin konstin force-pushed the build-backend8-logging-and-checks branch 2 times, most recently from 1d643c2 to 7a4a45f Compare October 8, 2024 15:16
Add better logging and a missed check.

Log output (debug):

```
$ RUST_LOG=uv=debug cargo run -q build-backend build-wheel dist2
  DEBUG uv 0.4.18
  DEBUG Writing wheel at dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding content files to dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding metadata files to dist2/uv_backend-0.1.0-py3-none-any.whl
  uv_backend-0.1.0-py3-none-any.whl
```

Log output (trace):

```
$ RUST_LOG=uv=trace cargo run -q build-backend build-wheel dist2
  DEBUG uv 0.4.18
  DEBUG Writing wheel at dist2/uv_backend-0.1.0-py3-none-any.whl
  DEBUG Adding content files to dist2/uv_backend-0.1.0-py3-none-any.whl
  TRACE Adding directory uv_backend
  TRACE Adding uv_backend/__init__.py from src/uv_backend/__init__.py
  DEBUG Adding metadata files to dist2/uv_backend-0.1.0-py3-none-any.whl
  TRACE Adding directory uv_backend-0.1.0.dist-info
  TRACE Adding uv_backend-0.1.0.dist-info/WHEEL
  TRACE Adding uv_backend-0.1.0.dist-info/entry_points.txt
  TRACE Adding uv_backend-0.1.0.dist-info/METADATA
  TRACE Adding uv_backend-0.1.0.dist-info/RECORD
  TRACE Adding central directory
  uv_backend-0.1.0-py3-none-any.whl
```
@konstin konstin enabled auto-merge (squash) October 8, 2024 15:17
@konstin konstin merged commit 9ae6c4f into main Oct 8, 2024
61 checks passed
@konstin konstin deleted the build-backend8-logging-and-checks branch October 8, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Experimental behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants