-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 19 Feb 2012 10:01:06 -0700 Carl Meyer <[email protected]> wrote:
> Here's a discussion linked from #3888 in which Malcolm lays out in > brief why multiline tags have been rejected: > https://groups.google.com/forum/?fromgroups#!topic/django-developers/A17TJWd3YJU Very brief I might add. He only alludes to one technical reason saying: "error trapping can occur much earlier". I'm trying to understand what is meant by this as well. I don't see how my proposed change affects error handling in anyway. What problems are caused by my change? I'm actually very interested in this as I'm likely going to be using this. I hope I'm not being too demanding by desiring a documented list of reasons why this is a bad idea. I've search the groups and not found anything significant related to this. Where was it discussed an are there logs? (was it on irc?) > There is indeed precedent for wontfix decisions being reversed, but > this isn't one. The lexing bug revealed in #3888 that caused > multiline {# #} to sorta kinda work in a broken way had its own > ticket opened (#4164) and was fixed. In any recent Django, including > 1.3.1 and 1.4 beta, multiline {# #} does not work at all. Thanks Carl for pointing that out; I hadn't read that issue close enough. And, you're correct I am seeing that multiline {# #} are not working in 1.3.1. Personally, I would like to be able to see a tag all at once (that is without scrolling), even though I might have to scroll to get to the start of it. I believe this improves readability of the template. My specific use case is with include tags with long template paths and added context variables. Is there a way we can move forward on this? Glenn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJPQaqyAAoJEEPj94mUXoYs61oH/iGuxhABRXF9LT0qK1Kd+FHC GH7LXijmGEsCo5KUZWmNCir3kKsi9yMJXgqt6oh7+TLj0MIpsD2PM1o9WgJwwxOz Kbd2DYrq5jvhSPyufVaJbjgTtgLap+PtcdS5k5hJRq/gMDPbQzM8PKxbM3/Mzulo prj5goCbVX+3NMVW7KrhnMcL3xQq8tB7cCY3azuOYCpAam8/SwFqzlx9sKdxtjbo lGgaYPK8oi5TslQjEOvtffFXYv5yCuAAZmfFHjByr5eWYTcDJYQP7I/soQqKpkAS fcUt74MpIODnKiiFAMroGdRfjXa7QhlxTaD6SB6kz1u7UDcM9WGFuzyajOnlzFo= =X2ww -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
