This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
55
Fork
You've already forked lix
31
Code
Issues
344
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
33da9c09c8
lix
/
tests
/
functional
/
lang
/
parse-okay-inherits.exp
2 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
group inherit by source during Expr::show for plain inherits this is really just a stylistic choice, but for inherit-from it actually fixes an exponential size increase problem during expr printing (as may happen during assertion failure reporting, on during duplicate attr detection in the parser) (cherry picked from commit ecf8b12d60ad2929f9998666cf0966475b91e291) Change-Id: Ie55f0cb01a37e766414c31f8d40f51c2c7d106b0
2024-03-08 08:52:03 +00:00
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; })
Reference in a new issue
Copy permalink