ooc-lang / rock

:ocean: self-hosted ooc compiler that generates c99
http://ooc-lang.org/
MIT License
401 stars 40 forks source link

The top 5 bugs? #984

Open fredrikbryntesson opened 8 years ago

fredrikbryntesson commented 8 years ago

What are your top 5 bugs that you think would gain ooc most to have solved? Do any of you have a particular bug in mind that is more critical then others? It would be interesting for us at magic-lang to know if/when we extend the bounty program.

alexnask commented 8 years ago

Off the top of my head I can only think of #445 (actually, #535 is the more general issue, #445 is simply a result of it) right now.
This one has always bugged me a great deal and I've attempted a fix a couple of times.

I should really fix and close it once and for all :P

horasal commented 8 years ago

Same with shamanas, my top is also #445.

And, even they may be not bugs, #822, #439 and #580 are also the things I want to see in rock.

alexnask commented 8 years ago

I don't know about #822 and #439 but I do agree with #580 and it is actually easily achievable (just rip some of the hardcoded Array stuff out from rock and translate T[] to the template Array<T> version)