viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2370-g3f8d84


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2370-g3f8d846
Date: Fri, 1 Feb 2019 22:21:39 +0100 (CET)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, devel has been updated
       via  3f8d84632e80f1c50e09bc5687232e41aa899f69 (commit)
       via  5f7b0d0ab97bd6c6248db7cee4c223e83afb3181 (commit)
       via  ec24131882368eb7c570429a67ae7ff518a31547 (commit)
       via  9aed61f91e716cb5c433a583ad5e1da009c5c455 (commit)
       via  f549c99ac24b2ce2c3c2722eb91896596b18f5e4 (commit)
      from  057b8c59e5f05969b9a46125f8feb37af5c48496 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3f8d84632e80f1c50e09bc5687232e41aa899f69
Author: Marek Marecki <address@hidden>
Date:   Fri Feb 1 22:21:02 2019 +0100

    Check return value of main function
    
    Main function must return an integer.

commit 5f7b0d0ab97bd6c6248db7cee4c223e83afb3181
Author: Marek Marecki <address@hidden>
Date:   Fri Feb 1 22:20:04 2019 +0100

    Throw an error if an invalid arity for main function is encountered
    
    It should be impossible to encounter invalid arity for main function,
    but let's include the check for completeness.

commit ec24131882368eb7c570429a67ae7ff518a31547
Author: Marek Marecki <address@hidden>
Date:   Fri Feb 1 22:18:10 2019 +0100

    Fix: take function state by reference
    
    This makes it possible to inspect modified state after it is analysed
    which is required for checking return value of the main function.

commit 9aed61f91e716cb5c433a583ad5e1da009c5c455
Author: Marek Marecki <address@hidden>
Date:   Fri Feb 1 22:17:13 2019 +0100

    Add register index to error message about read from empty
    
    This information is useful when emitting error message about
    non-existent return value from the main function.

commit f549c99ac24b2ce2c3c2722eb91896596b18f5e4
Author: Marek Marecki <address@hidden>
Date:   Fri Feb 1 22:16:56 2019 +0100

    Throw an error if no main function is defined

-----------------------------------------------------------------------

Summary of changes:
 include/viua/tooling/errors/compile_time.h         |   1 +
 src/tooling/errors/compile_time.cpp                |   2 +
 .../libs/static_analyser/static_analyser.cpp       | 106 +++++++++++++++++++--
 3 files changed, 101 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]