openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
closure-templates
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 188 of 208
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix a few small bugs in jbcsrc 1. Handle {switch}s with no children or with just a single {default} child. 2. Add support for proto3 messsage, the key difference is that 'has' methods don't exist for non-message fields in proto3. 3. handle min/max for doubles correctly ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101733643
lukes
More...
almost 10 years ago
Soy: add regression test for [] (Soy: built-in functions should be SoyFunctions). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101634480
brndn
More...
almost 10 years ago
Refactor Soy's Context.union() and add tests.
gboyer
More...
almost 10 years ago
Automated [] rollback of changelist 101592053.
brndn
More...
almost 10 years ago
Minor tweaks to runtime loading performance. Remove support for pyc files (they wouldn't actually work as is), and change the namespace check from a regex to a direct string comparison of the 5th line. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101599665
dcphillips
More...
almost 10 years ago
Disallow partial tag names in Soy.
gboyer
More...
almost 10 years ago
Soy: built-in functions should be SoyFunctions.
brndn
More...
almost 10 years ago
Remove support for multiple modules with the same soy namespace.
dcphillips
More...
almost 10 years ago
Reduce the visibility of the SubstituteGlobalsVisitor by adding support for setting the globals on SoyFileSetParserBuilder ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101514669
lukes
More...
almost 10 years ago
Move all users of the soy builddefs to the new skylark rules
lukes
More...
almost 10 years ago
Refactor compileToTofu and compileTemplates so that 1. They run the exact same set of compiler passes. In earlier iterations i erroneously thought that SoySauce would be a good way to get users onto better soy options. However, that isn't practical and will just block migration. 2. Introduce a google internal method to compile soysauce and soytofu together
lukes
More...
almost 10 years ago
Roll-forward 101255365 with fix and test.
brndn
More...
almost 10 years ago
Adding support to af_soy_library to allow for compiling Soy -> Incremental DOM in addition to Soy -> JS. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101406235
sparhami
More...
almost 10 years ago
Rollforward [] which was rolled back in [] due to a name conflict with a helper function called _dirname defined by dart/build_defs/web_test_rules. This was solved by prefixing 'private' helper functions with '_soy__'
lukes
More...
almost 10 years ago
Automated [] rollback of changelist 101255365.
brndn
More...
almost 10 years ago
Soy: RFC: add ResolveFunctionsVisitor and begin to use (from GenFunctionPluginRequiresVisitor).
brndn
More...
almost 10 years ago
Remove SoyFileSet.compileToJavaObj now that it is dead. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101254385
lukes
More...
almost 10 years ago
Reduce the number of places that we construct a TemplateRegistry.
lukes
More...
almost 10 years ago
Adding SoyToIncrementalDomSrcCompilerForGoogle to allow compiling Soy files to Incremental DOM JS files.
sparhami
More...
almost 10 years ago
Add incrementaldomsrc to opensource ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101237245
sparhami
More...
almost 10 years ago
Adding missing license header. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101235497
sparhami
More...
almost 10 years ago
add the [] soy packages to our [] presubmit ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101167256
lukes
More...
almost 10 years ago
Remove the ErrorReporter from the visitor base classes, at least half the visitors never use it.
lukes
More...
almost 10 years ago
Remove v1 inference rules based on namespace.
lukes
More...
almost 10 years ago
Removing RawTextNodes that are visited by the HTML transform pass, regardless of whether they map to any Html*Nodes.
sparhami
More...
almost 10 years ago
Remove PYTHON-PREPROCESSING-REQUIRED lines
Soy Authors
More...
almost 10 years ago
Soy: remove cssHandlingScheme flags.
brndn
More...
almost 10 years ago
Do more compiler pass refactoring
lukes
More...
almost 10 years ago
Remove the "no soydoc => v1" inference rule and only allow incorrect soydoc @param tags if the template has the deprecatedV1="true" attribute.
lukes
More...
almost 10 years ago
Refactor BaseTofu construction so it is more similar to SoySauce.
lukes
More...
almost 10 years ago
←
1
2
…
184
185
186
187
188
189
190
191
192
…
207
208
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree