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

Attribute improvements #535

Merged
merged 2 commits into from
May 9, 2024
Merged

Attribute improvements #535

merged 2 commits into from
May 9, 2024

Conversation

Alasdair
Copy link
Collaborator

@Alasdair Alasdair commented May 9, 2024

Renames the config type for attribute arguments to the more unambiguous attribute_data

Adds attributes to record information about function overloading

Also propagate more attributes through type-checking

Alasdair added 2 commits May 9, 2024 04:11
more accurately represents usage, and less ambiguous w.r.t other configuration
types
Mostly this ensures we don't lose attributes during type-checking, and we add an
overloaded attribute to resolved overloads pointing to what they were overloaded from.
The idea is we can use this during documentation generation to reverse the overload and
print the original function after constant propagation.
Copy link

github-actions bot commented May 9, 2024

Test Results

    9 files  ±0     20 suites  ±0   0s ⏱️ ±0s
  625 tests ±0    625 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 006 runs  ±0  2 005 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit c7afda4. ± Comparison against base commit a164ddb.

♻️ This comment has been updated with latest results.

@Alasdair Alasdair merged commit 360baf9 into sail2 May 9, 2024
9 checks passed
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.

1 participant