nit.git
7 years agonitweb: use ConsoleLog middleware
Alexandre Terrasa [Wed, 25 May 2016 03:58:18 +0000 (23:58 -0400)]
nitweb: use ConsoleLog middleware

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoMerge: nitunit: improve progress display
Jean Privat [Fri, 3 Jun 2016 17:17:39 +0000 (13:17 -0400)]
Merge: nitunit: improve progress display

The results are printed progressively instead of at the end of each test-suite.
The progress bar in therefore displayed below the results.

See it in action: https://asciinema.org/a/17u9jwts0nz5dfpxp8p9aab0f

Pull-Request: #2156
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoMerge: niti: teach the interpreter to read from the standard input
Jean Privat [Fri, 3 Jun 2016 17:17:00 +0000 (13:17 -0400)]
Merge: niti: teach the interpreter to read from the standard input

With `-` the program is read from stdin.

~~~
$ echo H4sIAN7lUFcAAysoyswrUVDySM3JyVfiAgCjfiaWDgAAAA== | base64 -d | gunzip | nit -
Hello
~~~

Pull-Request: #2159
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agoMerge: nitweb: search field
Jean Privat [Fri, 3 Jun 2016 17:16:57 +0000 (13:16 -0400)]
Merge: nitweb: search field

* Introduce a search field in the top navbar connected to the `/search` service.
* Added a stub implementation of a search service depending on APIList.

Demo: http://nitweb.moz-code.org/

Pull-Request: #2157
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agotests: update nitunit
Jean Privat [Thu, 2 Jun 2016 21:48:23 +0000 (17:48 -0400)]
tests: update nitunit

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: improve status bar
Jean Privat [Fri, 3 Jun 2016 13:35:22 +0000 (09:35 -0400)]
nitunit: improve status bar

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: rename `has_status` and cie to `has_progress_bar`
Jean Privat [Fri, 3 Jun 2016 13:33:57 +0000 (09:33 -0400)]
nitunit: rename `has_status` and cie to `has_progress_bar`

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: fix typo in doc
Jean Privat [Fri, 3 Jun 2016 00:48:32 +0000 (20:48 -0400)]
nitunit: fix typo in doc

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoman: nit.md documents `-`
Jean Privat [Fri, 3 Jun 2016 02:03:18 +0000 (22:03 -0400)]
man: nit.md documents `-`

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agotests: add `-` for nit
Jean Privat [Fri, 3 Jun 2016 02:02:49 +0000 (22:02 -0400)]
tests: add `-` for nit

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoniti: add `-` to read the standard input
Jean Privat [Fri, 3 Jun 2016 02:02:17 +0000 (22:02 -0400)]
niti: add `-` to read the standard input

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoMerge: lib/app: update doc for http_request and the improved -m
Jean Privat [Fri, 3 Jun 2016 01:44:20 +0000 (21:44 -0400)]
Merge: lib/app: update doc for http_request and the improved -m

Pull-Request: #2155
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: Benitlux app: improve signup screen
Jean Privat [Fri, 3 Jun 2016 01:44:18 +0000 (21:44 -0400)]
Merge: Benitlux app: improve signup screen

The new signup screen shows more feedback and requires to write the password twice.

Pull-Request: #2154
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: nitweb: show mentities details
Jean Privat [Fri, 3 Jun 2016 01:44:10 +0000 (21:44 -0400)]
Merge: nitweb: show mentities details

Add more content to mentities pages.

Packages list inner groups
* http://nitweb.moz-code.org/package/core

Groups show parent and list inner groups/modules
* http://nitweb.moz-code.org/group/core%3E
* http://nitweb.moz-code.org/group/core%3Ecollection%3E

Modules show imported modules, introduced classes and redefinitions
* http://nitweb.moz-code.org/module/core::array

Classes show super classes, introduced properties, redefined properties
* http://nitweb.moz-code.org/class/core::Array

Bonus, all lists are filterable by raw string or visibility.

Pull-Request: #2152
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: Factorize `capitalize` and add option to preserve uppercase letters
Jean Privat [Fri, 3 Jun 2016 01:44:04 +0000 (21:44 -0400)]
Merge: Factorize `capitalize` and add option to preserve uppercase letters

Merge the duplicated implementation of `String::capitalized` and `Buffer::capitalize` and extend it to accept the `keep_upper` optional parameter. This parameter triggers keeping uppercase letters as is.

It is applied in nitiwiki to preserve acronyms, like the many apparences of FFI at http://nitlanguage.org/FFI/.

Pull-Request: #2085
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>

7 years agonitweb/angular: add search field
Alexandre Terrasa [Thu, 2 Jun 2016 23:41:19 +0000 (19:41 -0400)]
nitweb/angular: add search field

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/src: APISearch super APIList
Alexandre Terrasa [Thu, 2 Jun 2016 23:18:31 +0000 (19:18 -0400)]
nitweb/src: APISearch super APIList

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agosrc/web: APIList and APIRandom use JsonArray.from
Alexandre Terrasa [Thu, 2 Jun 2016 23:17:35 +0000 (19:17 -0400)]
src/web: APIList and APIRandom use JsonArray.from

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: show mclass content
Alexandre Terrasa [Wed, 1 Jun 2016 04:27:14 +0000 (00:27 -0400)]
nitweb/angular: show mclass content

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: show module content
Alexandre Terrasa [Thu, 2 Jun 2016 04:39:40 +0000 (00:39 -0400)]
nitweb/angular: show module content

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: show group content
Alexandre Terrasa [Wed, 1 Jun 2016 02:27:20 +0000 (22:27 -0400)]
nitweb/angular: show group content

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: show package content
Alexandre Terrasa [Wed, 1 Jun 2016 00:56:36 +0000 (20:56 -0400)]
nitweb/angular: show package content

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: filter entity lists
Alexandre Terrasa [Wed, 1 Jun 2016 00:39:55 +0000 (20:39 -0400)]
nitweb/angular: filter entity lists

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitunit: keep the status bar at the end line and show progress
Jean Privat [Thu, 2 Jun 2016 21:44:44 +0000 (17:44 -0400)]
nitunit: keep the status bar at the end line and show progress

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: check docunits in order, even if compiled independently
Jean Privat [Thu, 2 Jun 2016 21:43:32 +0000 (17:43 -0400)]
nitunit: check docunits in order, even if compiled independently

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: md files do not need a location, just the filename
Jean Privat [Thu, 2 Jun 2016 21:38:21 +0000 (17:38 -0400)]
nitunit: md files do not need a location, just the filename

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: number docunit from 1 and correctly use it in full_name
Jean Privat [Thu, 2 Jun 2016 21:32:22 +0000 (17:32 -0400)]
nitunit: number docunit from 1 and correctly use it in full_name

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: remove `more_message` from status as it causes terminal overflow
Jean Privat [Thu, 2 Jun 2016 21:31:08 +0000 (17:31 -0400)]
nitunit: remove `more_message` from status as it causes terminal overflow

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: do not show the status bar if no-color or verbose
Jean Privat [Thu, 2 Jun 2016 21:29:33 +0000 (17:29 -0400)]
nitunit: do not show the status bar if no-color or verbose

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agocontrib/nitiwiki: preserve uppercase letter in title (for acronyms like FFI)
Alexis Laferrière [Mon, 16 May 2016 13:06:17 +0000 (09:06 -0400)]
contrib/nitiwiki: preserve uppercase letter in title (for acronyms like FFI)

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agolib/text: add option to preserve uppercase letter in `capitalize`
Alexis Laferrière [Mon, 16 May 2016 14:01:19 +0000 (10:01 -0400)]
lib/text: add option to preserve uppercase letter in `capitalize`

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agolib/text: factorize the implementations of capitalize and capitalized
Alexis Laferrière [Mon, 16 May 2016 13:05:52 +0000 (09:05 -0400)]
lib/text: factorize the implementations of capitalize and capitalized

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agolib/app: update package.ini to use the mobile tag
Alexis Laferrière [Thu, 2 Jun 2016 19:18:50 +0000 (15:18 -0400)]
lib/app: update package.ini to use the mobile tag

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agolib/app: improve doc of AsyncHttpRequest
Alexis Laferrière [Thu, 2 Jun 2016 15:56:33 +0000 (11:56 -0400)]
lib/app: improve doc of AsyncHttpRequest

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agolib/app: update README
Alexis Laferrière [Mon, 30 May 2016 21:38:20 +0000 (17:38 -0400)]
lib/app: update README

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agoMerge: man/nitc: Remove duplicate option description
Jean Privat [Thu, 2 Jun 2016 16:56:01 +0000 (12:56 -0400)]
Merge: man/nitc: Remove duplicate option description

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2149
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: contrib/simplan: fix `call on nullable receiver` warnings
Jean Privat [Thu, 2 Jun 2016 13:42:48 +0000 (09:42 -0400)]
Merge: contrib/simplan: fix `call on nullable receiver` warnings

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #2145
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: contrib/refund: fix warnings
Jean Privat [Thu, 2 Jun 2016 13:42:46 +0000 (09:42 -0400)]
Merge: contrib/refund: fix warnings

Pull-Request: #2144
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: nitiwiki: fix warnings
Jean Privat [Thu, 2 Jun 2016 13:42:44 +0000 (09:42 -0400)]
Merge: nitiwiki: fix warnings

This PR gets rid of the last warnings in nitiwiki.

Pull-Request: #2143
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: rta: do not analyze abstract methods
Jean Privat [Thu, 2 Jun 2016 13:42:41 +0000 (09:42 -0400)]
Merge: rta: do not analyze abstract methods

Just stop visiting abstract methods. This make RTA more robust when there is not body

Pull-Request: #2141
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-list directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:37:09 +0000 (20:37 -0400)]
nitweb/angular: introduce entity-list directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-card directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:35:02 +0000 (20:35 -0400)]
nitweb/angular: introduce entity-card directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-location directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:32:42 +0000 (20:32 -0400)]
nitweb/angular: introduce entity-location directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-tag directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:30:32 +0000 (20:30 -0400)]
nitweb/angular: introduce entity-tag directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoman/nitc: Remove duplicate option description
Jean-Christophe Beaupré [Wed, 1 Jun 2016 18:00:12 +0000 (14:00 -0400)]
man/nitc: Remove duplicate option description

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

7 years agocontrib/simplan: fix `call on nullable receiver` warnings
Alexandre Terrasa [Wed, 1 Jun 2016 14:30:54 +0000 (10:30 -0400)]
contrib/simplan: fix `call on nullable receiver` warnings

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocontrib/refund: fix `call on nullable receiver` warnings
Alexandre Terrasa [Wed, 1 Jun 2016 14:27:26 +0000 (10:27 -0400)]
contrib/refund: fix `call on nullable receiver` warnings

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocontrib/refund: fix `useless signature in redef` warning
Alexandre Terrasa [Wed, 1 Jun 2016 14:27:01 +0000 (10:27 -0400)]
contrib/refund: fix `useless signature in redef` warning

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocontrib/nitiwiki: fix `call on nullable receiver` warnings
Alexandre Terrasa [Wed, 1 Jun 2016 14:19:57 +0000 (10:19 -0400)]
contrib/nitiwiki: fix `call on nullable receiver` warnings

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocontrib/nitiwiki: fix `useless signature in redef` warnings
Alexandre Terrasa [Wed, 1 Jun 2016 14:19:20 +0000 (10:19 -0400)]
contrib/nitiwiki: fix `useless signature in redef` warnings

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoMerge: nitweb: introduce angular skeleton
Jean Privat [Wed, 1 Jun 2016 13:57:25 +0000 (09:57 -0400)]
Merge: nitweb: introduce angular skeleton

This PR introduces the angular-js skeleton for nitweb. It contains only one line of nit, the other modification only html/css/js code.

For now, most of the views/controllers are empty and the interface only displays the mdoc of each mentity hilighted with nitlight/doc_down.

Some demo pages:
* http://nitweb.moz-code.org/package/popcorn
* http://nitweb.moz-code.org/module/core::ropes
* http://nitweb.moz-code.org/class/core::Array

Pull-Request: #2142
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agonitweb/angular: add /propdef/:full_name page
Alexandre Terrasa [Mon, 23 May 2016 22:56:34 +0000 (18:56 -0400)]
nitweb/angular: add /propdef/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /property/:full_name page
Alexandre Terrasa [Mon, 23 May 2016 22:52:01 +0000 (18:52 -0400)]
nitweb/angular: add /property/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /class/:full_name page
Alexandre Terrasa [Mon, 23 May 2016 22:33:04 +0000 (18:33 -0400)]
nitweb/angular: add /class/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /classdef/:full_name page
Alexandre Terrasa [Wed, 1 Jun 2016 02:48:42 +0000 (22:48 -0400)]
nitweb/angular: add /classdef/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /module/:full_name page
Alexandre Terrasa [Mon, 23 May 2016 22:16:49 +0000 (18:16 -0400)]
nitweb/angular: add /module/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /group/:full_name page
Alexandre Terrasa [Wed, 1 Jun 2016 02:26:51 +0000 (22:26 -0400)]
nitweb/angular: add /group/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: add /package/:full_name page
Alexandre Terrasa [Wed, 1 Jun 2016 00:56:23 +0000 (20:56 -0400)]
nitweb/angular: add /package/:full_name page

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-signature directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:29:13 +0000 (20:29 -0400)]
nitweb/angular: introduce entity-signature directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-doc directive
Alexandre Terrasa [Wed, 1 Jun 2016 00:28:01 +0000 (20:28 -0400)]
nitweb/angular: introduce entity-doc directive

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce entity-link directives
Alexandre Terrasa [Wed, 1 Jun 2016 00:21:06 +0000 (20:21 -0400)]
nitweb/angular: introduce entity-link directives

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb/angular: introduce Model factory
Alexandre Terrasa [Mon, 23 May 2016 22:00:44 +0000 (18:00 -0400)]
nitweb/angular: introduce Model factory

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: introduce angular skeleton
Alexandre Terrasa [Wed, 1 Jun 2016 03:53:32 +0000 (23:53 -0400)]
nitweb: introduce angular skeleton

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoMerge: core: fix some "call on nullable" warnings
Jean Privat [Wed, 1 Jun 2016 01:24:31 +0000 (21:24 -0400)]
Merge: core: fix some "call on nullable" warnings

Too tired too work but no enough to sleep...

