-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add fortls
to brew
#196
Comments
We can submit fortran-lang/homebrew-fortran#13 to homebrew-core. Only thing needed is a proper test ( |
I don't think we can "test" by running the actual server because it opens (and does not close) IO streams. We can run one-off commands via the |
Okay, let's try and see what the homebrew maintainers say. Do you want to give it a shot? |
Sure, would something like this work? $ cat main.f90
program main
end program main
$ fortls --debug_filepath main.f90 --debug_symbols --debug_full_result
Testing "textDocument/documentSymbol" request:
File = "main.f90"
[
{
"name": "main",
"kind": 2,
"location": {
"uri": "main.f90",
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 1,
"character": 0
}
}
}
}
] |
Just remembered that homebrew doesn't like self-submissions (see https://docs.brew.sh/Acceptable-Formulae), last time I tripped one of the rules my PR was plain rejected (LFortran, because it was beta software). I'll setup a PR later. |
Another problem might be that |
Can be closed, available now in |
No description provided.
The text was updated successfully, but these errors were encountered: