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

Some general fixes to make it more system compatable and easier to use #79

Closed
wants to merge 4 commits into from

Conversation

Mitame
Copy link
Contributor

@Mitame Mitame commented Dec 3, 2015

This pull request is to fix a couple of Issues i encountered while first trying to build swift.

The first was copying and pasting git clone lines from the readme which is fixed by 4e510ba which replaces the ssh clone lines with https ones, removing the requirement to have set up ssh keys with github.

The second was it not building when python3 was the default python environment on the system, as it is under ArchLinux. 7c972d1 replaces all the hashbangs on python files with #!/usr/bin/env python2 which is believe is correct on all systems.

The final commit, 5aa75d6, add the temporary CMake files to .gitignore so they are not accidentally committed at some point.

@lattner
Copy link
Contributor

lattner commented Dec 3, 2015

There are several unrelated changes conflated together, please split them out into separate patches. The change from python to python2 for example, should be discussed separately. Thanks for your interest though!

@lattner lattner closed this Dec 3, 2015
dabelknap pushed a commit to dabelknap/swift that referenced this pull request Aug 2, 2018
dabelknap pushed a commit to dabelknap/swift that referenced this pull request Sep 17, 2018
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
API: allow SyntaxNodes to check whether they are syntax collection
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants