ijklam
ijklam
This is ready for both the `fsc` and `fsi`, but may not work properly with the `#line` directive. The `#line` directive processing needs `LineMaps` of #18049 to be available.
Hi there, I've make some efforts to make it get the source code from the `LexBuffer` and pass it to the `cenv`. Now it won't read files twice, and some...
Turn this into draft until we make it compatible with the `#line`s.
@T-Gro Hi there, I cannot access the Azure to see the test result. Could you please grant me the permission? The page said: > The selected user account does not...
@dotnet-policy-service agree
> @Tangent-90 - > Hey, I was wondering why would an internal abstract member not be allowed on a public type? After all the assembly where it is defined, as...
error when running `Plain_Build_MacOS/Regular rebuild of FSharp.Compiler.Service.sln` > > Unhandled exception. System.BadImageFormatException: Bad IL format. The format of the file '/Users/runner/work/1/s/artifacts/bin/fsyacc/Debug/net9.0/osx-x64/fsyacc.dll' is invalid. /var/folders/t5/14gs56bj7djcylkj26c908n40000gn/T/MSBuildTemprunner/tmpb55944d209f44f83b58b156af720d99b.exec.cmd: line 2: 4313 Abort trap: 6...
I think I need some help to solve these questions.
>1,这个看上去通用的选项,却只对其中一个布局影响了,不是太合理 先搞定一个比较好 > 2,这样调整了之后,原来的一些布局参数就更难理解在不同情况下的作用了。比如align_type(手机敲的希望没记错),hilite_spacing, candidate_spacing在不同布局下再加上这个on top的参数的作用会变得相当不一致,非常难解析清楚,要再考虑调整下。 确实 > 3,如果是要实现布局的更灵活的配置,其实我早前有个脑洞上先算完全部候选的三个部件的size,如果某些指定路径下有脚本的话就export到lua(或其他)中,用户自行定义方式计算返回rects等。 这个好。直接改 C++ 然后编译安装重启这一套流程太麻烦了,还好有虚拟机。
This seems to be allowed with operators defined in types. ``` type A() = static member (+) (a, b: string) = a static member (+) (a, b: int) = a...