Mackram wrote:
> The code does have effect since it stops any previous loaded js from > loading again. Also my testing showed that page deps are being sent in > the ajax request. I know what you're trying to do here, but I doubt that *PAGE-DEPENDENCIES* has any effect. Maybe this helps sort it out: This variable is bound in handle-client-request and used in render-widget. But we only modify it in this place when we're not in an AJAX request. So how could it be anything else than NIL when an AJAX request is happening? > On a different note I did not merge with dev. I tried to do the merge > but when I did I ended up with 78 errors in the test suite so I am not > sure if I am doing something wrong or what can you help since the > errors had nothing to do with the javascript changes (about 20 were > navigation related) It must be some changeset of yours since the current -dev test cleanly apart from one case which involves those pesky versioning bits. :) Try loading TRIVIAL-SHELL before you load the test suite, it will point out the differences between expected and actual test results. Bisecting your changesets is another effective option. Leslie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