According to Jenkins [here](http://gresil.org/jenkins/job/CI_github/4177/warnings2Result/package.795683049/), [here](http://gresil.org/jenkins/job/CI_github/4177/warnings2Result/package.-1960060028/) and [here](http://gresil.org/jenkins/job/CI_github/4177/warnings2Result/package.1056020115/), this PR should fix the remaining warning of `core/`.

The algorithm used for the human/pillow approach was:

~~~
1. can it be fixed shamelessly with a .as(not null) ?
    yes: add that sweet .as(not null) and hope for the best
2. is there more than one occurrence of the variable involved?
    yes: factorise with a local variable, add that sweet .as(not null) and hope for the best
3. is this code to complex for my human/pillow head?
    yes: shame = false, fallback to 1.
abort "Not yet occurred case..."
~~~

There is love for @R4PaSs (core::text), @xymus (core::re) and @privat (core::*).

TL;DR No more warnings in core.

Pull-Request: #2027
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agotests: fix line numbers in array related tests
Alexandre Terrasa [Mon, 30 May 2016 19:08:09 +0000 (15:08 -0400)]
tests: fix line numbers in array related tests

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in file
Alexandre Terrasa [Wed, 20 Apr 2016 05:56:01 +0000 (01:56 -0400)]
core: fix warnings in file

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in re
Alexandre Terrasa [Wed, 20 Apr 2016 05:54:21 +0000 (01:54 -0400)]
core: fix warnings in re

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in exec
Alexandre Terrasa [Wed, 20 Apr 2016 05:53:42 +0000 (01:53 -0400)]
core: fix warnings in exec

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in error
Alexandre Terrasa [Wed, 20 Apr 2016 05:53:37 +0000 (01:53 -0400)]
core: fix warnings in error

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in ropes
Alexandre Terrasa [Wed, 20 Apr 2016 05:51:55 +0000 (01:51 -0400)]
core: fix warnings in ropes

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in abstract_text
Alexandre Terrasa [Wed, 20 Apr 2016 05:51:50 +0000 (01:51 -0400)]
core: fix warnings in abstract_text

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in list
Alexandre Terrasa [Wed, 20 Apr 2016 05:46:17 +0000 (01:46 -0400)]
core: fix warnings in list

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agocore: fix warnings in array
Alexandre Terrasa [Wed, 20 Apr 2016 05:40:56 +0000 (01:40 -0400)]
core: fix warnings in array

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agorta: do not analyze abstract methods
Jean Privat [Tue, 31 May 2016 18:13:27 +0000 (14:13 -0400)]
rta: do not analyze abstract methods

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoMerge: README: Update libgc's URL
Jean Privat [Mon, 30 May 2016 17:14:12 +0000 (13:14 -0400)]
Merge: README: Update libgc's URL

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2140
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agoMerge: nitweb: clean existing api
Jean Privat [Mon, 30 May 2016 17:14:07 +0000 (13:14 -0400)]
Merge: nitweb: clean existing api

This PR cleans the Quick&Dirty(c) JSON API of nitweb to use the model_json one.

Modified services:
* /uml -> /api/um/:entity
* /code -> /api/code/:entity
* /random -> /api/random
* /search -> /api/search

Also do some renaming to match `popcorn` philosophy.

Pull-Request: #2137
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agonitweb: migrate /entity?json to /api/entity
Alexandre Terrasa [Fri, 20 May 2016 02:59:04 +0000 (22:59 -0400)]
nitweb: migrate /entity?json to /api/entity

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: migrate /uml to /api/uml/:entity
Alexandre Terrasa [Fri, 20 May 2016 02:57:06 +0000 (22:57 -0400)]
nitweb: migrate /uml to /api/uml/:entity

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: migrate /code to /api/code/:entity
Alexandre Terrasa [Fri, 20 May 2016 02:48:48 +0000 (22:48 -0400)]
nitweb: migrate /code to /api/code/:entity

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: migrate /random to /api/random
Alexandre Terrasa [Fri, 20 May 2016 02:47:32 +0000 (22:47 -0400)]
nitweb: migrate /random to /api/random

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: migrate /search to /api/search
Alexandre Terrasa [Wed, 25 May 2016 03:21:34 +0000 (23:21 -0400)]
nitweb: migrate /search to /api/search

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: introduce model_api
Alexandre Terrasa [Fri, 20 May 2016 02:43:33 +0000 (22:43 -0400)]
nitweb: introduce model_api

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agonitweb: rename ModelAction intro ModelHandler
Alexandre Terrasa [Fri, 20 May 2016 02:34:41 +0000 (22:34 -0400)]
nitweb: rename ModelAction intro ModelHandler

Following the popcorn style

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoweb: redefine model_json for API ready json objets of Model
Alexandre Terrasa [Tue, 19 Apr 2016 01:20:38 +0000 (21:20 -0400)]
web: redefine model_json for API ready json objets of Model

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoREADME: Update libgc's URL
jcbrinfo [Mon, 30 May 2016 13:03:07 +0000 (09:03 -0400)]
README: Update libgc's URL

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

7 years agoMerge: rta: resolve the open-types in a depth-first order to reach limit faster
Jean Privat [Sun, 29 May 2016 20:36:02 +0000 (16:36 -0400)]
Merge: rta: resolve the open-types in a depth-first order to reach limit faster

Reported-by: Alexandre Terrasa <alexandre@moz-code.org> @Morriar

Pull-Request: #2139
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>

7 years agoMerge: catalog: tweak documentation score
Jean Privat [Sun, 29 May 2016 20:35:59 +0000 (16:35 -0400)]
Merge: catalog: tweak documentation score

especially, private things, redefinitions and test_suites count for peanuts.

Pull-Request: #2138
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agoMerge: Int::is_pow2
Jean Privat [Sun, 29 May 2016 20:35:56 +0000 (16:35 -0400)]
Merge: Int::is_pow2

Simple addition to `core`, the `is_pow2` method on Int tells whether an integer is a power of two.

Pull-Request: #2136
Reviewed-by: Jean Privat <jean@pryen.org>

7 years agorta: resolve the open-types in a depth-first order to reach limit faster
Jean Privat [Sun, 29 May 2016 02:45:45 +0000 (22:45 -0400)]
rta: resolve the open-types in a depth-first order to reach limit faster

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agocatalog: tweak documentation score
Jean Privat [Sat, 28 May 2016 20:38:43 +0000 (16:38 -0400)]
catalog: tweak documentation score

especially, private things, redefinitions and test_suites count for peanuts.

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agolib/core: Added `Int::is_pow2` to library
Lucas Bajolet [Sat, 28 May 2016 17:26:25 +0000 (13:26 -0400)]
lib/core: Added `Int::is_pow2` to library

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

7 years agotests: filter out readline on OSX
Jean Privat [Sat, 28 May 2016 14:18:54 +0000 (10:18 -0400)]
tests: filter out readline on OSX

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoMerge: NOTICE: Update
Jean Privat [Fri, 27 May 2016 18:48:07 +0000 (14:48 -0400)]
Merge: NOTICE: Update

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #2135

7 years agoMerge: examples/fibonacci: fix off-by-one fibonacci
Jean Privat [Fri, 27 May 2016 18:48:02 +0000 (14:48 -0400)]
Merge: examples/fibonacci: fix off-by-one fibonacci

Signed-off-by: Tony Gaetani <tony.gaetani@gmail.com>

Pull-Request: #2132
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agoMerge: Docunit --no-color
Jean Privat [Fri, 27 May 2016 18:47:56 +0000 (14:47 -0400)]
Merge: Docunit --no-color

Small last nitpicks on nitnuit

* --no-color mode
* better summary at the end
* working dir no more hidden and removed on success

Pull-Request: #2131

7 years agoMerge: GNU readline wrapper
Jean Privat [Fri, 27 May 2016 18:47:53 +0000 (14:47 -0400)]
Merge: GNU readline wrapper

This is a tiny wrapper for the GNU readline library. For some reasons, pkg-config doesn't know about libreadline so I had to hardcode the cflags using the ldflags module annotation.

Signed-off-by: Frédéric Vachon <fredvac@gmail.com>

Pull-Request: #2083
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Etienne M. Gagnon <egagnon@j-meg.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

7 years agoNOTICE: Update
Jean-Christophe Beaupré [Fri, 27 May 2016 18:30:46 +0000 (14:30 -0400)]
NOTICE: Update

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

7 years agonitunit: update tests
Jean Privat [Fri, 27 May 2016 15:28:59 +0000 (11:28 -0400)]
nitunit: update tests

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agonitunit: remove the working directory on success
Jean Privat [Fri, 27 May 2016 15:26:16 +0000 (11:26 -0400)]
nitunit: remove the working directory on success

Signed-off-by: Jean Privat <jean@pryen.org>

7 years agoexamples/fibonacci: fix off-by-one fibonacci
Tony Gaetani [Fri, 27 May 2016 09:07:52 +0000 (11:07 +0200)]
examples/fibonacci: fix off-by-one fibonacci

Signed-off-by: Tony Gaetani <tony.gaetani@gmail.com>