-
Notifications
You must be signed in to change notification settings - Fork 1
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
senc does not emit any error messages for failure scenarios #49
Comments
Hmm I need to investigate this, but off the top of my head, did you run |
Nope no pnpm at all, but I did do another test with yarn and got the same
result. I’ll try with pnpm tomorrow. Besides that I can successfully
execute and debug the tests I’ve tried. I can see the right objects and
data being constructed.
…On Fri, 5 Apr 2024 at 8:10 pm, Yoriyasu Yano ***@***.***> wrote:
Hmm I need to investigate this, but off the top of my head, did you run pnpm
install in _ci before running senc?
—
Reply to this email directly, view it on GitHub
<#49 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABLV66ZIQ74F6XB3MF6RXLY32IDFAVCNFSM6AAAAABFYRM4UCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZZGYZTONJYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I've noticed some of the tests are complaining about
|
Ah yes you need to run |
yeah the tests all pass once you run
I'll keep investigating. |
Okay I've figured it out. One was a dumb use of CLI args by me. I was doing:
When I actually needed to do:
Another potential issue is I noticed is |
Ah yes the behavior of walking up the tree to find |
senc
doesn't seem to work for me. If I manually run it:cd senc mkdir -p out cargo run -- -l trace -o ./_ci ./out
I get the following output:
The same goes if I build using
cargo release
or download a pre-compiled binary.It doesn't seem to actually generate anything in my
out
dir. I'm using the included_ci
example. Could it be search for globalnode_modules
or something?The text was updated successfully, but these errors were encountered: