aardappel / lobster

The Lobster Programming Language
http://strlen.com/lobster
2.25k stars 119 forks source link

builtin_functions_reference does not update automatically #201

Closed AntonBogun closed 1 year ago

AntonBogun commented 1 year ago

The new change of write_file being able to write to a relative path was not automatically mirrored to the docs. I think an automatic doc update at each commit that influences the functions wouldn't be a bad idea.

aardappel commented 1 year ago

Not sure how we'd do that automatically.. it requires lobster.exe to be run with a particular flag.

AntonBogun commented 1 year ago

Could a github action be able to do this?

aardappel commented 1 year ago

I don't believe they can add to the commit they're testing..