Marcin Cieślak

Results 326 comments of Marcin Cieślak

As it actually turns out the libsass https://github.com/sass/libsass/tree/13ae62def291c4934ad04d0d527e84b4021d60a3 actually accepts this syntax: https://github.com/sass/libsass/issues/1822

https://github.com/sass/sass-spec/pull/1484 has a discussion whether we need regression tests (organized by issue, not by the feature they test) in the repository as well.

Thank you. Yes, I fully agree that there is enough work to be done in the spec (feature) tests alone.

> Something to consider is how we track tests that we think conform well to the style guide versus those that do not. Maybe some conformance level indicator in the...

I have #995 and #996 to for this with autoconf. 4.4 has no issues with variadic templates?

I also like the short `for` loops, but I think we should unroll them to avoid issues like somebody adding or changing some loop to the form that cannot be...

libsass build is so simple that probably we could get rid of autoconf and generate ninja file easily :)

I havent't tested this yet, but is there a possibility for Meson to build a static (.a) library but with PIC symbols included? I have a quick and dirty workaround...

Currently `sassc file.scss` without a second argument prints CSS to stdout. Should this be changed? Good question.

@KOLANICH Do you mean something like PowerShell?