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-2325-g9a0b66


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2325-g9a0b66f
Date: Sun, 6 Jan 2019 17:11:16 +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  9a0b66fe94fd1e3fb3ccff89c3e2516e2328930a (commit)
      from  d449381c5d98f428267986d6e0aa319915e5dc85 (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 9a0b66fe94fd1e3fb3ccff89c3e2516e2328930a
Author: Marek Marecki <address@hidden>
Date:   Sun Jan 6 17:10:10 2019 +0100

    Fix: let user code handle invalid struct field access
    
    Throw an exception that can be caught by user code when it tries to
    access a field that does not exist in a struct.

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

Summary of changes:
 include/viua/exceptions.h     | 19 +++++++++++++++++++
 src/process/instr/closure.cpp |  6 +++++-
 src/types/struct.cpp          | 14 +++++++++++++-
 3 files changed, 37 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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