-
Notifications
You must be signed in to change notification settings - Fork 70
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
soroban contract bindings typescript nesting when running > once #752
Labels
bug
Something isn't working
Comments
chadoh
added a commit
to AhaLabs/stellar-cli
that referenced
this issue
Aug 9, 2023
Fixes stellar#752 Removes the `--contract-name` argument from `bindings typescript`, since this was often confused with `--output-dir` and, really, just using the file path from the end of `--output-dir` is sufficient. Adds `--overwrite`. If you specify an `--output-dir` that already exists, by default it will not be overwritten. Instead, a descriptive error will be thrown, letting you know that you can add `--overwrite` to overwrite the directory. Previously, if you specified an `--output-dir` that already existed, it would create a new directory with the same name inside this directory, which can lead to confusing bugs.
chadoh
added a commit
to AhaLabs/stellar-cli
that referenced
this issue
Aug 9, 2023
Fixes stellar#752 Removes the `--contract-name` argument from `bindings typescript`, since this was often confused with `--output-dir` and, really, just using the file path from the end of `--output-dir` is sufficient. Adds `--overwrite`. If you specify an `--output-dir` that already exists, by default it will not be overwritten. Instead, a descriptive error will be thrown, letting you know that you can add `--overwrite` to overwrite the directory. Previously, if you specified an `--output-dir` that already existed, it would create a new directory with the same name inside this directory, which can lead to confusing bugs.
tsachiherman
added a commit
that referenced
this issue
Aug 10, 2023
Fixes #752 Removes the `--contract-name` argument from `bindings typescript`, since this was often confused with `--output-dir` and, really, just using the file path from the end of `--output-dir` is sufficient. Adds `--overwrite`. If you specify an `--output-dir` that already exists, by default it will not be overwritten. Instead, a descriptive error will be thrown, letting you know that you can add `--overwrite` to overwrite the directory. Previously, if you specified an `--output-dir` that already existed, it would create a new directory with the same name inside this directory, which can lead to confusing bugs. Co-authored-by: Tsachi Herman <[email protected]>
kalepail
pushed a commit
to kalepail/soroban-tools
that referenced
this issue
Aug 10, 2023
Fixes stellar#752 Removes the `--contract-name` argument from `bindings typescript`, since this was often confused with `--output-dir` and, really, just using the file path from the end of `--output-dir` is sufficient. Adds `--overwrite`. If you specify an `--output-dir` that already exists, by default it will not be overwritten. Instead, a descriptive error will be thrown, letting you know that you can add `--overwrite` to overwrite the directory. Previously, if you specified an `--output-dir` that already existed, it would create a new directory with the same name inside this directory, which can lead to confusing bugs. Co-authored-by: Tsachi Herman <[email protected]>
willemneal
pushed a commit
to AhaLabs/stellar-cli
that referenced
this issue
Aug 10, 2023
Fixes stellar#752 Removes the `--contract-name` argument from `bindings typescript`, since this was often confused with `--output-dir` and, really, just using the file path from the end of `--output-dir` is sufficient. Adds `--overwrite`. If you specify an `--output-dir` that already exists, by default it will not be overwritten. Instead, a descriptive error will be thrown, letting you know that you can add `--overwrite` to overwrite the directory. Previously, if you specified an `--output-dir` that already existed, it would create a new directory with the same name inside this directory, which can lead to confusing bugs. Co-authored-by: Tsachi Herman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
soroban contract bindings typescript
more than 1 time the deployed package nests into the existing project.Yay
Ew
The text was updated successfully, but these errors were encountered: