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
1 day
ago. based on code collected
1 day
ago.
Jun 05, 2024 — Jun 05, 2025
Showing page 197 of 208
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Automated [] rollback of changelist 92349573.
Soy Authors
More...
about 10 years ago
Soy: make classes non-public and final where possible. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92360995
brndn
More...
about 10 years ago
Remove the RewriteNullCoalescingOpVisitor pass and implement directly in backends.
lukes
More...
about 10 years ago
Automated [] rollback of changelist 92309197.
Soy Authors
More...
about 10 years ago
Soy: workaround for improper singleton scoping of ErrorReporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92311878
brndn
More...
about 10 years ago
Rollforward [] which was rolled back in [] The additional cases in which the new flow analysis runs triggered a latent bug in how negative contraints are calculated. Also, this is being rolled forward without the change to computeConstraintUnion which appears to have introduced a bug assigning a type to a dead expression.
lukes
More...
about 10 years ago
Roll forward [] following submission of []
brndn
More...
about 10 years ago
Automated [] rollback of changelist 92208503.
Soy Authors
More...
about 10 years ago
Enhance nullability analysis by allowing us to track the nullability of entire expressions instead of just variable references.
lukes
More...
about 10 years ago
SoyFileSet: compileToTofu should throw SoySyntaxException.
brndn
More...
about 10 years ago
Add a runtime library to do safe bracket data access into the Python backend. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92175495
dcphillips
More...
about 10 years ago
Automated [] rollback of changelist 92003836.
brndn
More...
about 10 years ago
Soy: thread ErrorReporter through AbstractReturningNodeVisitor.
brndn
More...
about 10 years ago
Soy JbcSrc: Add support for LetContentNodes
lukes
More...
about 10 years ago
Soy: Convert CheckFunctionCallsVisitor to use ErrorReporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92003836
brndn
More...
about 10 years ago
Make a few changes to Soy Types
lukes
More...
about 10 years ago
Soy: convert CheckDelegatesVisitor to use error reporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91991277
brndn
More...
about 10 years ago
Changing CheckEscapingSanityVisitor.java to allow non-contextual autoescaping call strict templates/let blocks/param blocks with kind attribute other than text. This will help in migration of non-contextual to strict.
shwetakarwa
More...
about 10 years ago
Soy tests: document current non-enforcement of template uniqueness. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91894489
brndn
More...
about 10 years ago
Automated [] rollback of changelist 91806019.
Soy Authors
More...
about 10 years ago
Soy: TemplateRegistry: beef up collection types.
brndn
More...
about 10 years ago
Soy: convert CheckCallsVisitor to use ErrorReporter.
brndn
More...
about 10 years ago
Soy JbcSrc: Add support for let expressions ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91714236
lukes
More...
about 10 years ago
Soy conformance: use standard error reporting infrastructure.
brndn
More...
about 10 years ago
When checking deltemplate compatibility, only check required params. Fixes https://github.com/google/closure-templates/issues/33
Nick Santos
More...
about 10 years ago
Soy+[]: add infrastructure and elementary unit test.
brndn
More...
about 10 years ago
Some prefactorings before adding let support
lukes
More...
about 10 years ago
Prefactoring for lets. Add some new construction paths for ConstructorRef and FieldRef, add a new ExpressionDetacher implementation that will be used by the let implementations. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91445439
lukes
More...
about 10 years ago
Stop using GeneratorAdapter directly and instead use a custom object for method writing that delegates to GeneratorAdapter for a safe subset of methods. The issue is that GeneratorAdapter subclasses LocalVariableSorter which renumbers local variables. We don't need or want this feature. So far it has been fine, but the weirdness shows up in error messages. Since our error messages are generally printing chunks of bytecode (e.g. a single expression not an entire methods), it means that the local variable indices that show up do not at all correspond to the ones that we have assigned. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91426478
lukes
More...
about 10 years ago
Fix a bug that only occurs when there are multiple local variables that need detach logic in a single expression.
lukes
More...
about 10 years ago
←
1
2
…
193
194
195
196
197
198
199
200
201
…
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