内容简介:This is the last release that supports the 2019.3 platform. To receive plugin updates further, please upgrade your IDE to 2020.1.Full set of changes can be found
This is the last release that supports the 2019.3 platform. To receive plugin updates further, please upgrade your IDE to 2020.1.
New Features
- Debugger support outside of CLion:
- Do not interrupt debugging session if debugger is not loaded. Now, if your debugger is not loaded or should be updated, the corresponding dialog and debugger loading don’t interrupt debugger session and it continues after successful loading. Also, there is option to download/update debugger automatically
- Suggest user to install Native Debugging Support plugin when start debugging in IntelliJ IDEA Ultimate
-
Add
Replace with block/EOL commentintentions (by @Jezza )
-
Highlight never (
!) type as exit points (by @Kobzol )
-
Show breadcrumbs for control flow constructions like
if,match,loop, etc. You may configure editor breadcrumbs viaPreferences | Editor | General | Breadcrumbssettings (by @Stzx )
Performance Improvements
- Optimize module declaration name resolution
- Slightly speed up macro expansion
Fixes
- Add use declarations to Rust REPL commands context. It enables completion of imported names
- Fix false positive
Redundant elseerror for slice patterns
- Fix struct field name resolution. Now
Go to declarationworks for destructured fields when using type alias
- Fix inlay type hints for type placeholders. Previously, they were wrong in some complex cases
- Fix control flow analysis of paren expressions. Previously, unclosed paren expression led to
IllegalStateException, and there were false-positive move errors on paren expressions inside struct literals
- Use the proper grammar for path fragments in
macro_rules!. Now macro calls with type-like paths (i.e. paths without::token before<) likefoo!(Foo<u32>)are expanded properly (by @mrobakowski )
- Fix environment variables forCoverage runner
- Fix
clippyandrustfmtinstallation check. They can be used for linting and reformatting code
- Fix debugging when terminal emulation is enabled
Internal Improvements
- Improve release actions script
Full set of changes can be found here
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
信息论、推理与学习算法
麦凯 / 高等教育出版社 / 2006-7 / 59.00元
本书是英国剑桥大学卡文迪许实验室的著名学者David J.C.MacKay博士总结多年教学经验和科研成果,于2003年推出的一部力作。本书作者不仅透彻地论述了传统信息论的内容和最新编码算法,而且以高度的学科驾驭能力,匠心独具地在一个统一框架下讨论了贝叶斯数据建模、蒙特卡罗方法、聚类算法、神经网络等属于机器学习和推理领域的主题,从而很好地将诸多学科的技术内涵融会贯通。本书注重理论与实际的结合,内容组......一起来看看 《信息论、推理与学习算法》 这本书的介绍吧!