Fantastic, thanks Joe!
-Chris
> On Jan 1, 2016, at 2:02 PM, Joseph Bell wrote:
>
> Confirmed that as of the following revs the world builds and all tests
> passing:
>
> % swift swiftrevs.swift
> swift:c264b1eda0d
> llvm:3ebdbb2c7e5
> clang:f66c5bb67b9
> lldb:37fa5a942ff
> cmark:5af77f3c1d7
>
Confirmed that as of the following revs the world builds and all tests
passing:
% swift swiftrevs.swift
swift:c264b1eda0d
llvm:3ebdbb2c7e5
clang:f66c5bb67b9
lldb:37fa5a942ff
cmark:5af77f3c1d7
llbuild:7fba6e6213e
swiftpm:ea137609d80
swift-corelibs-xctest:75d601cd8ca
swift-corelibs-foundation:576e6d
Thanks! Hopefully ad4d065 will finish it off,
-Chris
> On Jan 1, 2016, at 11:33 AM, Joseph Bell wrote:
>
> Chris:
>
> One error down, a few more:
> /lldb/source/Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.cpp:155:47:
> error: member reference type 'llvm::MutableArrayRef'
>
Chris:
One error down, a few more:
/lldb/source/Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.cpp:155:47:
error: member reference type 'llvm::MutableArrayRef' is not a pointer; maybe you meant to use '.'?
auto *lhs_param = lhs_patterns->get(idx);
My fault, I think that ea61c8a should fix it, but I haven’t tested it. Can you
please let me know if there is still a problem?
Thanks!
-Chris
> On Jan 1, 2016, at 10:46 AM, Joseph Bell via swift-dev
> wrote:
>
> I've confirmed that the lldb failure is with a pristine build environment as
>
I've confirmed that the lldb failure is with a pristine build environment
as well:
lldb/source/Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.cpp:146:79:
error: no member named 'getBodyParamPatterns' in 'swift::FuncDecl'
llvm::MutableArrayRef lhs_patterns =
lhs_func_decl->ge
Good morning and Happy New Year.
All repos updated with ./swift/utils/update-checkout --all as of 10AM
Central, and getting a compile failure on:
lldb/source/Plugins/ExpressionParser/Swift/SwiftPersistentExpressionState.cpp:146:79:
error: no member named 'getBodyParamPatterns' in 'swift::FuncDecl