gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/pegboard/1002 PEG_1002.html


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/pegboard/1002 PEG_1002.html
Date: Tue, 27 Aug 2002 13:19:42 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/27 13:19:42

Modified files:
        doc/pegboard/1002: PEG_1002.html 

Log message:
        Remove suggested change that was just a thinko; comment on Cell dim 
case.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/1002/PEG_1002.html.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/doc/pegboard/1002/PEG_1002.html
diff -c gzz/doc/pegboard/1002/PEG_1002.html:1.2 
gzz/doc/pegboard/1002/PEG_1002.html:1.3
*** gzz/doc/pegboard/1002/PEG_1002.html:1.2     Tue Aug 27 02:07:46 2002
--- gzz/doc/pegboard/1002/PEG_1002.html Tue Aug 27 13:19:42 2002
***************
*** 1,10 ****
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
! <head>
!   <title>PEG 1002</title>
!   <meta http-equiv="content-type"
!  content="text/html; charset=ISO-8859-1">
! </head>
  <body>
  <h1>PEG 1002: Some deprecations in <tt>gzz</tt></h1>
  <p><i>
--- 1,7 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN"><html><head><title>PEG 1002</title>
!   
!   <meta http-equiv="content-type" content="text/html; 
charset=ISO-8859-1"></head>
! 
  <body>
  <h1>PEG 1002: Some deprecations in <tt>gzz</tt></h1>
  <p><i>
***************
*** 24,43 ****
    <ul>
      <li>Remove all references to <tt>EvilCellTexter</tt>, including removing
        <tt>setSpan()</tt> and <tt>getSpan()</tt></li>
!     <li>Remove the specification "This field &lt;i&gt;may&lt;/i&gt; be null
! in some special cases; see SpacepartCell.", simply saying that it mustn't
! be null<br>
!     <small>(Benja:) !?! What is the point of making <tt>Cell</tt> subclassable
!            if you cannot make ids lazy? For example, we will want this with
!            cells in slices, IMO.
!     </small>
!     </li>
      <li>Disable using Cell objects as dimensions; this encourages writing
  inefficient code<br>
      <small>(Benja:) OTOH, <em>most</em> code won't need to be that efficient.
!            Only view code is that time-critical, but not e.g. bindings.
!     </small>
      </li>
      <li>Move zzclone() implementations into Space's responsibility; especially
  zzclone(Cell inSlice) is too complicated.<br>
      <small>(Benja:) Yes, that would be good.
--- 21,36 ----
    <ul>
      <li>Remove all references to <tt>EvilCellTexter</tt>, including removing
        <tt>setSpan()</tt> and <tt>getSpan()</tt></li>
!     
      <li>Disable using Cell objects as dimensions; this encourages writing
  inefficient code<br>
      <small>(Benja:) OTOH, <em>most</em> code won't need to be that efficient.
!            Only view code is that time-critical, but not e.g. bindings<br>
! (Tjl): True, but I think they will mostly confuse people and not get used
! much. They make the Cell class look much more convoluted than it is; I'd
! like to get rid of it.     </small>
      </li>
+ 
      <li>Move zzclone() implementations into Space's responsibility; especially
  zzclone(Cell inSlice) is too complicated.<br>
      <small>(Benja:) Yes, that would be good.
***************
*** 61,65 ****
  </ul>
  <blockquote><br>
  </blockquote>
! </body>
! </html>
--- 54,58 ----
  </ul>
  <blockquote><br>
  </blockquote>
! <br>
! </body></html>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]