-
Notifications
You must be signed in to change notification settings - Fork 31
Add external language support #82
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a5ead95
Add python 'language_name' for extension support
JonathanZhu11 03ec2b8
add language name to more front end parts
JonathanZhu11 4d6bfc7
more extensions work
JonathanZhu11 cc268d1
cleanup
JonathanZhu11 697a79b
Add Language Extension support for python
JonathanZhu11 1eb233a
language name to R
JonathanZhu11 e176fc1
fix tests
JonathanZhu11 3eb2dc9
test fixes
JonathanZhu11 e59bb4d
more test fixes
JonathanZhu11 ab7eb6d
fix R
JonathanZhu11 548d83b
fix helper
JonathanZhu11 7156eff
split a longer test in half to speed up?
JonathanZhu11 56f78b4
remove extra dependencies test
JonathanZhu11 ea0eb11
slow test, needs to be replaced
JonathanZhu11 428704f
reduce number of tests for speed
JonathanZhu11 c99f838
address comments and remove some places that had default language name
JonathanZhu11 034c961
update R to v1.0.0
JonathanZhu11 a564e14
revert
JonathanZhu11 569c8a5
remove default value from init
JonathanZhu11 1f3e8ac
syntax issue
JonathanZhu11 a8dcd17
fix test
JonathanZhu11 98a6aba
update requirements with wheel max version
JonathanZhu11 46de05d
typo
JonathanZhu11 6e8619a
fix wheel import and wheel max version
JonathanZhu11 bd3f60e
edit archive
JonathanZhu11 78984f2
use sysconfig
JonathanZhu11 10b6855
update zip
JonathanZhu11 044ebb8
merge
JonathanZhu11 011340d
Add links for dist
JonathanZhu11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| del /q dist\* | ||
| python.exe setup.py sdist --formats=zip | ||
| python.exe -m pip install --upgrade --upgrade-strategy only-if-needed --find-links=dist sqlmlutils | ||
| python.exe setup.py bdist_wheel | ||
| python.exe -m pip install --upgrade --upgrade-strategy only-if-needed --find-links=dist sqlmlutils |
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.