1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Remove comments and API sketching

This commit is contained in:
Timothy Clem 2017-01-25 08:46:45 -08:00
parent 8f40cbfad1
commit 2b0363e031

View File

@ -18,42 +18,6 @@ import Term
import Patch
import Unsafe (unsafeHead)
{-
TOCSummary (Patch DiffInfo) [Identifiable (Category, Text), Annotatable]
{
"changes": [
{ FilePath: [ {SourceSpan, TermContext, TermType, ChangeType} ] }
],
"errors": [
{ FilePath: [ {SourceSpan, ErrorText } ] }
]
}
Example: https://github.com/github/github/pull/50259/files
* app/controllers/application_controller/feature_flags_dependency.rb
* enable_feature_flags (method)
* app/models/linked_account_collection.rb
* remove (method)
* app/models/repository.rb
* filtered_by (method)
* app/models/tenant/mismatch_check.rb
+ report_tenant_mismatch? (method)
+ report_tenant_mismatch (method)
* app/models/user.rb
* recently_updated_member_repos (method)
* lib/github/config.rb
+ report_tenant_mismatch_enabled? (method)
-}
data JSONSummary = JSONSummary { info :: Summarizable }
| ErrorSummary { error :: Text, errorSpan :: SourceSpan }
deriving (Generic, Eq, Show)