Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0aad821

Browse files
smoothdeveloperdsyme
authored andcommitted
Small fixes to FCS members' documentation (dotnet#2433)
* Documentation of textSnapshotInfo parameter now mentions that hasTextChangedSinceLastTypecheck is something made available in some members FSharpCheckFileResults.* remove parameter documentation for gone isResultObsolete parameter
1 parentd89e5a5 commit0aad821

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

‎src/fsharp/vs/service.fsi‎

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -415,12 +415,8 @@ type internal FSharpChecker =
415415
/// <param name="fileversion">An integer that can be used to indicate the version of the file. This will be returned by TryGetRecentCheckResultsForFile when looking up the file.</param>
416416
/// <param name="source">The full source for the file.</param>
417417
/// <param name="options">The options for the project or script.</param>
418-
/// <param name="isResultObsolete">
419-
/// A callback to check if a requested result is already obsolete, e.g. because of changed
420-
// source code in the editor. Type checking is abandoned when this returns 'true'.
421-
/// </param>
422418
/// <param name="textSnapshotInfo">
423-
/// An item passed back to 'hasTextChangedSinceLastTypecheck' to help determine if
419+
/// An item passed back to 'hasTextChangedSinceLastTypecheck'(from some calls made on 'FSharpCheckFileResults')to help determine if
424420
/// an approximate intellisense resolution is inaccurate because a range of text has changed. This
425421
/// can be used to marginally increase accuracy of intellisense results in some situations.
426422
/// </param>
@@ -436,7 +432,7 @@ type internal FSharpChecker =
436432
///</para>
437433
///<para>
438434
/// Return FSharpCheckFileAnswer.Aborted if a parse tree was not available or if the check
439-
//// was abandoned due toisResultObsolete returning 'true' atsome checkpoint during type checking.
435+
//// was abandoned due to some checkpoint during type checking.
440436
///</para>
441437
///</summary>
442438
///
@@ -445,12 +441,8 @@ type internal FSharpChecker =
445441
/// <param name="fileversion">An integer that can be used to indicate the version of the file. This will be returned by TryGetRecentCheckResultsForFile when looking up the file.</param>
446442
/// <param name="source">The full source for the file.</param>
447443
/// <param name="options">The options for the project or script.</param>
448-
/// <param name="isResultObsolete">
449-
/// A callback to check if a requested result is already obsolete, e.g. because of changed
450-
// source code in the editor. Type checking is abandoned when this returns 'true'.
451-
/// </param>
452444
/// <param name="textSnapshotInfo">
453-
/// An item passed back to 'hasTextChangedSinceLastTypecheck' to help determine if
445+
/// An item passed back to 'hasTextChangedSinceLastTypecheck'(from some calls made on 'FSharpCheckFileResults')to help determine if
454446
/// an approximate intellisense resolution is inaccurate because a range of text has changed. This
455447
/// can be used to marginally increase accuracy of intellisense results in some situations.
456448
/// </param>
@@ -466,20 +458,16 @@ type internal FSharpChecker =
466458
///</para>
467459
///<para>
468460
/// Return FSharpCheckFileAnswer.Aborted if a parse tree was not available or if the check
469-
//// was abandoned due toisResultObsolete returning 'true' atsome checkpoint during type checking.
461+
//// was abandoned due to some checkpoint during type checking.
470462
///</para>
471463
///</summary>
472464
///
473465
///<param name="filename">The nameofthefileintheprojectwhosesourceisbeingchecked.</param>
474466
/// <param name="fileversion">An integer that can be used to indicate the version of the file. This will be returned by TryGetRecentCheckResultsForFile when looking up the file.</param>
475467
/// <param name="source">The full source for the file.</param>
476468
/// <param name="options">The options for the project or script.</param>
477-
/// <param name="isResultObsolete">
478-
/// A callback to check if a requested result is already obsolete, e.g. because of changed
479-
// source code in the editor. Type checking is abandoned when this returns 'true'.
480-
/// </param>
481469
/// <param name="textSnapshotInfo">
482-
/// An item passed back to 'hasTextChangedSinceLastTypecheck' to help determine if
470+
/// An item passed back to 'hasTextChangedSinceLastTypecheck'(from some calls made on 'FSharpCheckFileResults')to help determine if
483471
/// an approximate intellisense resolution is inaccurate because a range of text has changed. This
484472
/// can be used to marginally increase accuracy of intellisense results in some situations.
485473
/// </param>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp