-
I have recently acquired a Sony Alpha 9M3, which appears to be at least partially supported by RawTherapee (uncompressed mode) but not by DarkTable yet. It would be good enough if I could read the sam…
norru updated
7 months ago
-
Hi! Im trying to build my project which uses this (awesome and very ergonomic!) binding lib. It works using normal .NET compilation, but I also need to use Native AOT. There the application crashes wh…
-
A few tests fail to compile in Checked build of libraries tests.
(examp[le log: https://[dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_apis/build/builds/344603/logs/705](https://d…
-
Currently we're passing this to ILC:
```xml
```
we should look into whether this is needed.
Ref: https://github.com/xamarin/xamarin-macios/pull/17374#discussion_r1235757677
Ref:
-
From @smhmhmd
> We still see the issue on Amazon Linux 2 arm64 while compiling for NativeAOT. Thanks to @Beau-Gosse-dev and @mrkdeng for finding it.
```
[ec2-user@ip-10-0-0-147 t]$ dotnet publ…
-
### Description
I ran the ILCompiler project, generated the repro.obj file, opened repro.obj with Notepad and saw garbled characters, how to solve this problem?
repro.obj path is:...\artifacts\bin…
-
Ref: https://github.com/xamarin/xamarin-macios/pull/17374#discussion_r1235730787
We might want to pass the following options to ILLinker:
https://github.com/dotnet/runtime/blob/0b263953a25136283…
-
Only been able to identify this from cran check failure: https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-gcc/paws.common-00check.html
In short this is legacy code from urltools …
-
I made the purchase of an "iLC OBD2 OBD Wireless Car Code Reader Scan Tool" but the DDT4ALL software when trying to connect, informs that it is not compatible, I believe that the version I bought does…
-
If the input for the AOT compiler is invalid in some sense, it should generate a throwing method body, but not fail the compilation.
In some cases this fails. An example is if we hit this code path:
…