惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
The Cloudflare Blog
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
F
Fortinet All Blogs
J
Java Code Geeks
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog RSS Feed
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
小众软件
小众软件
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Vercel News
Vercel News
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队

Yi blog

Improving on Vi Improved - Yi Modularization - Yi Dynamic and static compilation - Yi Prototypes - Encoding Object Oriented inheritance in Haskell Incremental parsing - Yi Demo - Yi Configuration - Yi Overall Structure - Yi
Release 0.14 - Yi
2017-07-25 · via Yi blog

Posted on July 25, 2017 by Dmitry Ivanov

The 0.14 section in the CHANGELOG has only one entry:

 * yi-core now doesn't depend on dyre.
   Dynamic configuration support is now provided by yi-dynamic-configuration package.

(This is also a good moment to plug a post about why you should have a CHANGELOG file)

See the previous post on what dyre is and how it’s used in Yi.

The benefits of this change are:

  • Users of static configurations have a leaner editor.
  • Improved separation of concerns helps current developers to stay sane while helping potential developers to comprehend the codebase piece by piece

I intend to write another post about ongoing modularization of Yi and how it went from one package to a dozen in the last five years and what’s next in this direction.

There are still areas where user experience is much worse than it should be (in both static and dynamic configurations):

  • tweaking per-file indentation settings, like switching from spaces to tabs or different amount of spaces
  • tweaking GUI settings like colorscheme or (for pango frontend) font size
  • .. or in general when you’re just changing some config values like numbers, strings and colors

If you feel any of it can be an interesting task, you’re very welcome to join! Here are some relevant tickets (but don’t let these limit you):

  • #1006 Ex command for changing a colorscheme
  • #1005 Ex commands for changing indentation settings
  • #988 Support vim modelines for per-file indentation settings
  • #987 Support EditorConfig files for per-project indentation settings