On Thu, Dec 18, 2008 at 2:49 PM, DenesL <[email protected]> wrote: > > > Good - but you could extract from globals too... > > What? all this time you were making the case against globals (with > good reason).
To clarify - my argument was against "first name" from globals; > > I can not remove all the names beginning with '_' since the variable > name could be e.g. _DB I think "first name" from reverse-sorted list of references in globals would cover this (as I said earlier). > > > > NOTE: if you're trying to do completion, and if we get an (ipython) shell > > optionally running along-side the normal admin server (I _think_ this is > > possible) then the environment should / could be dynamic. > > You lost me there... Sorry - rather far-afield comment; A little while ago, I looked at how "-S" worked, how it brought up a shell. I'd commented that I thought we could bring up the server AND have an IPython instance that allowed you to run tests against the current context - I thought that would be a useful development environment... of course, this is not near the top of my list at the moment, and there are all sorts of questions around the details (I still have my notes that started me off on this). So - if _I_ make a patch that lets you run a SHELL WHILE running the server / admin / "normal" web-based development, then the environment (for completion) will potentially be even more dynamic. That's what I was referring to. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

