Skip to content
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

Unify command line and configure file interfaces #15

Merged
merged 10 commits into from
Jan 17, 2022
Merged

Unify command line and configure file interfaces #15

merged 10 commits into from
Jan 17, 2022

Conversation

gnikit
Copy link
Member

@gnikit gnikit commented Jan 14, 2022

  • Updates documentation
  • Updates LICENSE
  • Updates .gitignore
  • Adds field in documentation about all the changes (extracted from the changelog) between this project and fortran-language-server.
  • Unifies the interface between command line arguments and configuration file interface
  • Deprecates preserve_keyword_order

The two interfaces now share all options which should decrease the
maintainance time and also make easier adding new options.

A dictionary with the possible command line options is passed into
LangServer which is then used to set class attributes.

A unittest has been added which tests both the command line interface and
the LangServer configuration file loading functions

This commit also deprecates the `--preserve_keyword_order` argument
and replaces it with its opposite `--sort_keywords`. Because fortls
should not by default be altering the display of the written code.
Adds autogenerated command line documentation
Fixes Show POINTER attribute when hovering #16
Case select with forall causes unexpected end of scope #18
@gnikit gnikit changed the title Update docs Unify command line and configure file interfaces Jan 17, 2022
@gnikit gnikit linked an issue Jan 17, 2022 that may be closed by this pull request
@gnikit gnikit merged commit 8030fc3 into dev Jan 17, 2022
@gnikit gnikit deleted the update-docs branch January 17, 2022 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant