nit.git
10 years agoRTA: force primitive types to be alive
Jean Privat [Mon, 24 Feb 2014 15:44:20 +0000 (10:44 -0500)]
RTA: force primitive types to be alive

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

10 years agoMerge branch 'fix_param_check'
Jean Privat [Fri, 21 Feb 2014 19:12:13 +0000 (14:12 -0500)]
Merge branch 'fix_param_check'

10 years agoMerge branch 'fix_mkcsrc'
Jean Privat [Fri, 21 Feb 2014 19:11:56 +0000 (14:11 -0500)]
Merge branch 'fix_mkcsrc'

merge 407771f (#269) broke the regeneration of c_src
(because of hard coded ".nit_compile" path)

This series fixes the issue, and provide a script usable by Jenkins
to ensure that this does not occurs again.

This also highlight that the reviews of #269 where insufficient
and/or motivated by something else than code quality :)

10 years agosrc: new script full_bootstrap
Jean Privat [Fri, 21 Feb 2014 16:58:58 +0000 (11:58 -0500)]
src: new script full_bootstrap

Used to check that mkcsrc is not broken

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

10 years agomkcsrc: remove and replace old c_src
Jean Privat [Fri, 21 Feb 2014 16:57:10 +0000 (11:57 -0500)]
mkcsrc: remove and replace old c_src

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

10 years agocompiler_ffi: use `compile_dir` instead of hard-coded ".nit_compile"
Jean Privat [Fri, 21 Feb 2014 16:24:28 +0000 (11:24 -0500)]
compiler_ffi: use `compile_dir` instead of hard-coded ".nit_compile"

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

10 years agoabstact_compiler: add `ModelBuilder::compile_dir`
Jean Privat [Fri, 21 Feb 2014 16:23:53 +0000 (11:23 -0500)]
abstact_compiler: add `ModelBuilder::compile_dir`

So each part do not have to retrieve it from opt_compile_dir

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

10 years agoMerge remote-tracking branch 'lucas/local_redef_fix'
Jean Privat [Fri, 21 Feb 2014 14:43:09 +0000 (09:43 -0500)]
Merge remote-tracking branch 'lucas/local_redef_fix'

10 years agoMerge branch 'fix_lookup_definitions'
Jean Privat [Fri, 21 Feb 2014 14:42:32 +0000 (09:42 -0500)]
Merge branch 'fix_lookup_definitions'

10 years agotests: update sav and remove some fixme.
Jean Privat [Fri, 21 Feb 2014 14:07:29 +0000 (09:07 -0500)]
tests: update sav and remove some fixme.

It means that #271 was already known but nobody cared :(

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

10 years agomodelize_properties: improve error messages
Jean Privat [Fri, 21 Feb 2014 14:05:08 +0000 (09:05 -0500)]
modelize_properties: improve error messages

So that the original propdef is shown

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

10 years agomodelize_property: fix the check of the types of parameters in a redef
Jean Privat [Fri, 21 Feb 2014 14:04:08 +0000 (09:04 -0500)]
modelize_property: fix the check of the types of parameters in a redef

COMP101 brownbag bug where someone mistake 'or' and 'and'

Fixes #271
Reported-by: Julien Pagès <julien.m.pages@gmail.com>
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agonitg: Fixed modelize_property to print an error when two redefs of the same method...
Lucas Bajolet [Thu, 20 Feb 2014 15:45:05 +0000 (10:45 -0500)]
nitg: Fixed modelize_property to print an error when two redefs of the same method occur locally.

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

10 years agomodel: select_most_specific behave correctly when given comparable propdefs
Jean Privat [Tue, 18 Feb 2014 20:26:59 +0000 (15:26 -0500)]
model: select_most_specific behave correctly when given comparable propdefs

Keep all occurences of comparable but distinct propdefs.
This case should not occurs in sane usage of the function.
But having a good behavior is good nevertheless.

Reported-by: Lucas Bajolet <lucas.bajolet@hotmail.com
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agomodel: factorize `select_most_specific` from `lookup_*_definitions`
Jean Privat [Tue, 18 Feb 2014 20:16:01 +0000 (15:16 -0500)]
model: factorize `select_most_specific` from `lookup_*_definitions`

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

10 years agoMerge branch 'ffi_core' into merge_ffi
Jean Privat [Mon, 17 Feb 2014 19:40:30 +0000 (14:40 -0500)]
Merge branch 'ffi_core' into merge_ffi

10 years agonitg: detect if a compiler supports the FFI
Alexis Laferrière [Wed, 29 Jan 2014 16:01:55 +0000 (11:01 -0500)]
nitg: detect if a compiler supports the FFI

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

10 years agonitg: activate support for the FFI in nitg
Jean Privat [Mon, 17 Feb 2014 19:11:26 +0000 (14:11 -0500)]
nitg: activate support for the FFI in nitg

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

Conflicts:
src/abstract_compiler.nit
src/separate_compiler.nit

10 years agonitg-g: support cast between subtypes of Pointer
Alexis Laferrière [Wed, 29 Jan 2014 21:14:47 +0000 (16:14 -0500)]
nitg-g: support cast between subtypes of Pointer

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

10 years agonitg: intro the compiler_ffi module to support the FFI in nitg
Alexis Laferrière [Thu, 28 Nov 2013 19:19:45 +0000 (14:19 -0500)]
nitg: intro the compiler_ffi module to support the FFI in nitg

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

10 years agonitg: intro the common_ffi module and support for the C language
Alexis Laferrière [Thu, 28 Nov 2013 19:19:04 +0000 (14:19 -0500)]
nitg: intro the common_ffi module and support for the C language

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

10 years agonitg: intro the nitni module
Alexis Laferrière [Fri, 15 Nov 2013 21:07:07 +0000 (16:07 -0500)]
nitg: intro the nitni module

Offers services defining the tailored API used by the FFI.

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

10 years agoMerge branch 'ffi_libupdate' into merge_ffi
Jean Privat [Mon, 17 Feb 2014 19:08:11 +0000 (14:08 -0500)]
Merge branch 'ffi_libupdate' into merge_ffi

10 years agolib: update json module to the latest FFI spec
Alexis Laferrière [Fri, 29 Nov 2013 16:08:27 +0000 (11:08 -0500)]
lib: update json module to the latest FFI spec

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

10 years agolib: update the callback_monkey example to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:20:21 +0000 (15:20 -0500)]
lib: update the callback_monkey example to the latest FFI spec

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

10 years agolib: update sort_downloads to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:16:32 +0000 (15:16 -0500)]
lib: update sort_downloads to the latest FFI spec

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

10 years agolib: update the socket module to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:16:19 +0000 (15:16 -0500)]
lib: update the socket module to the latest FFI spec

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

10 years agolib: update the curses module to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:16:10 +0000 (15:16 -0500)]
lib: update the curses module to the latest FFI spec

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

10 years agolib: update the signal module to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:16:02 +0000 (15:16 -0500)]
lib: update the signal module to the latest FFI spec

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

10 years agolib: update mnit module to the latest FFI spec
Jean Privat [Mon, 17 Feb 2014 15:46:48 +0000 (10:46 -0500)]
lib: update mnit module to the latest FFI spec

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
Signed-off-by: Jean Privat <jean@pryen.org>

10 years agolib: update gtk3_4 module to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:15:24 +0000 (15:15 -0500)]
lib: update gtk3_4 module to the latest FFI spec

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

10 years agolib: update curl module to the latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 20:15:03 +0000 (15:15 -0500)]
lib: update curl module to the latest FFI spec

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

10 years agolib: update sqlite3 module to latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 16:41:12 +0000 (11:41 -0500)]
lib: update sqlite3 module to latest FFI spec

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

10 years agolib: update md5 module to latest FFI spec
Alexis Laferrière [Thu, 28 Nov 2013 16:40:28 +0000 (11:40 -0500)]
lib: update md5 module to latest FFI spec

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

10 years agolib: update the json module to latest FFI spec
Alexis Laferrière [Sat, 9 Nov 2013 02:15:18 +0000 (21:15 -0500)]
lib: update the json module to latest FFI spec

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

