Skip to content

Conversation

@RReverser
Copy link
Contributor

Description of Changes

Various fixups for column attributes in C# modules. Please review commit-by-commit, I intentionally split them out to make it easier. In particular, autoformatter changes are in separate commit that can be ignored.

API and ABI breaking changes

If this is an API or ABI breaking change, please apply the
corresponding GitHub label.

Expected complexity level and risk

How complicated do you think these changes are? Grade on a scale from 1 to 5,
where 1 is a trivial change, and 5 is a deep-reaching and complex change.

This complexity rating applies not only to the complexity apparent in the diff,
but also to its interactions with existing and future code.

2

If you answered more than a 2, explain what is complex about the PR,
and what other components it interacts with in potentially concerning ways.

This is user-facing API that's used in docs & examples, so renaming the internal ColumnAttrs to ColumnDefWithAttrs and ConstraintFlags back to ColumnAttrs so that public examples & existing projects can still compile.
 - Fixed column position in sequences (it used index after filtering instead of actual column index).
 - Fixed sequence definitions conflicting with automatic sequences derived from Constraints.
 - Removed constraints for columns that don't have any.
 - Hid internal fields + more minor refactorings.
@RReverser RReverser requested review from jdetter, kulakowski and mamcx and removed request for mamcx December 6, 2023 21:09
Copy link
Contributor

@mamcx mamcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RReverser RReverser merged commit e9724fc into master Dec 7, 2023
@RReverser RReverser deleted the column-attrs-fixes branch December 7, 2023 12:18
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.

3 participants