Opened 8 years ago
Last modified 5 years ago
#3259 new defect
r.mapcalc graphical versio does not work with eval
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8.3 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | r.mapcalc | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
When using r.mapcalc wxgui version, it is not possible to utilize eval functionality. A valid mapcalc expression working from cli and failing from gui:
eval(a=1) out=a
The reason is actual mapcalc expression executed:
r.mapcalc --overwrite expression=out = eval(a=1) out=a syntax error Parse error ERROR: parse error
Change History (9)
comment:1 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:2 by , 7 years ago
Milestone: | 7.2.2 → 7.2.3 |
---|
comment:4 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:5 by , 5 years ago
Milestone: | 7.2.4 → 7.8.1 |
---|
Ahh. The fun of hitting a bug and then realising that I have reported it already some years a go. Bumping up milestone as it seems that no work on this is going on anyway.
comment:6 by , 5 years ago
I don't think the problem is eval, I was able to run eval in r.mapcalc gui. What causes the problem I think are the new lines in your example.
comment:9 by , 5 years ago
Milestone: | → 7.8.3 |
---|
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed