nit icon indicating copy to clipboard operation
nit copied to clipboard

Nit language

Results 103 nit issues
Sort by recently updated
recently updated
newest added

This PR works with PR #2773. Operations are prefixed with `uni_` ## Case modification `uni_to_upper`, `uni_to_lower` and `uni_to_title` operations using ICU operations. ## String sorting - `uni_compare_to` : unicode and...

ok_to_test

It could be useful to define about a syntax to explicit contract for methods (pre and post conditions). Such contracts can then be semantically checked by the frontend, asserted by...

request_for_comments

The C code is generated naively and we do not try to remove dead parts. Thus silent C compiler warnings about unreachable things. Close #2780

Here's the use case when compiling with `--global`: ``` class C[E] var x: E redef fun to_s do if x != null then return "x is {x.as(not null)}" end return...

bug

A logo or something could be used for some identity and be used as file icon and other

todo

so, when keep-going is activated, mproperty.intro and other related services wont crashes. Thus fixes #2599 moreover, the mpropdefs attempts are registered in the model (if one need them?). This might...

need_review
ok_to_test

The Gamnit package and example games can now be found at http://gitlab.com/xymus/gamnit, and as always, for general information see http://gamnit.org. Once this is merged, you can install Gamnit using `nitpm...

need_review

This PR is a follow up of #2720 and introduces a LaTeX/Maths mode for `lib/markdown2`. The goal is to handle #791 when it will be merged with the documentation tools....

need_review