This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6942a4c0c9
kakoune
/
test
/
regression
/
4859-regex-invalid-behaviour
/
rc
2 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Grow dual thread stack after pushing a thread on the next queue The previous code was assuming it was fine to push_next without growing, which used to be the case with the previous implementation because we always have poped the current thread that we try to push. However now that we use a ring-buffer, m_next_begin == m_next_end can either mean full, or empty. We solve this by assuming it means empty and never allowing the buffer to become full, which means we need to grow after pushing to next if we get full. Fixes #4859
2023-03-13 12:45:19 +01:00
reg slash '(?S)((^ {13}d.*\n)(^ {13}.*\n)*?)?^.'
Reference in New Issue
Copy Permalink
Mastodon