What's Changed
- Add
is_terminated
check before compiling return statements to IR by @mohammadfawaz in #2312 - Add means of comment formatting to
sway-fmt-v2
by @kayagokalp in #2229 - Introduce the
TypeBinding
type by @emilyaherbert in #2195 - Don't forward too much gas in the reentrancy test by @mohammadfawaz in #2323
- Refactor coins_owner by @nfurfaro in #2317
- StorageVec by @SwayStar123 in #2048
- Bugfix in rsh method for b256 by @nfurfaro in #2316
- Adds
ItemTrait
tosway-fmt-v2
by @eureka-cpu in #2294 - refactor: refactor call_frames to use registers read function by @matt-user in #2296
- Switch the order of the fields for
Option
fromSome
followed byNone
toNone
followed bySome
by @Braqzen in #2328 - Switch
forc new
to create a test that uses a wallet with some coins in it by @mohammadfawaz in #2332 - Fix for
storage
initializers insway-fmt-v2
by @eureka-cpu in #2329 - Add a test to verify the order of
Option
variants by @Braqzen in #2334 - update increment contract to new-style storage by @sezna in #2336
- Add
int_to_ptr
IR instruction by @mohammadfawaz in #2335 - Improve opt binary in
sway-ir
. by @otrho in #2342 - Fix bug in translating
if-let
without anelse
tomatch
. by @vaivaswatha in #2344 - Fix utf8 related bug in computing window for errors and warnings. by @vaivaswatha in #2343
- Simplify function IR generation by @tritao in #2330
- Add a new
__gtf
intrinsic by @mohammadfawaz in #2315 - Remove
StorageVec
from missing features in the Sway Book by @mohammadfawaz in #2352 - Fix
Span
end for unclosed multiline comments and unclosed string literals by @mohammadfawaz in #2354 - Attempt to workaround unused-deps CI error by updating mdbook to 0.4.20 and applying upstream patch by @mitchmindtree in #2360
- Fix lexing of multiline comments to include the trailing '/' by @mitchmindtree in #2359
- Parse tokens from all dependencies instead of single files in the language server by @JoshuaBatty in #2346
- StorageVec fixing issues and adding features by @SwayStar123 in #2345
- Move
std::assert::require
tostd::revert::require
by @AlicanC in #2285 - Inserting Comments by @kayagokalp in #2311
- Return the local struct Span as a new field on
TypedExpressionVariant::StructExpression
by @JoshuaBatty in #2380 - Deprecate forc gm by @bingcicle in #2382
- Store the enum instantiation span within the EnumInstantiation variant by @JoshuaBatty in #2388
- Set the CallPath prefix of
FunctionApplication
to call_path_binding suffix by @JoshuaBatty in #2389 - Fix concurrency bug in ConcurrentSlab.replace. by @tritao in #2378
- "Common Collections" in the Sway Book by @mohammadfawaz in #2370
- Generalise IR metadata. by @otrho in #2394
- Check for function parameters with an already used identifier. by @tritao in #2395
- Bump to
v0.19.0
by @mohammadfawaz in #2393
Full Changelog: v0.18.1...v0.19.0