question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Independent specification

See original GitHub issue

I wonder if it would make sense to write a complete specification for StrictYAML that does not depend on the YAML specification (as in, you can write a compliant parser without reading that one first), to help it spread to other programming language ecosystems.

There has been discussion in the rust subreddit as to wether YAML’s enormous and ambiguous specification or TOML’s alien syntax was preferable. Rust’s popular (de)serialization framework serde uses structs to define a schema, so StrictYAML would be a great fit.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
julie777commented, Mar 5, 2022

it would be nice for it to be a repo

Technically, it already is a repo, just not on github (sr.ht doesn’t use pull-requests but the more traditional mailing list and patches workflow). That said, I have set up a second repo here.

About the license, I’m just worried that some things may resemble the YAML spec, which explicitly states:

This document may be freely copied, provided it is not modified.

I don’t think including parts of it in another document that doesn’t describe itself as the yaml spec would count as modified. I guess it would really depend on the intent of the document.

1reaction
crdoconnorcommented, Jan 19, 2019

In any case I’d like to help any way I can with this. I’d love to see the rust community starting to use strictyaml.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SCIP - Specifications Consultants in Independent Practice
International technical resource organization which assists design firms & manufacturers in acquiring professionally written construction specifications.
Read more >
Language-independent specification - Wikipedia
A language-independent specification (LIS) is a programming language specification providing a common interface usable for defining semantics applicable ...
Read more >
Platform-Independent Specification and Verification of the ...
The term “platform-independence” means that we attempt to design a relatively simple axiomatization of computer arithmetic in terms of real ...
Read more >
Atoh7-independent specification of retinal ganglion ... - PubMed
Retinal ganglion cells (RGCs) relay visual information from the eye to the brain. RGCs are the first cell type generated during retinal ...
Read more >
Towards platform-independent specification and verification of ...
Research project "Platform-independent approach to formal specification and verification of standard mathematical functions" is aimed onto a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found