Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread fredvs
> What a glaring omission, no? Yes. Also I am not totally convinced by the arguments to defend the choice of 0 as initialization of a enum var. Imho, it would be much more logic to initialize with the first item and I do not see what could be the problems. Here the answer in fpc mailing-list

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread Fred van Stappen
>> we_2: 2 we_5: 5 we_next: 6 we_more: 7 we_decade: 20 ^ ^ ^ ^ > Not quite, it does not produce the spaces marked above... Wow, there you impressed me a lot. Good eyes, indeed, to make it more visible, I did add spaces after pasting from the terminal. Fre;D

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
> If you are COMPLETELY SURE that NOT A SINGLE FILE of them all is a binary No, I am not completely sure. It is the reason why, before to apply the patch, I did copy the directories containing binaries and git files in safe place. (Imho, only images and git files are concerned). Then apply the

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread Sieghard
Hello fredvs, you wrote on Fri, 13 Mar 2020 17:19:37 -0700 (MST): > With your code I get this: > > $ /home/fred/weird/weirdtest > > low: we_2, value: 2; high: we_decade, value: 20 > 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 > we_2: 2Runtime error 107 at $00401293 >

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread Sieghard
Hello fredvs, you wrote on Sun, 15 Mar 2020 13:45:54 -0700 (MST): > > OK, done in 2 last commits. > > I hope I did not a disaster. Hope you always can... > I did use that command (after done a copy of .git and images files): > > $ find . -type f -name '*.*' -exec sed --in-place

Re: [MSEide-MSEgui-talk] About Warnings with mseide + fpc 3.0.4 / 3.2.0

2020-03-15 Thread fredvs
> To resume, a enum variable is initialized with the first item of the enum. Fake news, this is true: To resume, a enum variable is initialized with 0. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
> OK, done in 2 last commits. > I hope I did not a disaster. I did use that command (after done a copy of .git and images files): $ find . -type f -name '*.*' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ After that command, I did paste the original copied .git and images files. Fre;D

Re: [MSEide-MSEgui-talk] Space and empty lines removed in commits.

2020-03-15 Thread fredvs
OK, done in 2 last commits. I hope I did not a disaster. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net