I like the strong X# compiler

This forum is meant for anything you would like to share with other visitors
Post Reply
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

I like the strong X# compiler

Post by wriedmann »

Hi,

this error/warning saved me time again:

Code: Select all

warning XS1717: Assignment made to same variable; did you mean to assign something else?
Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

I like the strong X# compiler

Post by Chris »

Hi Wolfgang,

Yeah, it keeps saving also me all the time! This is probably one of the simplest compiler warnings, but not only it has shown many bugs in my old code, but every few days it is pointing me out such typos I make also in new code..So simple yest so important...

Chris
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
User avatar
wriedmann
Posts: 3644
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

I like the strong X# compiler

Post by wriedmann »

Hi Chris,

yes, now that I have started to move my VO applications, I hope to find many old errors in them.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
Post Reply