From 6348a8e713f7ef3ff4979d0d9f9fe3fff3e1c025 Mon Sep 17 00:00:00 2001 From: Robert van der Hulst Date: Thu, 3 Aug 2023 11:54:20 +0200 Subject: [PATCH] [Doc] Changes --- XSharp/docs/Topics/VersionHistory.xml | 8 +++++--- XSharp/docs/XSHelp.hmxp | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/XSharp/docs/Topics/VersionHistory.xml b/XSharp/docs/Topics/VersionHistory.xml index 64c29e0ac0..08adec3dc4 100644 --- a/XSharp/docs/Topics/VersionHistory.xml +++ b/XSharp/docs/Topics/VersionHistory.xml @@ -1,6 +1,6 @@  - + Version History /shared @@ -14,7 +14,7 @@ Version History Note: When an item has a matching GitHub ticket then the ticket number is behind the item in parentheses prefixed with #. You can find these tickets by going to:
https://github.com/X-Sharp/XSharpPublic/issues/nnn where nnn is the ticket number.
If you find an issue in X# we recommend that you report it on GitHub. You will be notified of the progress on the work on your issue.
- Changes in 2.17.0.2 + Changes in 2.17.0.3 Compiler Bug fixes @@ -26,10 +26,11 @@
  • Fixed problem with the debugger erratically stepping to incorrect lines (#1254, #1264)
  • Fixed problem with showing the wrong error line number in some cases with nested statements (#1268)
  • Fixed problem where a DO CASE statement without CASE lines was producing an internal error in the compiler (#1281)
  • -
  • Fixed a couple  preprocessor issues (#1284, #1289)
  • +
  • Fixed a couple preprocessor issues (#1284, #1289)
  • Fixed missing compiler error on calling with SUPER a method that does not exist, when late binding is enabled (#1285)
  • Fixed a Failed to emit Module error with CONST class field missing value assignment (#1293)
  • Fixed a problem with repeated match markers (such as in the SET INDEX TO command) in the preprocessor.
  • +
  • Fixed a problem that an property definition with an explicit interface prefix could lead to a compiler crash when the interface was "unknown" at compile time and/or the property name was not "Item" (#1306)
  • New features @@ -93,6 +94,7 @@
  • When a project was opened where the dependency between a dependent item (like a .resx file or a .designer.prg file) and its parent was missing, then an exception could occur, which prevented the project from opening. This has been fixed.
  • +
  • When 2 compiler errors occurred on the same line with the same error code they were sometimes shown in the VS output window but not in the Error List. This has been fixed (#1308)
  • VOXporter New Features diff --git a/XSharp/docs/XSHelp.hmxp b/XSharp/docs/XSHelp.hmxp index e6002cfa03..b7209a0f77 100644 --- a/XSharp/docs/XSHelp.hmxp +++ b/XSharp/docs/XSHelp.hmxp @@ -705,7 +705,7 @@ $(HMSYS)Templates\Word\Word-Template-Simple-A4.docx - Cahors (2.17.0.1) + Cahors (2.17.0.3) XSharp