Open
Conversation
Open
ddfisher
reviewed
Jul 30, 2018
Owner
ddfisher
left a comment
There was a problem hiding this comment.
Thanks for the PR! Looks great.
Author
|
Unfortunately it is not backwards compatible due to change in
TemplateHaskell.
I also added one more change down the line to make sure it correctly
executes example code on Mac OS X.
…On Mon, Jul 30, 2018 at 11:52 PM David Fisher ***@***.***> wrote:
***@***.**** commented on this pull request.
Thanks for the PR! Looks great.
------------------------------
In HaPy-haskell/Foreign/HaPy.hs
<#8 (comment)>:
> @@ -90,7 +90,7 @@ toForeignExp _ exp = fail "conversion failed: unknown type!"
makeFunction :: (String -> String) -> (Name -> [FType] -> ClauseQ) -> ([FType] -> TypeQ) -> Name -> DecsQ
makeFunction changeName makeClause makeType origName = do
- VarI _ t _ _ <- reify origName
+ VarI _ t _ <- reify origName
Is this change backwards-compatible? If not, we should bump the major
version number.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (review)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAp12bhq1JzK_D0I7vPwu1HrIsRD-b_pks5uL4AcgaJpZM4VmqO0>
.
|
Owner
|
Sorry for not having gotten to this so far! I should have time to to finish the review and release the new version in the next couple days. |
Author
|
Wow! Great to see that you are still interested in this.
It seems quite tempting as an approach that can last over several compiler
versions and allow multitudes of HaskelloPythonists to use common API.
--
Cheers
Michał
…On Tue, Oct 2, 2018 at 12:24 AM David Fisher ***@***.***> wrote:
Sorry for not having gotten to this so far! I should have time to to
finish the review and release the new version in the next couple days.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAp12a-BTfJWalIa__Ms-7ybmdXZ__qPks5ugpYMgaJpZM4VmqO0>
.
|
|
so close! |
|
Could use this update! |
Author
|
@ddfisher Can you please add me as maintainer? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.