-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[gyb] added feature to gyb.py to search for an process a new template… #7341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please python lint |
e91ca95
to
95033ae
Compare
linted |
@swift-ci please python lint |
I did go back and python lint it, and it looks like it's passing lint now, but it's been waiting status on the Linux and OS X platform tests since Friday, and ideas why? |
You need to manually trigger CI (see below). I think you'll also need to get commit access to trigger CI (https://swift.org/blog/swift-commit-access/) |
@swift-ci please smoke test |
1 similar comment
@swift-ci please smoke test |
I tried to build and run tests locally but my MacBook Pro kernel panics every time, I can redo it and say exactly which library if needed. Is that a known issue? is there a way to run the smoke test without building all of swift? |
I see your edit, I'll take a look, thanks! |
so CI is running and it appears to be failing at the same point it fails to build on my local machine. Every time I reach this point in the build, it hangs and I have 5 python threads spinning at 100% cpu [727/1180] cd /Users/andrewlipiecki/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/stdlib/public/SwiftRemoteMirror && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create -output /Users/andrewlipiecki/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/./lib/swift/macosx/libswiftRemoteMirror.dylib /Users/andrewlipiecki/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/lib/swift/macosx/x86_64/libswiftRemoteMirror.dylib && codesign -f -s - /Users/andrewlipiecki/build/Ninja-RelWithDebInfoAssert/swift-macosx-x86_64/./lib/swift/macosx/libswiftRemoteMirror.dylib This is running lipo and code signing...so I don't see how it could have anything to do with my change to gyb. I'm going to file a GitHub issue for this. |
I apparently don't have permission to create an issue, as I don't see the Issues tab in the swift repo |
@flyin1600 We use a separate bug tracker. bugs.swift.org |
thank you, I'll file something over there |
95033ae
to
a43d12e
Compare
… tag, when encountered in AST it is processed in line
a43d12e
to
7a4e036
Compare
can someone please kick off a smoke test? thanks! |
… tag, when encountered in AST it is processed in line
Added new tag <{TEMPLATE_FILE_NAME} for processing embedded templates in gyb templates. Created a new class to represent a template, and when they are encountered in the AST they are processed in place in a new ParseContext