Jean Privat

Results 84 comments of Jean Privat

A noter que les débutants ne font pas toujours la différence entre le langage (spécification), le compilateur et interpréteur (outils), la bibliothèque standard et les autres bibliothèques (API). Un bon...

what is the behavior of JS and python on surrogate pairs and on \u vs \U?

Yeah. I'm note sure what is the state of the art when handling simple pseudo-graphical effects.

I confirm the bug. the FFI just call the `init` not the whole initialization mechanism because the initialization mechanism is a mess. I can try to hack a dirty fix...

@jpcaissy Can you give us your insight about this one since you know the codebase?

- [x] Add the others tasks from dashboard - needwork https://github.com/privat/nit/pulls?q=is%3Aopen+label%3Aneed_work+author%3Amorriar - needreview https://github.com/privat/nit/issues?q=is%3Aopen+assignee%3Amorriar - requestforcomment https://github.com/privat/nit/issues?q=is%3Aopen+label%3Arequest_for_comments+-involves%3Amorriar+sort%3Aupdated-asc - [ ] feed information with past events

Achievement idea: "meta-achievement" propose an achievement idea in a discussion :)

![](http://i.imgur.com/4gTYEXS.png)

This is quite nice. I think I need more time to review (and maybe discuss) the intersection API and implementation. However, I think the initial cleanup (and factorized maybenull) are...

I can add it, but what is the behavior of ``` nit class A fun foo is force_inline do print "A" end class B super A redef foo do print...