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

Remove usage of Source where missed, as for now the main primitive should be Buffer #298

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

whyoleg
Copy link
Member

@whyoleg whyoleg commented Mar 11, 2025

Motivation:

Buffer currently should be used everywhere, as a contract. Currently, we should not be able to use sources which are backed by files or similar, as they could block the running thread, which is currently unacceptable.
Should be investigated further later: #110

@whyoleg whyoleg self-assigned this Mar 11, 2025
Copy link

Test Results

  961 files  ±0    961 suites  ±0   2h 43m 8s ⏱️ +56s
4 355 tests ±0  3 906 ✅ ±0  449 💤 ±0  0 ❌ ±0 
7 973 runs  ±0  7 101 ✅ ±0  872 💤 ±0  0 ❌ ±0 

Results for commit be8bbd4. ± Comparison against base commit 89ad188.

@whyoleg whyoleg merged commit 17384a6 into master Mar 11, 2025
19 checks passed
@whyoleg whyoleg deleted the fix-sources branch March 11, 2025 18:40
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.

1 participant