Closed GoogleCodeExporter closed 9 years ago
Original comment by hallg...@chalmers.se
on 20 Jan 2013 at 10:48
Came across another such problem, though not sure if related:
concrete Cnc of Abs = {
flags coding=utf8 ;
lincat C = Str ;
lin f = "abc"+Predef.error("ħello");
}
$ gf --batch Cnc.gf
- compiling /tmp/gf/Cnc.gf... gf: Internal error in Compute.ConcreteNew:
glue (VString "abc",VError "\295ello")
Original comment by johnjcam...@gmail.com
on 20 Jan 2013 at 12:15
The example in comment #2 should now produce a better error message. The
original issue still remains to be fixed.
Original comment by hallg...@chalmers.se
on 28 Jan 2013 at 4:25
This problem has now been fixed for UTF-8-encoded source files. Other encodings
(except latin-1) still suffer from this problem.
Original comment by hallg...@chalmers.se
on 28 Jan 2013 at 5:56
Confirmed, thanks!
Original comment by johnjcam...@gmail.com
on 28 Jan 2013 at 7:45
Original comment by hallg...@chalmers.se
on 28 Jan 2013 at 7:48
Original issue reported on code.google.com by
johnjcam...@gmail.com
on 20 Jan 2013 at 9:20