nit.git
10 years agoMerge remote-tracking branch 'lucas/unwind_integration'
Jean Privat [Wed, 29 Jan 2014 16:50:26 +0000 (11:50 -0500)]
Merge remote-tracking branch 'lucas/unwind_integration'

10 years agolib: changes the behavior of Coll::rand to behave like first
Alexis Laferrière [Mon, 13 Jan 2014 23:24:07 +0000 (18:24 -0500)]
lib: changes the behavior of Coll::rand to behave like first

It will now return a non-nullable and `abort` when empty.

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

10 years agocontrib/sort_downloads: fix missing C include
Alexis Laferrière [Mon, 20 Jan 2014 14:52:07 +0000 (09:52 -0500)]
contrib/sort_downloads: fix missing C include

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

10 years agolib: adds missing import of math.h in standard library
Alexis Laferrière [Thu, 28 Nov 2013 19:36:34 +0000 (14:36 -0500)]
lib: adds missing import of math.h in standard library

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

10 years agocollection : Fix the description of Set[E] class
Romain Chanoir [Wed, 29 Jan 2014 14:12:31 +0000 (09:12 -0500)]
collection : Fix the description of Set[E] class

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agocollection: Improved the description of Container[E]
Romain Chanoir [Wed, 29 Jan 2014 14:12:11 +0000 (09:12 -0500)]
collection: Improved the description of Container[E]

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agocollection: fixed Collection[E]::first commentary
Romain Chanoir [Wed, 29 Jan 2014 14:06:42 +0000 (09:06 -0500)]
collection: fixed Collection[E]::first commentary

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4: Add getters and setter for the visibility of a widget
Romain Chanoir [Wed, 29 Jan 2014 10:35:36 +0000 (05:35 -0500)]
gtk3_4: Add getters and setter for the visibility of a widget

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoMerge remote-tracking branch 'lucas/compiler_abstract_fix'
Jean Privat [Tue, 28 Jan 2014 16:59:52 +0000 (11:59 -0500)]
Merge remote-tracking branch 'lucas/compiler_abstract_fix'

10 years agonitg: Added typing test on new for non-concrete classes + unit tests for new abstract...
Lucas Bajolet [Mon, 27 Jan 2014 18:30:54 +0000 (13:30 -0500)]
nitg: Added typing test on new for non-concrete classes + unit tests for new abstract and interface.

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

10 years agonitg: Added C stack trace when encountering an error
Lucas Bajolet [Mon, 27 Jan 2014 17:18:48 +0000 (12:18 -0500)]
nitg: Added C stack trace when encountering an error

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

10 years agogtk3_4 : Add insert_row and insert_column methods to GtkGrid
Romain Chanoir [Mon, 27 Jan 2014 12:12:14 +0000 (07:12 -0500)]
gtk3_4 : Add insert_row and insert_column methods to GtkGrid

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4 : Add get_child_at(left, top) in GtkGrid
Romain Chanoir [Mon, 27 Jan 2014 12:11:13 +0000 (07:11 -0500)]
gtk3_4 : Add get_child_at(left, top) in GtkGrid

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4 : Add setter for resize_mode in GtkContainer
Romain Chanoir [Mon, 27 Jan 2014 12:09:54 +0000 (07:09 -0500)]
gtk3_4 : Add setter for resize_mode in GtkContainer

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4 : Add getter for resize_mode in GtkContainer
Romain Chanoir [Mon, 27 Jan 2014 12:09:23 +0000 (07:09 -0500)]
gtk3_4 : Add getter for resize_mode in GtkContainer

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4 : Add method remove_widget to GtkContainer
Romain Chanoir [Mon, 27 Jan 2014 12:08:13 +0000 (07:08 -0500)]
gtk3_4 : Add method remove_widget to GtkContainer

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogtk3_4 : adds commentary to add method in GtkContainer
Romain Chanoir [Mon, 27 Jan 2014 12:06:59 +0000 (07:06 -0500)]
gtk3_4 : adds commentary to add method in GtkContainer

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples : fix a bug when clicking on the "." button directly
Romain Chanoir [Fri, 24 Jan 2014 14:30:19 +0000 (09:30 -0500)]
examples : fix a bug when clicking on the "." button directly

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogitk3_4 : rename getter and setter of sensitive
Romain Chanoir [Fri, 24 Jan 2014 14:28:28 +0000 (09:28 -0500)]
gitk3_4 : rename getter and setter of sensitive

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agogitk3_4 : Adds methods "set_sensitive" and "get_sensitive" to gtk
Romain Chanoir [Fri, 24 Jan 2014 11:46:12 +0000 (06:46 -0500)]
gitk3_4 : Adds methods "set_sensitive" and "get_sensitive" to gtk

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples : adds the disabling of "." button in calculator
Romain Chanoir [Fri, 24 Jan 2014 11:43:27 +0000 (06:43 -0500)]
examples : adds the disabling  of "." button in calculator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples : fix bug with C > 0 > . > 0 > 0 > 0 > 0 > 1
Romain Chanoir [Fri, 24 Jan 2014 11:41:48 +0000 (06:41 -0500)]
examples : fix bug with C > 0 > . > 0 > 0 > 0 > 0 > 1

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoMerge remote-tracking branch 'alexis/various-fixes'
Jean Privat [Thu, 23 Jan 2014 20:34:12 +0000 (15:34 -0500)]
Merge remote-tracking branch 'alexis/various-fixes'

10 years agolib: fix conversion of hex char to int and add test
Alexis Laferrière [Thu, 23 Jan 2014 14:49:00 +0000 (09:49 -0500)]
lib: fix conversion of hex char to int and add test

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

10 years agonitg-s: fix call to super in primitive types and add test
Alexis Laferrière [Mon, 20 Jan 2014 23:13:08 +0000 (18:13 -0500)]
nitg-s: fix call to super in primitive types and add test

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

10 years agonitg-s: fix abstract methods in extern classes and add test
Alexis Laferrière [Wed, 22 Jan 2014 20:08:04 +0000 (15:08 -0500)]
nitg-s: fix abstract methods in extern classes and add test

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

10 years agomisc: update Vim syntastic plugin to use nitg
Alexis Laferrière [Tue, 21 Jan 2014 15:41:51 +0000 (10:41 -0500)]
misc: update Vim syntastic plugin to use nitg

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

10 years agogitignore: ignore path from examples and contrib
Alexis Laferrière [Tue, 21 Jan 2014 15:42:34 +0000 (10:42 -0500)]
gitignore: ignore path from examples and contrib

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

10 years agoMerge remote-tracking branch 'lucas/Code injection in debugger'
Jean Privat [Mon, 20 Jan 2014 14:48:46 +0000 (09:48 -0500)]
Merge remote-tracking branch 'lucas/Code injection in debugger'

10 years agodebugger: Modified commands for the debugger.
Lucas Bajolet [Wed, 15 Jan 2014 16:53:43 +0000 (11:53 -0500)]
debugger: Modified commands for the debugger.

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

10 years agodebugger: Added dynamic evaluation of a Nit module.
Lucas Bajolet [Thu, 16 Jan 2014 20:33:18 +0000 (15:33 -0500)]
debugger: Added dynamic evaluation of a Nit module.

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

10 years agodebugger: Modified call chain for calls to runtime injected main methods.
Lucas Bajolet [Fri, 17 Jan 2014 22:37:25 +0000 (17:37 -0500)]
debugger: Modified call chain for calls to runtime injected main methods.

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

10 years agotests: remove implicit importation of standard on some `base` tests
Jean Privat [Fri, 17 Jan 2014 19:22:01 +0000 (14:22 -0500)]
tests: remove implicit importation of standard on some `base` tests

1. it simplifies the requirement of the test (test more minimal)
2. it make tests slightly faster

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

10 years agoMerge branch 'nitdoc'
Jean Privat [Fri, 17 Jan 2014 16:44:03 +0000 (11:44 -0500)]
Merge branch 'nitdoc'

10 years agonitdoc: use pratchett.info.uqam.ca/piwik/
Jean Privat [Fri, 17 Jan 2014 16:43:52 +0000 (11:43 -0500)]
nitdoc: use pratchett.info.uqam.ca/piwik/

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

10 years agonitcc: update test because of the migration nitc->nitg
Jean Privat [Fri, 17 Jan 2014 13:43:57 +0000 (08:43 -0500)]
nitcc: update test because of the migration nitc->nitg

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

10 years agonitdoc: add support for Piwik tracker
Alexandre Terrasa [Thu, 16 Jan 2014 23:53:31 +0000 (18:53 -0500)]
nitdoc: add support for Piwik tracker

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

10 years agonitdoc: clean useless console.log on body click event
Alexandre Terrasa [Thu, 16 Jan 2014 23:24:45 +0000 (18:24 -0500)]
nitdoc: clean useless console.log on body click event

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

10 years agotests: update nitlight
Jean Privat [Thu, 16 Jan 2014 22:04:27 +0000 (17:04 -0500)]
tests: update nitlight

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

10 years agonitlight: add --first-line --last-line
Jean Privat [Thu, 16 Jan 2014 22:02:29 +0000 (17:02 -0500)]
nitlight: add --first-line  --last-line

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

