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

cargo fmt

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/CertainLach/jrsonnet-gc - 54ae933315d0f806b0acf48beb40ea0ef6123d4b authored almost 4 years ago
style: fix whitespace

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 67899df9d42c2661c1593a8f279f1ed66be2c918 authored almost 4 years ago
fix(evaluator): checked LocalKey load

Fixes: #33
Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - ae63b405fd553a22a2594b8080b3d8358a64e6f3 authored almost 4 years ago
feat(evaluator): anyhow integration

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 3b19e49816fbbbecb5ed1a02f6976d318062306b authored almost 4 years ago
Debug bytes as base64

github.com/CertainLach/jwk-rs - 463e9221ba1a6a9c492a335bf596239abac1017b authored almost 4 years ago
Merge pull request #123 from andersk/GcCellRefMut-map

GcCellRefMut::drop: Unroot the right value after GcCellRefMut::map

github.com/CertainLach/jrsonnet-gc - e459223313aa5e9deaa34550b396c42b7dbeec34 authored about 4 years ago
Merge pull request #122 from andersk/from_raw-root

Gc::from_raw: Set the Gc as a root

github.com/CertainLach/jrsonnet-gc - 910624b3501bb6db5f082b468754b97a34124a0f authored about 4 years ago
Remove syn dependency

github.com/CertainLach/jwk-rs - d89eb75794a1f56ce0d4cebee6fd984dd71b48bd authored about 4 years ago
Don't pad base64, as per spec

github.com/CertainLach/jwk-rs - c8a05d33608e6f8f2893081ed10caaeac3eba4da authored about 4 years ago
Use stable Rust

github.com/CertainLach/jwk-rs - 9592cad01c4791bf411c2735216f5e8297c49ca5 authored about 4 years ago
Add x509 registered claims

github.com/CertainLach/jwk-rs - 0d890ca6d750a09335d8472ddea3c3af4b53dd11 authored about 4 years ago
build: bump versions for 0.3.4 release

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - f91abe0df35c7a1910debfa8b57f402e7cee6ab6 authored about 4 years ago
Merge pull request #29 from CertainLach/type-safety

Jsonnet type system

github.com/CertainLach/jrsonnet - a98d285aef91f62ff3d5499c8ead081725278f3d authored about 4 years ago
fix: use push_stack_frame in public macroses

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - c93dcb40871de02802bfcd907cc86db6dc0daf86 authored about 4 years ago
tests: use optional location

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 21e57ff50ce87739b586a39a38c5fa5e81a86c61 authored about 4 years ago
style: fix clippy warnings

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 45caf79f1ab3907b1d5106d600116ebeae4dade7 authored about 4 years ago
feat: locationless stack frames

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 0d591aa205cc06ca26d0ab90908099afefeaa879 authored about 4 years ago
feat: unwrap_type macro

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - a682d0e384a21f773aeffc274eefc4f8752634e8 authored about 4 years ago
Gc::from_raw: Set the Gc as a root

