Wenliang
Wenliang
Well, avoiding C++ exceptions in Berry should be a very viable approach. And I found that people don't use C++ exceptions very much.
I will optimize the document when I have time.
I created a [repository](https://github.com/berry-lang/berry-lang.github.io) and plan to put the documentation in `berry-lang.github.io/docs`. But I have no experience with just-the-docs and jekyll ☹️
@hiperiondev I have invited you to join the organization.
@hiperiondev https://berry.readthedocs.io/en/latest/ this link is now dead
I recommend adding berry_conf.h to the documentation generation as well.
OK, let me see how to use it in a CI workflow.
I tried some adaptations to GHC 9.2.2 and it worked, but I'm not sure if it's appropriate. Here is my commit: https://github.com/Skiars/haskell-jsonnet/commit/3c47adc24d959b6d589c0c5e59f4e8d526a3f60e
在 ArchLinux 下,除了需要安装 LaTeX 之外还要安装 `python-sphinx` 和 `python-sphinx-automodap`: ``` bash pacman -S python-sphinx python-sphinx-automodap ```
This should be able to be added once CMake build scripts #370 are supported? I'm not going to do this in Makefile because CMake is better.