-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add experimental ABI alias metadata support. #7261
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
Draft
tritao
wants to merge
2
commits into
FuelLabs:master
Choose a base branch
from
tritao:abi-aliased-types
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a6a2fb to
5989ba2
Compare
CodSpeed Performance ReportMerging #7261 will degrade performances by 10.91%Comparing Summary
Benchmarks breakdown
|
381c53f to
9b7242e
Compare
9b7242e to
f0d3478
Compare
kmk142789
approved these changes
Sep 28, 2025
f0d3478 to
66db5dc
Compare
66db5dc to
e565e43
Compare
e565e43 to
75d1794
Compare
75d1794 to
b7251ef
Compare
b7251ef to
909004a
Compare
909004a to
3be6772
Compare
3be6772 to
4880b44
Compare
4880b44 to
136282a
Compare
136282a to
bc4048a
Compare
bc4048a to
ea958c0
Compare
ea958c0 to
4499642
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ABI
Everything to do the ABI, especially the JSON representation
compiler: frontend
Everything to do with type checking, control flow analysis, and everything between parsing and IRgen
compiler
General compiler. Should eventually become more specific as the issue is triaged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This adds a new
aliasOfproperty to the emitted concrete type metadata in ABI.Fixes #6564.
This is dependent in a following change in https://github.com/FuelLabs/fuel-abi-types.
Checklist
Breaking*orNew Featurelabels where relevant.