关于升级期间警告的问题

我运行了一个在 Ubuntu 20.04 云服务器上的官方 Discourse 安装。它是最新的(2.9.0.beta8),目前我没有遇到任何问题。不过,我有时会在执行例行升级时看到的日志中闪过的(可能无害的)警告感到好奇。刚才出现了这个:

$ bundle install --deployment --jobs 4 --without test development
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'test development'`, and stop using this flag

我主要想知道开发团队多久会关注这些事情,并进行底层更新,以解决这些警告。目前,我并不非常担心这些。我只是希望这些事情最终能被安排改进。

谢谢大家。我喜欢这个产品。我现在在发展我的小型社区方面遇到了一些麻烦,但我预计很快也会在这方面做出一些改变。

2 个赞

不是团队的回复,但也许您会觉得这个有用:

您可以根据 GitHub 上的非功能性提交数量来判断:

我不会担心那些消息。它们通常是由于 Discourse 所依赖的某个组件发生了变化而产生的,这种情况在软件开发中非常常见。您通常没有足够的时间来修复所有“非关键”问题,并且会等到它们真正干扰正常工作时才进行处理。

您还可以注意到,团队会对每次提交运行测试,因此一旦出现问题,他们应该会检测到。

1 个赞

非常感谢,@hiddenseal

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.