Mark Lambert

Results 16 issues of Mark Lambert

If (say) an array is declared before the generator binds in a property computation expression, it doesn't get cleared when shrinking after a test failure. If the declaration is moved...

bug
help wanted

Following the tutorial in a .net 4.7.2 console app with FSharp.Core 4.5, the generated code produces an exception ``` System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'Rezoom.SQL.Mapping.CodeGeneration.ReaderTemplate`1' threw an exception. Source=Rezoom.SQL.Mapping...

Following the tutorial in a .net 4.7.2 console app with FSharp.Core 4.5, the provider reports > The type provider 'Rezoom.SQL.Provider.Provider' reported an error: The type initializer for '.$Rezoom.SQL.Compiler.Config' threw an...

### Description When a view update reorders a WebView control, sometimes the text set in its source.Html never appears ### Steps to Reproduce See the [diff vs the standard counter...

s/unverified

If types are inferred from a CSV file with no small (scientific-format) values in the rows considered for the infer, then any cell with a scientific format entry is marked...

type-bug

… to FSharp.Control.AsyncSeq). Create version info like the previous Fake script, uses version.props file and fsproj. Run fsdocs and fix errors. This will need the NUGET_ORG_TOKEN_2022 set on the project...

The code generated by the new (12.0.1.0 compiler for F# 6) which implicitly uses op_Implicit is generating code that doesn't work the same way that calling op_Implict (or using C#'s...

Bug
Impact-High
Area-Compiler-Checking

## Describe the bug For an OpenGLControlBase-derived control, calling RequestNextFrameRendering causes the rendered scene to only be partially drawn (a subset of the draw calls, or only the left side...

bug

Here's what I've tried: ```F# #r "nuget:FsPickler" open System.IO open System.Collections.Immutable open MBrace.FsPickler let mkPickler () let writer (w : WriteState) (ns : ImmutableList(seqPickler.Read r "value") Pickler.FromPrimitives(reader, writer) let resolver...

This test compares the behaviour between the methods for `ImmutableList` and `Array` ```f# #r "nuget:FSharp.Collections.Immutable" #r "nuget:Unquote" open FSharp.Collections.Immutable open Swensen.Unquote.Assertions let xs = [ "one"; "two"; "three"; "four" ]...