Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof of concept: add 'vessel.mo' as an alternative to 'vessel.dhall' #59

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rvanasa
Copy link
Contributor

@rvanasa rvanasa commented Sep 19, 2022

This PR is a demonstration of the serde-based value conversion feature in the Motoko VM.

In general, Motoko can now fill the role of a configuration file format in place of Dhall or JSON.

Example vessel.mo file (in place of vessel.dhall):

{
  dependencies = [ "base" ];
  compiler = null; // optional field
};

Original vessel.dhall file:

{
  dependencies = [ "base" ],
  compiler = None Text
}

@rvanasa rvanasa marked this pull request as draft September 19, 2022 16:00
@q-uint q-uint mentioned this pull request Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant