forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit78d48f6
Merge master to dev15.8 (#4997)
* Fixing #4967 (#4968)* Fix internal error when compiling interface implementation lacking an overloaded method implementation - fixes #4967* Adding a test* Update E_OverloadMismatch.fs* Remove a setify + isSingleton combo (#4980)* remove a setify* Remove intermediate collection* Improve async stack traces (#4867)* very early prototype* async stack traces* async cleanup* minor fix* async cleanup* more async cleanup* integrate async-cleanup* async cleanup* fix build* more cleanup* minor fixes* minor fixes* full exception stacktraces* fix test* fix test* code review* cleanup naming* fix build* undo rethrow and integrate cleanup* apply renamings* Further cleanup in control.fs* add tests and add filtering TryWith, plus other cleanup* integrate cleanup* fix tests* test only runs on .net framework* slightly tweak primitives to be more suitable for later optimization* slightly tweak primitives to be more suitable for later optimization* update baselines* add check that no line 0 appear in stack* update baseline* use struct wrapper for async activation* simplify code* simplify code* update baselines* update baselines* fix baseline* remove dead code* simplify code* apply DebuggerHidden in a couple more places* [ RFC FS-1039] implementation of value options (#4837)* posible implementation of value options* fix surface area test* fix test* VNone --> ValueNone* fix surface area* fix build* update baselines* fix baselines* fix baselines* fix baselines* fix baselines* fix build1 parentc574e8f commit78d48f6
File tree
29 files changed
+1716
-588
lines changed- src
- absil
- fsharp
- FSharp.Core
- tests
- FSharp.Core.UnitTests
- FSharp.Core/Microsoft.FSharp.Core
- fsharpqa/Source
- CodeGen/EmittedIL/AsyncExpressionStepping
- Conformance/DeclarationElements/MemberDefinitions/OverloadingMembers
- Misc
- fsharp
- core/asyncStackTraces
29 files changed
+1716
-588
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
| 459 | + | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
0 commit comments
Comments
(0)