1. 4.0 issues
- Posted by mattlewis (admin) Dec 09, 2008
- 960 views
Derek started a wiki page for tracking issues dealt with for the alpha (for those who don't watch the commit logs): http://openeuphoria.org/wiki/euwiki.cgi?Version4AlphaTesting
These are the issues at the time of this post:
BugID | Revision | Description | Resolution | Resolved in |
---|---|---|---|---|
1 | 1234 | The source directory was not included in the release package | This will be fixed in the next release | N/A |
2 | 1234 | The parser would accept types arguments to routine calls. | Properly tests arguments to make sure they are values. | 1235 |
3 | 1235 | Forward referenced variables in routines weren't being tested for initialization | Added init tests | 1236 |
4 | 1244 | Error reporting for forward references would sometimes point to incorrect line and character | Fixed to show correct lines and characters | 1247 |
5 | 1249 | Replace did not work when replacement started with first element | Fixed interpreter to handle this case | 1250 |
6 | 1250 | Use of replace can cause strange crashes in some programs. | Fixed pointer errors in several built-in sequence operations. | 1251 |
7 | 1251 | Errors in some special cases of replace | Fixed interpreter logic | 1253 |
8 | 1253 | exwc does not use the full width of the console, and interprets the console buffer size as the visible size of the console | Now properly detects console dimensions. | 1254 |
Matt