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

.sentry.yml not working as intended #57

Open
mfkp opened this issue Dec 29, 2020 · 0 comments
Open

.sentry.yml not working as intended #57

mfkp opened this issue Dec 29, 2020 · 0 comments
Assignees
Labels

Comments

@mfkp
Copy link

mfkp commented Dec 29, 2020

Via the .sentry.yml.example file:

# The command used to compile the application. Setting this option to `nil` or
# an empty string will act like specifying `--no-build` on the command line.
build: crystal build ./src/sentry_cli.cr -o ./my-program-name

Setting this value to empty string or nil (and even deleting the build option from the yaml file) doesn't do anything.

I think the bug comes in around here:

https://github.com/samueleaton/sentry/blob/master/src/sentry.cr#L71

It's switching to the default value of building ./src/(shardname).cr

Maybe this is a side effect from when PR #55 was merged?

@samueleaton samueleaton self-assigned this Jan 2, 2021
@samueleaton samueleaton added the bug label Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants