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-2669-g6b1eef


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2669-g6b1eefd
Date: Sun, 12 Apr 2020 17:07:18 +0200 (CEST)

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  6b1eefd3b03b600787793313f50f4af7e4ce7af1 (commit)
       via  22d16f3cbd9492d60dc277c8612989c77c648a37 (commit)
       via  56653d4cd4b9954fc27e8047049d175627ade325 (commit)
       via  769241966734c5f91a00c4519e9bc60eb502aa79 (commit)
      from  087009b621e4b98763d626ec9e578372fa214a55 (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 6b1eefd3b03b600787793313f50f4af7e4ce7af1
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 12 16:56:10 2020 +0200

    Update Changelog

commit 22d16f3cbd9492d60dc277c8612989c77c648a37
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 12 16:19:39 2020 +0200

    Include function name in throw points report
    
    The report now looks like this:
    
        address: 0x19d2 (byte 6610) inside 0x89dead42beef [a.out::foo/2]
        address: 0x295d (byte 10589) inside 0x89dead42beef [a.out::main/0]
    
    which is more useful than just an address inside module.

commit 56653d4cd4b9954fc27e8047049d175627ade325
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 12 15:25:58 2020 +0200

    Better exception messages for stoi and stof

commit 769241966734c5f91a00c4519e9bc60eb502aa79
Author: Marek Marecki <address@hidden>
Date:   Sat Apr 11 19:44:43 2020 +0200

    Fix: correctly decode strings for text type
    
    Use better decoding function.

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

Summary of changes:
 Changelog.markdown           | 17 +++++++++++++++++
 include/viua/kernel/kernel.h |  3 ++-
 include/viua/version.h       |  2 +-
 src/kernel/kernel.cpp        | 41 +++++++++++++++++++++++++++++++++++++++++
 src/process/instr/cast.cpp   | 15 +++++++++++----
 src/process/instr/text.cpp   |  5 +++--
 src/scheduler/process.cpp    | 10 ++++++++--
 7 files changed, 83 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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