1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Soy: fix SimpleUsageForGoogle. It's been broken for a while. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=98228179 More... almost 10 years ago
Add a bunch of tests for the basic functions. More... almost 10 years ago
Added escape for single quotes (i.e. apostrophes) in MsgFuncGenerator, and created a test ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=98162592 More... almost 10 years ago
Remove support for optional data and ij dicts from pysrc. More... almost 10 years ago
Soy jbcsrc: fix a fundamental error in the jbcsrc msg implementation More... almost 10 years ago
Soy jbcsrc: don't insert CHECKCAST opcodes that cast to less specific types. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=98137893 More... almost 10 years ago
Adding a function to collapse sequences of HtmlOpenTagStartNode, HtmlAttributeNode*, HtmlOpenTagEndNode into a singular HtmlOpenTagNode. This changes how the Incremental DOM instructions are generated and significantly improves performance. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=98123550 More... almost 10 years ago
Soy jbcsrc: fix a few misc todos in jbcsrc More... almost 10 years ago
Don't generate lazy subclasses for constant strings in the LazyClosureCompiler. More... almost 10 years ago
Change apps/framework/template to use AbstractSoyTemplate in the response handlers instead of TofuTemplate (or just Template). This will allow the --experimental_use_soy_sauce flag to influence the standard framework response handlers. More... almost 10 years ago
Fix the types assigned to soy division and negation. More... almost 10 years ago
Soy jbcsrc: add some simple reporting on the structure/size of the generated classes and refactor the SoyClassWriter constructors to use a builder. More... almost 10 years ago
Migrate the SOY_NAMESPACE key to a commment in the header instead of an actual value (now that it's being checked via regex). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=97991824 More... almost 10 years ago
Update Miso's namespaced_import to do the namespace check via a regex of the file. This removes the need to import every file with a matching name and should save a lot of parsing time in Python, as well as preventing issues from a failed import. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97915513 More... almost 10 years ago
Soy: improve internal DeclInfo API to pave way for source locations. More... almost 10 years ago
Soy Jbcsrc: Create a custom type Features to make adding/removing a single Feature more natural ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97906040 More... almost 10 years ago
Soy jbcsrc: pull boolean, string and double coercions into dedicated methods on SoyExpression and rename SoyExpression.convert() to 'unboxAs' More... almost 10 years ago
Soy: IOException is not a SoySyntaxException. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97825985 More... almost 10 years ago
Soy: convert TranslateToPyExprVisitor to SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97795657 More... almost 10 years ago
Add support for the css node with an API similar to the goog.getCssName functions. More... almost 10 years ago
Soy: convert MsgSubstUnitBaseVarNameUtils to SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97789297 More... almost 10 years ago
Rollforward [] now that gtasks (and thus []) is no longer using soy v1 More... almost 10 years ago
soy/data/ordainers: Fixup GsonOrdainer to produce embeddable JSON. More... almost 10 years ago
Rewrite stack frames referencing generated class names to instead reference the user templates. This is more consistent with how Tofu works and should make the stack traces more readable. More... almost 10 years ago
Soy: remove CssHandlingScheme. More... almost 10 years ago
SoyGeneralOptions: only allow CssHandlingScheme.BACKEND_SPECIFIC, removing setters/getters. More... almost 10 years ago
Update some docs on SyntaxVersion given recent changes ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97677345 More... almost 10 years ago
Fix a bug in SoySauce where strict rendering would fail if it needed to detach. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97589157 More... almost 10 years ago
Soy: remove unused MsgPluralRemainderNode. More... almost 10 years ago
Remove support for the 'key' and 'value' attribute style {param} syntax. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=97357755 More... almost 10 years ago