-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from dahlia/3_4_5
Upgrade to 3.4.5
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
25 files
+1 −1 | .editorconfig | |
+7 −7 | .github/CONTRIBUTING.md | |
+31 −6 | .github/ISSUE_TEMPLATE.md | |
+78 −1 | src/ast.cpp | |
+13 −1 | src/ast.hpp | |
+4 −0 | src/ast_def_macros.hpp | |
+28 −20 | src/bind.cpp | |
+1 −0 | src/context.cpp | |
+3 −0 | src/context.hpp | |
+1 −1 | src/debugger.hpp | |
+7 −0 | src/error_handling.cpp | |
+9 −0 | src/error_handling.hpp | |
+16 −3 | src/eval.cpp | |
+1 −0 | src/eval.hpp | |
+12 −1 | src/expand.cpp | |
+4 −2 | src/extend.cpp | |
+26 −12 | src/inspect.cpp | |
+9 −6 | src/lexer.cpp | |
+3 −3 | src/memory/SharedPtr.cpp | |
+1 −1 | src/memory/SharedPtr.hpp | |
+51 −22 | src/parser.cpp | |
+2 −1 | src/parser.hpp | |
+17 −3 | src/prelexer.cpp | |
+70 −1 | src/util.cpp | |
+1 −0 | src/util.hpp |