Skip to content
Snippets Groups Projects
Commit 8f502d1f authored by Aleksandr Lyapunov's avatar Aleksandr Lyapunov Committed by Nikita Pettik
Browse files

txm: simlification: don't link stories with clean tuples

Before this patch there was a way to build history of a key when
the terminal element in list is a clean tuple, not its
story. That was a kind of optimization desigend to avoid excess
story creation.

Unfortunately that kind of otimization is possible to use only
for one-index spaces, and even in that case it doesn't work.

Let's remove optimization that doesn't work.

Part of #5628
parent 7d511a1a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment