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: nolanderc/glsl_analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: nolanderc/glsl_analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 13 commits
  • 18 files changed
  • 2 contributors

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd79c2e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    2168cf1 View commit details
    Browse the repository at this point in the history
  2. improve testing for hover and completions: provide way to expect fail…

    …ure, specialize tests based on the token kind
    automaticp committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    38961c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. lsp testing: replace TokenKind tag with expected_(hover/completion)…

    … types for better discoverability and type validation
    automaticp committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    20d09c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    8d297eb View commit details
    Browse the repository at this point in the history
  2. lsp testing: validate AnyExpected types to correctly represent the …

    …union of expected_* module types
    automaticp committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    39218db View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    687922c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from automaticp/lsp-tests

    Add hover and completion tests
    nolanderc authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b78a2c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    05483d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cedaea8 View commit details
    Browse the repository at this point in the history
  3. use vars context

    nolanderc authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7b59449 View commit details
    Browse the repository at this point in the history
  4. use vars in releases

    nolanderc committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6626d28 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from nolanderc/group-hover-info

    groups hover items with the same documentation strings
    nolanderc authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    16ad1fd View commit details
    Browse the repository at this point in the history
Loading