Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Node.load() implementation #91

Merged
merged 4 commits into from
Jul 4, 2019
Merged

Node.load() implementation #91

merged 4 commits into from
Jul 4, 2019

Commits on Jul 1, 2019

  1. v2: implement Node.load()

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    5ec22ca View commit details
    Browse the repository at this point in the history
  2. v2: better error handling

    Replace std::runtime_error and in-band error codes
    with JVM exceptions.
    
    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    0c294f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. v2: convenience for JNode literal creation

    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    52e3e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. address review feedback

     - better error handling
     - better string literals
     - doc added
    
    Signed-off-by: Alexander Bezzubov <bzz@apache.org>
    bzz committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    c8091e6 View commit details
    Browse the repository at this point in the history