Results 112 comments of Yuyi Wang

The overridable sub `Finalize` of `Object` is actually the deconstructor, but it is invoked by GC.

@MohammadHamdyGhanem Oh I'm sorry, I've made a mistake. I would like that feature, too. At least it should be implemented for tuples.

@rskar-git Good idea! VB uses less `[]` than C-style language, and it won't lead to ambiguous.

Maybe we should allow `foo(bar1, , , bar2, , bar3)` as well?

@zspitz I haven't heard of this, but thank you!

@reduckted 4 and 5 maybe not very good. VB doesn't separate assignment `=` and equality `=`, thus `a = b = c` usually means `a = b == c` in...

不返回类型 考虑到最常用的情况为函数永远不返回的情况,并且在C/C++中有使用 `_Noreturn` 与 `[[noreturn]]` 的先例。

[Here](https://github.com/Microsoft/vcpkg/tree/master/ports) are the libraries supported by [vcpkg](https://github.com/Microsoft/vcpkg), maybe it's helpful.

今儿(指正)

x64的数据库文件:https://wingit.blob.core.windows.net/x86-64/git-for-windows.db x86的数据库文件:https://wingit.blob.core.windows.net/i686/git-for-windows-mingw32.db