d4h0

Results 147 comments of d4h0

> Can you please describe with a console example what would you like to see? Personally, I'd prefer that all the build output is shown (when I opened this issue,...

Similarly (but more a nitpick in this case), the following error could have more/better details: ``` error[E0425]: cannot find value `content` in this scope --> /home/d4h0/projects/websites/ssg/target/debug/build/sailfish-compiler-d853660c680b883d/out/templates/article-69d5e134f14a8215:3:32 | 3 | __sf_rt::render!(__sf_buf,...

I got an error that is like what I'd expect: ``` error: Failed to compile template. caused by: Rust Syntax Error (expected `,`) file: /home/dh/projects/websites/paypla/ssg/templates/pages/test.stpl position: line 17, column 50...

@Kogia-sima: Thanks for your feedback. The problem with `include!` is, that no arguments can be passed in. I also would much more prefer pure Rust as syntax. Ideally, the following...

> One of the problem is, should we support any Error types, or RenderError only? Ideally, custom errors would be supported. That would give error handling code (within or outside...

Hi @e-tornike, I always liked these updates quite a bit. Do you plan to start merging updates again at some point in the future? If not, that would be totally...

@leshow: I think, this issue shouldn't have been closed. Relative paths are clearly broken at the moment. If relative paths are not supported, then that needs be mentioned in the...

Thanks, @leshow. There is also https://github.com/launchbadge/sqlx/issues/1260.

It turned out that my own problem described above was the result of an error on my side (see my edit above). The problem with relative paths therefore seems to...

@leshow: Sure, there is still the problem you reported above. The meaning of my last comment was, that the problem that I've described (which doesn't involve macros), was the result...