10 years agotests: update FFI tests to latest spec
Alexis Laferrière [Wed, 27 Nov 2013 15:10:39 +0000 (10:10 -0500)]
tests: update FFI tests to latest spec

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

10 years agolib: update standard library to latest FFI spec
Alexis Laferrière [Sat, 31 Aug 2013 12:07:03 +0000 (08:07 -0400)]
lib: update standard library to latest FFI spec

At this commit, nitg can be compiled using nitg compiled from Nit in
the previous commit.

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

10 years agoc_src: update for new ffi syntax
Jean Privat [Mon, 17 Feb 2014 18:39:58 +0000 (13:39 -0500)]
c_src: update for new ffi syntax

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

10 years agoMerge branch 'prepare-ffi-migration' into merge_ffi
Jean Privat [Mon, 17 Feb 2014 15:42:44 +0000 (10:42 -0500)]
Merge branch 'prepare-ffi-migration' into merge_ffi

10 years agomodel: rta uses its visitor only to visit FFI extern methods
Alexis Laferrière [Fri, 19 Jul 2013 18:20:36 +0000 (14:20 -0400)]
model: rta uses its visitor only to visit FFI extern methods

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

10 years agotests: remove native interface tests
Alexis Laferrière [Sat, 19 Oct 2013 17:49:42 +0000 (13:49 -0400)]
tests: remove native interface tests

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

10 years agosrc: delete old ffi and native_interface code
Alexis Laferrière [Wed, 29 Jan 2014 16:03:21 +0000 (11:03 -0500)]
src: delete old ffi and native_interface code

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

10 years agotests: fix sav file for test_for_times
Alexis Laferrière [Fri, 31 Jan 2014 14:47:46 +0000 (09:47 -0500)]
tests: fix sav file for test_for_times

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

10 years agoMerge branch 'enlarge_ffi_syntax' into merge_ffi
Jean Privat [Mon, 17 Feb 2014 14:12:15 +0000 (09:12 -0500)]
Merge branch 'enlarge_ffi_syntax' into merge_ffi

10 years agodoc: added comment for metrics::inheritance_metrics::InheritanceMetricsPhase
Alexandre Terrasa [Sat, 15 Feb 2014 02:48:47 +0000 (18:48 -0800)]
doc: added comment for metrics::inheritance_metrics::InheritanceMetricsPhase

Alexandre Terrasa <alexandre@moz-code.org>

10 years agoparser: regenerate files
Jean Privat [Fri, 14 Feb 2014 18:13:40 +0000 (13:13 -0500)]
parser: regenerate files

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

10 years agoparser: extern stuff accepts types and dot
Jean Privat [Fri, 14 Feb 2014 18:13:13 +0000 (13:13 -0500)]
parser: extern stuff accepts types and dot

For compatibility with existing code:

* dot is optional to keep compatibility with existing code.
* The language of types include the language of classid.

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

10 years agoparser: drop qualification in annotations
Jean Privat [Fri, 14 Feb 2014 18:09:39 +0000 (13:09 -0500)]
parser: drop qualification in annotations

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

10 years agoMerge branch 'long_string'
Jean Privat [Fri, 14 Feb 2014 16:26:34 +0000 (11:26 -0500)]
Merge branch 'long_string'

fix long strings with alternation of " and {

example of now accepted strings

~~~
a = """<field="{{{value}}}">"""
~~~

However, I am not sure how existing colorers (see the misc/ directory)
behave.

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

10 years agotests: add test_string_triple2.nit
Jean Privat [Thu, 13 Feb 2014 15:16:24 +0000 (10:16 -0500)]
tests: add test_string_triple2.nit

