-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Non-existent sources don't fail the build #99
Comments
You don't get the following errors?
Or if I have a non-existing
|
Not on version 0.10.0, no. I've made a repo here for you so you can see what I mean: https://github.com/paullewis/repro-rules-ts-issue-99 |
Ah, so if I bump the http_archive(
name = "aspect_rules_ts",
sha256 = "966df4d5d7a6b55b645236db146086ed950c9a77c88d3fcaff68e6ab42cf2ec1",
strip_prefix = "rules_ts-main",
url = "https://github.com/aspect-build/rules_ts/archive/refs/heads/main.zip",
) Would it be possible to cut a new release then? |
I wonder when and which commit includes the fix for this. |
@paullewis we'll publish a release soon, just a couple issues we'd like to fix first. |
https://github.com/aspect-build/rules_ts/releases/tag/v0.11.0 is out, @paullewis do you mind verifying and closing this? |
LGTM - closing. |
Hey, so if we have a
ts_project
and we declare a source file that doesn't exist, everything appears to build correctly even though the source file doesn't exist. This seems a bit odd to me, as I would have expected things to fail given a non-existent input.So, for example, this:
Here
baz
doesn't exist, and there is no other target in the same package by that name generating TS files.If it's helpful, I will gladly put a repro repo together for this :)
The text was updated successfully, but these errors were encountered: