swift-ci
(Swift CI)
1
Report
[FAILURE] oss-lldb-osx [#5479]
Build URL:
https://ci.swift.org/job/oss-lldb-osx/5479/
Project:
oss-lldb-osx
Date of build:
Fri, 31 May 2019 15:22:12 -0500
Build duration:
14 min
Changes
-
Commit e97955e7c75dd9993f06e63d885bf1e44f4451df by pyaskevich:
[Diagnostics] Add a new diagnostic for missing generic arguments
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
Commit 29e79c66e123446ddc770893884e09b3561a1f4e by pyaskevich:
[ConstraintLocator] NFC: Add a helper to return generic parameter if
-
edit: lib/Sema/ConstraintLocator.cpp
-
edit: lib/Sema/ConstraintLocator.h
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 37373587cb4c1187d34460c5b492bf3fb476ad6c by pyaskevich:
[ConstraintLocator] NFC: Add isForContextualType accessor
-
edit: lib/Sema/ConstraintLocator.cpp
-
edit: lib/Sema/ConstraintLocator.h
-
Commit 44536fe2e0da73c3ba66b7f39c310be36d6b19ea by pyaskevich:
[Diagnostics] Improve missing generic argument diagnostic notes
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSDiagnostics.h
-
Commit 636b4ceeb23b45b3135bea2983390c8ca95ce3f4 by pyaskevich:
[ConstraintSystem] Default generic parameters associated with missing
-
edit: lib/Sema/CSSimplify.cpp
-
Commit c30845fa74c1bc519d797e058e63c52030b0dd1c by pyaskevich:
[ConstraintSystem] Detect and diagnose missing generic arguments
-
edit: test/Constraints/keyword_arguments.swift
-
edit: test/expr/unary/keypath/keypath.swift
-
edit: test/Constraints/diagnostics.swift
-
edit: test/Generics/invalid.swift
-
edit: test/Constraints/generics.swift
-
edit: test/stdlib/KeyPathAppending.swift
-
edit: lib/Sema/CSFix.cpp
-
edit: test/Constraints/bridging.swift
-
edit: test/decl/nested/type_in_type.swift
-
edit: lib/Sema/CSDiagnostics.h
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: include/swift/AST/TypeRepr.h
-
edit: test/Constraints/closures.swift
-
edit: test/Constraints/incomplete_function_ref.swift
-
edit: test/Constraints/array_literal.swift
-
edit: test/Constraints/rdar46544601.swift
-
edit: lib/Sema/CSStep.cpp
-
edit: test/Sema/typo_correction.swift
-
edit: test/decl/typealias/generic.swift
-
edit: test/Constraints/tuple.swift
-
edit: lib/Sema/CSFix.h
-
edit: lib/Sema/CSSimplify.cpp
-
edit: test/expr/delayed-ident/enum.swift
-
edit: test/decl/func/operator.swift
-
Commit d0a956098b9779d927e944c957cf7e495b72f055 by pyaskevich:
[Diagnostics] Move findArgumentLocations logic from fix to diagnostic
-
edit: lib/Sema/CSFix.cpp
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/CSFix.h
-
edit: lib/Sema/CSDiagnostics.h
-
Commit 5e35c3e44550978f307090903f96c4b8cae22b65 by pyaskevich:
[Diagnostics] Replace CSDiag logic for diagnosing missing generic
-
edit: test/expr/unary/keypath/salvage-with-other-type-errors.swift
-
edit: lib/Sema/CSDiag.cpp
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: test/Sema/diag_ambiguous_overloads.swift
-
Commit da799ebe51ffa52cdc9347224589ff54eefc138e by pyaskevich:
[Diagnostics] Add a note if missing parameter is associated with generic
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Constraints/generics.swift
-
edit: lib/Sema/CSDiagnostics.cpp
-
Commit 616877af4ad8ad6178d12bf62e264d199d84731f by github:
Spelling fix.
-
edit: docs/WindowsBuild.md
-
Commit afd6d66130a4e0422000bafaf8e5a9a9a2243cbc by rishizaki:
[CodeCompletion] Fix attribute completion for var/let decl
-
edit: lib/IDE/CodeCompletion.cpp
-
Commit 878c9c600b05905cbb6aff264a4bfbe1194c1abd by rishizaki:
[CodeCompletion] Enable type completion at beginning of attribute
-
edit: include/swift/Parse/CodeCompletionCallbacks.h
-
edit: lib/Parse/ParsePattern.cpp
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/Parse/ParseDecl.cpp
-
Commit 9ba232d718aeec6667be683d4c9d8a294635d89b by rishizaki:
[CodeCompletion] Implement completion at custom attribute argument
-
edit: lib/AST/ASTWalker.cpp
-
edit: lib/Sema/TypeCheckConstraints.cpp
-
edit: lib/Parse/ParsePattern.cpp
-
add: test/IDE/complete_property_delegate_attribute.swift
-
edit: lib/Parse/ParseGeneric.cpp
-
edit: include/swift/Parse/Parser.h
-
edit: lib/Parse/ParseDecl.cpp
-
edit: test/IDE/complete_decl_attribute.swift
-
edit: include/swift/Parse/CodeCompletionCallbacks.h
-
edit: lib/IDE/CodeCompletion.cpp
-
edit: lib/IDE/ExprContextAnalysis.cpp
-
Commit 32a0b2e771e95bf1bc8a6c77db95a536c09a8603 by rishizaki:
[CodeCompletion] Exclude precedence groups from type completion
-
edit: test/IDE/complete_decl_attribute.swift
-
edit: lib/IDE/CodeCompletion.cpp
-
Commit d0659574ae35c982ff1f3382fa4649274a209de4 by rishizaki:
[CodeCompletion] Don't include symbols starting with '$_'
-
edit: lib/AST/Decl.cpp
-
add: test/IDE/complete_property_delegate.swift
-
Commit fcc35c7012b457c3164b09e6bbdc10b58031a831 by rishizaki:
[SyntaxModel] Don't mark custom attribute as attribute-builtin
-
edit: lib/IDE/SyntaxModel.cpp
-
edit: lib/AST/Decl.cpp
-
Commit 10439a0f0042f421ae6cf60f5c1b1bfcb5b1ad5d by rishizaki:
[CodeCompletion] Hide names starting with '$__' (instead of '$_')
-
Commit c14779fa59874bb020a90ef83eadd728d3de73d1 by rishizaki:
[IDE] Property delegate: Add custom attribute coloring test
-
edit: test/IDE/coloring.swift
-
Commit ada2f9ce464214aa44d1aee3a4629cfb97df22cf by mgottesman:
[pred-deadalloc-elim] Teach the pass how to eliminate dead allocations
-
edit: lib/SILOptimizer/Mandatory/PredictableMemOpt.cpp
-
edit: test/SILOptimizer/predictable_memopt_ownership.sil
-
edit: test/SILOptimizer/predictable_deadalloc_elim_ownership.sil