-
Notifications
You must be signed in to change notification settings - Fork 2.3k
truffle publish chokes on the gathering contracts...
step for some repos
#744
Comments
This issue now has a funding of 0.2 ETH (150.09 USD @ $750.43/ETH) attached to it.
|
Work has been started on the 0.2 ETH (84.47 USD @ $422.33/ETH) funding by: Please work together and coordinate delivery of the issue scope. Gitcoin doesn't know enough about everyones skillsets / free time to say who should work on what, but we trust that the community is smart and well-intentioned enough to work together. As a general rule; if you start work first, youll be at the top of the above list ^^, and should have 'dibs' as long as you follow through. On the above list? Please leave a comment to let the funder (@skmgoldin) and the other parties involved what you're working, with respect to this issue and your plans to resolve it. If you don't leave a comment, the funder may expire your submission at their discretion.
|
@skmgoldin - hi, I was able to reproduce this, I'll take a stab at fixing it this week. |
@skmgoldin Hey, so this happens in The A second issue is that the compiler can't resolve imports correctly, so if you actually use a function from an import, it will fail when doing Submitted trufflesuite/truffle-compile#48 |
Work for 0.2 ETH (131.56 USD @ $657.81/ETH) has been submitted by: Submitters, please leave a comment to let the funder (@skmgoldin) (and the other parties involved) that you've submitted you work. If you don't leave a comment, the funder may expire your submission at their discretion.
|
Thanks @vladfr ! If you can get it merged, I will release the |
Hi @skmgoldin @vladfr is this one still WIP? I see it's in a Work Submitted status on Gitcoin, but perhaps is still pending merge? Hope you both are doing well 🙂 |
@skmgoldin: @vladfr's PR is merged; will go out with the next release. Thanks! |
Thanks!
…On Thu, Mar 22, 2018, 19:10 gnidan ***@***.***> wrote:
@skmgoldin <https://github.com/skmgoldin>: @vladfr
<https://github.com/vladfr>'s PR is merged; will go out with the next
release. Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#744 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM-h5qu17FOSACEg7UXnveOfCOjaTf2ks5tg9segaJpZM4RYnl1>
.
|
@skmgoldin This has been released in v4.1.4. Mind verifying the fix? |
Oooooooooh shit so exciting!!!! Will report back! |
It worked! https://www.ethpm.com/registry/packages/43 @vladfr I will pay you. |
The funding of 0.2 ETH (77.04 USD @ $385.18/ETH) attached to this issue has been approved & issued to @vladfr.
|
Closing, thanks all! |
Issue
truffle publish
chokes on thegathering contracts...
step for some repos. It seems like it's failing to parse contracts that it doesn't have any issues with when youtruffle compile
.Steps to Reproduce
Expected Behavior
I expect the publication to succeed. (The particular thing you're checking out to reproduce should eventually fail because there's no
secrets.json
file, but the compilation step should not be failing, and it behaves the same if you do give it a fundedsecrets.json
).Actual Results
Compilation fails. But compilation succeeds if you do
truffle compile
!Environment
The text was updated successfully, but these errors were encountered: