Skip to content

Releases: xp-runners/reference

7.9.1: Setup error messages fix

02 Jul 11:57

Choose a tag to compare

  • Fixed error message when .NET Framework is not installed. The list
    of dependencies it was suggesting to install was not complete!
    (@thekid)

7.9.0: XAR command

02 Jul 11:57

Choose a tag to compare

  • Reinstated xar command, implementing issue #67 - @thekid
  • Refactored entry point code to no longer use xp::stringOf(), which
    will be deprecated in XP9. See xp-framework/rfc#324
    (@thekid)

7.8.7: Inception fix

15 May 21:19

Choose a tag to compare

7.8.6: XAR error handling fix

15 May 21:19

Choose a tag to compare

  • Fixed "Call to undefined function raise()" when handling malformed XAR
    archives inside class path
    (@thekid)

7.8.5: Timezone fallback

26 Sep 13:02

Choose a tag to compare

  • Fixed issue #65: Timezone not set correctly - @thekid

7.8.4: Wrapper scripts

14 Aug 23:10

Choose a tag to compare

  • Fixed issue #62 ("WSL: Exec format error") by always creating wrapper
    scripts on Linux, MacOS and Unix systems.
    (@thekid)

7.8.3: Uncaught exception verbosity

14 Aug 22:53

Choose a tag to compare

  • Changed output arguments and files in stack trace of uncaught exceptions
    during bootstrap to be less verbose - see issue #64
    (@thekid)

7.8.2: Slim runners fixes

14 Aug 19:44

Choose a tag to compare

  • Fixed ultra-slim runners to work with xp-framework/core

    • XAR stream wrapper missing: (Error: Class 'xp\xar' not found)
    • Bootstrap script unaccesable via lang.Runtime class

    See xp-framework/core#157
    (@thekid)

7.8.1: Windows 10 Redstone 1 coloring fix

14 Aug 19:43

Choose a tag to compare

  • Fixed coloring on Windows 10 redstone 1 - @thekid

7.8.0: Ultra-slim runner

24 Jul 21:17

Choose a tag to compare

  • Added ultra-slim XP runner xp-run. Intended for use inside Travis CI and to replace XP runners 6.X. Does not support any of the following:

    • Different execution models
    • Configuration files
    • Subcommands, neither builtin nor as plugins
    • System timezone handling
    • Binary-safe unicode argument handling
    • XP5 entry points (tools/class.php)
    • Class path or module path
    • Handling of "-v", "-e", "-w", "-d" and "-?" shortcuts
    • Composer support

    On the other side, it does not have any dependencies except /bin/sh

    Download: https://dl.bintray.com/xp-runners/generic/xp-run-master.sh
    Example: https://github.com/xp-forge/mirrors/blob/master/.travis.yml
    (@thekid)