Skip to content
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

self commands, including compile #10

Merged
merged 16 commits into from May 27, 2016
Merged

self commands, including compile #10

merged 16 commits into from May 27, 2016

Commits on May 26, 2016

  1. vapor -> vapor.swift

    finestructure committed May 26, 2016
    Configuration menu
    Copy the full SHA
    6b3c4da View commit details
    Browse the repository at this point in the history
  2. Added bootstrap command that will compile and install a vapor bin…

    …ary at the given path (default `$CWD`)
    finestructure committed May 26, 2016
    Configuration menu
    Copy the full SHA
    87d3b79 View commit details
    Browse the repository at this point in the history
  3. Fixed type, indent

    finestructure committed May 26, 2016
    Configuration menu
    Copy the full SHA
    a6527c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4872e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    924539b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Configuration menu
    Copy the full SHA
    236216b View commit details
    Browse the repository at this point in the history
  2. swiftc spits out this error when you try and compile something that…

    … doesn't have a ".swift" extension:
    
    ```
    ld: warning: ignoring file ./vapor-cli/vapor, file was built for unsupported file format ( 0x23 0x21 0x2F 0x75 0x73 0x72 0x2F 0x62 0x69 0x6E 0x2F 0x65 0x6E 0x76 0x20 0x73 ) which is not the architecture being linked (x86_64): ./vapor-cli/vapor
    Undefined symbols for architecture x86_64:
      "_main", referenced from:
         implicit entry/start for main executable
    ld: symbol(s) not found for architecture x86_64
    ```
    Therefore we'll need to rename the script to `vapor.swift`.
    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    2ed416f View commit details
    Browse the repository at this point in the history
  3. Support for Linux

    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    8ddd428 View commit details
    Browse the repository at this point in the history
  4. Added guard against compiling vapor, i.e. you can't run bootstrap

    … with an already `bootstrapp`ed file
    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    89dfccb View commit details
    Browse the repository at this point in the history
  5. Massaging Travis again, hello friend

    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    b726ffc View commit details
    Browse the repository at this point in the history
  6. Hello Travis my old friend....

    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    c40bd45 View commit details
    Browse the repository at this point in the history
  7. ... I've come to talk to you again ...

    Sven A. Schmidt committed May 27, 2016
    Configuration menu
    Copy the full SHA
    35d6293 View commit details
    Browse the repository at this point in the history
  8. self update command

    tanner0101 committed May 27, 2016
    Configuration menu
    Copy the full SHA
    63e4add View commit details
    Browse the repository at this point in the history
  9. typo

    tanner0101 committed May 27, 2016
    Configuration menu
    Copy the full SHA
    a5831fa View commit details
    Browse the repository at this point in the history
  10. install

    tanner0101 committed May 27, 2016
    Configuration menu
    Copy the full SHA
    29a91f6 View commit details
    Browse the repository at this point in the history
  11. fix travis

    tanner0101 committed May 27, 2016
    Configuration menu
    Copy the full SHA
    ab160b3 View commit details
    Browse the repository at this point in the history