Ecosyste.ms: OpenCollective

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

Jrsonnet

Developing jrsonnet and related projects
Collective - Host: opensource - https://opencollective.com/jrsonnet - Code: https://github.com/CertainLach

feat(evaluator): add_global method

github.com/CertainLach/jrsonnet - 55e13f5b9438c69fbc61aa7a7e0b2ce15282c314 authored over 4 years ago
feat(parser): bitnot, python comments

github.com/CertainLach/jrsonnet - 2aa6f7043c1855c584749b5b698953960b2784fe authored over 4 years ago
build: regenerate Cargo.lock

github.com/CertainLach/jrsonnet - e4b623d53807a04c040acc485c9828de9509b998 authored over 4 years ago
feat: improve error display

github.com/CertainLach/jrsonnet - a307cfd45f8d486c7ff3d0b26e3a08d21cd758e8 authored over 4 years ago
perf(evaluator): deserialize instead of parsing std

github.com/CertainLach/jrsonnet - 03f24e72fbecfc992c86f52e417fdcd6cf4793ef authored over 4 years ago
feat(evaluator): better stacktraces

github.com/CertainLach/jrsonnet - f306bdede4dd5b5d4e1d3ec7f925e495c2ca55b7 authored over 4 years ago
perf: add flags for release build

github.com/CertainLach/jrsonnet - 7bff4936baf869c1dcf1fd824aaff68a2648ac32 authored over 4 years ago
feat(parser): serializable AST

github.com/CertainLach/jrsonnet - 0444432f3e2120c8928575eda2192dec429e80d0 authored over 4 years ago
Merge pull request #104 from Scarjit/master

Fixed spelling mistake in README.md

github.com/CertainLach/jrsonnet-gc - f1dd978036ef64305159317709fd6ceac5208e25 authored over 4 years ago
Fixed spelling mistake in README.md

Added missing " in the Cargo.toml snippet.

github.com/CertainLach/jrsonnet-gc - 7e4adcd839d1caa0ba031ed36f442c0feac3ed61 authored over 4 years ago
feat(evaluator): use errors, pass EvaluationState

github.com/CertainLach/jrsonnet - fab41c8db644a692bd36beb5a46dcc64e02bd2be authored over 4 years ago
feat(evaluator): eval methods in EvaluationState

github.com/CertainLach/jrsonnet - b855963d6e2b801932ec086569ceed18683cf109 authored over 4 years ago
feat(evaluator): ArrComp support

github.com/CertainLach/jrsonnet - 4aecc221ffa52f19aaca13c212bbd95fae721764 authored over 4 years ago
feat(evaluator): Expr::Arr support

github.com/CertainLach/jrsonnet - 56fe3090ef64fd295e574efde0edf2e702416c86 authored over 4 years ago
test(evaluator): sjsonnet test fix

github.com/CertainLach/jrsonnet - 8915d0b93690535fad45ac0804a729826774a523 authored over 4 years ago
ci: add gitlab-ci config

github.com/CertainLach/jrsonnet - 8a8516d963699ca020bad53a01086d46b2b5b045 authored over 4 years ago
feat(evaluator): propogate EvaluationState

github.com/CertainLach/jrsonnet - 8d448f754f461db33dc0a633fdcdcf189fb2db85 authored over 4 years ago
feat(evaluator): stacktrace preparation

github.com/CertainLach/jrsonnet - 1450eba5617740a95f6187147f65d9a115c774fb authored over 4 years ago
perf(evaluator): cache LazyVal/obj fields

github.com/CertainLach/jrsonnet - b25a25b23bf97bbae61214d4d1ef6472fa0e96cb authored over 4 years ago
feat(evaluator): use LocExpr

github.com/CertainLach/jrsonnet - 11818aa7b73551c68cca773f05c90943bff432c1 authored over 4 years ago
feat(parser): save ast expression location

github.com/CertainLach/jrsonnet - c4387b31b01ad5b78288146ef70cba0361b23a6d authored over 4 years ago
style: fix rustfmt and clippy warnings

github.com/CertainLach/jrsonnet - ad8b59dcdf8970544daa76b4152031a8723776cd authored over 4 years ago
fix(evaluator): utf-8 support

github.com/CertainLach/jrsonnet - 64fb3950ee002c64b3f3668aec0d08bbd8cc6b7b authored over 4 years ago
fix(evaluator): instristics

github.com/CertainLach/jrsonnet - 26c294dc66fa85c4864d6e1ac6acb356597a4fec authored over 4 years ago
chore(std): temporarly add intristic namespace

github.com/CertainLach/jrsonnet - 30ac0c86ee682bd19f19eced0ba52726c5b63def authored over 4 years ago
fix(parser): infix operator precedence

github.com/CertainLach/jrsonnet - 7c9753954b3b6504d5ffa830c4a970b4dec815f1 authored over 4 years ago
fix(evaluator): indirect_self bug

github.com/CertainLach/jrsonnet - 2e6febe0ffcda089478ea1e10cd543d9bafd7a32 authored over 4 years ago
refactor(evaluator): use closures where possible

github.com/CertainLach/jrsonnet - abae2f2e28fb70605894d3befd6a98a9045d5a64 authored over 4 years ago
Added `GcCellRef::map` and `GcCellRef::map_split`

github.com/CertainLach/jrsonnet-gc - 9c7ee93b9b07077dbb10f659d4ddf4f0d5ccf82c authored over 4 years ago
Resolve match_wildcard_for_single_variants pedantic lint

github.com/CertainLach/serde-yaml - 925b871b109eaeb2700c43a2036ba91a66615009 authored over 4 years ago
test(parser): merge new tests

github.com/CertainLach/jrsonnet - 078724755e3cb7ab8670bc4408a31f6faa0cb29b authored over 4 years ago
chore(evaluator): partial interpreter implementation

github.com/CertainLach/jrsonnet - 067b138a5c9b9a27e1cf3b84c545a1e0a48020d2 authored over 4 years ago
refactor(parser): make parser parse stdlib successfully

github.com/CertainLach/jrsonnet - 45767d31ad1f582d4950c7b7c1601f971ff852c0 authored over 4 years ago
chore(stdlib): package jsonnet standard library

github.com/CertainLach/jrsonnet - aee104d79723858ff797a315a0aa188453753422 authored over 4 years ago
Merge pull request #101 from CYBAI/patch-1

Use archive link to save the dead link

github.com/CertainLach/jrsonnet-gc - d8bff53f2a510d86786429f16675c82b98ac7d97 authored over 4 years ago
Use archive link to save the dead link

The link is dead. Zhen Zhang changed his domain but I didn't find that post in his new blog site...

github.com/CertainLach/jrsonnet-gc - 1e40830cfdfdc03beee422292c6090b6aa3c3e92 authored over 4 years ago
Update name of renamed unwrap_used lint

github.com/CertainLach/serde-yaml - d7d73f168340c5bb89dde0e2d3cb044fbfceaeb4 authored over 4 years ago
Merge pull request #100 from ilarioc/ref_display

Added `Display` implementation for `GcCellRef` and `GcCellRefMut`

github.com/CertainLach/jrsonnet-gc - f95327c5553167a03f913ee3ab6070e035bfbe8d authored over 4 years ago
Add `Borrow<T>` and `AsRef<T>` implementations for `Gc<T>`

github.com/CertainLach/jrsonnet-gc - 8117c6df502a2e71e0d501aeef6545e297af3b42 authored over 4 years ago
Added `Display` implementation for `GcCellRef` and `GcCellRefMut`

github.com/CertainLach/jrsonnet-gc - 33088c3be7084926a9339381a7634a0f4a1a493f authored over 4 years ago
fix(parser): allow zero length strings

github.com/CertainLach/jrsonnet - 431f2ab123a563e9ddfd1bde8e6d399dde6d71a5 authored over 4 years ago
feat(parser): trace feature for peg

github.com/CertainLach/jrsonnet - ee033ba226d8304a5cddd2d8b7a2b05122a57c83 authored over 4 years ago
fix(parser): move suffixes to expr_basic, function parsing

BREAKING CHANGE: Renamed:
Args => ArgsDesc
Params => ParamsDesc

github.com/CertainLach/jrsonnet - b99878e17f6e3dd26e6fd0292dc8a9be6fc9bbb5 authored over 4 years ago
test(parser): move duplicate part of tests to submodule

github.com/CertainLach/jrsonnet - 3527065e268dd83454ee60d3e3d42b2fbe659112 authored over 4 years ago
test(parser): add `basic_math_parened` test

github.com/CertainLach/jrsonnet - 1f0db6255b8931d8f7774b5f0a945695318313eb authored over 4 years ago
chore(git): ignore .idea/ directory

github.com/CertainLach/jrsonnet - 67ebf550809e4ad706524550dbbbf4a9faeefc83 authored over 4 years ago
test(parser): add `basic_math_with_indents` test

github.com/CertainLach/jrsonnet - 2711ddb28fc994397bebf4eaa83e9d976c3ad976 authored over 4 years ago
style: initially reformat sources

github.com/CertainLach/jrsonnet - 4452d857a2b67ef9ee81ef56b8cd2f14d0be785a authored over 4 years ago
chore(rustfmt): add config for hard_tabs

github.com/CertainLach/jrsonnet - 0fd8838e2695987bd92cd991bbb9ee4901f78957 authored over 4 years ago
feat(evaluator): create evaluator crate

BREAKING CHANGE: rename Expr internals to not match Expr variants

github.com/CertainLach/jrsonnet - 9b267d56d7881bdc98915ff740bf83daac39f15a authored over 4 years ago
chore(parser): initial parser commit

github.com/CertainLach/jrsonnet - 31dfb91f8ba375b1e36be855f8ec823de8da5c2c authored over 4 years ago
Add CI build to cover fuzz target

github.com/CertainLach/serde-yaml - c3f379798054e18b3a29ce62ecdaf84a3a7506c5 authored over 4 years ago
Merge pull request #160 from DavidKorczynski/master

Added initial fuzzing setup.

github.com/CertainLach/serde-yaml - d361b36fd9b7ebf5cb575eff014d0467dfbbdd45 authored over 4 years ago
Added initial fuzzing setup.

github.com/CertainLach/serde-yaml - dae2842fa2c7662c28165811062c2a2356224f3a authored over 4 years ago
Merge pull request #98 from Razican/box_str

Added `Trace` implementation for `Box<str>`

github.com/CertainLach/jrsonnet-gc - 332ac522e13bc4d8ea2e46639bfe262e8d3a66a5 authored over 4 years ago
Added `Trace` implementation for `Box<str>`.

github.com/CertainLach/jrsonnet-gc - fadf8eb29b55c27ef973ecc3395bd3c18de849bb authored over 4 years ago
Merge pull request #158 from dtolnay/mapping

Make mapping module public

github.com/CertainLach/serde-yaml - 7cb74ac0a9fdb8d6710e2aad1bbd88d51688d274 authored over 4 years ago
Make mapping module public

github.com/CertainLach/serde-yaml - 56ae019a0948d748989d5b65b8a9a3b2d6a7b78d authored over 4 years ago
Merge pull request #157 from dtolnay/float

Only accept finite values from f64::from_str

github.com/CertainLach/serde-yaml - c49f115fbf5ef8d0e7b0f00e0697877272cffb95 authored over 4 years ago
Only accept finite values from f64::from_str

github.com/CertainLach/serde-yaml - 5e6632f11db7e10cbc8d79947d28a31f21990fab authored over 4 years ago
Merge pull request #156 from dtolnay/nan

YAML only has two NaNs

github.com/CertainLach/serde-yaml - b570f0753bfc4c9a983049c9790d3dddc81ca10d authored over 4 years ago
Make test_value work with rust 1.31

github.com/CertainLach/serde-yaml - bcbdb791d15fa77ab92cec155d6ceb18cc3ef27b authored over 4 years ago
Compare NaNs only up to sign

github.com/CertainLach/serde-yaml - c3b1fb6ea7e42108dd50f70c6e06a2cb4185cf3f authored over 4 years ago
Add test of NaN comparison

github.com/CertainLach/serde-yaml - f60d11f1d5307f03574ed78053db8f9363a6a38e authored over 4 years ago
Merge pull request #97 from Razican/readme

This updates the README.md file to Rust 2018

github.com/CertainLach/jrsonnet-gc - 051c82304d98338f4c2143e1be3879eece29788d authored over 4 years ago
This updates the README.md file to Rust 2018

github.com/CertainLach/jrsonnet-gc - dc0c46cd3c54709bbb86b9b4e54f485ba0b85899 authored over 4 years ago
Update build status badge to GitHub Actions

github.com/CertainLach/serde-yaml - e43cf4d3f03a53cd0c04b28af08c58b24aae28f1 authored over 4 years ago
Remove Travis configuration

github.com/CertainLach/serde-yaml - 1376562d87481cdf8da34a464c2c9f3f4c08e8af authored over 4 years ago
Merge pull request #96 from Manishearth/bump

Bump to 0.3.4

github.com/CertainLach/jrsonnet-gc - 8d9fe40510e417a18cd7f172e6dabdbad2663e2b authored over 4 years ago
Merge pull request #95 from Manishearth/license

Add MPL-2.0 license

github.com/CertainLach/jrsonnet-gc - d540d21df58ced44ed939c79195f3defece8f33f authored over 4 years ago
Merge pull request #93 from HalidOdat/feature/try-borrow-methods

Added `try_borrow` and `try_borrow_mut` methods to `GcCell`

github.com/CertainLach/jrsonnet-gc - cac275c78a918b8740c3b82ea53fd9a48db15bd6 authored over 4 years ago
Add MPL-2.0 license

github.com/CertainLach/jrsonnet-gc - 364674d97cdf217d16559ae2b47b0097d8566e4d authored over 4 years ago
Added Hash derive for `BorrowError` and `BorrowMutError`

github.com/CertainLach/jrsonnet-gc - 48b1257c3b64be8238a502507c3be2ab124f828d authored over 4 years ago
Added more derives for `BorrowError` and `BorrowMutError`

github.com/CertainLach/jrsonnet-gc - 681e9d85a80212005c018fb08c39075536052b4f authored over 4 years ago
Merge pull request #91 from Razican/feature_derive

Added "derive" feature to avoid importing two crates

github.com/CertainLach/jrsonnet-gc - 2c0325f59efe67f6eff6490bbac58e4bc964efc1 authored over 4 years ago
Merge pull request #90 from Razican/box_trace

Added Trace and Finalize implementations for `Box<[T]>`.

github.com/CertainLach/jrsonnet-gc - dd734c2820bc8fad56ab347679de29e11ac772f5 authored over 4 years ago
Added `try_borrow` and `try_borrow_mut` methods to `GcCell`

github.com/CertainLach/jrsonnet-gc - 98eb9a7fafec677fc1348eadbd287dcc354417cb authored over 4 years ago
Merge pull request #154 from dtolnay/actions

Enable GitHub Actions

github.com/CertainLach/serde-yaml - 9abbbac71d656e089451833a5e93aca7dea5da98 authored over 4 years ago
Enable GitHub Actions

github.com/CertainLach/serde-yaml - f01171eaee63fa3c9966d9b829d8e02688314a1d authored over 4 years ago
Fixed build errors

github.com/CertainLach/jrsonnet-gc - bf2749357420d83e362eef61508ca506d06aced6 authored over 4 years ago
Added "derive" feature to avoid importing two crates

github.com/CertainLach/jrsonnet-gc - 291224060fc6b190c22d9515f51772b9830de0a2 authored over 4 years ago
Added Trace and Finalize implementations for `Box<[T]>`.

github.com/CertainLach/jrsonnet-gc - f426a3ffe405b10f3e650be50ab9894e4861dc7d authored over 4 years ago
Remove CI badge from Cargo.toml

Support for badges has been deprecated by crates.io.

github.com/CertainLach/serde-yaml - 9150a6ba18b30bf50525c2631af034120d566c6a authored over 4 years ago
Sync yarn.lock

github.com/CertainLach/Framework - 3a78097870129071b42d6f45cc4fdbbf8611049b authored almost 5 years ago
Load old plugin if new plugin load is failed

github.com/CertainLach/Framework - a9bf5c4550ca16f705c843c584f85300ebd545f4 authored almost 5 years ago
Resolve redundant_field_names lint

github.com/CertainLach/serde-yaml - e55db9ede2ea5f482d5d9eee8073a65abe48425a authored almost 5 years ago
Merge pull request #152 from dtolnay/clippy

Run clippy on latest nightly that has clippy

github.com/CertainLach/serde-yaml - c8fb8386bb56151131dfedab8e1c991d4052fb86 authored almost 5 years ago
Run clippy on latest nightly that has clippy

github.com/CertainLach/serde-yaml - 0cce3f30a125e34dd46268c3ef47504ac55323f5 authored almost 5 years ago
Merge pull request #86 from Razican/more_trace

Added `Trace` and `Finalize` for more std types

github.com/CertainLach/jrsonnet-gc - 87bb44e0e3b5824df1669415a2766b9ee34dc9a4 authored almost 5 years ago
Added `Trace` and `Finalize` implementation for new standard library types

github.com/CertainLach/jrsonnet-gc - d4bf0ed73d267e1d10fe53c55853ae114412e7ff authored almost 5 years ago
Publish

- @meteor-it/[email protected]
- @meteor-it/[email protected]
- @meteor-it/[email protected]
- @meteor-it/plug...

github.com/CertainLach/Framework - 8f833b33d2b2da88753640cf0bc9d2bca3b23fde authored almost 5 years ago
Add PromiseMap

github.com/CertainLach/Framework - 7247d52975181e15bd23777a28ddfe1f6ca1643f authored almost 5 years ago
Rocket: End stream, better typings for hyperscript

github.com/CertainLach/Framework - aaebe0f26b612f6e6c84a799f1faa92343d74746 authored almost 5 years ago
Merge pull request #85 from Razican/rustfmt

Formatted the code

github.com/CertainLach/jrsonnet-gc - e6999bc4a738edf8043d2bf17af932063b8ddcb2 authored almost 5 years ago