Skip to content

Conversation

@hussainsultan
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 146 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 12, 2025

CodSpeed Performance Report

Merging #1286 will not alter performance

Comparing hussain/docs/readme-update-2 (2bf16d6) with main (ea3e48a)

Summary

✅ 3 untouched

README.md Outdated
UDFs as pickled entries.

We serialize the expression as a YAML manifest that captures the graph and all
nodes (including UDFs as pickled entries); builds are content-addressed by the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are input-addressed, not content-addressed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are build hashes also input-addressed?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Comment on lines 190 to 203
### Replicable environments with uv

Using the lock with Xorq

If a uv.lock is present, Xorq can use it directly:

```bash
# Build using a locked env (hydrates if needed)
xorq uv-build

# Run a build with the locked env
xorq uv-run builds/<hash>
```

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we currently using requirements.txt to build the uv env, not uv.lock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants