Oleg Ageev

Results 13 comments of Oleg Ageev

Create Draft PR for progress overview. I think this is a breaking change. And we need to resolve a number of issues, which I will write about a little later....

Don't use Bash, but I get the same error: ```shell (conda-smithy) (conda-smithy) PS E:\GitHub\cNoNim\sfml-feedstock> conda smithy rerender INFO:conda_smithy.configure_feedstock:Downloading conda-forge-pinning-2024.01.29.16.06.26 INFO:conda_smithy.configure_feedstock:Extracting conda-forge-pinning to C:\Users\cnonim\AppData\Local\Temp\conda-smithy Traceback (most recent call last): File "E:\mambaforge\envs\conda-smithy\Scripts\conda-smithy-script.py",...

There seems to be a problem in GitPython I tried to replace the slash ```py replace(os.sep, "/") ``` after os.path.join, but got ```shell (conda-smithy) (conda-smithy) PS E:\GitHub\cNoNim\sfml-feedstock> conda smithy rerender...

@Ethereal77, yes. And after some experiments, I found yet another issue. C# [ModuleInitializer] also generate Module static constructor at compile time. And [ModuleInitializer] generated by AssemblyProcessor not called. And I...

@conda-forge/help-c-cpp, ready for review!

A few words for the reviewer. Upstream supports several alternatives. `Boost.Asio` standalone `Asio` `libunifex` `stdexec` Last two don't exist in conda-forge. But I'm not sure how to best to describe...

Maybe I should do something like this right away: ```yaml outputs: - name: asio-grpc requirements: build: - {{ compiler('cxx') }} - cmake - ninja run_exports: - libgrpc test: files: -...

Yes. I fixed the component and the error is gone. But it's a crutch. ```csharp public struct Health : IComponent, IComponentData { public int Hp; public int MaxHp; private int...

Used, of course. And DynamicallyAccessedMembers didn't help. I can try to make a reproducible project, but it will take time.

I've tried to find the problem, but it's not in the framework. BenchmarkDotNet doesn't compile the NativeAOT build correctly if you run benchmarks selectively. The problem is definitely a floating...