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

#1970 - New text entities in KET-format #2093

Open
wants to merge 111 commits into
base: master
Choose a base branch
from
Open

Conversation

even1024
Copy link
Collaborator

@even1024 even1024 commented Jul 8, 2024

Generic request

  • PR name follows the pattern #1234 – issue name
  • branch name does not contain '#'
  • base branch (master or release/xx) is correct
  • PR is linked with the issue
  • task status changed to "Code review"
  • code follows product standards
  • regression tests updated

@even1024 even1024 marked this pull request as ready for review March 17, 2025 09:18
@even1024 even1024 added this to the Indigo-1.31.0-rc.1 (Current) milestone Mar 18, 2025
@even1024 even1024 linked an issue Mar 18, 2025 that may be closed by this pull request
@even1024 even1024 removed this from the Indigo-1.31.0-rc.1 (Current) milestone Mar 18, 2025
@@ -172,6 +172,62 @@ namespace indigo
_writer.Flush();
}

void WritePoint(const Vec2f& point)
{
if (pretty_json)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe better use something like

            auto& writer = pretty_json ? _pretty_writer : _writer;
            writer.StartObject();
            .....

?

Copy link
Collaborator

@AlexanderSavelyev AlexanderSavelyev left a comment

Choose a reason for hiding this comment

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

issue with
api/tests/integration/tests/formats/ref/Amidation_Rxn1.b64cdx
api/tests/integration/tests/formats/ref/Amidation_Rxn2.b64cdx

image

api/tests/integration/tests/formats/ref/BuchwaldHartwig_Rxn1.b64cdx
image

Copy link
Collaborator

@AlexanderSavelyev AlexanderSavelyev left a comment

Choose a reason for hiding this comment

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

api/tests/integration/tests/formats/ref/Esterification_Rxn1.b64cdx as well

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
3 participants