ZUO Zhihua
ZUO Zhihua
But I'm not sure if using an implicit `do` loop is "cheating"? Other languages use the usual `for` loop.
Currently stdlib publishes FORD documents based on macOS and brew, while fpm publishes FORD documents based on Ubuntu and pip, it seems to use pip to install ford and publish...
This should be related to the version update of FORD, see #673 .
> Cannot find source file: > > ``` > parser/tokenizer.cpp > ``` Sir, it seems that this error is caused by not having `re2c` installed. Install `re2c` command in MSYS2:...
Hello, I am a Fortran user, thank you for your work ♥, I've updated Fortran keywords [here](https://github.com/zoziha/Notepad3/commit/bda8a307de76d97f142bb4689fcef14d639d2f41), but I need a little more time to check it out, and then...
Hi, @RaiKoHoff I checked for a little mistake and corrected it, and I just submitted a PR. I saw that you also submitted PR, so I thought you could update...
I'm having the same problem, the `path` is always relative to the top-level project, I tried reading Cargo's help documentation, the dependency `path` should be relative to the `Cargo.toml` file...
> We certainly want to try and make migrating existing projects to fpm as easy as possible. The questions that need to be answered to solve this problem are: >...
Thanks for the reminder and suggestion, @urbanjost . I didn't even notice the need to stop at lines 461, 499, 598. I agree that stopping the program in the `printhelp`...
As suggested, I made the corresponding changes: - [x] Set `stop` in `printhelp`; - [x] Set `stop` for `fpm-XXX` commands, like `fpm-search`; - [x] Set `widest` as a constant, and...