Results 34 issues of FrankHB

Tested in msys2 with packages mingw-w64-x86_64-qt5, mingw-w64-x86_64-pkg-config mingw-w64-x86_64-zlib, etc.

Fixed library names in #pragma directives.

The test named 'proper tail calls (tail call optimisation)' in https://github.com/kangax/compat-table/blob/gh-pages/data-es6.js#L20 is actually a bug because it is technically incorrect and misleading. First, derived from [issue 819](https://github.com/kangax/compat-table/issues/819), **PTC (proper tail...

It seems that there is lacking a normative reference of overall optimizations, and by which criteria an issue related to the optimization can be closed. For example, #114 needs to...

status:pending
category:optimization

It seems that this project can be configured and built with a Visual Studio shell running a POSIX compatible shell: - Enter the VS shell. - Enter the compatible shell....

> Nowadays in the 21st century, `Helang`,`Jvav` and `C--` have become the three irreplaceable programming languages. It is somewhat curious that how these languages are placed together. Please clarify whether...

Since https://github.com/kifuan/helang/pull/267 is rejected, the `git clone` commands still just do not work without your SSH key. Is that expected?

It seems that the copyright information of README.md is occasionally missing. (The current section "Copyright" section should better be renamed to reflect the contents, e.g. "Contacts".) There is no LICENSE...

先加一个列表。部分内容待合并。 - [ ] 体例 - [ ] 内容结构 - [ ] 优化内容划分 - [ ] 新建页面? - [ ] 如何链接[现有页面](https://github.com/FrankHB/pl-docs/blob/master/zh-CN/string-and-string-length.md)? - [ ] 进度计划 - [x] 感兴趣的优先重点?(iAsiby:[先讲一讲基本概念](https://github.com/FrankHB/pl-docs/issues/6#issuecomment-491193399)。) - [...

feature

> A `unique_ptr` is no longer a node—it’s a unique_ptr masquerading as a `node`. It’s preferable to retain the type of `node*`, and retain the properties of `node*`-ness that go...