Wish about dependent buffer objects.
This commit is contained in:
parent
de48a05ae1
commit
7a6f7d6eee
|
@ -72,6 +72,14 @@ Core Language / Builtins
|
|||
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=115555&group_id=5470
|
||||
|
||||
- The buffer interface could be smarter when a buffer object is
|
||||
created that depends on another buffer object -- if the
|
||||
original buffer object has no base, the depending object will
|
||||
have no base either. It could be argued that the depending
|
||||
object should have the original object as a base. Or not.
|
||||
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
|
||||
|
||||
Standard Library
|
||||
|
||||
- The test suite is incomplete (and probably always will be).
|
||||
|
|
Loading…
Reference in New Issue