Граф коммитов

35 Коммитов

Автор SHA1 Сообщение Дата
Florian Verdonck 52bfa8c199
Update docs.microsoft.com to learn.microsoft.com. (#14774)
* Update docs.microsoft.com to learn.microsoft.com.

* Correct links in FSharp.Core.

* Scrub en-us
2023-02-22 08:27:04 +00:00
Don Syme eb72891948
Fixing a few edge cases around display name (+cleanup) (#13552)
* cleanup some things around names

* more rigorously separate display names, core display names and logical names

* fix build

* Fixing build

* Update

* Fixed a test

* Fixed a test

* Fixing more tests

* Update PrettyNaming.fs

* Update

* Update

* ok

* conflict

* Added a test

* Added another test

* And another test

* Minor stuff

Co-authored-by: Peter Semkin <petersemkin@duck.com>
Co-authored-by: Petr <psfinaki@users.noreply.github.com>
2022-08-02 16:41:39 +02:00
Florian Verdonck 267d0a57f2
Fix setter first (#13435)
* Respect the order of SynBindings in SynMemberDefn.GetSetMember.

* Remove unnecessary tests.

* Add release notes entry for SynMemberDefn.GetSetMember.
2022-07-06 16:21:23 +01:00
Florian Verdonck ee45c47612
Add release notes entry for Syntax tree changes. (#13143) 2022-05-16 14:26:39 +01:00
Don Syme e063dd2a70
More cleanup (#13123)
* fix merge problem

* fix merge problem

* more cleanup

* more cleanup

* improve CheckExpressions

* format

* fix build

* remove ModuleOrNamespaceExprWithSig and put it in CheckedImplFile

* format

* cleanup the cleanup
2022-05-11 22:46:14 +01:00
Don Syme 2f8154178b
Cleanup (#12962)
* cleanup

* cleanup

* cleanup

* more cleanup

* fix build
2022-04-11 10:03:40 -07:00
Don Syme 3b15483a8c
Fix ValidateBreakpointLocation for plain expressions in modules (#12887) 2022-03-28 15:01:22 +02:00
Don Syme 3c2e8c424a
Debug revamp, make all debug points explicit (#12432)
* cleanup changes, squash

* preserve debug points in optimization

* fix baselines

* fix build

* update tests

* simplify 'when' debug points and add debug points on conditional logic

* fix tests

* unwind async changes

* unwind async changes

* revert changes to async

* remove false extra debug points from computation expressions

* fix debug points on while of computation expressions

* fix test

* fix debug points in classes

* fix debug points in classes

* fix surface area

* add back __debugPoint for 'in' for for loops in tasks and CEs

* fix ValidateBreakpointLocation for pipe and boolean logic

* update baselines

* better debug points for yield/return

* update surface area

* fix minor issues

* remove attempt at extra attribute generation

* fix failing test

* update baselines

* walkthrough tweaks

* fix baseline

* fix build

* try fix test

* try fix test

* try fix test

* minimise diff

* minimise diff

* minimise diff

* update docs
2022-02-15 17:55:13 +00:00
Kevin Ransom (msft) 31bf66b623
Update version numbers for FSharp.Core (#12047)
* update versions and tests
2021-09-02 21:05:33 +01:00
Don Syme ceb2fd0a4b
Update release-notes.md (#12024) 2021-08-24 21:44:39 +01:00
Phillip Carter 5139ba55c5
Update release-notes.md 2021-03-03 14:12:04 -08:00
Goswin 612c65d74c
update release notes 5.0.0 and 5.0.1 ( improvements to Map) (#11156)
The improvements to Map have only made it to 5.0.1 nuget package, not 5.0.0
see https://github.com/dotnet/fsharp/pull/10768#issuecomment-754677632
cc @buybackoff  @krauthaufen
2021-02-26 07:38:26 -08:00
Don Syme 6b1af129b7
FCS namespace revamp (#10971) 2021-02-04 11:00:20 +01:00
Saurav Tiwary ce81f12067
tooling: store background semantic classification information in memory mapped file (#10659) 2021-01-25 09:35:18 -08:00
Phillip Carter b9d520a29f
Update release-notes.md 2020-12-31 09:26:57 -08:00
Don Syme b23b2a0f99
Further work on FCS API (#10772)
* trim API surface area

* move Range and Pos types to FSharp.Compiler

* undo uppercae range/pos

* move Range and Pos types to FSHarp.Compiler.SourceCodeServices since they are part of the FCS API

* fix baselines

* release notes

* FIX BUILD

* fix test

* fix test

* fix test

* fix test

* fix build

* fix build

* fix build

* PrettyNaming moved to SourceCodeServices

* ISourceText moved to SourceCodeServices

* update docs

* update docs

* fix build

* fix build

* move Range, Pos to FSharp.Compiler.Text

* fix test

* fix build

Co-authored-by: Don Syme <donsyme@fastmail.com>
2020-12-23 10:50:00 -08:00
Phillip Carter a9d719d908
Update release-notes.md 2020-12-23 09:24:36 -08:00
Don Syme 5e3802c865 fix integration 2020-12-18 22:58:42 +00:00
Don Syme d9b468cacf fix release notes 2020-12-18 22:52:58 +00:00
Don Syme 7a23668936 clean up Layout and sformat 2020-12-18 22:34:45 +00:00
Don Syme 612e6fbf3d internalizations and renamings 2020-12-18 17:44:38 +00:00
Kevin Ransom (msft) 8d466b5955
remove Language-Version-History.md (#10599) 2020-12-04 11:44:11 -08:00
Kevin Ransom (msft) 68dc158427
Update release notes for fcs 38.0.1 and 39.0.0 (#10602) 2020-12-03 06:27:01 -08:00
Goswin fadb09006e
Mention performance improvement to Set and Map in Release Notes (#10425)
* Mention performance improvement to Set and Map in Release Notes

Mention performance improvement to Set and Map in Release Notes
see https://twitter.com/buybackoff/status/1326530575902011392

* Avoid superlatives

Co-authored-by: Phillip Carter <pcarter@fastmail.com>

Co-authored-by: Phillip Carter <pcarter@fastmail.com>
2020-11-11 08:39:09 -08:00
Phillip Carter b6b3195c0d
Attribute Gauthier in compiler message improvements 2020-11-10 16:01:38 -08:00
Constantin Tews 11b3f3ba96
Fix typo in release-notes.md (#10417)
`implemented` instead of `implemeneted`.
2020-11-10 07:01:30 -08:00
Phillip Carter 7d2258ab8b
Add witness info to FCS 2020-11-07 09:05:23 -08:00
Phillip Carter f550aeb833
Update links in release notes
Fixed navigation
2020-11-06 18:37:34 -08:00
Phillip Carter a6fd66ef66
Update FCS 38 release notes (#10397) 2020-11-05 19:40:39 -08:00
Phillip Carter 10bb4a7acc
Import FCS release notes and reorganize the release notes file (#10285) 2020-10-20 13:16:32 -07:00
Kevin Ransom (msft) ef0df32113
Nuget package + release notes (#10024)
* Nuget package + release notes

* feedback
2020-08-27 14:14:53 -07:00
Volker Milbrandt 108428b864 Update several links (#7055)
* https instead of http for http://github.com, http://fsharp.org, https://fsharp.github.io, https://contributor-covenant.org

* update link to git fo windows, https instead of http, mdlint warnings

* link updated

* replace http://api.github.com/ by https

* update some links to https, mdlint warnings

* update link

* PR feedback
2019-06-25 10:13:01 +01:00
Phillip Carter b28ba27c7d 15.9 relnotes (#5893)
* Add VS 15.9 release notes

* add milestone

* Add jason attribution
2018-11-13 12:26:23 -08:00
Phillip Carter 24a432f032
Update release-notes.md 2018-09-23 11:04:07 -07:00
Phillip Carter 1a7264d7ba Update changelog to release notes (#5609)
* Update changelog to release notes and latest stuff

* Add relnotes
2018-09-07 14:16:41 -07:00