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-2357-g87f04b


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2357-g87f04b7
Date: Sat, 26 Jan 2019 18:04: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, devel has been updated
       via  87f04b769b8b7728cc216ba54337465f523983cb (commit)
       via  7557956c8f07f4a5119e90dfb0b9fb67db1220c6 (commit)
       via  2fe2951cabe63e2c37ec16c036b087c939e10102 (commit)
      from  2ac90a0b3ce72ac0cfe4dd1500855679ba5d0b51 (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 87f04b769b8b7728cc216ba54337465f523983cb
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 26 15:35:26 2019 +0100

    Tests cleanup

commit 7557956c8f07f4a5119e90dfb0b9fb67db1220c6
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 26 17:26:00 2019 +0100

    Better error report for invalid vector packs
    
    Add the name of the register set from which values are packed to the
    error report.

commit 2fe2951cabe63e2c37ec16c036b087c939e10102
Author: Marek Marecki <address@hidden>
Date:   Sat Jan 26 15:34:31 2019 +0100

    Fix: do not analyse values in static register sets (yet)
    
    Analysing static registers will make sense after .function.static:
    blocks are implemented.

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

Summary of changes:
 include/viua/assembler/frontend/static_analyser.h  |   3 +-
 .../migrating_processes_between_schedulers.asm     |   2 +-
 .../asm/concurrency/process_from_linked_base.asm   |   2 +-
 sample/asm/exceptions/terminating_processes.asm    |   2 +-
 .../thrown_in_linked_caught_in_static_base.asm     |   2 +-
 sample/asm/functions/higher_order/invoke.asm       | 118 ---------------------
 sample/asm/watchdog/death_message.asm              |   2 +-
 sample/asm/watchdog/restarting_process.asm         |   2 +-
 sample/asm/watchdog/terminated_watchdog.asm        |   2 +-
 .../standard_library/functional/apply_simple.asm   |   2 +-
 sample/standard_library/functional/hello_guys.asm  |   2 +-
 .../standard_library/vector/any_returns_false.asm  |   2 +-
 .../standard_library/vector/any_returns_true.asm   |   2 +-
 .../vector/every_returns_false.asm                 |   2 +-
 .../standard_library/vector/every_returns_true.asm |   2 +-
 sample/standard_library/vector/of.asm              |   2 +-
 sample/standard_library/vector/of_ints.asm         |   2 +-
 sample/standard_library/vector/reverse.asm         |   2 +-
 .../standard_library/vector/reverse_in_place.asm   |   2 +-
 scripts/test_quick                                 |   2 +-
 .../static_analyser/checkers/check_op_vector.cpp   |   4 +-
 src/stdlib/viua/functional.asm                     |   4 +
 tests/tests.py                                     |  61 +++++------
 23 files changed, 53 insertions(+), 173 deletions(-)
 delete mode 100644 sample/asm/functions/higher_order/invoke.asm


hooks/post-receive
-- 
Viua VM



reply via email to

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