Surya Somayyajula

Results 20 comments of Surya Somayyajula

@vgvassilev I tested this on Ubuntu 20.04, and I'm not sure if I should add subprocess commands for installing libncurses5, debuild and debhelper. It was an empty VM instance that's...

I was also able to obtain a debian package through these changes

I tried doing what you said, I wasn't able to split away the commits @vgvassilev

@vgvassilev just added a rationale to the first commit message

Hi, I know this is quite late, but would adding this to the DynamicLibraryManagerSymbol.cpp still be helpful?

Calling the download_llvm_binary function in the with_binary_llvm block within the last_stable block should fix it, although now there seems to be an CMake error, and it now says that there...

> Instead of throwing an exception, you need to create your own compiler error, see e.g. `NonExhaustiveMatchError` I get what you're saying, but the `visitExp `method returns `List[NonExhaustiveMatchError]`, so wouldn't...

Hi Magnus, I created a `PatMatchError` trait like you said, should I keep the trait sealed and have both `ExceptionTypeMatchError` and `NonExhaustiveMatchError` within the trait like `TypeError`? Or just keep...