Alex Denisov

Results 102 comments of Alex Denisov

Hi @geertbleyen, looking at the logs it seems that the build is actually correct (modulo that it fails 😅): the macOS part is building Swift package descriptions. What fails is...

Hi @VinayDodamani, I somehow missed this issue, apologies for the delay 🙈 Do you have a good open source project in mind I can use as an example? I'd love...

Hi @PieterBunnenberg, I didn't have time to look into it yet. Admittedly, I didn't think of Bazel based build of Mull, that's certainly an interesting perspective. Can you share some...

@PieterBunnenberg I added Ubuntu 22.04 last night, the packages are now building, should be available in a couple of hours or so.

That's a great news @VinayDodamani, congrats! If you can add a little tutorial [here](https://github.com/mull-project/mull/tree/main/docs/tutorials), that would be appreciated! Otherwise, you can share your learnings here and I'll convert them into...

> Is it possible? I meant without WSL and virtualizations In theory - yes, but I'm not sure what's the status of Clang/LLVM plugins on Windows. Someone needs to give...

TL;DR: Mull doesn't work with clang from Xcode. LLVM from Xcode is not really the same as the open-source version of LLVM and the version typically matches the version of...

Hi @RobertoBagnara, thank you for the great question. These are just warnings and in this case they are benign. The reason behind the warning is simple: in case you build...

@dodikk, :+1: I'm still using iOS-Universal-Framework, because new frameworks work only for iOS8.

I will check this asap, thank you.