glint icon indicating copy to clipboard operation
glint copied to clipboard

compat: `glint --build` does not report errors

Open runspired opened this issue 1 year ago • 2 comments

running either glint (no options) or tsc --build would report errors, but glint --build will silently succeed even if errors occur. It would be great to match behavior, or at least have a flag that allows errors to surface.

runspired avatar Mar 17 '24 18:03 runspired

just coming back to this cause this has bitten me for about 3 hours worth of time in the last two days alone. Is this a big lift? a small lift? something someone like me that knows fairly little about glint could figure out?

runspired avatar Mar 20 '24 06:03 runspired

I'm not an expert on that particular area of the codebase, but there's a pretty large suite of tests ensuring that glint --build emits errors in a number of different situations, so I can say for certain that whatever you're running into is a bug.

dfreeman avatar Mar 22 '24 14:03 dfreeman