-
Notifications
You must be signed in to change notification settings - Fork 327
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
Allow a Table
that has just 1 column to act as Column
#12137
Comments
Radosław Waśko reports a new STANDUP for yesterday (2025-01-27): Progress: Merged single-value column PR. Created prototype for single-column Table. Fighting with some weird IR bug. It should be finished by 2025-01-29. Next Day: Next day I will be working on the same task. Finish the second PR, work on signatures PR. |
Radosław Waśko reports a new STANDUP for yesterday (2025-01-28): Progress: After discussion rewriting the PR to have more code duplication based on current limitations. Fighting with bugs. It should be finished by 2025-01-29. Next Day: Next day I will be working on the same task. Finish the second PR, work on signatures PR. |
Radosław Waśko reports a new STANDUP for the provided date (2025-01-29): Progress: Continuing with single-column Table PR, investigating and reporting several issues related to intersection types, trying for find workarounds to still move forward with the PR. It should be finished by 2025-01-29. Next Day: Next day I will be working on the #12186 task. Start next tasks. |
Next step in intersection types work in Libraries.
We want to refine the
Table
type with& Column
iff.table.columns.length == 1
.This should work for both
Table
andDB_Table
(the latter is refined with& DB_Column
).The text was updated successfully, but these errors were encountered: