Daniel Olivier

Results 8 comments of Daniel Olivier

I think that (even if we don't want everything in one file) if we are writing a txt file, then the HTML tags should automatically be stripped (without having to...

Stack trace on Windows is: ``` license.node!v8::internal::Internals::ReadRawField(heap_object_ptr=577594250144183449, offset=12) Line 305 at C:\Users\danielo\.cmake-js\electron-x64\v9.1.2\include\node\v8-internal.h(305) license.node!v8::internal::Internals::GetInstanceType(obj=1288625925157) Line 233 at C:\Users\danielo\.cmake-js\electron-x64\v9.1.2\include\node\v8-internal.h(233) license.node!v8::Object::GetInternalField(index=1) Line 11339 at C:\Users\danielo\.cmake-js\electron-x64\v9.1.2\include\node\v8.h(11339) license.node!Nan::imp::FunctionCallbackWrapper(info={...}) Line 171 at C:\Users\danielo\Unity\hub.native.license\node_modules\nan\nan_callbacks_12_inl.h(171) electron.exe!v8::internal::FunctionCallbackArguments::Call(handler={...}) Line 159...

Further note: this is fixed with the following command: ``` $ sudo ln -s /usr/lib/x86_64-linux-gnu/libLLVM-12.so /usr/lib/x86_64-linux-gnu/libLLVM.so ``` However, I didn't expect to have to install llvm/clang (on the system) in...

What also fixes the problem, is to change `libLLVM-11.so` to `libLLVM-12.so` in [TryResolveLLVM](https://github.com/dotnet/LLVMSharp/blob/main/sources/LLVMSharp.Interop/Extensions/LLVM.ResolveLibrary.cs#L37), but this is also less than ideal.

Possibly related: [ClangSharp #118](https://github.com/dotnet/ClangSharp/issues/118)

Can anyone confirm (or deny) that any of the pre-release/daily builds include the fix, please? I wanted to try the 7.0.2xx releases (available from [here](https://github.com/dotnet/installer#installers-and-binaries)), but instead settled on using...

We know that `ReadyToRun` will mangle either some, or most of, the DLL files (not sure what is occurring TBH). Many issues I might have had were resolved by using...