-
Notifications
You must be signed in to change notification settings - Fork 25
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
Imports in Hub #2335
Imports in Hub #2335
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2335 +/- ##
==========================================
+ Coverage 71.72% 71.76% +0.04%
==========================================
Files 113 113
Lines 5811 5820 +9
Branches 1117 1136 +19
==========================================
+ Hits 4168 4177 +9
Misses 1636 1636
Partials 7 7 ☔ View full report in Codecov by Sentry. |
} | ||
|
||
// Same as `continues`, but recoded to the common format. | ||
// Naming conventions are a bit messy, should we rename `continues` to `implicitImports` everywhere? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this name change. "Continues" is confusing to me.
packages/squiggle-lang/__tests__/SqProject/SqProject_imports_test.ts
Outdated
Show resolved
Hide resolved
packages/squiggle-lang/__tests__/SqProject/SqProject_imports_test.ts
Outdated
Show resolved
Hide resolved
packages/squiggle-lang/__tests__/SqProject/SqProject_imports_test.ts
Outdated
Show resolved
Hide resolved
I think I'm done looking through this for now. Overall, seems pretty strong, looking forward to this! I think the issue of imports often not working (maybe because of dashes) seems like something to fix before merging. The other comments are much more minor, feel free to merge without addressing them if you'd like. |
long time coming, this is what it's all about. you guys rule. |
No description provided.