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

bug: no check for foundry.toml results in 'call stack size exceeded' #5

Open
sambacha opened this issue Dec 23, 2022 · 3 comments
Open
Assignees

Comments

@sambacha
Copy link

without a foundry.toml in root the follow error is outputed:

RangeError: Maximum call stack size exceeded
    at Object.existsSync (node:fs:300:20)

yes I know it says in the README you need one, but it should check b4 cont. processes

$ jig make contracts/Wallet.sol
jig make <pattern> [options]

generate a jig for solidity contract

Positionals:
  pattern                                                    [string] [required]

Options:
      --version  Show version number                                   [boolean]
  -h, --help     Show help                                             [boolean]

RangeError: Maximum call stack size exceeded
    at Object.existsSync (node:fs:300:20)
    at findNearest (/Users/sbacha/.nvm/versions/node/v18.12.1/lib/node_modules/@forge-jig/cli/node_modules/@forge-jig/foundry/dist/src/findNearest.js:48:12)
@Bind
Copy link
Owner

Bind commented Dec 23, 2022

Fair point! Will do. I'm curious are you using this for a side-project or at manifold?

@Bind Bind self-assigned this Dec 23, 2022
@sambacha
Copy link
Author

Fair point! Will do. I'm curious are you using this for a side-project or at manifold?

We are evaluating it, why? You interested in doing some paid work?

@Bind
Copy link
Owner

Bind commented Dec 29, 2022

We are evaluating it, why? You interested in doing some paid work?

Awesome to hear! Don't think paid work is in the cards right now, most weeks I'm very focused on Stelo but going to do a some refactoring while on break. If you bump into any more rough edges, please do let me know!

Repository owner deleted a comment from tobarbaro Feb 10, 2024
Repository owner deleted a comment from jccalbuquerque Feb 14, 2024
Repository owner deleted a comment from jccalbuquerque Feb 14, 2024
Repository owner deleted a comment from BhavyClover Feb 22, 2024
Repository owner deleted a comment Mar 1, 2024
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

No branches or pull requests

3 participants
@Bind @sambacha and others