10 years agohighlight: add `first_line` and `last_line`
Jean Privat [Thu, 16 Jan 2014 22:01:50 +0000 (17:01 -0500)]
highlight: add `first_line` and `last_line`

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

10 years agotools: ngall.sh starts with ../c_src/nitg
Jean Privat [Thu, 16 Jan 2014 20:20:24 +0000 (15:20 -0500)]
tools: ngall.sh starts with ../c_src/nitg

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

10 years agotools: rename mksrc2
Jean Privat [Thu, 16 Jan 2014 20:15:46 +0000 (15:15 -0500)]
tools: rename mksrc2

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

10 years agoMerge remote-tracking branch 'alexandre/nitdoc-qs'
Jean Privat [Thu, 16 Jan 2014 19:50:01 +0000 (14:50 -0500)]
Merge remote-tracking branch 'alexandre/nitdoc-qs'

10 years agotools: generate stdlib doc with the git plugin enabled
Jean Privat [Thu, 16 Jan 2014 19:41:23 +0000 (14:41 -0500)]
tools: generate stdlib doc with the git plugin enabled

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

10 years agotools: generate nit tools doc as `nitc`, not `newmodel`
Jean Privat [Thu, 16 Jan 2014 19:40:52 +0000 (14:40 -0500)]
tools: generate nit tools doc as `nitc`, not `newmodel`

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

10 years agoMerge branch 'killnitc' old branch renamed as 'oldnitc'
Jean Privat [Thu, 16 Jan 2014 18:47:48 +0000 (13:47 -0500)]
Merge branch 'killnitc' old branch renamed as 'oldnitc'

10 years agonitdoc: removes select behavior on box header
Alexandre Terrasa [Thu, 16 Jan 2014 02:51:40 +0000 (21:51 -0500)]
nitdoc: removes select behavior on box header

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

10 years agonitdoc: improves quicksearch
Alexandre Terrasa [Thu, 16 Jan 2014 02:44:23 +0000 (21:44 -0500)]
nitdoc: improves quicksearch

Basic match is made on the begining of the string:
* first we select results with startsWith(substring)
* then we apply ranking using Dice coefficient
* rank bonus is given to exact match

If there is no match found:
* we rank all the entries and sort them
* entries with a Dice coefficient = 0 are trimmed

Also made some improvements on the GUI:
* results are grouped by name
* user can scroll the results list
* better handling of arrows in the search text field

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

10 years agoMerge remote-tracking branch 'alexis/times' into killnitc
Jean Privat [Wed, 15 Jan 2014 18:46:03 +0000 (13:46 -0500)]
Merge remote-tracking branch 'alexis/times' into killnitc

10 years agodebugger: Added method to clean the object model when injecting code at runtime.
Lucas Bajolet [Wed, 15 Jan 2014 16:55:57 +0000 (11:55 -0500)]
debugger: Added method to clean the object model when injecting code at runtime.

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

10 years agodebugger: Permits the use of locally defined variables in injected code at runtime.
Lucas Bajolet [Wed, 15 Jan 2014 16:55:34 +0000 (11:55 -0500)]
debugger: Permits the use of locally defined variables in injected code at runtime.

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

10 years agodebugger: Handles errors when analyzing semantically a module at runtime (avoids...
Lucas Bajolet [Tue, 14 Jan 2014 21:44:46 +0000 (16:44 -0500)]
debugger: Handles errors when analyzing semantically a module at runtime (avoids aborting).

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

10 years agodebugger: Changed the way commands are handled
Lucas Bajolet [Wed, 15 Jan 2014 16:55:18 +0000 (11:55 -0500)]
debugger: Changed the way commands are handled

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

10 years agoMerge remote-tracking branch 'alexis/vim-syntastic' into killnitc
Jean Privat [Wed, 15 Jan 2014 15:49:26 +0000 (10:49 -0500)]
Merge remote-tracking branch 'alexis/vim-syntastic' into killnitc

10 years agoexamples: adds tests for the 'C' button and multiple decimals in the calulator
Romain Chanoir [Tue, 14 Jan 2014 13:36:17 +0000 (08:36 -0500)]
examples: adds tests for the 'C' button and multiple decimals in the calulator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agomisc: adds the option to specify the main nit module to syntastic
Alexis Laferrière [Mon, 13 Jan 2014 16:39:25 +0000 (11:39 -0500)]
misc: adds the option to specify the main nit module to syntastic

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

10 years agomisc: updates the vim syntastic config with correct style
Alexis Laferrière [Mon, 13 Jan 2014 16:38:28 +0000 (11:38 -0500)]
misc: updates the vim syntastic config with correct style

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

10 years agoexamples: fix the display of "," when there are no decimals
Romain Chanoir [Mon, 13 Jan 2014 13:52:17 +0000 (08:52 -0500)]
examples: fix the display of "," when there are no decimals

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples: adds a 'C' button to the calculator
Romain Chanoir [Mon, 13 Jan 2014 12:00:14 +0000 (07:00 -0500)]
examples: adds a 'C' button to the calculator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples: improves decimal display in calculator
Romain Chanoir [Mon, 13 Jan 2014 11:58:46 +0000 (06:58 -0500)]
examples: improves decimal display in calculator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples: fix grid size for buttons in calculator
Romain Chanoir [Mon, 13 Jan 2014 11:57:17 +0000 (06:57 -0500)]
examples: fix grid size for buttons in calculator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoexamples: fix a bug with decimals in calculator
Romain Chanoir [Mon, 13 Jan 2014 11:49:11 +0000 (06:49 -0500)]
examples: fix a bug with decimals in calculator

Signed-off-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>

10 years agoupdate nitg requirements in README
Jean Privat [Tue, 7 Jan 2014 14:05:40 +0000 (09:05 -0500)]
update nitg requirements in README

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

10 years agonitcc/tests: add lexer-shortest.sablecc
Jean Privat [Fri, 29 Nov 2013 17:38:52 +0000 (12:38 -0500)]
nitcc/tests: add lexer-shortest.sablecc

Signed-off-by: Samuel Lambert <tweakedsam@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitcc: end-of-stream does not equate `'\0'`
Jean Privat [Fri, 29 Nov 2013 14:32:04 +0000 (09:32 -0500)]
nitcc: end-of-stream does not equate `'\0'`

It was a basic WIP stuff that remained.
`Any` and other classes of character can legally accept `'\0'` thus looping
infinitely.

Reported-by: Samuel Lambert <tweakedsam@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agoMerge branch 'killis' into killnitc
Jean Privat [Wed, 27 Nov 2013 15:24:09 +0000 (10:24 -0500)]
Merge branch 'killis' into killnitc

10 years agomkcsrc: fix copy of .h and .c files
Jean Privat [Wed, 27 Nov 2013 15:23:54 +0000 (10:23 -0500)]
mkcsrc: fix copy of .h and .c files

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

10 years agoc_src: update for kill is
Jean Privat [Wed, 27 Nov 2013 15:15:59 +0000 (10:15 -0500)]
c_src: update for kill is

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

10 years agoparser: update to remove `expr.ee`, aka `AEeExpr`, aka `is`
Jean Privat [Tue, 26 Nov 2013 21:09:04 +0000 (16:09 -0500)]
parser: update to remove `expr.ee`, aka `AEeExpr`, aka `is`

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

10 years agogrammar: remove `expr.ee`
Jean Privat [Tue, 26 Nov 2013 21:05:38 +0000 (16:05 -0500)]
grammar: remove `expr.ee`

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

10 years agosrc: remove handling of `is` (AEeExpr)
Jean Privat [Tue, 26 Nov 2013 20:59:34 +0000 (15:59 -0500)]
src: remove handling of `is` (AEeExpr)

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

10 years agolib: make `is_same_instance` intern
Jean Privat [Tue, 26 Nov 2013 20:58:47 +0000 (15:58 -0500)]
lib: make `is_same_instance` intern

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

10 years agotests: remove old sav/nitg-e/error_for_coll.res
Jean Privat [Wed, 27 Nov 2013 14:20:35 +0000 (09:20 -0500)]
tests: remove old sav/nitg-e/error_for_coll.res

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

10 years agotests: rewrite base_covar_int to not runtime-error in kernel.nit
Jean Privat [Wed, 27 Nov 2013 14:08:47 +0000 (09:08 -0500)]
tests: rewrite base_covar_int to not runtime-error in kernel.nit

thus having moving line numbers

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

10 years agotests: remove base_virtual_int that is redundant with base_covar_int
Jean Privat [Wed, 27 Nov 2013 14:07:17 +0000 (09:07 -0500)]
tests: remove base_virtual_int that is redundant with base_covar_int

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

10 years agotests: replace usage of `is` with `is_same_instance`
Jean Privat [Tue, 26 Nov 2013 20:37:47 +0000 (15:37 -0500)]
tests: replace usage of `is` with `is_same_instance`

also remove old `test_eq*.nit` tests

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

10 years agonitg&i: intern implementation of `is_same_instance`
Jean Privat [Tue, 26 Nov 2013 20:14:02 +0000 (15:14 -0500)]
nitg&i: intern implementation of `is_same_instance`

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

10 years agolib: add `Object::is_same_instance` that will replace `is`
Jean Privat [Tue, 26 Nov 2013 20:02:35 +0000 (15:02 -0500)]
lib: add `Object::is_same_instance` that will replace `is`

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

10 years agonitdoc: use `==` instead of `is`
Jean Privat [Tue, 26 Nov 2013 19:58:45 +0000 (14:58 -0500)]
nitdoc: use `==` instead of `is`

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

10 years agolib: remove useless usage of `is`
Jean Privat [Tue, 26 Nov 2013 19:58:18 +0000 (14:58 -0500)]
lib: remove useless usage of `is`

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

10 years agoMerge branch 'killclosures' into killnitc
Jean Privat [Tue, 26 Nov 2013 16:07:55 +0000 (11:07 -0500)]
Merge branch 'killclosures' into killnitc

Conflicts:
tests/sav/base_covar_int_alt1.res
tests/sav/base_covar_int_alt3.res

10 years agoa_star: remove find_closest because of clpsure
Jean Privat [Tue, 26 Nov 2013 16:05:07 +0000 (11:05 -0500)]
a_star: remove find_closest because of clpsure

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

10 years agoparser: remove last clorure-related classes
Jean Privat [Mon, 25 Nov 2013 20:05:36 +0000 (15:05 -0500)]
parser: remove last clorure-related classes

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

10 years agoparser: regenerate to remove more closures
Jean Privat [Mon, 25 Nov 2013 20:05:16 +0000 (15:05 -0500)]
parser: regenerate to remove more closures

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

10 years agotests: update some tests related to kernel line-numbering
Jean Privat [Mon, 18 Nov 2013 19:58:07 +0000 (14:58 -0500)]
tests: update some tests related to kernel line-numbering

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

10 years agotests: clean and update sav/nitg-e
Jean Privat [Tue, 26 Nov 2013 15:22:10 +0000 (10:22 -0500)]
tests: clean and update sav/nitg-e

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

10 years agotests: update to show types on runtime cast errors
Jean Privat [Tue, 26 Nov 2013 15:10:54 +0000 (10:10 -0500)]
tests: update to show types on runtime cast errors

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

10 years agoniti: runtime cast errors show types
Jean Privat [Tue, 26 Nov 2013 15:00:26 +0000 (10:00 -0500)]
niti: runtime cast errors show types

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

10 years agonitg: runtime cast error shows types
Jean Privat [Tue, 26 Nov 2013 15:00:11 +0000 (10:00 -0500)]
nitg: runtime cast error shows types

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

10 years agonitg: introduce A`CV::add_cast` to factorize cast checks
Jean Privat [Tue, 26 Nov 2013 14:20:44 +0000 (09:20 -0500)]
nitg: introduce A`CV::add_cast` to factorize cast checks

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

10 years agoruntime: inform the dynamic type of self on `Abstract method called`
Jean Privat [Tue, 26 Nov 2013 14:09:50 +0000 (09:09 -0500)]
runtime: inform the dynamic type of self on `Abstract method called`

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

10 years agonitg: add add_raw_abort to allow complex runtime error messages
Jean Privat [Tue, 26 Nov 2013 14:09:01 +0000 (09:09 -0500)]
nitg: add add_raw_abort to allow complex runtime error messages

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

10 years agomodelbuilder: fail on unknown redef class
Jean Privat [Tue, 26 Nov 2013 13:29:28 +0000 (08:29 -0500)]
modelbuilder: fail on unknown redef class

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

10 years agosrc: remove nc*
Jean Privat [Tue, 19 Nov 2013 02:49:49 +0000 (21:49 -0500)]
src: remove nc*

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

10 years agotests: error on unknown engine
Jean Privat [Tue, 19 Nov 2013 01:49:02 +0000 (20:49 -0500)]
tests: error on unknown engine

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

10 years agoparser: suppr closures
Jean Privat [Sat, 16 Nov 2013 17:16:29 +0000 (12:16 -0500)]
parser: suppr closures

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

10 years agosrc: remove closure in the model
Jean Privat [Sat, 16 Nov 2013 15:48:31 +0000 (10:48 -0500)]
src: remove closure in the model

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

10 years agotests: skip nitg for nitg-g (kill pratchett)
Jean Privat [Mon, 18 Nov 2013 20:21:45 +0000 (15:21 -0500)]
tests: skip nitg for nitg-g (kill pratchett)

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

10 years agoremove closures from code
Jean Privat [Sat, 16 Nov 2013 15:00:29 +0000 (10:00 -0500)]
remove closures from code

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