You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea here is to bundle the corresponding version of the Motoko base library with the compiler as a default import for mo:base (or a different custom import) with an opt-out CLI flag. This would reduce the occurrence of errors which arise from mismatches in RTS / prim functions due to outdated package config files.
Pro: Simplified developer experience (no need to install a package manager for basic Motoko programs)
Con: More opinionation towards the official base library
This discussion was converted from issue #14 on January 06, 2025 18:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The idea here is to bundle the corresponding version of the Motoko base library with the compiler as a default import for
mo:base(or a different custom import) with an opt-out CLI flag. This would reduce the occurrence of errors which arise from mismatches in RTS / prim functions due to outdated package config files.This is one possible solution to #18.
Beta Was this translation helpful? Give feedback.
All reactions