[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Mon Jun 19 21:53:57 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1094
--- Comment #194 from Dmitry Selyutin <ghostmansd at gmail.com> ---
Moar tweaks with in-place constructed path classes:
[0] => {('a', 1): 3.4, 2: {5, 6}}
[0][('a', 1)] => 3.4
[0][2] => {5, 6}
[0][2]{5} => 5
[0][2]{6} => 6
[1] => {3: A(a=5, b=[12, 3])}
[1][3] => A(a=5, b=[12, 3])
[1][3].a => 5
[1][3].b => [12, 3]
[1][3].b[0] => 12
[1][3].b[1] => 3
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list