The recovered Gc is not inside a GcBox on the heap, so it must be set
as a root (like it must ha...

github.com/CertainLach/jrsonnet-gc - d495f6590a6d2019ccb4d598de6b15e618fbbe14 authored about 4 years ago
GcCellRefMut::drop: Unroot the right value after GcCellRefMut::map

Fixes #117.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/CertainLach/jrsonnet-gc - 98fb0cf8a222b2bcb599bf27018d42c09662638f authored about 4 years ago
feat: export types api

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - cebe933c00d9a3ff22edc3806f32055b201fe067 authored about 4 years ago
fix: use new ArrValue variants

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 9268ff4f09ce7c3d0d572e12d960483d22bf49f3 authored about 4 years ago
Merge branch 'master' of github.com:CertainLach/jrsonnet into type-safety

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 00b4f053911b706faccfae95cc187d9554b1685e authored about 4 years ago
style: fix clippy warnings

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 3fc6c25f159a6f8cf48a88e1c9279926e48e2452 authored about 4 years ago
feat: array inheritance

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 2634495e4929f440f2f53078f1bf94c9c146751c authored about 4 years ago
feat: pass caller location to native function

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - c437de1501735667714c366b9c13792087a63feb authored about 4 years ago
fix: restore ability to edit arrays in libjsonnet

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 3214093c73886bb7696513e156d452914cf721d8 authored about 4 years ago
refactor: Option<&ExprLocation> -> &Option<_>

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - ced22d8710e301bace7fed3b8fe89d706120182e authored about 4 years ago
Resolve needless_question_mark clippy lint

warning: Question mark operator is useless here
--> src/ser.rs:423:5
|
42...

github.com/CertainLach/serde-yaml - 4bd371aee467fae3c16eb2b097dd0001a9a91f7a authored about 4 years ago
cc: add strong_count and weak_count exposing internal ref counts

Match related std::rc::Rc APIs.

github.com/CertainLach/gcmodule - b95d96ba1bc0fff4c614ae2f08b967aeb09862e3 authored about 4 years ago
ref_count: add weak count

Needed for weakref support.

github.com/CertainLach/gcmodule - b80cc7317aacc59cebf8abab393fab772bb5b78f authored about 4 years ago
cc: add weakref support

Similar to std::rc::Rc, add downgrade() -> Weak, upgrade() -> Option<Cc>
for weakref support.

github.com/CertainLach/gcmodule - d1244d2ec5b4ce592758b4c0b1b9f1e0b49d810e authored about 4 years ago
style: reformat code

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - a16a15d971ad028ee8af7dcfb66d76ccf0f8e567 authored about 4 years ago
perf: use pointer equality in std.equals

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 3d527a7bcaaff8ef85f35f4e8c97a4bf92d5f099 authored about 4 years ago
refactor: drop LayeredHashMap key generic

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - c214d990b22e56a56575f1209dfca970086be312 authored about 4 years ago
perf: faster strReplace

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 970fbe703e95430fd861d170e4f3146a46c066b0 authored about 4 years ago
feat: peg parsing for types

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - d9acc2cd1f1d2500c27b322d6af387dc7529fa42 authored about 4 years ago
feat: make type descriptions look more js-like

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - fe95a60a9a9e51f3f8b5c2dd7587d7eb946fe567 authored about 4 years ago
feat: prettier union type printing

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 814b019b0248e63ac2bbde4694bbc1cecbc8b73e authored about 4 years ago
fix: manifest output should put spaces in brackets

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 847c11f5901f4c67125101caabc2c34d1d31bf91 authored about 4 years ago
fix: std.range with to < from

`std.range(0, -3)` should return [], not [0]

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 6341ead30a0b0f9a1fc90e53074249f7d67007c3 authored about 4 years ago
fix: drop empty line on empty output

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - a90b3d609f9a93f2ccf1b937a1e7ab55bdcdea7f authored about 4 years ago
build: update Cargo.lock

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 72f4bf90cdcbbf28e5a2afbff030ebac82887aa7 authored about 4 years ago
feat: string interning

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 695a2f8d51fa9a76e951a16f1cfb4e5c612c7b76 authored about 4 years ago
refactor: move builtins to HashMap

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - b55d14a56b8670b9a16704a17a4c55bd133f2cb4 authored about 4 years ago
feat: push stack in assertion failure

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - a7f8b8fa307d3ccfe5c52215891a20d1245718e6 authored about 4 years ago
fix: use correct vanilla type names

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - ed5873f1697adaab7e46efe9ef2a6ad33b62fb2b authored about 4 years ago
fix(types): use absolute paths in macro

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - dad8ebd45a7c104069d243a6ac01d16074a196fa authored about 4 years ago
build: bump jrsonnet-types version to 0.3.3

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 6c57514edff6d5d4ab4dc89aad7af92af3544e08 authored about 4 years ago
build: temporary disable ffi array manipulation

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 94d4a5ac92ffe9dec094c400afd66e01ce2de611 authored about 4 years ago
refactor: rewrite builtins to new type system

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 407517ff4770540c91649ece593f7b34c7a1e7f0 authored about 4 years ago
refactor!: remove Lazy from Val

Now lazy is used only in objects/arrays
BREAKING CHANGE: value_type() is never fails

Signed-off...

github.com/CertainLach/jrsonnet - 028057c85dc5cefb25c6c555a70d5a34744b9281 authored about 4 years ago
feat(evaluator): type checking code

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 194642f9bd4df3b758283e1d64358a54424d175f authored about 4 years ago
feat: describe jrsonnet type system

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 6a392a27de6bf2f289d9f44183daab521a5c83eb authored about 4 years ago
build: bump version for 0.3.3 release

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 5ffc4ed5626b4719a821181c062041cab9964c1b authored about 4 years ago
build: upgrade dependencies

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - feb1a4c62aa2f4784da8f6cd0e0baf7e09aa2c2d authored about 4 years ago
style: fixes for unnecessary-lazy-evaluations lint

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - c0a6203bfa84af1a73aad99035fe10c850747c09 authored about 4 years ago
chore: change author field in cargo manifests

To match git signature

Fixes #28

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - 9367ffe7b26b39973df22a7b2f8b8d1ef040f353 authored about 4 years ago
fix(evaluator): missing intrinsics for slice, mod

Fixes #30

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/jrsonnet - bc97bc99f5fd58eebbd6ef25681cd6bb877f2f0d authored about 4 years ago
feat: print errors to stderr, exit 1 on failure

github.com/CertainLach/jrsonnet - 7c1d01aa94c22cffe535e57ce8a17c96a8a5a9b8 authored about 4 years ago
Relax bounds and impl some traits for RawCc

github.com/CertainLach/gcmodule - d96c371b442eaeb057e0cc41c3c32f06148c493b authored about 4 years ago
Clean up internals and run tests on miri

github.com/CertainLach/gcmodule - 0e4b86b8d6439204d00cc379228d6f4c9f38bd2d authored about 4 years ago
Merge pull request #184 from dtolnay/minimal-versions

Test with minimal-versions in CI

github.com/CertainLach/serde-yaml - 022b0ad89f76ed23465bc7d322c92fce905bf2a7 authored about 4 years ago
Set version requirements compatible with -Z minimal-versions

github.com/CertainLach/serde-yaml - 6df5a22c8699c3979857ccf8f7ff2a8103e47201 authored about 4 years ago
Test minimal-versions in CI

github.com/CertainLach/serde-yaml - e656edc0b7de0f639bd3adc887d2cc0962c52364 authored about 4 years ago
Fix catching clippy warnings as CI failures

github.com/CertainLach/serde-yaml - f6aa31d1f7964edbced07d63becca0b6689dba34 authored about 4 years ago
Merge pull request #119 from andersk/dyn

Fix deprecated trait object syntax warnings

github.com/CertainLach/jrsonnet-gc - bfc7a6b6060f8867bd891d696a053ff8560c2e49 authored about 4 years ago
Merge pull request #118 from andersk/GcCellRef

Remove T: Trace bound from GcCellRef<T>; add GcCellRef::clone

github.com/CertainLach/jrsonnet-gc - 38ce2c7a33195efb563078272c9d5ee7a08d07b2 authored about 4 years ago
Fix deprecated trait object syntax warnings

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/CertainLach/jrsonnet-gc - e9acea33ca6176e0ac05c981eba2cb5bbf0ac9f7 authored about 4 years ago
Add GcCellRef::clone

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/CertainLach/jrsonnet-gc - 3df1a9efaf480830553ac40b078cf056c3ce0337 authored about 4 years ago
Remove T: Trace bound from GcCellRef<T>

This bound unnecessarily prohibited some valid uses of GcCellRef::map.

Signed-off-by: Anders Ka...

github.com/CertainLach/jrsonnet-gc - e548a817c89f38516c5cfb1d55ff593f0105e946 authored about 4 years ago
derive: support skipping a container

github.com/CertainLach/gcmodule - ba45b6ccc2cd808218cfd47327f5205a71208db2 authored about 4 years ago
feat: allow deriving Trace without Drop/Finalize

Custom Drop implementation still can't be written, because generated
TriviallyDrop implementatio...

github.com/CertainLach/jrsonnet-gc - aa4e896be604e5d1616dbce8a055cdd1a759644c authored about 4 years ago
Merge pull request #115 from Manishearth/actions

Add GitHub Actions

github.com/CertainLach/jrsonnet-gc - 5656f1284adf5c8cc8eb6e970acd35c9cc0d7fbc authored about 4 years ago
Merge pull request #114 from andersk/ptr_eq

Ignore fat pointer vtables for Gc::ptr_eq

github.com/CertainLach/jrsonnet-gc - b78569369d601f03c5d7fb00b7d5d3c79c44d0bb authored about 4 years ago
Update setCollectionLimits

github.com/CertainLach/unique-docs - 53350beafa1222fff9df9e1eaa54c6808c1f66d7 authored about 4 years ago
Ignore fat pointer vtables for Gc::ptr_eq

Rust doesn’t guarantee that fat pointer comparison works as expected
due to duplicated vtables:
...

github.com/CertainLach/jrsonnet-gc - a7d573562c7876f9d97416d20ad3b69a2cd44acb authored about 4 years ago
Add collection fields

github.com/CertainLach/unique-docs - 5f0eec69c0a8304172016f9b2061d9d49b94e9b1 authored about 4 years ago
Merge pull request #112 from andersk/derive-trace-unsized

Allow #[derive(Trace)] for unsized types

github.com/CertainLach/jrsonnet-gc - 752398b90bc1c80c923630c3478c7470e9f2104d authored about 4 years ago
Inform clippy of supported compiler version in clippy.toml

github.com/CertainLach/serde-yaml - 7f6d925e6074c4ed092638b5a470991cfaab9593 authored about 4 years ago
Apply clippy to test suite

github.com/CertainLach/serde-yaml - c82a38dc7f2dbf029d720e96537b78aa8005d23f authored about 4 years ago
Extract clippy lint level to CI job

github.com/CertainLach/serde-yaml - 7a04d41d243bbcf07bc6b2d7f647ba37e3c7ff3c authored about 4 years ago
Change decimals to decimalPoints

github.com/CertainLach/unique-docs - 4fdadac75c2d5607360b8c090558497b6226e10f authored about 4 years ago
Update createItem and createMultipleItems

github.com/CertainLach/unique-docs - f055f9dc48faf745211de0216670bf2ad062e93a authored about 4 years ago
Allow #[derive(Trace)] for unsized types

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/CertainLach/jrsonnet-gc - 54a17dbdafa4d1950f88856013ee4df685e38daa authored about 4 years ago
Merge pull request #111 from andersk/auto_traits-rename

Follow rename of nightly optin_builtin_traits feature to auto_traits

github.com/CertainLach/jrsonnet-gc - 45d8a92f6a031d41e2230f4f6beb65edb3856367 authored about 4 years ago
Follow rename of nightly optin_builtin_traits feature to auto_traits

This was renamed in https://github.com/rust-lang/rust/pull/79336.

Signed-off-by: Anders Kaseorg...

github.com/CertainLach/jrsonnet-gc - b2cfb2f675cb58f4c46bc294a2c7dba7155bed73 authored about 4 years ago
build: add dependency versions for workspace

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 81dfd9d542f949ef69f537dab5f0640a9271c69b authored about 4 years ago
build(sys): bump version

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 98c40b5dffd2be3d55d0ed20b2189de64a760849 authored about 4 years ago
ci(macros): crates.io metadata

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - e916cfd9c9d60c289f16a7716e477ca4bca2ac22 authored about 4 years ago
doc: update readme with new apis

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 9d422e7b65df9bb9c637b1e10b5caec974a69e33 authored about 4 years ago
feat: attribute macro

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - d09162aec4f9e96b35d5e1d82250230cb0f021d0 authored about 4 years ago
feat: allow safe access to raw macros

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 726379699ff8b979b72c348843936b211ea3a84f authored about 4 years ago
refactor: rewrite strings to new sys crate

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - e7cdf857780f2deaa388bf679a5cfd581153be62 authored about 4 years ago
refactor: rewrite service to new sys crate

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 7e36d26d6abf874765bd12bb46a45bbe08288dff authored about 4 years ago
refactor: rewrite licensing to new sys crate

Signed-off-by: Yaroslav Bolyukin <[email protected]>

github.com/CertainLach/vmprotect - 4f30f35644fbac9cd4a02e88f2dc3a181f7e084d authored about 4 years ago