Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个使用 ring 和 liberator 从数据库提供服务的项目。出于某种原因,编译器似乎正在调用我的一个函数并缓存结果,导致输出到 http 的值在服务器重新启动之前永远不会改变。这是我的代码的要点:https ://gist.github.com/sakekasi/9337146 。关于什么可能导致这样的事情的任何想法?
确保资源定义的值是函数。从带有异常的堆栈跟踪中,您可以得出该函数get-latest-link在编译/评估时运行的结论。
get-latest-link