kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

Oct 9, 2020 Windows build may be broken #607

Closed OlegAlexander closed 2 years ago

OlegAlexander commented 2 years ago

Hello and thank you for creating Kona.

I'd like to report that the Oct 9, 2020 Windows build may be broken. Here's what I get when I run k.exe under cmd:

klog.txt

The previous release from Mar 14, 2020 works fine. Thank you.

tavmem commented 2 years ago

Oops ... it's not a broken build. It looks like I uploaded a Windows build from [tavmem/ks] instead of from [kevinlawler/kona].

Sometimes, when attempting to resolve a kona issue, it is useful to see what kona is doing each step of the way. [tavmem/ks] is kona with stack reporting. There is a script that formats the output that you got, so you can easily follow the execution stack and examine intermediate results.

Once the cause of a problem is identified and fixed in [tavmem/ks], the fix should be implemented in [kevinlawler/kona] and then the Windows build should be uploaded from [kevinlawler/kona]. Looks like I uploaded the build from the wrong place.

I would upload the correct Windows build, but my Windows environment totally crashed. It may take me some time to recreate it.

Thanks for pointing out this mistake !!!

tavmem commented 2 years ago

Release published on Dec 25, 2021 has the correct version of k.exe for Windows: