fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
806 stars 288 forks source link

Add support for plain control types #1487

Closed kant2002 closed 11 months ago

kant2002 commented 11 months ago

Closes: #1193

cartermp commented 11 months ago

Failed a formatting check: Some files need formatting, rundotnet fake build -t Formatto format them

kant2002 commented 11 months ago

If you have an idea how I can make non-breaking change I’m willing to make change. I only learning F# so maybe I do not see some obvious change.

Also second selfish question. What are usual release cadence for this lib? Or maybe if nightly available from main branch somewhere?

cartermp commented 11 months ago

Yeah, I don't know of a way to make this non-breaking, so it's fine. I doubt most people rely on this type and pattern match on it.

Release schedule is whenever I cut a release, heh. I'll probably do that soon once this lands, assuming CI gets green.

kant2002 commented 11 months ago

I think I done with formatting.

Release schedule is whenever I cut a release, heh. I'll probably do that soon once this lands, assuming CI gets green

I like this spirit. Now I can take a look, and shop for fun up for grabs.

kant2002 commented 11 months ago

Let me wrestle with Fake. 😢

kant2002 commented 11 months ago

Most of issues which I have is that I being unable to make Fake run. So I really should either fix Fake somehow or beg for babysitting me by somebody.

kant2002 commented 10 months ago

@cartermp can I have some fresh and tasty release please ? )

cartermp commented 10 months ago

Done!

cartermp commented 10 months ago

https://github.com/fsprojects/FSharp.Data/releases/tag/6.3.0

kant2002 commented 10 months ago

Thank you!!!!