Ok. I'm honestly stuck, stuff is happening and I h...
# kontributors
r
Ok. I'm honestly stuck, stuff is happening and I have no idea why. With some of the changes that I made I found that parts of stdlib failed to compile, I implemented a fix for it and the problematic code seems to be working under individual circumstances, the problem is that if I try to compile with a published bootstrap it still fails. Even if I take the lines that the compiler spits at me in the error, copy that line or that function into a seperate file (stubbing it with TODO instead of also copying functionality), and try to compile it with kotlinc under dist/, it works just fine.