by lihaoyi on 2/2/25, 1:40 AM with 99 comments
by wiradikusuma on 2/2/25, 5:06 AM
Imagine spending 15+ minutes building an exe, and it stopping at minute 15 because some things needed to be added in the config. Or, after waiting 30 minutes to have the exe ready, it refused to run because of the same problem.
The issue is we don't know what we don't know. You don't "forget to include something" because you don't know what to include (and even after seeing the error, you still don't lol).
I just wished all 3rd party libraries put their "include this config to include my lib in your exe", just like OSGi manifest (https://www.ibm.com/docs/en/wasdtfe?topic=overview-osgi-bund...).
For example, an issue still open for almost 2 years: https://github.com/firebase/firebase-admin-java/issues/800
by p2detar on 2/1/25, 10:54 AM
To me this is a huge downside. One of the reasons I like Go so much is that I can build binaries for any platform I want to support on my Mac or with Docker.
by dkjaudyeqooe on 2/4/25, 9:00 AM
Anyone know if this true?
by theflyinghorse on 2/2/25, 4:56 AM
by neonsunset on 2/4/25, 8:10 AM
dotnet publish /p:PublishAot=true
:)by neuroelectron on 2/4/25, 9:12 AM