Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #283

2017-05-12 Thread Max Moiseev via swift-dev
Oh.. I did not. It was for another PR. False alarm. This PR fixes the problem: https://github.com/apple/swift/pull/9560 > On May 12, 2017, at 5:47 PM, Luke Larson wrote: > > Where did you run the compatibility suite on the pull request? > > Luke > >> On May 12, 2017, at 5:46 PM, Luke Larson

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #283

2017-05-12 Thread Max Moiseev via swift-dev
Missing String.init?(_:String) in an expression: String.init(value)! where value is of type String. Due to my changes that passed the PR compatibility testing… Luke, isn’t it the same test suite? Max > On May 12, 2017, at 5:17 PM, no-re...@swift.org wrote: > > [FAILURE] swift-master-source-co

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #3607

2017-05-12 Thread Max Moiseev via swift-dev
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/foundation-linux-x86_64/TestFoundation/TestFoundation: symbol lookup error: /home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-16_10/buildbot_incremental/foundation-linux-x86_64

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (master) #2667

2017-05-09 Thread Max Moiseev via swift-dev
Caused by this change: https://github.com/apple/swift-clang/commit/99730af5fb3c765e39cbc85123a2374269daf163 > On May 9, 2017, at 3:09 PM, Mishal Shah wrote: > > Hi, > > This failed due to > /home/buildnod

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - OS X (master) #9943

2017-05-05 Thread Max Moiseev via swift-dev
Graydon already marked it as skipped, I’m working on a fix. > On May 5, 2017, at 11:38 AM, Mishal Shah wrote: > > +Max > > Hi Max, > > Can you please look at this failure? > > Thanks, > Mishal Shah >> On May 5, 2017, at 11:33 AM, no-re...@swift.org >> wrote:

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Max Moiseev via swift-dev
> On Mar 29, 2017, at 11:06 AM, Pavol Vaskovic wrote: > > Thanks Max! That was very enlightening. One more question… > > On 29 Mar 2017, at 19:57, Max Moiseev > wrote: > >> [...] >> cd swift >> git checkout master >> utils/update-checkout --scheme=master >> git check

Re: [swift-dev] How to create my first pull request

2017-03-29 Thread Max Moiseev via swift-dev
Hi Pavol, update-checkout, as far as I know, is only there to help you work with *all* the Swift repositories at the same time. This way you won’t have to separately go to every folder and invoke `git pull origin master`. The config file for update-checkout simply lists the ‘schemes’ which are

Re: [swift-dev] How to create my first pull request

2017-03-27 Thread Max Moiseev via swift-dev
This tutorial looks very detailed and should answer most of your questions: https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github If you’re not very comfortable with, or d

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.10 (master) #2022

2017-02-20 Thread Max Moiseev via swift-dev
Nope. And there is nothing really suspicious in the list of changes… I cleaned the workspace to see if it gets reproduced after a clean build. Max > On Feb 20, 2017, at 1:27 PM, Jordan Rose wrote: > > Maybe something changed in the standard library's handling of floats? Max? > >> On Feb 20, 2

Re: [swift-dev] [Swift CI] Build Still Failing: 1. OSS - Swift (Tools Opt+Assert, Stdlib Opt+DebInfo+Assert, Resilience) - macOS (master) #89

2017-01-24 Thread Max Moiseev via swift-dev
Fails to compile integers. Looking into it. > On Jan 24, 2017, at 2:13 PM, no-re...@swift.org wrote: > > New issue found! > > [FAILURE] oss-swift_tools-RA_stdlib-RDA_test-macos-resilience [#89] > > Build URL: > https://ci.swift.org/job/oss-swift_tools-RA_stdlib-RDA_test-macos-resilience/8

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (swift 3.0) #106

2016-08-17 Thread Max Moiseev via swift-dev
Unfortunate but expected. Need this change in the SwiftPM in order to test the https://github.com/apple/swift/pull/4361. > On Aug 17, 2016, at 4:22 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-3.0-incremental-RA-linux-ubuntu-15_10 [#106] > > Build URL: > https://ci.swift.org/job/os

Re: [swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-21 Thread Max Moiseev via swift-dev
Hi Tom, > With docker compose, the following commands: > >> docker build -t swift-dev-image . >> docker create -it --name development -v >> /my/absolute/path/to/swift:/container/mount-point swift-dev-image >> docker start -ai development > > Become: > >> docker-compose up Fair enough (for som

Re: [swift-dev] Dockerized Swift, Build Times and Other Notes Regarding CI

2015-12-18 Thread Max Moiseev via swift-dev
I personally think it would be of great help to newcomers to have a containerized development environment to quickly start experimenting. Non-newcomers would also benefit from it by being able to test their changes on different versions of Linux, for example. I would prepare a set of scripts an