Jean Privat
Jean Privat
@R4PaSs ideas?
You can submit a PR on https://github.com/nitlang/nitlanguage/blob/master/pages/windows.mdwn Also try to coordinate yourself with @xymus as he is working on the windows support these days. See #2264
The switch/case construction is not that easy to specify correctly in OOL. In java, it works with only basic types with literals, and that is quite unsatisfactory for us since...
`Hilight code` est déjà là `Hyper-link code` (à ajouter) n'est pas fait par contre pourquoi les trois trucs de 'Automatic Examples Generation' sont cochés?
Ajouter aussi `try-(n)it` ou un truc du genre pour exécuter et bricoler les exemples directement dans le navigateur :) cf #560
@ventilooo there is a star system in the new doc: http://nitweb.nitlanguage.org/
@jpcaissy Can you give us your insight about this one since you know the codebase?
Both are fine. The issue with static ifs is that they add another syntactic layer and all the related semantic processing. And because it is static, it can become complex...
Oh. I did not see it. I think that copying into the request object make sense as I looked into HTTPRequest where other (parsed) information is available.
This PR does not work because `BufferedReader::read_char` is UFT-8 broken and the default `Reader::append_line_to` depends on `read_char`.