viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch issue/6048c04e/refactor-type-check


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/6048c04e/refactor-type-checking-code updated. v0.9.0-1267-g14bfae7
Date: Tue, 20 Mar 2018 20:35:26 +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, issue/6048c04e/refactor-type-checking-code has been updated
       via  14bfae704ea0b7ff88a1005038af36e5f13ddb7d (commit)
       via  9717e1fd5a53988c3f3a8c5850e1fd4b9cde7072 (commit)
       via  fbffbd0aa9a324ae63105b86eeb9b54c3c84065d (commit)
      from  6b9786f28e8dff8cb93baff2daa71651ddee3c4c (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 14bfae704ea0b7ff88a1005038af36e5f13ddb7d
Author: Marek Marecki <address@hidden>
Date:   Tue Mar 20 20:35:22 2018 +0100

    Move checking "vector"

commit 9717e1fd5a53988c3f3a8c5850e1fd4b9cde7072
Author: Marek Marecki <address@hidden>
Date:   Tue Mar 20 20:34:16 2018 +0100

    Move checking "argc"

commit fbffbd0aa9a324ae63105b86eeb9b54c3c84065d
Author: Marek Marecki <address@hidden>
Date:   Tue Mar 20 15:27:09 2018 +0100

    Helpers must not be static (must be visible across many compilation units)

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

Summary of changes:
 Makefile                                           |  2 +
 include/viua/assembler/frontend/static_analyser.h  | 15 +++++
 .../{check_op_text.cpp => check_op_argc.cpp}       | 27 ++++----
 .../static_analyser/checkers/check_op_izero.cpp    | 75 +---------------------
 .../{check_op_string.cpp => check_op_vector.cpp}   | 39 ++++++++---
 5 files changed, 61 insertions(+), 97 deletions(-)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_text.cpp => 
check_op_argc.cpp} (64%)
 copy src/assembler/frontend/static_analyser/checkers/{check_op_string.cpp => 
check_op_vector.cpp} (51%)


hooks/post-receive
-- 
Viua VM



reply via email to

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