summaryrefslogtreecommitdiff
path: root/spec/08-pattern-matching.md
diff options
context:
space:
mode:
authorRex Kerr <ichoran@gmail.com>2015-03-30 23:34:02 -0700
committerRex Kerr <ichoran@gmail.com>2015-03-31 13:32:16 -0700
commit302562f86e418630b476852b9ba235e85f98bacb (patch)
tree9134c04ea603f72623dbe29f3e63b505e25935d0 /spec/08-pattern-matching.md
parent955eb2170e1291500813e6bec76a9f0e1e3bad50 (diff)
downloadscala-302562f86e418630b476852b9ba235e85f98bacb.tar.gz
scala-302562f86e418630b476852b9ba235e85f98bacb.tar.bz2
scala-302562f86e418630b476852b9ba235e85f98bacb.zip
SI-9254 UnrolledBuffer appends in wrong position
Fixed two bugs in insertion (insertAll of Unrolled): 1. Incorrect recursion leading to an inability to insert past the first chunk 2. Incorect repositioning of `lastptr` leading to strange `append` behavior after early insertion Added tests checking that both of these things now work. Also added a comment that "waterlineDelim" is misnamed. But we can't fix it now--it's part of the public API. (Shouldn't be, but it is.)
Diffstat (limited to 'spec/08-pattern-matching.md')
0 files changed, 0 insertions, 0 deletions