New
Version 0.11.0
0.11.0 (Jan 19, 2024)
UnpackValueis no longer implemented forVec. Instead,UnpackList,UnpackTupleorUnpackListOrTuplecan be used.- Added
call_stack()function. - Removed
experimental_regex()function. - Switched from
anyhow::ErrorandDiagnostictostarlark::Errorin many APIs. - Fix
repr()for enums. - Various improvements to DAP support.
- Add a few more traits and functions to
SortedMap. - Disable the legacy type representation, types as strings such as
"bool"are no longer supported. See the revised typing documentation.