logo separator

[mkgmap-dev] patch to improve style throughput

From Steve Ratcliffe steve at parabola.me.uk on Tue May 1 22:49:01 BST 2018

Hi Gerd,

> @Steve: Please let me know if you can think of a case that might not work.

It looks good, I couldn't find anything that didn't work.

It may not be possible or worth doing this, but if a rule can resolve,
then its actions can be ignored unless continue with_actions/propagate 
is set.

So in the following, rules 2 and 4 can never match with a=1.

0: a=* {set b='${something}'}
1: b=2 {set c=2} [0x1]
2: c=* {set a=2}
3: c=1 {set d=2}
4: c=2 {set d=1}
5: d=1 [0x10401 resolution 24]
6: d=2 [0x10402 resolution 24]
7: b=1 [0x2]

Steve


More information about the mkgmap-dev mailing list