HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:26:53 GMT Content-length: 1062 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1456 String iterator rewrite nwellnhof "Here is another version of my attempt to rewrite the string iterator API. It does the following: 1. Remove the members str, get_and_advance, set_and_advance and set_position from struct string_iterator_t, keeping only bytepos and charpos. 2. Switch the internal string iterator API to the following new macros: STRING_ITER_INIT(i, iter) STRING_ITER_GET(i, str, iter, offset) STRING_ITER_SKIP(i, str, iter, skip) STRING_ITER_GET_AND_ADVANCE(i, str, iter) STRING_ITER_SET_AND_ADVANCE(i, str, iter, c) STRING_ITER_SET_POSITION(i, str, iter, pos) 3. Change the string iterator PMC to actually use string iterators. 4. Rewrite Parrot_str_split to use string iterators. The patch is split in two parts. The first part makes the changes described above but keeps the old API. The second part removes the old API." patch closed normal none 2.1.0 medium fixed bDate>