Matheus C. França
Matheus C. França
I congratulate you on the initiative! But, would also like to suggest an improvement in the documentation, mainly in relation to the functioning of the mib and the manager. I've...
[Nana Library](https://github.com/cnjinhao/nana)
Suggestion: [Inja](https://github.com/pantor/inja) ---- Nana Library is outdated: v1.6.1 -> 1.7.2 `` add_versions("1.7.2", "e2efb3b7619e4ef3b6de93f8afc70ff477ec6cabf4f9740f0d786904c790613f") `` I locally modified the repo script for this library and just had a problem with the...
Currently in my local repository, I removed this function. After removal the error does not occur. https://github.com/xmake-io/xmake-repo/blob/7d788ef6b96b9570447712fe0bde711083f22242/packages/n/nana/xmake.lua#L19
> > Currently in my local repository, I removed this function. After removal the error does not occur. > > https://github.com/xmake-io/xmake-repo/blob/7d788ef6b96b9570447712fe0bde711083f22242/packages/n/nana/xmake.lua#L19 > > on_test is required, you can modify the...
> > I downloaded your new script and the error was still in the assert. However in the local repo I added the line below and it did not occur...
> > What test? [](https://asciinema.org/a/r2mfPGPBZb4P2HQSkeeiHowoE)
@waruqi [](https://asciinema.org/a/aKHfMgnV2YfFjAgAj0d03uxwr) ``` error: ./my-repo/packages/n/nana/xmake.lua:25: assertion failed! stack traceback: [C]: in function 'error' [@programdir/core/base/os.lua:762]: in function 'raiselevel' [@programdir/core/sandbox/modules/utils.lua:178]: in function 'assert' [./my-repo/packages/n/nana/xmake.lua:25]: in function 'script' [@programdir/actions/require/impl/utils/filter.lua:119]: in function 'call' [@programdir/actions/require/impl/action/test.lua:50]:...
```lua package("nana") set_homepage("http://nanapro.org") set_description("A modern C++ GUI library.") add_urls("https://github.com/cnjinhao/nana/archive/v$(version).tar.gz", "https://github.com/cnjinhao/nana.git") add_versions("1.6.2", "5f5cb791dff292e27bfa29d850b93f809a0d91d6044ea7e22ce7ae76a5d8b24e") add_versions("1.7.2", "e2efb3b7619e4ef3b6de93f8afc70ff477ec6cabf4f9740f0d786904c790613f") if is_plat("linux", "windows") then add_deps("cmake >=3.12") add_links("pthread")
I had recently been [working on using CI](https://github.com/kassane/qml_zig/issues/2), even though this integration is still unfinished. I have found that an error occurs at the end of the liking during the...