cidit

Results 10 comments of cidit

so, i just had a conversation with someone on the discord, and according to them, the update shouldve taken just a few minutes after clicking the button. since it hasnt...

that would be a feature, right?

> any update on this issue? it's blocking our CI. youre not alone :')

oh, actually, after peeking at the logs, i think i see what the problem is. im using an alternative shell.

nope, `rustc -Vv` works in my `sh` environment and produces the following output: ``` sh-5.2$ rustc -Vv rustc 1.68.2 (9eb3afe9e 2023-03-27) binary: rustc commit-hash: 9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0 commit-date: 2023-03-27 host: x86_64-unknown-linux-gnu release:...

that would be the following when called in `sh` ``` sh-5.2$ $(rustup which --toolchain nightly-2023-04-12 rustc) -vV rustc 1.70.0-nightly (9df3a39fb 2023-04-11) binary: rustc commit-hash: 9df3a39fb30575d808e70800f9fad5362aac57a2 commit-date: 2023-04-11 host: x86_64-unknown-linux-gnu release:...

Speaking of, @willcrichton did you get the chance to look into it?

i'll try to build from source tho, seemed like too much trouble at the time but i'll give it another shot.

@lucidBrot i've got a question if you have a moment to spare. where did you find the documentation on how to use the `ShapeBundle` api which if i understand correctly...