We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an umbrella ticket collecting missing or broken features.
GenSwiftCallExprVisitor.visitCallDelegateNode(CallDelegateNode)
GenSwiftCallExprVisitor.genObjToPass(CallNode)
GenSwiftCallExprVisitor.wrapAsSanitizedContent(SanitizedContentKind, SwiftExpr)
visitTemplateDelegateNode
visitIfNode
IsComputableAsSwiftExprVisitor
visitSwitchNode
visitForNode
visitForNonemptyNode
visitLetContentNode
visitVeLogNode
visitMsgFallbackGroupNode
genSwiftSource
ERROR
visitNullSafeNodeRecurse
visitConditionalOpNode
visitCheckNotNullFunction
visitCssFunction
visitXidFunction
visitIsPrimaryMsgInUseFunction
SWIFT_PRECEDENCES
maybeProtect
toSwiftString
applyForSwiftSrc
The text was updated successfully, but these errors were encountered:
Above entries reflect only to FIXMEs. TODOs will come soon.
Sorry, something went wrong.
No branches or pull requests
This is an umbrella ticket collecting missing or broken features.
GenSwiftCallExprVisitor
GenSwiftCallExprVisitor.visitCallDelegateNode(CallDelegateNode)
GenSwiftCallExprVisitor.genObjToPass(CallNode)
GenSwiftCallExprVisitor.wrapAsSanitizedContent(SanitizedContentKind, SwiftExpr)
This can wait until sanitised contents are designed in Soy library.
GenSwiftCodeVisitor
visitTemplateDelegateNode
visitIfNode
generates ugly code ifIsComputableAsSwiftExprVisitor
enabled for this case.visitSwitchNode
needs a full reimplementationvisitForNode
fix loop variable type inferencevisitForNonemptyNode
???visitLetContentNode
check variable typevisitVeLogNode
needs implementationGenSwiftExprsVisitor
visitMsgFallbackGroupNode
needs a complete rewritegenSwiftSource
genSwiftSource
bidi global needs a fixTranslateToSwiftExprVisitor
ERROR
field: generate a Swift throw expressionvisitNullSafeNodeRecurse
a lot of null checks are done here. Adapt to actual Soy implementationvisitConditionalOpNode
needs a fix here.visitCheckNotNullFunction
verify featurevisitCssFunction
missing featurevisitXidFunction
missing featurevisitIsPrimaryMsgInUseFunction
requires fixSwiftExprUtils
SWIFT_PRECEDENCES
review and fix operator precedencesmaybeProtect
verify feature is required for SwiftSwiftListExpr
toSwiftString
review implementationBidiUnicodeWrapDirective, BidiSpanWrapDirective, BidiDirAttrFunction, BidiEndEdgeFunction, BidiGlobalDirFunction
applyForSwiftSrc
requires Bidi runtime implementationThe text was updated successfully, but these errors were encountered: