Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull-23-04-18 #1

Merged
merged 37 commits into from
Apr 23, 2018
Merged

pull-23-04-18 #1

merged 37 commits into from
Apr 23, 2018

Commits on Apr 16, 2018

  1. Fixes #7595 (#7623)

    * Fixes #7595
    
    * Add brackets
    
    * Fix for treeRepr and lispRepr too
    data-man authored and Araq committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    412cd61 View commit details
    Browse the repository at this point in the history
  2. osproc: fix double close on POSIX (#5724)

    Calling close() in some cases issued two close() syscalls to one FD, which is incorrect in multithreaded programs.
    zielmicha authored and Araq committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    b2060ac View commit details
    Browse the repository at this point in the history
  3. Add none[T]() as alias to none(T) (#7512)

    * Add none[T]() as alias to none(T)
    
    * Add tests for none[T]
    
    * this test shouldn't work anyway
    hlaaf authored and Araq committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    38b2596 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4d7cc3 View commit details
    Browse the repository at this point in the history
  5. os.setLastModificationTime*(file: string, t: times.Time) (#7543)

    * add proc toFILETIME to winlean
    * add proc toWinTime to times
    * add proc setFileTime to winlean
    * openHandle with write access
    * add proc setLastModificationTime to os
    * moved epochDiff,rateDiff constants and proc toWinTime
    The constants were moved out of the when defined(JS) block so that they
    are alsways available in proc toWinTime.
    proc toWinTime was moved above the # Deprecated procs comment. Best new
    location seemed to be with the toUnix proc.
    hendrikgit authored and Araq committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    b1b5171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d4fd1f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    a708fda View commit details
    Browse the repository at this point in the history
  2. Remove PHP backend. (#7606)

    * remove php
    
    * fix
    
    * keep nimphpext
    
    * remove targetJS enum
    treeform authored and Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    35b0cc6 View commit details
    Browse the repository at this point in the history
  3. test case for #2416 (#7649)

    genotrance authored and Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    0448d3f View commit details
    Browse the repository at this point in the history
  4. test case for #1154 (#7648)

    genotrance authored and Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    b9cafe5 View commit details
    Browse the repository at this point in the history
  5. Change type of Timeval.tv_sec to posix.Time (#7646)

    GULPF authored and Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    fdf1d12 View commit details
    Browse the repository at this point in the history
  6. little progress on nimpretty

    Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    a230307 View commit details
    Browse the repository at this point in the history
  7. nimpretty: next steps

    Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    9bc9635 View commit details
    Browse the repository at this point in the history
  8. fixes system.doAssertRaises

    Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    4a9f6f0 View commit details
    Browse the repository at this point in the history
  9. Fix bright option (#7622)

    Setting the option to true, then to false would not turn off bright attribute.
    Wh1teDuke authored and Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    e237428 View commit details
    Browse the repository at this point in the history
  10. fixes #7507

    Araq committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    5d13e3f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Configuration menu
    Copy the full SHA
    17cb2f2 View commit details
    Browse the repository at this point in the history
  2. semstmts: fewer empty lines

    Araq committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    cb03ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc4d6d View commit details
    Browse the repository at this point in the history
  4. hasCustomPragma/getCustomPragmaVal: small fix (#7650)

    * fix hasCustomPragma/getCustomPragmaVal for types without pragma
    
    * fix pragma on pointer test
    
    * removed trailing spaces
    RSDuck authored and Araq committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    3402926 View commit details
    Browse the repository at this point in the history
  5. allow setting template/macro recursive evaluation limits (#7652)

    * allow setting template/macro recursive evaluation limits
    
    * revert setting template/macro eval limits
    set them to 1000
    jcosborn authored and Araq committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    7e15d51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d034d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Configuration menu
    Copy the full SHA
    262aafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc8fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6667362 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    33b69f0 View commit details
    Browse the repository at this point in the history
  2. macro manual improvements (#7666)

    * macro manual improvements
    
    * fixes a typo
    
    * Small fixes
    krux02 authored and Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    516ce73 View commit details
    Browse the repository at this point in the history
  3. refactoring: remove dead code

    Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    e44c6d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f10b5e View commit details
    Browse the repository at this point in the history
  5. make tests green again

    Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    14046d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85ea959 View commit details
    Browse the repository at this point in the history
  7. fixes #6393

    Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    14e496f View commit details
    Browse the repository at this point in the history
  8. fixes #5113

    Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    b43025b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07f4e8a View commit details
    Browse the repository at this point in the history
  10. make tests green again

    Araq committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    0ba50f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. make tests green again

    Araq committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    34b333b View commit details
    Browse the repository at this point in the history
  2. remove unused error messages

    Araq committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    a8b70c5 View commit details
    Browse the repository at this point in the history