Skip to content

Memory warning system fixes#143

Merged
bolerio merged 5 commits intohypergraphdb:release1.4from
bruzoopak:memory-warning-system-fixes
Aug 3, 2022
Merged

Memory warning system fixes#143
bolerio merged 5 commits intohypergraphdb:release1.4from
bruzoopak:memory-warning-system-fixes

Conversation

@bruzoopak
Copy link
Copy Markdown
Contributor

No description provided.

@@ -1,21 +1,23 @@
/*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why are there so many cosmetic changes? editor is saving extra newline characters or something?

@@ -0,0 +1,158 @@
/*
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This file seems to contain a copy&pasted comment and it also seems like it's using tabs instead of spaces- need 4 spaces indentation, no tabs :)

@bruzoopak bruzoopak changed the base branch from master to release1.4 August 2, 2022 11:03
}
return vf;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

What are the changes in this function?

for (String testfile : testfiles)
if (new File(dir, testfile).exists() || all.contains(testfile))
return true;
{
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

what are the changes here?

@bolerio bolerio merged commit 0723e77 into hypergraphdb:release1.4 Aug 3, 2022
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.

2 participants