bugs

在 windows 上

straight 切换固定的 repo commit 有问题,需要手动处理

  1. git checkout …
  2. straight rebuild
  3. restart emacs

straight 安装的 package 加载问题

  • 场景:直接 (1)load-path (2) require
  • 问题:出现定义函数消失问题
  • 举例:

    1. benchmark-init 包
    2. 加载 build 路径到 load-path
    3. require
    4. benchmark-init/activate, benchmark-init/show-durations-tree 等函数消失