Skip to content

report nightly Zig versions that have no compatible ZLS version yet #15

Description

@Techatrix

The /v1/zls/select-version request has the ability to report that a given Zig nightly version has no compatible ZLS version (yet) with the following response:

{
  "code": 2,
  "message": "Zig ${ZIG_VERSION} has no compatible ZLS build (yet)"
}

Unfortunately, for this feature to work, the ZLS CI needed to report failed Zig versions back to the release-worker which was never implemented. So this error was never actually reported at anytime.

The response should also mention what the latest Zig version is that is supported by ZLS so that version management tools could suggest to install that version instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions