Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smoothdeveloper created a comment on a pull request on dotnet/fsharp
You can hijack the check of that variable: https://github.com/dotnet/fsharp/blob/2c3bdcb3b6b9038acd76ecae5f4721614e71ea23/tests/FSharp.Test.Utilities/Compiler.fs#L1121 https://github.com/dotn...
smoothdeveloper created a comment on an issue on dotnet/fsharp
> warning FS3261: Nullness warning: The types 'string' and 'string | null' do not have compatible nullability. -> > warning FS3261: The symbol `x` may be null, and accessing the `Length` member ...
smoothdeveloper opened an issue on dotnet/fsharp
F# VisualStudio 2022 text editor erases pipe of array expression closing bracket when issuing match in a for loop
When I type the following `bars` expression from scratch, at the moment I enter the `|` for the match expression, it brings back the `|]` closing bracket and makes it look like I didn't type `|`. ...smoothdeveloper created a comment on a pull request on fsprojects/Paket
https://ci.appveyor.com/project/paket/paket/builds/51128543/job/968us0x0k371xuyt/tests > #4278 Support net 9 windows platformpaket.integrationtests.dll9 sec Std OUT: \u001b[37;2mC:\projects\pa...
smoothdeveloper opened a pull request on fsprojects/Paket
add a test for #4278 and adjustments for enabling warning as errors
Giving it a try on CI, locally, for the added test, I face some MSbuild nonsense: > C:\dev\src\github\fsprojects\Paket\integrationtests\scenarios\i004278-net90-windows-fails\before\before.sln.me...smoothdeveloper pushed 1 commit to fix-4278 smoothdeveloper/Paket
- add a test for #4278 and adjustments for enabling warning as errors 1cc9faf
smoothdeveloper opened an issue on dotnet/fsharp
VS2022 F# Interactive output pane interspersing empty lines at random on large text output
I noticed the F# Interactive output pane in VS 2022 intersperses empty line randomly: ```fsharp for i in 1..10000 do printfn $"\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\t{i}\...smoothdeveloper created a comment on an issue on fsprojects/Paket
@davikor, can you confirm you are all set with latest release?
smoothdeveloper opened a pull request on fsprojects/Paket
Fix for issue #4278
There was a warning on this incomplete match expression. Will add coverage and probably other tweaks related to dotnet sdk in the solution in a separate PR. With those changes, I tried manual...smoothdeveloper created a branch on smoothdeveloper/Paket
fix-4278 - A dependency manager for .NET with support for NuGet packages and Git repositories.