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-2012-g20a6964
Date: Mon, 27 Aug 2018 20:22:20 +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, issue/ce6f5d82/rewrite-assembler has been updated
       via  20a6964e6ca1f3cd46977e5cab74780275a769a8 (commit)
       via  871b8a923e2addffe65b450318a572291db926df (commit)
       via  bfaf86e09d1b95ef7e3af293292c7e2a944582eb (commit)
       via  333f8130217c121c99b74ffe9156272a1a31fbd1 (commit)
      from  32b4e17ec49fd650594ea0b54adb33af6d844646 (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 20a6964e6ca1f3cd46977e5cab74780275a769a8
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 27 20:21:48 2018 +0200

    Normalise token stream for bit shift instructions

commit 871b8a923e2addffe65b450318a572291db926df
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 27 20:06:47 2018 +0200

    Normalise token stream for bits instructions

commit bfaf86e09d1b95ef7e3af293292c7e2a944582eb
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 27 20:06:24 2018 +0200

    Add utility function for classifying boolean literals

commit 333f8130217c121c99b74ffe9156272a1a31fbd1
Author: Marek Marecki <address@hidden>
Date:   Mon Aug 27 19:39:56 2018 +0200

    Fix: correct padding of line numbers on error lines
    
    std::setw() modifies *next* output, but next output was not a line
    number, but a color sequence. Error reports were not aligned and were
    ugly because of this.

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

Summary of changes:
 include/viua/tooling/libs/lexer/classifier.h |  2 ++
 src/tooling/exec/assembler/main.cpp          |  2 +-
 src/tooling/libs/lexer/classifier.cpp        |  4 +++
 src/tooling/libs/lexer/normaliser.cpp        | 54 ++++++++++++++++++++++++++--
 4 files changed, 59 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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