Skip to content

Issues: FuelLabs/sway

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add event support via #[event] and #[indexed] attributes 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 enhancement New feature or request
#7158 opened May 6, 2025 by tritao Draft
Fix remaining issues in raw identifiers bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser compiler General compiler. Should eventually become more specific as the issue is triaged team:compiler Compiler Team
#7136 opened Apr 30, 2025 by ironcev
Add #[abi_name(name = "foo")] attribute to rename ABI items. 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 enhancement New feature or request
#7057 opened Apr 2, 2025 by tritao Loading…
7 of 8 tasks
Forbid passing aggregates and u256 and b256 to asm blocks without explicitly passing an address breaking May cause existing user code to break. Requires a minor or major release. 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 team:compiler Compiler Team
#6993 opened Mar 5, 2025 by ironcev
Emit warnings if #[attribute] arguments are already defined 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 team:compiler Compiler Team
#6988 opened Mar 4, 2025 by ironcev
Provide proper warning span for deprecated Contract methods 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 P: low team:compiler Compiler Team
#6982 opened Mar 4, 2025 by ironcev
ICE: Self type not provided for type alias declarations in impls bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen team:compiler Compiler Team
#6969 opened Feb 28, 2025 by jjcnn
No add method found on a number without annotations where expected add result is not u64 bug Something isn't working 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 team:compiler Compiler Team
#6961 opened Feb 25, 2025 by ironcev
Fully implement #[deprecated] attribute 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 team:compiler Compiler Team
#6942 opened Feb 19, 2025 by ironcev
3 tasks
Properly implement doc-comment attribute compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser compiler General compiler. Should eventually become more specific as the issue is triaged P: low team:compiler Compiler Team
#6938 opened Feb 18, 2025 by ironcev
Support doc comments on submodule (mod) items #6879 compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser compiler General compiler. Should eventually become more specific as the issue is triaged P: low team:compiler Compiler Team
#6925 opened Feb 12, 2025 by ironcev
Support inner attributes (#!) compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser compiler General compiler. Should eventually become more specific as the issue is triaged P: low team:compiler Compiler Team
#6924 opened Feb 12, 2025 by ironcev
Make caller arguments take Into<b256> instead of b256 compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser enhancement New feature or request team:compiler Compiler Team
#6923 opened Feb 12, 2025 by IGI-111
Properly support nested items or emit not-implemented error bug Something isn't working 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 team:compiler Compiler Team
#6919 opened Feb 11, 2025 by ironcev
Fix "no method found" issues when compiling code with PartialEq and Eq bug Something isn't working 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 team:compiler Compiler Team
#6899 opened Feb 6, 2025 by ironcev
Support #[cfg] attribute on submodule (mod) items compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen compiler: parser Everything to do with the parser compiler General compiler. Should eventually become more specific as the issue is triaged team:compiler Compiler Team
#6879 opened Feb 3, 2025 by ironcev
Review usages of Display/WithEngines for CallPath and provide dedicated to_xyz_string methods instead 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 team:compiler Compiler Team
#6873 opened Jan 31, 2025 by ironcev
Refactor unify_check check_inner. compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen team:compiler Compiler Team
#6845 opened Jan 20, 2025 by esdrubal
Consider importing submodules into namespace when using glob imports 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 enhancement New feature or request team:compiler Compiler Team
#6843 opened Jan 19, 2025 by ironcev
Revisit the visibility check in type_resolve compiler: collection Everything to do with graph collection, type collection, and the collection context. compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen team:compiler Compiler Team
#6840 opened Jan 17, 2025 by jjcnn
Reuse symbol collection namespace during typechecking compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen performance Everything related to performance, speed wise or memory wise. team:compiler Compiler Team
#6839 opened Jan 17, 2025 by jjcnn
Fix issues found during testing of the Iterator implementation for StorageVec bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen team:compiler Compiler Team
#6829 opened Jan 10, 2025 by ironcev
Duplicate similar errors. compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen team:compiler Compiler Team
#6786 opened Dec 12, 2024 by esdrubal
Error type 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: parser Everything to do with the parser language feature Core language features visible to end users team:compiler Compiler Team tracking-issue Tracking issue for experimental Sway features
#6765 opened Nov 29, 2024 by IGI-111
3 of 5 tasks
Functions implemented through traits cannot be used to instantiate constants compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen enhancement New feature or request language feature Core language features visible to end users team:compiler Compiler Team
#6746 opened Nov 21, 2024 by camden-smallwood
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.