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-0f8c916c-rework-imports crea


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-0f8c916c-rework-imports created. v0.9.0-2307-gd11187b
Date: Fri, 21 Dec 2018 13:56:46 +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-0f8c916c-rework-imports has been created
        at  d11187b7374f0fb57ed54c684d2599072cacab7c (commit)

- Log -----------------------------------------------------------------
commit d11187b7374f0fb57ed54c684d2599072cacab7c
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 21 13:53:46 2018 +0100

    Import directive works on modules, not files
    
    It is a much better design to specify module's name and let the loader
    look for the file than to specify the file's name. As a bonus it forces
    a specification of the way modules map to file structre.
    
    HOW TO LINK A MODULE?
    
        .import: [[static]] Library::Module
    
    This willl look for "Library/Module.module" file in every directory
    specified in VIUA_LIBRARY_PATH environment variable.

commit 65d3dbe8da6e96e9338fa61892ddbfa57b729c96
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 21 12:22:53 2018 +0100

    Remove old importing code
    
    The `.import:` directive will get a new meaning.

commit 391e23ed923ddec8e6836f2f32155436f82ce610
Author: Marek Marecki <address@hidden>
Date:   Fri Dec 21 12:22:37 2018 +0100

    Update issue repository

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


hooks/post-receive
-- 
Viua VM



reply via email to

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