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/ce6f5d82/rewrite-assembler u


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/ce6f5d82/rewrite-assembler updated. v0.9.0-2244-g35141a1
Date: Sun, 28 Oct 2018 20:16:31 +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/ce6f5d82/rewrite-assembler has been updated
       via  35141a1e10755f29967fc51453db9dfd66441d52 (commit)
       via  2fc3042b3bd06be7ab074a716edbb076e1844ea5 (commit)
       via  094616e4dad81b97b35aa8db445963c9add235ad (commit)
       via  843ef479a60dd403406c6fb753ad1c4976dcbdba (commit)
       via  8b3e26c59c20d8f771bf9a6fb004bf9c1aa43ca1 (commit)
      from  c945e8a9cae5ab00628fcac648f7eaead2a17e0a (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 35141a1e10755f29967fc51453db9dfd66441d52
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 28 20:16:04 2018 +0100

    Add note about `return` and `halt` instructions
    
    They do not need type checking.

commit 2fc3042b3bd06be7ab074a716edbb076e1844ea5
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 28 20:15:41 2018 +0100

    Typecheck `print` and `echo`

commit 094616e4dad81b97b35aa8db445963c9add235ad
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 28 20:02:32 2018 +0100

    Do not typecheck `isnull` for now
    
    Maybe `isnull` should just be removed? Typechecker and static analyser
    are doing a pretty good job of catching invalid register access bugs at
    compile time.
    
    Frankly, I just don't see the use case for `isnull` anymore except for
    initialisation of static registers... and this will be removed anyway
    when "static initialisation blocks" get implemented (see issue
    a0edd78b571b600714afe61039a390921c00d245).

commit 843ef479a60dd403406c6fb753ad1c4976dcbdba
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 28 20:14:50 2018 +0100

    Update issue repository

commit 8b3e26c59c20d8f771bf9a6fb004bf9c1aa43ca1
Author: Marek Marecki <address@hidden>
Date:   Sun Oct 28 20:01:45 2018 +0100

    Fix: use last erase location

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

Summary of changes:
 .../44fc5e8704fc5a93d6e6844c672be8494ec61d4d.json    |  1 +
 src/tooling/libs/static_analyser/static_analyser.cpp | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 
.issue/objects/issues/a0/a0edd78b571b600714afe61039a390921c00d245/diff/44fc5e8704fc5a93d6e6844c672be8494ec61d4d.json


hooks/post-receive
-- 
Viua VM



reply via email to

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