Tags: oubeilite2019/sway
Tags
Use buildjet runner for gh-pages workflow (FuelLabs#4902) The regular runner runs out of memory at this point, switching to this one should solve this problem.
chore: bump to v0.42.1 (FuelLabs#4767) ## Description release: v0.42.1 version.
chore: bump to v0.42.0 (FuelLabs#4755) ## Description Also runs `cargo update` in order to update deps to their latest patch release as this is a breaking release.
Fix style guide example not using local std (FuelLabs#4721) ## Description Style guide example is blocking new releases because it tries to use an unpublished version of std ## Checklist - [x] I have linked to any relevant issues. - [x] I have commented my code, particularly in hard-to-understand areas. - [x] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [x] I have added tests that prove my fix is effective or that my feature works. - [x] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [x] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers.
Remove duplicate type checker definitions in favor of `UnifyCheck` (F… …uelLabs#4593) ## Description This is based on FuelLabs#4184 and fuses all duplicate type subset checkers in favor of using `UnifyCheck` and `TypeInfo` equality. ## Checklist - [x] I have linked to any relevant issues. - [x] I have commented my code, particularly in hard-to-understand areas. - [x] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [x] I have added tests that prove my fix is effective or that my feature works. - [x] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [x] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers. Co-authored-by: Marcos Henrich <marcoshenrich@gmail.com>
release: bump to v0.40.0 (FuelLabs#4601) ## Description Waiting for: - FuelLabs#4525. @Dhaiwat10 was waiting for a release with the linked PR merged. @IGI-111 I had the PR ready, leaving it up to you when to merge & cut the release. Made this a major bump as we had a breaking change merged (FuelLabs#4574). ## Checklist - [ ] I have linked to any relevant issues. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] I have added tests that prove my fix is effective or that my feature works. - [ ] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [ ] I have requested a review from the relevant team or maintainers. Co-authored-by: IGI-111 <igi-111@protonmail.com>
PreviousNext