XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.

Results 197 XSharpPublic issues
Sort by recently updated
recently updated
newest added

While the syntax of the USE command is available in the existing documentation, it appears that, based on the version history description in the documentation (Ver 2.20.03: Fixed problem with...

enhancement
documentation

When trying to export (in any format) a .rpt file with its main dbf containing no records, the following error message is displayed: ![rp2error](https://user-images.githubusercontent.com/14542129/74852371-25306980-5345-11ea-9690-ab26d2950745.png)

bug
ReportPro 2

See https://www.xsharp.eu/forum/topic?p=30446#p30446

bug
Runtime
FoxPro

https://www.xsharp.eu/forum/topic?p=30408#p30408 Following should probably apply only to the VO dialect, and let other dialects handle this differently. In VO, when there's a name ambiguity, the compiler resolves identifiers used inside...

bug
Compiler

Hello, we are in the final stages of converting our programming from VO to X#. During the tests of the daily work steps by my colleagues, a very important point...

enhancement
VS VO binary editor

**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...

bug
Compiler

**Describe the bug** The compiler throws an error due to assignment of a "readonly" field in the context of a method of the same class. **To Reproduce** ``` procedure main()...

bug
Compiler

**Describe the bug** There are problems with UDC starting with a '@' **To Reproduce** ``` #xtranslate @enum { [()] [,[()]] }; => ; exported:;; class var readonly; [;class var readonly];;...

bug
Preprocessor

Create a "Visual FoxPro" project. Open a source file Add line with an Old Style Assignment, like x = 10 Build, everything is ok Now, view the Project properties. In...

bug
vs projectsystem

See https://www.xsharp.eu/forum/topic/4152?p=30195#p30195

enhancement
Runtime