Domain
Domain
I like this idea. I want to write test next to the class method like D.
@ikod According to [https://tools.ietf.org/html/rfc6265#section-5.1.3](https://tools.ietf.org/html/rfc6265#section-5.1.3) 5.1.3. Domain Matching A string domain-matches a given domain string if at least one of the following conditions hold: o The domain string and the string...
A cookie will be overwritten (or deleted) by a subsequent cookie exactly matching the name, path and domain of the original cookie. [https://tools.ietf.org/html/rfc6265#section-5.3](https://tools.ietf.org/html/rfc6265#section-5.3) 11. If the cookie store contains a...
Apple use http2 to push message, so I want this feature too.
我也遇到了这个问题,如果xlua不想改,能够告知我源码改哪里可以改成LuaAPI.lua_tonumber? > 这就是lua53的默认设定
谢谢,不过我打算改dll的xlua_tointeger的实现
又跑了一下,服务器没有重启,这次客户端用了-vD,有很多相同的报错: fallback to the local cache, @programdir\modules\private\service\remote_cache\client.lua:447: <remote_cache_client>: server unreachable! stack traceback: [C]: in function 'error' [@programdir\core\base\os.lua:872]: [@programdir\modules\private\service\remote_cache\client.lua:447]: in function '_sock_open' [@programdir\modules\private\service\remote_cache\client.lua:182]: in function 'pull' [@programdir\modules\private\cache\build_cache.lua:158]: 服务器完全没有任何反应,没有输出,而且CPU占用25%,没有cl进程,像是死循环一样
而且虽然提示了fallback,但是编译还是停掉了,和之前一样,感觉还是在等待服务器,可能是等待distcc,不是ccache
这就是当时所有日志,客户端还有一些正常的本地和distcc的日志,然后不动了,服务器没有任何反应,卡住了。 我试了在服务器用profile运行: C:\>set XMAKE_PROFILE=stuck C:\>xmake service -vD 然后直接卡住了,CPU>30%,屏幕没有任何输出,按Ctrl+c,弹出vsjitdebugger调试窗口,没有符号表,当然看不到什么东西,屏幕还是没有任何输出。去掉这个环境变量就可以正常启动
> 这是规避lua的语法就没法区分obj.X和obj["X"]的问题的修改。 > 一个对象有个Print方法(字段也是类似),那obj.Print是要返回obj的Print方法,还是用字符串"Print"去索引呢? 我知道,但是我只需要它作为一个容器用,这样很方便,所以要求加属性,表示你自己知道会有什么后果