Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

zigtools

Making free and open-source tooling for Zig users!
Collective - Host: opensource - https://opencollective.com/zigtools - Code: https://github.com/zigtools

rewrite code completions

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
analysis yak shaving

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Strict version checking is flawed as is.

github.com/zigtools/zls - zkburke opened this issue 10 months ago
Independent configs

github.com/zigtools/zls - SuperAuguste opened this pull request 10 months ago
allow ast-check and build on save to executed in parallel

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
config error reporting

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
completions: fix `switch` on tagged union completion

github.com/zigtools/zls - nullptrdevs opened this pull request 10 months ago
inlay hints for destructured variables

github.com/zigtools/zls - gabydd opened this pull request 10 months ago
Destructure hover

github.com/zigtools/zls - gabydd opened this pull request 10 months ago
refactor Analyser.Declaration field names

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
avoid generating folding range with overlapping lines

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
internal ast-check: Use std.zig.Zir/AstGen

github.com/zigtools/zls - nullptrdevs opened this pull request 10 months ago
resolve vector types

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Config autofix doesn't get applied

github.com/zigtools/zls - jcs090218 opened this issue 10 months ago
refactor self parameter detection

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
use client capability for insert/replace code completions

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
update test filters option + remove test name prefixes

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
fuzzer with reducer + web frontend

github.com/zigtools/sus - SuperAuguste opened this pull request 10 months ago
update http code of config_gen

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Should completions be sorted by name?

github.com/zigtools/zls - Techatrix opened this issue 10 months ago
let ZLS handle requests out of order

github.com/zigtools/sus - Techatrix opened this pull request 10 months ago
disallow either types with differing is_type_val property

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Run CI on PRs and `master` only

github.com/zigtools/zls - SuperAuguste opened this pull request 10 months ago
correctly resolve element type of array literal

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
consider `anytype` as a possible self parameter

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
various improvements to inlay hints

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
revert #1773 & update ast-check runner

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Full content of a function inlay hints

github.com/zigtools/zls - StringNick opened this issue 10 months ago
support nested config options

github.com/zigtools/zls - Techatrix opened this issue 10 months ago
rework error union representation

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Struct init type hints

github.com/zigtools/zls - nullptrdevs opened this pull request 10 months ago
Zls crasching 3 times

github.com/zigtools/zls - JoaoAlexNunes opened this issue 10 months ago
Minor `.enum_literal` completions fixes

github.com/zigtools/zls - nullptrdevs opened this pull request 10 months ago
do not lock zig_exe_lock when running ast-check

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
fix crash on if error union with invalid then expression

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
update LSP types

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
specify sort score of .Method completion kind

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
nix update langref

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
CI: fetch entire history to resolve ZLS version string

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
CI: remove invalid job dependency from release deployment

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
Highlight deprecated symbols

github.com/zigtools/zls - weskoerber opened this issue 10 months ago
highlight symbols that call `@compileError` as deprecated

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
improve completions on functions

github.com/zigtools/zls - Techatrix opened this pull request 10 months ago
set minimum build version to `0.12.0-dev.2679+54bbc73f8`

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
failed to build on due to std_options changes

github.com/zigtools/zls - silbinarywolf opened this issue 11 months ago
Fixup std_options to use std.Options

github.com/zigtools/zls - kcbanner opened this pull request 11 months ago
disable codecov github annotations

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
various improvements to the CI and deployment process

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
fix type analysis of negation operations

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
Fix fallback logic in `analysis.getPositionContext`

github.com/zigtools/zls - llogick opened this pull request 11 months ago
Negation leads to incorrect type inference

github.com/zigtools/zls - jgh713 opened this issue 11 months ago
Hover not working on try in circle brackets

github.com/zigtools/zls - StringNick opened this issue 11 months ago
improve analysis around pointer operations/completions

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
respect markup kind on builtin or branching type hover

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
Crash in `analysis.getVariableSignature`

github.com/zigtools/zls - nullptrdevs opened this issue 11 months ago
simplify formatting of label details

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
improve type stringification logic

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
make tracy a lazy dependency

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
update to zig `0.12.0-dev.2583+d3fc2648c`

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
not compatible with zig 0.11.0

github.com/zigtools/zls - subh-cs opened this issue 11 months ago
fully resolve array types instead of storing Ast nodes

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
resolve void value `{}`

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
regenerate diagnostics when zig executable has changed

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
remove dependency of DocumenStore on Server

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
fix pointer unwrapping when detecting self parameters

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
zls give incorrent inlay hints on parameters

github.com/zigtools/zls - SuperIceCN opened this issue 11 months ago
simplify comptime interpreter testing helper

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago
Fix/improve `union(enum)` completions

github.com/zigtools/zls - nullptrdevs opened this pull request 11 months ago
remove `enable_ast_check_diagnostics`

github.com/zigtools/zls - Techatrix opened this pull request 11 months ago