actboy168

Results 9 issues of actboy168

Reproduce: ``` c++ fs::path file1("temp1.txt"); fs::path file2("temp2.txt"); fs::permissions(file1, fs::perms::none); fs::permissions(file2, fs::perms::owner_write); fs::copy_file(file1, file2, fs::copy_options::overwrite_existing); assert(fs::status(file2).permissions() == fs::perms::none); ```

bug

不一定做,只是做个记录,免得忘了。 - [ ] new TESH 原作者的开源代码缺了很多东西,需要逆他的编好的dll。 - [ ] 给jasshelper套个GUI 施工地点-> [sumneko/JassParser](https://github.com/sumneko/JassParser) - [ ] 自定义值做个变量版 - [ ] 局部数组做个UI来在参数处传递(?) 待定 - [ ] 重写YDHash - [ ] 函数移除对存储系统的依赖...

导致无法正确显示错误的位置

In osx/ios, `pthread_setname_np` can only set the name of the current thread. So the thread name must be set in the thread function.

现在的实现不对

enhancement

像这个文件[ninja_syntax.lua](https://github.com/actboy168/luamake/blob/master/scripts/ninja_syntax.lua),我已经设置了indent_style=space,但格式化之后缩进还是tab