Ecosyste.ms: OpenCollective

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

github.com/zigtools/zig-lsp-codegen

LSP codegen based on the MetaModel
https://github.com/zigtools/zig-lsp-codegen

fix jsonParseFromValue in EnumCustomStringValues

b6791a75ca946b480ef8dfcbfa7074a07ff5745c authored 10 months ago by Techatrix <[email protected]>
Merge pull request #14 from nullptrdevs/patch-1

7b4e4ec972b0400f95b3dcd9df47f9655db8e974 authored 10 months ago by Techatrix <[email protected]>
more debitrotting

Note that the tests still don't work

bb83587d50f8c50f13f8dda86b8fce6582d04a6d authored 10 months ago by Techatrix <[email protected]>
Update base.zig

f4780cfdffe7996b2a5256acfe57a8951967ecea authored 10 months ago by nullptrdevs <[email protected]>
Some fixes from downstream

df0b51b6299bb4f6d79791b819e1aa627137b3aa authored 10 months ago by nullptrdevs <[email protected]>
Merge pull request #12 from priddis/fix-build-errors

Fix build errors when building with latest zig version

fe870dc3fe2d3012bcbfa1657b6881190cd906ec authored 10 months ago by Techatrix <[email protected]>
Fix build errors introduced from latest zig version

a98c5722e7cf6a7d2e23792d0748bd63a9bba37e authored about 1 year ago by micah <[email protected]>
correctly handle supportsCustomValues (#11)

* fix creation of double optionals

* correctly handle enums with `supportsCustomValues`

956d76dbac2bc45d6b82b041944fdc4bb60773fb authored over 1 year ago by Techatrix <[email protected]>
update to new `jsonStringify` interface (#10)

df09fc9719d22191dbe7f24764cb50a322de8bd7 authored over 1 year ago by Techatrix <[email protected]>
transition from tres to std.json (#9)

* update build.zig

* update to new `std.json` api

* replace `std.mem.split` with `std.mem....

f3fe314d4cc2e9c277a7a0570d8e3f35312300da authored over 1 year ago by Techatrix <[email protected]>
Add null meaning!

04b699e22dad5dec64ea5fb35fa74b34a64809ec authored almost 2 years ago by Auguste Rame <[email protected]>
add special case for empty enum name (#6)

fe7e5140ba867b574dd3e5fcbff17dc87e4a1761 authored almost 2 years ago by Techatrix <[email protected]>
Update tres submodule

7ec3afa6f4b15899892b417455848635e90df295 authored almost 2 years ago by Auguste Rame <[email protected]>
automatically format output file (#4)

160d63c272351948ac4cc6ea77a521f1cffacfd9 authored almost 2 years ago by Techatrix <[email protected]>
use new tuple type declarations (#3)

1b70b969ffe9b68e8f3fa1d2d50b6222f7db814e authored almost 2 years ago by Techatrix <[email protected]>
use 32bit integers instead of 64bit (#2)

8fdd319053074449ca3369a016a04dda0b6e8851 authored almost 2 years ago by Techatrix <[email protected]>
Use unmanaged maps

e6545625df12dbd3d646c93451b8e46c736125f3 authored almost 2 years ago by Auguste Rame <[email protected]>
Completely fix missing string enum attribution

a72cccc94d558772537185b3965877b2ad75a9a0 authored almost 2 years ago by Auguste Rame <[email protected]>
Constify slices

2908a193248974eefb3ffa19c7b9865d4f00f306 authored almost 2 years ago by Auguste Rame <[email protected]>
Fix string enum gen

9f2798f575d438a049d5db5b458fb5034b1716ea authored almost 2 years ago by Auguste Rame <[email protected]>
Fix string enums

ae0ea3fae5f9e395133670ed1fbda26bdec6a5d4 authored about 2 years ago by SuperAuguste <[email protected]>
Should be spec-complete/compliant (minus undefined/null interchange)

4d768c7c30de11fe395fd23d495f0d5940502096 authored about 2 years ago by Auguste Rame <[email protected]>
Fix MetaModel.zig

19384075d0ac7ed387df1b919bb6e29745200761 authored over 2 years ago by Auguste Rame <[email protected]>
Merge pull request #1 from zigtools/refactor-for-zls

Refactor for zls

dd453ec3d8a5fdee4b40821981957b82de009477 authored over 2 years ago by Auguste Rame <[email protected]>
latest zig fixes, some bug fixes

7e43684daa26d78b39326b649cc108adb92a5319 authored over 2 years ago by Auguste Rame <[email protected]>
Start refactoring to make types more intuitive

e99b5604e5cf35c24a528a84e1fa489f2dbad7bc authored over 2 years ago by Auguste Rame <[email protected]>
Tests pass!

721ab9fc97e5df6838ddd76e3dfb58aca79fd3ae authored over 2 years ago by Auguste Rame <[email protected]>
Requests / results partially complete

db8f975556e0864a8707022fdb25d983f6778be6 authored over 2 years ago by Auguste Rame <[email protected]>
Notifications work, basic tests!

ccfc591dd2217671dbaa373b77357d8625a0a81a authored over 2 years ago by Auguste Rame <[email protected]>
Everything but requests/responses!

37769e1afad7d9f1c9daab2f72a45a40eb89e919 authored over 2 years ago by Auguste Rame <[email protected]>
Slightly more intuitive naming

0febb8ec5293a90835a13280171029bcab7fd37c authored over 2 years ago by Auguste Rame <[email protected]>
And that's every type done!

86e2a533e935dee5d3cc07a0d7747a685bfefa6e authored over 2 years ago by Auguste Rame <[email protected]>
Even more types!

8637fb5bebc4f6797e283893c1b1b7045cd4be2c authored over 2 years ago by Auguste Rame <[email protected]>
Implement extends and mixins

d65271dcf0b994d549462a68bd1e90e6e8d7fd24 authored over 2 years ago by Auguste Rame <[email protected]>
init

4c4772a0eebf1283bb38e8109825e59933ad36b3 authored over 2 years ago by Auguste Rame <[email protected]>