Subject: CVS commit: pkgsrc/lang/qore
From: Niclas Rosenvik
Date: 2018-06-08 20:38:29
Message id: 20180608183830.1845DFBEC@cvs.NetBSD.org

Log Message:
Updated lang/qore to version 0.8.13.5 .

New features in Qore:
* the sqlutil script has been updated with the –select option
  to allow dumped table rows to be filtered
* "thread list", "backtrace all" commands implemented for
  the debugger
* QUnit: overloaded the testAssertionValue() method to support
  auto/number/float and more verbose output when a difference
  in number/float values is found
* qdbg-remote supports ConnectionProvider connections
* new method: Breakpoint::getProgram()

* improved debugging support:
 - added support for a Visual Studio Code debug adapter for Qore
 - the debugger can now retrieve sources when running from a remote
   debug server
 - debugger options can now be set from command line (verbosity etc.)
 - the onAttach() event is now executed synchronously when
   the program thread context starts
 - the onDetach() event is executed properly when program thread
   contexts terminate
 - the onStep() now provides the breakpointId value if available
 - the onExit() event was added for greater control over
   code execution in the debugger
 - the onException() event was improved
 - server commands now support frameid as a parameter

Bug fixes:
 to many to list.

Files:
RevisionActionfile
1.17modifypkgsrc/lang/qore/Makefile
1.8modifypkgsrc/lang/qore/PLIST
1.11modifypkgsrc/lang/qore/distinfo