• Show log

    Commit

  • Hash : a256a92b
    Author : Behdad Esfahbod
    Date : 2018-10-29T11:25:35

    Make Array types uncopyable-unassignable
    
    Finally!  Catches hard-to-find errors like this:
    
    -    const SortedArrayOf<SVGDocumentIndexEntry> docs = this+svgDocEntries;
    +    const SortedArrayOf<SVGDocumentIndexEntry> &docs = this+svgDocEntries;
    
    We implement this for our array types.  This, in turn, trickles down
    into all types that embed the arrays.  So, as long as we define all
    open-ended structs in terms of Array types (all can be done using
    UnsizedArrayOf), this achieves the goal of making uncopyable all
    structs that are variable-sized.  Yay!
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags