-
Notifications
You must be signed in to change notification settings - Fork 39
feat: big update, Language→Reference #206
feat: big update, Language→Reference #206
Conversation
finally :)
Left to commit: * api-common * api-debug * api-advanced Pushing through!
Left: * api-debug * api-advanced
Ready for review, whew |
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
@anton-trunov Thanks for your suggestions covering edge cases that I've missed — I'm now going over them one by one. Also, I agree that "API Reference" may sound unclear. Therefore, I'm thinking to rename it to just "Reference" and change all I'll contemplate on it a bit :) UPD: Nearly all languages call it API documentation or API reference/specification. So I'm inclined to leave it as API Reference. We may call it Prelude, but that's a bit to Haskell-y :) UPD2: Went with "Core library", see: #206 (comment) |
Went a bit obsessive with wording, now pulled myself together and completing Unrelated, but we may have to catch more |
@anton-trunov ready for review! Refined everything I could, added missing functions and additionally added a warning-ish note about making strict schemes for cell serialization/deserialization using TL-B |
@novusnota could you please open an issue with reproduction steps in tact-lang/tact? |
@anton-trunov Sure thing, and I think that we may open another one too regarding |
Brace yourself wanderer, a HUGE update is ahead:
dumpStack()
,pow2()
,log()
,log2()
,Address.toString()
,StringBuilder.concat()
,pow()
function and other compile-time functions (with notes, when they can work at run-time too)Address
type to the list of possible argument types ofdump()
function@stdlib/stoppable
now auto-importing@stdlib/ownable
ReserveExact
,ReserveAllExcept
,ReserveAtMost
,ReserveAddOriginalBalance
,ReserveInvertSign
, `ReserveBounceIfActionFailPreview of the Reference overview page:

Closes #143 (rename and all related things) — this is the main issue target of this PR
Closes #176 (re-write of the Strings reference page)
Closes #193 (
dumpStack()
function)Closes #190 (
pow()
andpow2()
functions)Closes #75 (as it covers all of the missing things)