Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

extract and 1.2.8.3.1

 [1/3] from: rotenca::telvia::it at: 6-Oct-2002 17:37


Extract has changed in View 1.2.8: ;1.2.3: extract [[a] b] 2 ; == [a] ;1.2.8 extract [[a] b] 2 ;== [[a]] Now by default it uses append/only instead of append. --- Ciao Romano

 [2/3] from: greggirwin:mindspring at: 7-Oct-2002 9:55


Hi Romano, << Extract has changed in View 1.2.8: Now by default it uses append/only instead of append. >> It changed between 1.2.1 and 1.2.5 for me (I don't have 1.2.3). It broke a few things for me but and I was thinking it would be better if you could specify an /only refinement for it, so you could choose how it works. I don't think I've sent that to feedback though. --Gregg

 [3/3] from: rotenca:telvia:it at: 11-Oct-2002 23:27


Hi Gregg,
> << Extract has changed in View 1.2.8: > Now by default it uses append/only instead of append. >> > > It changed between 1.2.1 and 1.2.5 for me (I don't have 1.2.3). It broke a > few things for me but and I was thinking it would be better if you could > specify an /only refinement for it, so you could choose how it works. I > don't think I've sent that to feedback though.
Feedback answer: This was a bug and is now fixed. Please change your code to reflect the fix. -- Ciao Romano