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

merge #3

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

merge #3

wants to merge 40 commits into from

Conversation

thELanee
Copy link

No description provided.

kaijia2022 added a commit to kaijia2022/markdown-parser that referenced this pull request Apr 19, 2022
Symptom:
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at java.base/java.lang.StringLatin1.newString(StringLatin1.java:764)
        at java.base/java.lang.String.substring(String.java:1908)
        at MarkdownParse.getLinks(MarkdownParse.java:34)
        at MarkdownParse.main(MarkdownParse.java:60)
m-chenh added a commit to m-chenh/markdown-parser that referenced this pull request Apr 19, 2022
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at java.base/java.util.Arrays.copyOf(Arrays.java:3512)
        at java.base/java.util.Arrays.copyOf(Arrays.java:3481)
        at java.base/java.util.ArrayList.grow(ArrayList.java:237)
        at java.base/java.util.ArrayList.grow(ArrayList.java:244)
        at java.base/java.util.ArrayList.add(ArrayList.java:454)
        at java.base/java.util.ArrayList.add(ArrayList.java:467)
        at MarkdownParse.getLinks(MarkdownParse.java:20)
        at MarkdownParse.main(MarkdownParse.java:31)
m-chenh added a commit to m-chenh/markdown-parser that referenced this pull request Apr 19, 2022
When using brackets in text w/o embedding a link, fixed infinite while loop:
[https://something.com, some-thing.html, www.google.com]
jeyiu added a commit to jeyiu/markdown-parser that referenced this pull request Apr 23, 2022
Fixed the incorrect tester error.
matveyvilkin added a commit to matveyvilkin/markdown-parser that referenced this pull request Apr 23, 2022
Program incorrectly identified image links as normal links.
hdoh-ucsd pushed a commit to hdoh-ucsd/markdown-parser that referenced this pull request Apr 24, 2022
java MarkdownParse.java test-file3.md
[some-thing.html]
hdoh-ucsd pushed a commit to hdoh-ucsd/markdown-parser that referenced this pull request Apr 24, 2022
java MarkdownParse.java test-file3.md
[https://something.com, , some-thing.html]
hdoh-ucsd pushed a commit to hdoh-ucsd/markdown-parser that referenced this pull request Apr 24, 2022
java MarkdownParse.java test-file3.md
[https://something.com, , some-thing.html]
hdoh-ucsd pushed a commit to hdoh-ucsd/markdown-parser that referenced this pull request Apr 24, 2022
Fixed Failing output nidhidhamnani#2
Fixed the program so it succeeds on that test, and on all previous tests
case : file with no links
annika484 added a commit to annika484/my-markdown-parser that referenced this pull request Apr 25, 2022
jeyiu added a commit to jeyiu/markdown-parser that referenced this pull request Apr 28, 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.

1 participant