You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though both compilers negotiated the correct absolute path, data compiler only returned the relative path. IMO, these should both return absolute path for base. Thoughts?
The text was updated successfully, but these errors were encountered:
The function sass_import_get_base has been renamed to sass_import_get_abs_path. I also fixed quite a few issues with how we report included files. Since so much has changed between this report and current master, I'm going to close this now. But please feel free to re-open or preverably open a new bug if you find any other problems! Thanks!
As noted here: #1035 (comment) these two functions have different results based on the compiler in use.
File compiler returns absolute paths, while data compiler returns relative paths for base and previous_path. Pardon my pseudo code
testfile.scss
DataCompiler
FileCompiler (targeted testfile directly, so only one result)
Even though both compilers negotiated the correct absolute path, data compiler only returned the relative path. IMO, these should both return absolute path for base. Thoughts?
The text was updated successfully, but these errors were encountered: