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

Use checked signatures for Table and Column #12283

Merged
merged 33 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e6fa9ca
comparisons
radeusgd Feb 13, 2025
c7fb171
operations 1
radeusgd Feb 13, 2025
72589e8
operations 2
radeusgd Feb 13, 2025
071dd34
table
radeusgd Feb 13, 2025
98153cb
typos
radeusgd Feb 13, 2025
d13726c
adapt signatures
radeusgd Feb 13, 2025
75c3973
update tests
radeusgd Feb 13, 2025
6c92253
more removing old sigs
radeusgd Feb 14, 2025
fae28bd
update test
radeusgd Feb 14, 2025
2d40143
Revert "update test"
radeusgd Feb 14, 2025
2fff82a
update test v2
radeusgd Feb 14, 2025
0e5366b
temporarily avoid type error on text contains etc.
radeusgd Feb 14, 2025
8fb40a8
update DB_Column using linter
radeusgd Feb 14, 2025
c5f7083
add element types to checked Vector/Dictionary sigs
radeusgd Feb 14, 2025
f067f64
more aligning
radeusgd Feb 14, 2025
7b35eb9
align DB_Table
radeusgd Feb 17, 2025
709a72f
fix typo
radeusgd Feb 17, 2025
943943c
rewrite Table using new rules
radeusgd Feb 17, 2025
b13fc5e
fix whitespace in DB_Table
radeusgd Feb 17, 2025
5adec91
fix whitespace in DB_Column
radeusgd Feb 17, 2025
0745ba2
fix indentation in doc comment
radeusgd Feb 17, 2025
927b913
apply formatting to Column
radeusgd Feb 17, 2025
ecc1e66
fmt
radeusgd Feb 17, 2025
e42effc
trying to fix signatures
radeusgd Feb 17, 2025
9cfd48f
for now make types of Column text ops less strict - inner checks hand…
radeusgd Feb 17, 2025
2d03daf
Array needed to be accepted in is_in make expressions work
radeusgd Feb 17, 2025
f13080d
update type signature that was very obsolete, also update obsolete co…
radeusgd Feb 17, 2025
409e81e
write can return other types than File (e.g. Enso_File, S3_File etc.)
radeusgd Feb 17, 2025
00e9384
Merge branch 'develop' into wip/radeusgd/check-table-column-methods
radeusgd Feb 18, 2025
bfd82f1
fix double ! signatures
radeusgd Feb 18, 2025
547bd23
CR fix missing !
radeusgd Feb 18, 2025
89a963f
CR fix Column instead of DB_Column
radeusgd Feb 18, 2025
fbc2966
CR a bit more precise type for get_row
radeusgd Feb 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading