Miłosz Bieniek

Results 14 comments of Miłosz Bieniek

Hey! I will be happy to try to solve this issue. Is there anything else I should know about it?

Thanks, that was it. Now I have to deal with other errors 😅 Like `failed to run custom build command for 'bdwgc-alloc v0.6.0'` when doing `cargo build` in `skc_rustlib` Sometimes...

Oh, I found why. It's `bdwgc-alloc = { version = "0.6.0", default-features=false, features = ["cmake"] }` When i change it to ` { version = "0.6.0" } ` only its...

I have cmake installed :/ ``` cmake --version cmake version 3.26.3 ```

This is the whole message ``` error: failed to run custom build command for `bdwgc-alloc v0.6.0` Caused by: process didn't exit successfully: `/Users/mozi/development/rust/shiika/target/debug/build/bdwgc-alloc-ffb3855a7bc2ccef/build-script-build` (exit status: 101) --- stdout CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin =...

I've got it installed on both.. For now I can stay with `autotools` on my local machine, but I wouldn't close this issue, maybe there will be someone with similar...

Test case 4 (same as test case 1) but from #241 (we can close that issue I guess) ``` p [1,2,3] .select{|i: Int| i % 2 == 0} .map{|i: Int|...

Hey! I got stuck in a certain place, I don't even remember where 😅 @EruEri go ahead, I hope it goes better for you:)

Hey! I've had a bit of a break but now I'd like to complete this task :) Is [spinoso-string](https://github.com/artichoke/artichoke/blob/2db53033309c3e4f923fdea960d0884c4b47d1c8/spinoso-string/src/eq.rs) the only place where I should add changes? And could you...