Regarding the PR, online there are many tips to help you, in short:
- fork web2py
- create a new branch (called for example: 'fix_memcache_appadmin')
- apply the change we discussed
- commit the change with a clear message
- push only the new branch
- on github, click Pull request and compare web2py/master with your branch




 Paolo

2017-04-12 2:28 GMT+02:00 黄祥 <steve.van.chris...@gmail.com>:

> *whole traceback :*
>
> Traceback (most recent call last):
>   File "/Users/MacBookPro/site/web2py/gluon/restricted.py", line 227, in 
> restricted
>     exec ccode in environment
>   File "/Users/MacBookPro/site/web2py/applications/a/controllers/appadmin.py" 
> <http://127.0.0.1:8000/admin/default/edit/a/controllers/appadmin.py>, line 
> 703, in <module>
>   File "/Users/MacBookPro/site/web2py/gluon/globals.py", line 417, in <lambda>
>     self._caller = lambda f: f()
>   File "/Users/MacBookPro/site/web2py/applications/a/controllers/appadmin.py" 
> <http://127.0.0.1:8000/admin/default/edit/a/controllers/appadmin.py>, line 
> 449, in ccache
>     ram_stats = cache.ram.stats[request.application]
> KeyError: 'a'
>
>
> on above step, i created new web2py application named : a
>
> about a pr, how to do it? already create new pull but it ask about
> compare? already have git in my mac but never use it. any hints or pointer
> ref?
>
> thanks and best regards,
> stifan
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/web2py/ycOvyOBPCMQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to