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
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/CertainLach/jrsonnet-gc - 54ae933315d0f806b0acf48beb40ea0ef6123d4b authored almost 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 67899df9d42c2661c1593a8f279f1ed66be2c918 authored almost 4 years ago
Fixes: #33
Signed-off-by: Yaroslav Bolyukin <[email protected]>
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 3b19e49816fbbbecb5ed1a02f6976d318062306b authored almost 4 years agogithub.com/CertainLach/jwk-rs - 463e9221ba1a6a9c492a335bf596239abac1017b authored almost 4 years ago
GcCellRefMut::drop: Unroot the right value after GcCellRefMut::map
github.com/CertainLach/jrsonnet-gc - e459223313aa5e9deaa34550b396c42b7dbeec34 authored about 4 years agoGc::from_raw: Set the Gc as a root
github.com/CertainLach/jrsonnet-gc - 910624b3501bb6db5f082b468754b97a34124a0f authored about 4 years agogithub.com/CertainLach/jwk-rs - d89eb75794a1f56ce0d4cebee6fd984dd71b48bd authored about 4 years ago
github.com/CertainLach/jwk-rs - c8a05d33608e6f8f2893081ed10caaeac3eba4da authored about 4 years ago
github.com/CertainLach/jwk-rs - 9592cad01c4791bf411c2735216f5e8297c49ca5 authored about 4 years ago
github.com/CertainLach/jwk-rs - 0d890ca6d750a09335d8472ddea3c3af4b53dd11 authored about 4 years ago
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - f91abe0df35c7a1910debfa8b57f402e7cee6ab6 authored about 4 years agoJsonnet type system
github.com/CertainLach/jrsonnet - a98d285aef91f62ff3d5499c8ead081725278f3d authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - c93dcb40871de02802bfcd907cc86db6dc0daf86 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 21e57ff50ce87739b586a39a38c5fa5e81a86c61 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 45caf79f1ab3907b1d5106d600116ebeae4dade7 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 0d591aa205cc06ca26d0ab90908099afefeaa879 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - a682d0e384a21f773aeffc274eefc4f8752634e8 authored about 4 years ago
The recovered Gc is not inside a GcBox on the heap, so it must be set
as a root (like it must ha...
Fixes #117.
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/CertainLach/jrsonnet-gc - 98fb0cf8a222b2bcb599bf27018d42c09662638f authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - cebe933c00d9a3ff22edc3806f32055b201fe067 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 9268ff4f09ce7c3d0d572e12d960483d22bf49f3 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 00b4f053911b706faccfae95cc187d9554b1685e authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 3fc6c25f159a6f8cf48a88e1c9279926e48e2452 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 2634495e4929f440f2f53078f1bf94c9c146751c authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - c437de1501735667714c366b9c13792087a63feb authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 3214093c73886bb7696513e156d452914cf721d8 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - ced22d8710e301bace7fed3b8fe89d706120182e authored about 4 years ago
warning: Question mark operator is useless here
--> src/ser.rs:423:5
|
42...
Match related std::rc::Rc APIs.
github.com/CertainLach/gcmodule - b95d96ba1bc0fff4c614ae2f08b967aeb09862e3 authored about 4 years agoNeeded for weakref support.
github.com/CertainLach/gcmodule - b80cc7317aacc59cebf8abab393fab772bb5b78f authored about 4 years ago
Similar to std::rc::Rc, add downgrade() -> Weak, upgrade() -> Option<Cc>
for weakref support.
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - a16a15d971ad028ee8af7dcfb66d76ccf0f8e567 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 3d527a7bcaaff8ef85f35f4e8c97a4bf92d5f099 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - c214d990b22e56a56575f1209dfca970086be312 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 970fbe703e95430fd861d170e4f3146a46c066b0 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - d9acc2cd1f1d2500c27b322d6af387dc7529fa42 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - fe95a60a9a9e51f3f8b5c2dd7587d7eb946fe567 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 814b019b0248e63ac2bbde4694bbc1cecbc8b73e authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 847c11f5901f4c67125101caabc2c34d1d31bf91 authored about 4 years ago`std.range(0, -3)` should return [], not [0]
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 6341ead30a0b0f9a1fc90e53074249f7d67007c3 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - a90b3d609f9a93f2ccf1b937a1e7ab55bdcdea7f authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 72f4bf90cdcbbf28e5a2afbff030ebac82887aa7 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 695a2f8d51fa9a76e951a16f1cfb4e5c612c7b76 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - b55d14a56b8670b9a16704a17a4c55bd133f2cb4 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - a7f8b8fa307d3ccfe5c52215891a20d1245718e6 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - ed5873f1697adaab7e46efe9ef2a6ad33b62fb2b authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - dad8ebd45a7c104069d243a6ac01d16074a196fa authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 6c57514edff6d5d4ab4dc89aad7af92af3544e08 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 94d4a5ac92ffe9dec094c400afd66e01ce2de611 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 407517ff4770540c91649ece593f7b34c7a1e7f0 authored about 4 years ago
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 agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 194642f9bd4df3b758283e1d64358a54424d175f authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 6a392a27de6bf2f289d9f44183daab521a5c83eb authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 5ffc4ed5626b4719a821181c062041cab9964c1b authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - feb1a4c62aa2f4784da8f6cd0e0baf7e09aa2c2d authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - c0a6203bfa84af1a73aad99035fe10c850747c09 authored about 4 years agoTo match git signature
Fixes #28
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - 9367ffe7b26b39973df22a7b2f8b8d1ef040f353 authored about 4 years agoFixes #30
Signed-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/jrsonnet - bc97bc99f5fd58eebbd6ef25681cd6bb877f2f0d authored about 4 years agogithub.com/CertainLach/jrsonnet - 7c1d01aa94c22cffe535e57ce8a17c96a8a5a9b8 authored about 4 years ago
github.com/CertainLach/gcmodule - 8556318aec79436f6372036efe454fe30b6516ed authored about 4 years ago
github.com/CertainLach/gcmodule - d96c371b442eaeb057e0cc41c3c32f06148c493b authored about 4 years ago
github.com/CertainLach/gcmodule - 0e4b86b8d6439204d00cc379228d6f4c9f38bd2d authored about 4 years ago
github.com/CertainLach/serde-yaml - c3595c72613059215ab691f4699e719c8f5004aa authored about 4 years ago
Test with minimal-versions in CI
github.com/CertainLach/serde-yaml - 022b0ad89f76ed23465bc7d322c92fce905bf2a7 authored about 4 years agogithub.com/CertainLach/serde-yaml - 6df5a22c8699c3979857ccf8f7ff2a8103e47201 authored about 4 years ago
github.com/CertainLach/serde-yaml - e656edc0b7de0f639bd3adc887d2cc0962c52364 authored about 4 years ago
github.com/CertainLach/serde-yaml - f6aa31d1f7964edbced07d63becca0b6689dba34 authored about 4 years ago
Fix deprecated trait object syntax warnings
github.com/CertainLach/jrsonnet-gc - bfc7a6b6060f8867bd891d696a053ff8560c2e49 authored about 4 years agoRemove T: Trace bound from GcCellRef<T>; add GcCellRef::clone
github.com/CertainLach/jrsonnet-gc - 38ce2c7a33195efb563078272c9d5ee7a08d07b2 authored about 4 years agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/CertainLach/jrsonnet-gc - e9acea33ca6176e0ac05c981eba2cb5bbf0ac9f7 authored about 4 years agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/CertainLach/jrsonnet-gc - 3df1a9efaf480830553ac40b078cf056c3ce0337 authored about 4 years agoThis bound unnecessarily prohibited some valid uses of GcCellRef::map.
Signed-off-by: Anders Ka...
github.com/CertainLach/jrsonnet-gc - e548a817c89f38516c5cfb1d55ff593f0105e946 authored about 4 years agogithub.com/CertainLach/gcmodule - ba45b6ccc2cd808218cfd47327f5205a71208db2 authored about 4 years ago
Custom Drop implementation still can't be written, because generated
TriviallyDrop implementatio...
github.com/CertainLach/jrsonnet-gc - 7f3837fa1d3681ed43d424728336d944815e4819 authored about 4 years ago
Add GitHub Actions
github.com/CertainLach/jrsonnet-gc - 5656f1284adf5c8cc8eb6e970acd35c9cc0d7fbc authored about 4 years agogithub.com/CertainLach/jrsonnet-gc - 9f10b36fb3d4bfc978e3b9ed1d5821e2b1dd9132 authored about 4 years ago
Ignore fat pointer vtables for Gc::ptr_eq
github.com/CertainLach/jrsonnet-gc - b78569369d601f03c5d7fb00b7d5d3c79c44d0bb authored about 4 years agogithub.com/CertainLach/unique-docs - 53350beafa1222fff9df9e1eaa54c6808c1f66d7 authored about 4 years ago
Rust doesn’t guarantee that fat pointer comparison works as expected
due to duplicated vtables:
...
github.com/CertainLach/unique-docs - 5f0eec69c0a8304172016f9b2061d9d49b94e9b1 authored about 4 years ago
Allow #[derive(Trace)] for unsized types
github.com/CertainLach/jrsonnet-gc - 752398b90bc1c80c923630c3478c7470e9f2104d authored about 4 years agogithub.com/CertainLach/serde-yaml - 7f6d925e6074c4ed092638b5a470991cfaab9593 authored about 4 years ago
github.com/CertainLach/serde-yaml - c82a38dc7f2dbf029d720e96537b78aa8005d23f authored about 4 years ago
github.com/CertainLach/serde-yaml - 7a04d41d243bbcf07bc6b2d7f647ba37e3c7ff3c authored about 4 years ago
github.com/CertainLach/unique-docs - 4fdadac75c2d5607360b8c090558497b6226e10f authored about 4 years ago
github.com/CertainLach/unique-docs - f055f9dc48faf745211de0216670bf2ad062e93a authored about 4 years ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/CertainLach/jrsonnet-gc - 54a17dbdafa4d1950f88856013ee4df685e38daa authored about 4 years agoFollow rename of nightly optin_builtin_traits feature to auto_traits
github.com/CertainLach/jrsonnet-gc - 45d8a92f6a031d41e2230f4f6beb65edb3856367 authored about 4 years agoThis 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 agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 81dfd9d542f949ef69f537dab5f0640a9271c69b authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 98c40b5dffd2be3d55d0ed20b2189de64a760849 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - e916cfd9c9d60c289f16a7716e477ca4bca2ac22 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 9d422e7b65df9bb9c637b1e10b5caec974a69e33 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - d09162aec4f9e96b35d5e1d82250230cb0f021d0 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 726379699ff8b979b72c348843936b211ea3a84f authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - e7cdf857780f2deaa388bf679a5cfd581153be62 authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 7e36d26d6abf874765bd12bb46a45bbe08288dff authored about 4 years agoSigned-off-by: Yaroslav Bolyukin <[email protected]>
github.com/CertainLach/vmprotect - 4f30f35644fbac9cd4a02e88f2dc3a181f7e084d authored about 4 years ago