Re: Bug in Edita Options/Reformat ex.err
- Posted by gbonvehi Apr 24, 2012
- 2034 views
I cannot seem to replicate it, unless of course my test program is incorrect, this is the test program:
sequence o sequence x o = {{0,0,0}, "abc", "def"} x = "{{0,0,0}, \"abc\", \"def\"}" ?1/0
The ex.err unformatted:
C:\Eu311\edita\p1.exw:5
attempt to divide by 0
Global & Local Variables
C:\Eu311\edita\p1.exw:
o = {
{0,0,0},
{97'a',98'b',99'c'},
{100'd',101'e',102'f'}
}
x = {123'{',123'{',48'0',44',',48'0',44',',48'0',125'}',44',',32' ',34'"',
97'a',98'b',99'c',34'"',44',',32' ',34'"',100'd',101'e',102'f',34'"',125'}'}
And the result formatted:
C:\Eu311\edita\p1.exw:5
attempt to divide by 0
Global & Local Variables
C:\Eu311\edita\p1.exw:
o = {
{0,0,0},
"abc",
"def"
}
x = "{{0,0,0}, "abc", "def"}"
Cheers,
Guillermo
Edit: From what I see the ex.err generated by openeuphoria is different and interpreted correctly, are you getting your ex.err from Phix?
Edit2: I tried to download Phix but the file hosting site wanted me to register so I gave up, have you thought on using other software hosting services like the ones dedicated to it tucows.com filetransit.com freewarefiles.com ?

