Custom Query (74 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 74)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#47 fixed Fix corrupted images in PDF documentation phdmakk phdmakk
#46 fixed Update build scripts to use and install Java 7 phdmakk phdmakk
Description

Java 7 has been out for a while now. Latest updates to the build server also use it by default. Update build scripts to use and install Java 7 accordingly. The documentation shall also be updated to indicate this.

#45 fixed Fix issues with multiplication operators in complex expressions phdmakk phdmakk
Description

There is something wrong with processing multiplication operators in complex expressions, e.g.:

  • a:= b * c is fine,
  • a:= b * c + d is fine, but
  • a:= (b * c) + d is problematic

Investigate and fix the issue (possibly upstream)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.