File: BUGS

package info (click to toggle)
langdrill 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 568 kB
  • sloc: cpp: 1,377; makefile: 73
file content (46 lines) | stat: -rw-r--r-- 1,720 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Known bugs ( --: unsolved, -+ less important bugs, ++: solved ):

++  langdrill sigsegvs when negative values are introduced in 
    "Setup->Possible Answers" field.
    reported by YAMAGUCHI Nobuyuki <nobu@ee-si.eng.hokudai.ac.jp>
    solved on 1998/12/12

-+  sigsegvs when you select a section with no keys.

-+  the text of sense radio buttons is not correctly aligned.
    this should be solved at VDK level, not in my program, though.

++  program sigsegvs when a non-configuration file is loaded 
    instead a valid one.
	solved on 1999/01/26

++  program sigsegvs after pressing Start if a bad config file 
    was founded.
	solved on 1999/01/26

++  reload seems not to update the keys !?! Why ?
    on 1999/01/07 the problem seems to be solved.
    didn't do anything special for this.
    maybe it was no bug at all.

++  at reload the sense radio buttons are not correct set.
    solved on 1999/01/04

++  the new gtk+ require a fontset now.
	solved on 1999/01/04

-+  because of using now a font set, the fonts can no more be changed
    at run time.

-+  problems with clist when the clist is not visible:
    a. a warning at program ending if page "Solutions" was never
       viewed;
    b. selecting and deselecting some lessons when "Solutions" is not
       the active page and then moving to "Solutions" makes the scrolls 
       not to be updated. Making a new selection when "Solutions" is
       active, clear and reload the clist, thus solving the problem.

++  langdrill has some problems for deciding when the desired number of
    good answer was done. I have to change the algo (by using a static 
    variable and decrement it).
	hopefully solved on 1999/01/26. I will continue to test it.