delegateas / ExpressionEngine

Expression Engine for Power Automate expressions written in C# using Sprache!
MIT License
8 stars 3 forks source link

- fix real async #60

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/delegateas/ExpressionEngine/blob/7dd7c25602ee6c5a571cadd3d70670b409c0087e/ExpressionEngine/ExpressionGrammar.cs#L119

                        from preFix in allowedString
                        from exp in enclosedExpression.Optional()
                        select exp.IsEmpty ? preFix : preFix + exp.Get().Result)
                    // TODO - fix real async
                    // @assignees: thygesteffensen
                    .Many()
                select Task.FromResult(new ValueContainer(string.Concat(e)));

32dc81a18f6684e0246a73740c88f0e96fa92ea6

thygesteffensen commented 2 years ago

Consider this: https://github.com/delegateas/ExpressionEngine/pull/63#issuecomment-1023209975

thygesteffensen commented 2 years ago

:tada: This issue has been resolved in version 2.0.0-dev.11 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

thygesteffensen commented 2 years ago

:tada: This issue has been resolved in version 3.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: