objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
941 stars 123 forks source link

validate snippets inside `README.md` #3134

Open yegor256 opened 2 months ago

yegor256 commented 2 months ago

Currently, we have EO snippets inside README.md, which are not checked for validity anyhow. Let's create a new GHA job, which will extract all snippets from the Markdown file, compile them and run.

github-actions[bot] commented 2 months ago

@yegor256 thanks for the report, here is a feedback:

Problems

Please fix the bug report in order it to get resolved faster. Analyzed with gpt-4

maxonfjvipon commented 2 months ago

There are many objects from other eo- repositories (eo-collections, eo-txt, ...) in examples in README. So they won't compile until #1602 is resolved

deemp commented 3 weeks ago

I explained how I run code snippets in the normalizer repo using mdsh (link).