Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fortran-lang/fortls
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fortran-lang/fortls
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/exceptions
Choose a head ref
  • 13 commits
  • 6 files changed
  • 1 contributor

Commits on May 15, 2024

  1. refactor: adds custom exceptions

    This is a first attempt at the problem. Slowly I will have to remove
    the levels of nested handling of certain errors and allow them
    to bubble up.
    gnikit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e865100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b15f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    254ac6c View commit details
    Browse the repository at this point in the history
  4. refactor: improve error handling in preprocessor IF statement evaluation

    Now throws fortls exception
    gnikit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e3c2ff3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caf2a6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a6a322 View commit details
    Browse the repository at this point in the history
  7. chore: fix import order

    gnikit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a149662 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26e742b View commit details
    Browse the repository at this point in the history
  9. refactor(exceptions): move DebugError, ParameterError, and ParserErro…

    …r to separate module
    gnikit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3580286 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f4b085 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    590c29e View commit details
    Browse the repository at this point in the history
  12. chore: modernised parser tests

    gnikit committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d830498 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c4273d View commit details
    Browse the repository at this point in the history
Loading