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

Push more instructions

github.com/zigtools/scip-zig - 71505e37746027b307f3795b15674844453f1de5 authored about 2 years ago
Bug stream fixes (#818)

* Fix glaring inlay hint issue; thanks for the report Nameless

* Fix label references; closes...

github.com/zigtools/zls - 0ab34abc0f2af94ff269488e94dad62e2bd84431 authored about 2 years ago
YOLO no stage1

github.com/zigtools/scip-zig - 19ad42b1dde2e03c247c25c17aa79b81f40654e2 authored about 2 years ago
Fix std change, CI coverage

github.com/zigtools/scip-zig - 432806e0c6d987a3a15e2b34af842c2b327028ed authored about 2 years ago
Merge pull request #807 from matklad/flake

update flake

github.com/zigtools/zls - 5dca821eb65e5cab8d870d7b9cf9afef8b3c76cb authored about 2 years ago
Merge pull request #816 from alexnask/ascii-deprecated-removed

Use new versions of now removed std.ascii declarations

github.com/zigtools/zls - 878464ea7251317523580a062255d27fe687b6ce authored about 2 years ago
fix missed reference on windows

github.com/zigtools/zls - 974bdff6b35bca0ab43b498e81f36a63ae8b8c9d authored about 2 years ago
Merge remote-tracking branch 'origin/master' into intern-pool

github.com/zigtools/zls - 748cd7d6a95d9344b8aee423a1e6747cbcaeecb6 authored about 2 years ago
automatically generate config associated files (#813)

github.com/zigtools/zls - 1ae341850ec0b48dddd5c0d25316ace95c92a67a authored about 2 years ago
Fix build.zig comment

github.com/zigtools/zls - e322ca4fb521353bc62ca1756a5a8ac513b0cb0f authored about 2 years ago
Fix references to now removed, previously deprecated std.ascii declarations

github.com/zigtools/zls - 3cac23f8a123e75c4ece91d5dc20984bfda022fe authored about 2 years ago
update TracyAllocator for new Allocator changes (#812)

* update TracyAllocator for new Allocator changes

* Add build with Tracy to CI to catch regre...

github.com/zigtools/zls - 9e658cdbb6d1d29b047a8698e062205bc341586d authored about 2 years ago
main ci: upload an artifact per arch (#809)

* main ci: upload an artifact per arch

* main ci: do deploy only if 'zigtools' is the owner

github.com/zigtools/zls - ddf3ef1389e9f7c056e77ef808d6a746b8adbfc9 authored about 2 years ago
Enable stage2 (#810)

github.com/zigtools/zls - 1e99692d5c670c483e1eaf2cd8710fe1c99272ff authored about 2 years ago
Allocator.resize() does not adjust size of string allocated for URI to file path conversion (#806)

* fix missing backslash

* fix: zls escaping colon to %3A on URIs

ZLS escapes a colon char ...

github.com/zigtools/zls - 887539ed1aa84ee6f583156c7e239b974bcf1c31 authored about 2 years ago
update flake

Current one is too old:

[matklad@Ishmael:~/p/tb/zls]$ zig build
thread 5181 panic: Your Zig ver...

github.com/zigtools/zls - 66092239c22e9f5f3d53dfbdadbc50bc0ddeaca6 authored about 2 years ago
Fix rogue resize, bump minimum version (#805)

github.com/zigtools/zls - 580469cd3292dd554ad30249a2ee9e117b42f84f authored about 2 years ago
fix #801, IOOB in foldingRanges (#802)

* Add smoke tests for folding ranges

* fix index out of bounds in foldingRanges

closes #80...

github.com/zigtools/zls - cfb0b023ad83e63074f4761ac11fd470678f49f2 authored about 2 years ago
Make sure zig lib path retrieved from `zig env` is absolute (#799)

github.com/zigtools/zls - 3ab859a304537816f42a6dd1b8ed16804da6083e authored about 2 years ago
Allocgate 2.0 slain (#791)

* Allocgate 2.0 slain

* Tests now compile, but they fail

* Temporary bruteforce

github.com/zigtools/zls - 6ab2c68355a317a80285cacf62f7ea71ba1d6bf8 authored about 2 years ago
Add aarch64-linux to targets (#795)

github.com/zigtools/zls - f6f0a0dca5b0de4998831b3bbff1fe73f15dc158 authored about 2 years ago
add initial intern pool implementation

github.com/zigtools/zls - 4f180712bbf4e5603bd6d44b17b762c27090a01b authored about 2 years ago
add a dummy cancelRequest implementation (#790)

github.com/zigtools/zls - 784047d9522c6f913df44fb662f953afe350b38f authored about 2 years ago
pass correct zig-cache path (#789)

github.com/zigtools/zls - c3256c00e7180493592d4c0755ae8d95a0155aa9 authored about 2 years ago
Update README

github.com/zigtools/scip-zig - e100f6bbd61e07645025384cf22099a7201d7d08 authored about 2 years ago
Added tuple type support, fixed compilation with zig master branch (#786)

* Added tuple type support, fixed compilation with zig master branch

* Removed unneeded comme...

github.com/zigtools/zls - 56a65f42bf950f4ad47a7c365ec445a57f6ca0ba authored about 2 years ago
Merge pull request #784 from matklad/selectionRange

textDocument/selectionRange

github.com/zigtools/zls - 34621b735873c43447a20fdf305cfee8d6fa758d authored about 2 years ago
textDocument/selectionRange

closes #777

github.com/zigtools/zls - 8731a37d1f4683c795ddbb5c16e69e4c1bba33d0 authored about 2 years ago
Revert "move to stage2 (#781)" (#783)

This reverts commit 29679ee6f8f9bb7ef64e0493b1a9dea88e338c94.

github.com/zigtools/zls - 369b851dc7c5f3c7d241fad0beb9b158590510c2 authored about 2 years ago
use textDocument/willSaveWaitUntil for autofix (#780)

github.com/zigtools/zls - aa14772cfeeacf75d65192e23798185cab0f4d10 authored about 2 years ago
move to stage2 (#781)

github.com/zigtools/zls - 29679ee6f8f9bb7ef64e0493b1a9dea88e338c94 authored about 2 years ago
Make it work fr

github.com/zigtools/peggen - eb4c7c9be11a95354575470339ac90cfd7f9669a authored about 2 years ago
create actual parser

github.com/zigtools/peggen - a916f979d4aac609721b26aae162f91cb93a918d authored about 2 years ago
set TextDocumentSync to Incremental (#776)

github.com/zigtools/zls - 1ced17266c0f6256c7c0ea515e2407ff56c2ee6b authored about 2 years ago
Merge pull request #774 from nullptrdevs/patch-1

Disable label references until #728 is resolved

github.com/zigtools/zls - 84286521463259d8acc6c1fe70ab56d8f89caca4 authored about 2 years ago
Disable label references until #728 is resolved

github.com/zigtools/zls - 4794f1e8d93dcdb17ce065f7d25da6bab3b18edf authored about 2 years ago
correctly find last full text change in applyTextEdits (#772)

github.com/zigtools/zls - ea2caee3ad92c3c2f13ec392f751c12e1d02f4bd authored about 2 years ago
Fix root directory issues

github.com/zigtools/scip-zig - 91679bfdfe963b994d80d786d07078fcdaab539f authored about 2 years ago
Fix package docstore resolution

github.com/zigtools/scip-zig - 8b1aa0eb9757c168545fd9e2a982374bdbcb6950 authored about 2 years ago
Rewrite literally everything

github.com/zigtools/peggen - 6da5fa6c5642b2b8399ff44a0821b9500971398e authored about 2 years ago
fix anytype snippet (#769)

i forgot that

github.com/zigtools/zls - 5f3d58edeb60d71f3d6153b879e9c4ef8797690f authored about 2 years ago
add icon (finally :P)

github.com/zigtools/zls-vscode - a78a5fbd10061e67bba5b8baa59c83a15594a0dd authored about 2 years ago
snippets for primitive types (#767)

github.com/zigtools/zls - 245e11e033b1dea6c20231da480d07a1bbca7d9f authored about 2 years ago
don't format files with syntax errors (#766)

* don't format files with syntax errors

* Remove showMessage

Co-authored-by: Auguste Rame ...

github.com/zigtools/zls - f09ffb63dbce3314e1be7059831e5a81e43eea2c authored about 2 years ago
Simplify install procedure (#764)

* Shrink the README, simplify install procedure

* Remove old assets, goodbye cute badge :(

...

github.com/zigtools/zls - 40167a5b52a3096c2656cc42c8f60deae98b3d5a authored about 2 years ago
Issue new version: 1.1.6

github.com/zigtools/zls-vscode - 39c062e5cacc293476e54679f9347f06479c6fe9 authored about 2 years ago
Update binary and from source installs to make them way simpler

github.com/zigtools/install-zls - 7bc4a81b99c04f7553e944acbf0554c4813508dc authored about 2 years ago
Add 'Other' section

github.com/zigtools/install-zls - 3b90356640d828b97ba685b60321f27a39b47d1e authored about 2 years ago
And it's ready!

github.com/zigtools/install-zls - 3037e18923413664681560787d7b043595e9f584 authored about 2 years ago
Finished in theory

github.com/zigtools/install-zls - ab2fd0ef8f2cb43c090fd08cf08fd77d63b2e542 authored about 2 years ago
Merge pull request #763 from thalting/master

update snippets

github.com/zigtools/zls - 88ed50043940e6fe79bfcf251aee24bab39fdf0e authored about 2 years ago
update snippets

github.com/zigtools/zls - d1aeec4c41faa417a81b20c89768abd3fa08a848 authored about 2 years ago
Quick comptime interpreter fix, place it behind an option (#761)

* Quick fix

* Add config option

github.com/zigtools/zls - 87aa4c09e1069714beac1d33bb13cb19f01b9f4c authored about 2 years ago
Merge pull request #724 from zigtools/comptime-bebe-steps

Implement comptime interpreter

github.com/zigtools/zls - 355d56376f417259d52262ef35751da616c4d970 authored about 2 years ago
shout-out to zls for helping with zls's development (#760)

github.com/zigtools/zls - e68c99ccc883857cfece9449429bd24bcf252bfd authored about 2 years ago
report actual zls version in initialize response (#759)

github.com/zigtools/zls - 28be9a4cc7b1496933766bce4b7a81f712347c5c authored about 2 years ago
find references in while continue expressions (#758)

github.com/zigtools/zls - 31584cff60a76043cdcec83dede9d3a29bf20170 authored about 2 years ago
don't iterate handles while potential invalidation occurs (#757)

github.com/zigtools/zls - 46da74d32e836abc7d0f29214a0b01e3c23f8285 authored about 2 years ago
detect comment position context (#756)

github.com/zigtools/zls - d75fd3a880c5b605c86e32106f38e9840fa866c6 authored about 2 years ago
format with `Ast.render` instead of `zig fmt` (#755)

github.com/zigtools/zls - 662b560861efcf5efd6d8fc74997a0cbbc2c2dde authored about 2 years ago
Add Open Collective (#751)

github.com/zigtools/zls - 68ab004bb1620f531cc5958f1a68b1be6b02a2ca authored about 2 years ago
Should be spec-complete/compliant (minus undefined/null interchange)

github.com/zigtools/zig-lsp-codegen - 4d768c7c30de11fe395fd23d495f0d5940502096 authored about 2 years ago
do not panic on error response to workspace/configuration (#747)

github.com/zigtools/zls - e98aea61ea5c5c487100c97786c7763c38236b15 authored about 2 years ago
Merge pull request #748 from kama-meshi/bump-cmd-installing-binaries

Update the command of installing binaries to install v0.10.0.

github.com/zigtools/zls - 28adef42c160725cbc2c48ecf893f3bfe277531c authored about 2 years ago
Update the command of installing binaries to install v0.10.0.

github.com/zigtools/zls - 415243472b55d6fdbb9fe4ac464fe9f749670b4b authored about 2 years ago
Some comptime interpreter fixes

github.com/zigtools/zls - c8dffc1f9b1d92acf6fc6476dfd868255674221f authored over 2 years ago
Quick cleanup

github.com/zigtools/zls - c803a5de3f63dbaa5b86ea6774e5770d2516203f authored over 2 years ago
Add param type resolution & stop using stage2, still a bit broken :(

github.com/zigtools/zls - 411e74d364def3d24686c819b3ce2a8ce4b271db authored over 2 years ago
Improve Zig version mismatch error (#744)

Improves the server message we send if the system Zig version is older
than the Zig version tha...

github.com/zigtools/zls - e58bddd769660f479744a32e4a32ddbaa1c782cf authored over 2 years ago
Casts++, compileLog, pointers

github.com/zigtools/zls - c6ab7e8a0fb2680d3784c3d943ca73a1ce4eb825 authored over 2 years ago
We can interpret std now because of proper tree shaking!

github.com/zigtools/zls - b91a193d043972d184876011311e2fcb076a1575 authored over 2 years ago
More builtins, use stage2 because we can

github.com/zigtools/zls - e6b691e44721e6c119ad4787e328f1b0ae803efd authored over 2 years ago
Some builtins, rudimentary hacky diagnostics; need to nerf global evaluation

github.com/zigtools/zls - d2e166bb0bbc2930d2517945c0398cfcae6f2228 authored over 2 years ago
Field access, function calls based on function value

github.com/zigtools/zls - da00751726dd53492660e5bcdbdc495640bff0dd authored over 2 years ago
Imports, cross-boundary resolution; can import std but dies on missing builtins / lang features

github.com/zigtools/zls - 599c134593088bc6d12faf0d54d72cd21018081a authored over 2 years ago
Add struct test

github.com/zigtools/zls - 06e875684935f1434b41ecf8961dc6ead3c11f43 authored over 2 years ago
Hacky mess but it works (only if your function is the first root decl tho :P)

github.com/zigtools/zls - 779c3c0710524570e9ad8292c2b5049f74c56e67 authored over 2 years ago
comptime interpreter moment

github.com/zigtools/zls - d2640a44ac84a8359b5cca47aa5e1efcb85ffd76 authored over 2 years ago
Update the main CI workflow (#742)

rename i386 to x86
update actions/checkout to v3 (v2 uses Node.js 12 which is about to be depre...

github.com/zigtools/zls - b08480256cc37f95e4e4144aed495fca815f5945 authored over 2 years ago
Nix: Pass `-Dcpu=baseline` to `zig build` (#739)

* update flake.lock

* Nix: Pass `-Dcpu=baseline` to `zig build`

github.com/zigtools/zls - 6420296a822369baf34abf8ad44d32e12bba1622 authored over 2 years ago
add workflow to check build_runner works with a range of zig versions (#732)

github.com/zigtools/zls - 690189a5a733145f34f3e79c2d119fd97e3b5bf5 authored over 2 years ago
Add builtin data for 0.9.1 and 0.10.0 (#735)

* Add builtin data for 0.9.1

* Add builtin data for 0.10.0

* Update builtin data for master

github.com/zigtools/zls - 95f21d0d23fa67c3c1688cfbfa53905ab1f6a7d5 authored over 2 years ago
Merge pull request #692 from tomc1998/master

Fix crash when getting signature of optional

github.com/zigtools/zls - f7c3d22e7383a5cbf47f9fab2e523ab0710b7363 authored over 2 years ago
Merge pull request #734 from nektro/patch-2

update minimum zig version to 0.10.0-dev.4458+b120c819d

github.com/zigtools/zls - a4ffd5d35b2a408211e3ff28dadbdd77e809526b authored over 2 years ago
Merge pull request #733 from leecannon/dont_always_run_ci

Only run CI workflow if a zig file changed

github.com/zigtools/zls - 0c3d5df58342bf8cfd15777dd318bd6a9a8152f7 authored over 2 years ago
Fix crash when getting signature of optional

e.g. typing 'foo.?.bar(' crashes zls because it doesn't recognize ? as a
possible token as part ...

github.com/zigtools/zls - af14067911b108c2684193f84b1962135a1f9b79 authored over 2 years ago
Fix some bad bugs

github.com/zigtools/zls-vscode - 1ac92fc4e0f10640bdc8df934a35e4d8d2de85cd authored over 2 years ago
update minimum zig version

followup to https://github.com/zigtools/zls/commit/886cfeacb5069510028e6bc1464e1b67da512932

github.com/zigtools/zls - bb727d263b94cc3dfd871dc638a8da49ea8b05ca authored over 2 years ago
only run CI workflow if atleast one zig file changed

github.com/zigtools/zls - e430b76297e6249d1b9fdfca93a0ad20c2ba8075 authored over 2 years ago
Bump version for new release

github.com/zigtools/zls-vscode - 071606f6ad495f7c6afdbd2c478914031e1be993 authored over 2 years ago
Language client now stopped before updating which should resolve double completions

github.com/zigtools/zls-vscode - b17f314bcf4bcdb24e1e21b3e24799526ef1dc75 authored over 2 years ago
Merge pull request #731 from Prince213/readme-fix

Readme fix

github.com/zigtools/zls - 7ef224467ab2f3179058981740e942977892e7b9 authored over 2 years ago
README.md: Fix typo

github.com/zigtools/zls - 79b7876b81b8e41bf3b58e008fe8318f6991a743 authored over 2 years ago