Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preliminary fix for refactorings from 4d2602ce #727

Closed
wants to merge 1 commit into from

Conversation

witsch
Copy link
Member

@witsch witsch commented Nov 16, 2012

with the change from __text__ to text() the code putting together the output used when debug_routematch is set was broken. it still uses .__text__. the same is true for the pviews script. however, simply changing things to use .text() breaks test_views_command_single_view_route_with_route_predicates and i'm not sure if the function used for a predicate there can be changed into a class, or if function predicates should still be supported...

with the change from `__text__` to `text()` the code putting together the output used when `debug_routematch` is set was broken.  it still uses `.__text__`.  the same is true for the `pviews` script.  however, simply changing things to use `.text()` breaks `test_views_command_single_view_route_with_route_predicates` and i'm not sure if the function used for a predicate there can be changed into a class, or if function predicates should still be supported...
@mcdonc
Copy link
Member

mcdonc commented Nov 19, 2012

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants