blech-lang / blech

Blech is a language for developing reactive, real-time critical embedded software.
Apache License 2.0
64 stars 5 forks source link

Platform specific test exe and obj suffix #11

Open rurban opened 1 year ago

FriedrichGretz commented 1 year ago

@rurban thank you very much for your contribution and sorry for the late reply due to holiday season. It'll take another week before we can merge.

One question about your code: if the goal is essentially to determine whether we are running Windows or not, why not use OSPlatorm.Equals(OSPlatform.Windows) (https://learn.microsoft.com/de-de/dotnet/api/system.runtime.interopservices.osplatform.equals?view=net-6.0#system-runtime-interopservices-osplatform-equals(system-runtime-interopservices-osplatform)?