-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: reflection issues with fetch
#1279
Conversation
- chore: move `creative` and `docs` dirs to new project dir - test: add smoke test runs for code in `tools/scripts` Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Signed-off-by: Sam Gammon <sam@elide.dev>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1279 +/- ##
==========================================
+ Coverage 48.24% 48.40% +0.16%
==========================================
Files 500 500
Lines 18295 18365 +70
Branches 3236 3265 +29
==========================================
+ Hits 8826 8890 +64
- Misses 8441 8462 +21
+ Partials 1028 1013 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary
Fixes some reflection issues with fetch, and adds some improved error handling within the CLI; also adds an experimental feature to warm preamble scripts at build time (by parsing their sources statically).