Skip to content
New issue

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

Update STU3 Templates #389

Merged
merged 9 commits into from
Apr 27, 2022
Merged

Conversation

sowu880
Copy link
Contributor

@sowu880 sowu880 commented Apr 27, 2022

  1. Update templates.
  2. Add more STU3 sample data.
  3. Add more functional tests.
  4. Refine mergeDiff engine.

var choiceElement = result.Where(x => x.Key.StartsWith(choiceTypeName)).First().Key;
result[choiceElement] = item.Value;
var choiceElement = result.Where(x => x.Key.StartsWith(choiceTypeName));
if (choiceElement.Count() >= 1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we avoid using count() here?

@sowu880 sowu880 merged commit 6412ebe into dotliquid Apr 27, 2022
@sowu880 sowu880 deleted the personal/sowu/update-stu3-templates branch April 27, 2022 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants