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

Remove redundant ABI cloning in deploy_executables function ABI Everything to do the ABI, especially the JSON representation code quality team:tooling Tooling Team
#6997 opened Mar 6, 2025 by zees-dev
Implement TryFrom<Bytes> for b256 lib: std Standard library tracking-issue Tracking issue for experimental Sway features
#6994 opened Mar 5, 2025 by ironcev
Forbid passing aggregates and u256 and b256 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
Release build generates ~30% fewer debug symbol entries than debug build compiler:debug-info Debug Info support in the compiler compiler General compiler. Should eventually become more specific as the issue is triaged team:compiler Compiler Team
#6992 opened Mar 5, 2025 by JoshuaBatty
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
cfg_eval exits prematurely if it encounters an experimental_... argument 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
#6985 opened Mar 4, 2025 by ironcev
Remove deprecated warnings from <autogenerated> code 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
#6984 opened Mar 4, 2025 by ironcev
dead_code not applied if it is not the first argument of the last #[allow] attribute bug Something isn't working compiler General compiler. Should eventually become more specific as the issue is triaged DCA Everything to do with Dead Code Analysis team:compiler Compiler Team
#6983 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
Wrong error message on #[cfg(program_type)] argument when the argument value is not specified 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
#6981 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
Compailers panics when const evaluating const initialized by a const function call bug Something isn't working compiler General compiler. Should eventually become more specific as the issue is triaged team:compiler Compiler Team
#6960 opened Feb 25, 2025 by ironcev
Support more Vec<T> to Bytes converions lib: std Standard library
#6948 opened Feb 21, 2025 by bitzoic
Iter for Bytes lib: std Standard library
#6945 opened Feb 20, 2025 by bitzoic
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
Forc call help for callable functions enhancement New feature or request forc forc-call Everything related to the `forc-call` plugin in `forc-client` package team:tooling Tooling Team
#6935 opened Feb 17, 2025 by zees-dev
Support doc comments and attributes on nested 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 P: low team:compiler Compiler Team
#6932 opened Feb 14, 2025 by ironcev
ProTip! Exclude everything labeled bug with -label:bug.