for complex mixing of { and "

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

10 years agoparser: regenerate table for long strings
Jean Privat [Thu, 13 Feb 2014 15:15:52 +0000 (10:15 -0500)]
parser: regenerate table for long strings

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

10 years agoparser: improve long string when mixing " and {
Jean Privat [Thu, 13 Feb 2014 15:15:31 +0000 (10:15 -0500)]
parser: improve long string when mixing " and {

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

10 years agoc_src: remove git attribute `diff` on generated files
Jean Privat [Wed, 12 Feb 2014 21:05:22 +0000 (16:05 -0500)]
c_src: remove git attribute `diff` on generated files

So diffs and stats will not be polluted by meaningless changes

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

10 years agoMerge branch 'rta_not_mandatory'
Jean Privat [Wed, 12 Feb 2014 19:31:42 +0000 (14:31 -0500)]
Merge branch 'rta_not_mandatory'

10 years agoMerge branch 'calculator' of https://github.com/BlackMinou/nit
Jean Privat [Wed, 12 Feb 2014 19:31:18 +0000 (14:31 -0500)]
Merge branch 'calculator' of https://github.com/BlackMinou/nit

10 years agoMerge pull request #1 from xymus/calculator
Chanoir [Wed, 12 Feb 2014 18:38:14 +0000 (13:38 -0500)]
Merge pull request #1 from xymus/calculator

Small fixes for the calculator example and gtk lib

10 years agoexamples/calculator & lib/gtk: fix whitespaces
Alexis Laferrière [Wed, 12 Feb 2014 18:02:11 +0000 (13:02 -0500)]
examples/calculator & lib/gtk: fix whitespaces

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

10 years agolib/gtk: fix name collision of the "visible" properties
Alexis Laferrière [Wed, 12 Feb 2014 18:26:37 +0000 (13:26 -0500)]
lib/gtk: fix name collision of the "visible" properties

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

10 years agolib/gtk: fix duplication of "visible" properties
Alexis Laferrière [Wed, 12 Feb 2014 18:01:23 +0000 (13:01 -0500)]
lib/gtk: fix duplication of "visible" properties

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

10 years agoMerge branch 'Patch-signals' of https://github.com/CaptainKali/nit
Jean Privat [Wed, 12 Feb 2014 17:46:34 +0000 (12:46 -0500)]
Merge branch 'Patch-signals' of https://github.com/CaptainKali/nit

10 years agoMerge branch 'reassign_fixes' of https://github.com/R4PaSs/nit
Jean Privat [Wed, 12 Feb 2014 17:43:26 +0000 (12:43 -0500)]
Merge branch 'reassign_fixes' of https://github.com/R4PaSs/nit

10 years agoMerge branch 'serialization'
Jean Privat [Wed, 12 Feb 2014 15:29:59 +0000 (10:29 -0500)]
Merge branch 'serialization'

10 years agoMerge branch 'unwind_integration'
Jean Privat [Wed, 12 Feb 2014 15:29:41 +0000 (10:29 -0500)]
Merge branch 'unwind_integration'

10 years agotests: remove sav/nitg-e/fixme/base_gen_infinite.res
Jean Privat [Tue, 11 Feb 2014 20:45:21 +0000 (15:45 -0500)]
tests: remove sav/nitg-e/fixme/base_gen_infinite.res

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

10 years agonitg-e: run without RTA thus allows recursive generic types
Jean Privat [Tue, 11 Feb 2014 16:08:31 +0000 (11:08 -0500)]
nitg-e: run without RTA thus allows recursive generic types

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

10 years agonitg: new module `collect_super_sends` to use when RTA is disabled
Jean Privat [Tue, 11 Feb 2014 16:07:00 +0000 (11:07 -0500)]
nitg: new module `collect_super_sends` to use when RTA is disabled

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

10 years agonitg: protect some null runtime_type_analysis to fall back on unknown stuff
Jean Privat [Tue, 11 Feb 2014 16:05:33 +0000 (11:05 -0500)]
nitg: protect some null runtime_type_analysis to fall back on unknown stuff

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

10 years agonitg: make runtime_type_analysis nullable to enable no RTA
Jean Privat [Tue, 11 Feb 2014 16:04:33 +0000 (11:04 -0500)]
nitg: make runtime_type_analysis nullable to enable no RTA

A lot of NPE will break, but places are ready

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

10 years agotests: update error messages in error_needed_method
Jean Privat [Wed, 12 Feb 2014 14:33:37 +0000 (09:33 -0500)]
tests: update error messages in error_needed_method

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

10 years agorta: check the type NativeArray before the method with_native in varargs
Jean Privat [Wed, 12 Feb 2014 14:32:52 +0000 (09:32 -0500)]
rta: check the type NativeArray before the method with_native in varargs

This is coherent with the other NativeArray stuff in RTA and the way
engines do it

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

10 years agorta: use `to_s_with_length` instead of `to_s` in literal strings
Jean Privat [Wed, 12 Feb 2014 14:31:31 +0000 (09:31 -0500)]
rta: use `to_s_with_length` instead of `to_s` in literal strings

This is more conform to the current nitg implementations.

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

10 years agostack_trace: move include and declaration in main body
Jean Privat [Wed, 12 Feb 2014 14:51:51 +0000 (09:51 -0500)]
stack_trace: move include and declaration in main body

instead of the global header.
ccache will be more happy!

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

10 years agostack_trace: always exports the show_backtrace service
Jean Privat [Wed, 12 Feb 2014 14:45:28 +0000 (09:45 -0500)]
stack_trace: always exports the show_backtrace service

If disabled by `opt_stacktrace` it is the body that change, not the
client of the function.

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

10 years agostack_trace: do not stacktrace on explicit exit
Jean Privat [Wed, 12 Feb 2014 14:43:45 +0000 (09:43 -0500)]
stack_trace: do not stacktrace on explicit exit

only on runtime-error and signals

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

10 years agolib/json: remove `diff` git attribute to generated parser files
Jean Privat [Wed, 12 Feb 2014 14:10:48 +0000 (09:10 -0500)]
lib/json: remove `diff` git attribute to generated parser files

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

10 years agoMerge branch 'patch-sdl'
Jean Privat [Wed, 12 Feb 2014 13:50:44 +0000 (08:50 -0500)]
Merge branch 'patch-sdl'

10 years agoSDL : Comments added for SDLFont class and methods
GeoffreyHecht [Wed, 29 Jan 2014 20:33:29 +0000 (15:33 -0500)]
SDL : Comments  added for SDLFont  class and methods

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments added for SDLkeyEvent class
GeoffreyHecht [Wed, 29 Jan 2014 20:26:51 +0000 (15:26 -0500)]
SDL : Comments  added for SDLkeyEvent  class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments added for SDLMouseEvent, MouseButtonEvent,MouseMotionEvent class
GeoffreyHecht [Wed, 29 Jan 2014 20:24:58 +0000 (15:24 -0500)]
SDL : Comments  added for SDLMouseEvent, MouseButtonEvent,MouseMotionEvent  class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments fixed and added in SDLRectangle class
GeoffreyHecht [Wed, 29 Jan 2014 20:11:29 +0000 (15:11 -0500)]
SDL : Comments fixed and added in SDLRectangle class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments fixed and added in SDLImage class
Geoffrey Hecht [Wed, 29 Jan 2014 17:49:04 +0000 (12:49 -0500)]
SDL : Comments fixed and added in SDLImage class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments fixed and added in SDLDrawable class
Geoffrey Hecht [Wed, 29 Jan 2014 17:43:50 +0000 (12:43 -0500)]
SDL : Comments fixed and added in SDLDrawable class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agoSDL : Comments fixed and added in SDLDisplay class
Geoffrey Hecht [Wed, 29 Jan 2014 17:33:10 +0000 (12:33 -0500)]
SDL : Comments fixed and added in SDLDisplay class

signed-off-by: Geoffrey Hecht <geoffrey.hecht@gmail.com>

10 years agotests: adds missing copyright info to serialization tests
Alexis Laferrière [Wed, 12 Feb 2014 00:45:15 +0000 (19:45 -0500)]
tests: adds missing copyright info to serialization tests

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

10 years agofrontend: fix doc in serialization_phase
Alexis Laferrière [Wed, 12 Feb 2014 00:43:30 +0000 (19:43 -0500)]
frontend: fix doc in serialization_phase

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

10 years agofrontend: force order of serialzation and literal phases in frontend
Alexis Laferrière [Wed, 12 Feb 2014 00:35:30 +0000 (19:35 -0500)]
frontend: force order of serialzation and literal phases in frontend

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

10 years agonitg: Usefix, avoids producing a backtrace when encountering an exit(0).
Lucas Bajolet [Tue, 11 Feb 2014 19:45:44 +0000 (14:45 -0500)]
nitg: Usefix, avoids producing a backtrace when encountering an exit(0).

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

10 years agonitg: Added option to disable use of libunwind to generate C stack traces.
Lucas Bajolet [Tue, 11 Feb 2014 22:55:20 +0000 (17:55 -0500)]
nitg: Added option to disable use of libunwind to generate C stack traces.

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

10 years agonitg: Corrected bug when creating a new AVarExpr, uses the last inferred type instead...
Lucas Bajolet [Tue, 11 Feb 2014 21:10:40 +0000 (16:10 -0500)]
nitg: Corrected bug when creating a new AVarExpr, uses the last inferred type instead of its definition type.

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

10 years agoMerge branch 'kill_newcheck'
Jean Privat [Tue, 11 Feb 2014 20:55:19 +0000 (15:55 -0500)]
Merge branch 'kill_newcheck'

Remove runtime checks on uninitialized attributes at the end of object
constructions.
Thus, uninitialized attributes will now fail (abort) on the first read
access.

Some people [citation needed] find that the current specification force
the usage of `nullable` on attributes that should not be null in
practice but that cannot be not nullable because the initialization is
not done in the constructor.

Some other people [bis] also state that the current check is problematic
with potential exception/longjump since uninitialized object could still
escape.

Therefore, because the next big devel planned is the constructors, I
prefer to solve this specification point before. This pull request is a
RFC on the new spec (and/or implementation).

10 years agoAdd signals + descriptions
CaptainKali [Tue, 11 Feb 2014 20:17:44 +0000 (15:17 -0500)]
Add signals + descriptions

Add various missing signals and their descriptions

10 years agolib/stream: added more explicit comment for eof method.
Djomanix [Tue, 28 Jan 2014 19:42:13 +0000 (14:42 -0500)]
lib/stream: added more explicit comment for eof method.

Comment could be misunderstand, and is now more explicit.

signed-off-by: Johan Kayser <johan.kayser@viacesi.fr>

10 years agotests: update related to the removal of check_init_instance
Jean Privat [Sat, 8 Feb 2014 05:20:20 +0000 (00:20 -0500)]
tests: update related to the removal of check_init_instance

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

10 years agoMerge branch 'privat' into topub
Alexis Laferrière [Sat, 8 Feb 2014 03:06:22 +0000 (22:06 -0500)]
Merge branch 'privat' into topub

10 years agoserialization: add support for Arrays
Alexis Laferrière [Sat, 1 Feb 2014 18:35:32 +0000 (13:35 -0500)]
serialization: add support for Arrays

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

10 years agosrc: remove check_init_instance everywhere
Jean Privat [Fri, 7 Feb 2014 21:20:59 +0000 (16:20 -0500)]
src: remove check_init_instance everywhere

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

10 years agolib/serialization: adds a method to detect unserializable type
Alexis Laferrière [Sat, 1 Feb 2014 18:33:39 +0000 (13:33 -0500)]
lib/serialization: adds a method to detect unserializable type

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

10 years agotests: adds test for the serialization phase and json service
Alexis Laferrière [Sat, 1 Feb 2014 18:52:16 +0000 (13:52 -0500)]
tests: adds test for the serialization phase and json service

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

10 years agofrontend: intro the serialization phase
Alexis Laferrière [Sat, 1 Feb 2014 18:50:33 +0000 (13:50 -0500)]
frontend: intro the serialization phase

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

10 years agolib: intro the json serialization module
Alexis Laferrière [Sat, 1 Feb 2014 18:49:35 +0000 (13:49 -0500)]
lib: intro the json serialization module

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