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

Fix wrong output for stack overflow case #82

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

junedev
Copy link
Member

@junedev junedev commented Oct 1, 2022

Fixes #81

@junedev junedev added the x:rep/small Small amount of reputation label Oct 1, 2022
@junedev junedev requested a review from a team October 1, 2022 15:14
@junedev junedev requested a review from a team as a code owner October 1, 2022 15:14
@junedev junedev added the hacktoberfest-accepted Make this PR count for hacktoberfest label Oct 1, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3165081693

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 77.445%

Totals Coverage Status
Change from base Build 2657142053: 0.1%
Covered Lines: 388
Relevant Lines: 501

💛 - Coveralls

@@ -337,7 +340,7 @@ type config struct {
func findAdditionalTestFlags(input_dir string) []string {
configContent, err := os.ReadFile(filepath.Join(input_dir, ".meta", "config.json"))
if err != nil {
log.Printf("failed to read config.json: %v", err)
log.Printf("warning: config.json could not be read: %v", err)
Copy link
Member Author

Choose a reason for hiding this comment

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

This is not related to the issue, just a minor improvement to make it clear that this is not an error. (The case happens for a lot of the test folders.)

@andrerfcsantos andrerfcsantos merged commit 4d5bf3b into main Oct 4, 2022
@andrerfcsantos andrerfcsantos deleted the fix-runtime-error-case branch October 4, 2022 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Make this PR count for hacktoberfest x:rep/small Small amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stack overflow is not properly reported on the website
4 participants