Sky Blaise

Results 30 comments of Sky Blaise

For this, I think maybe we can try to change `outputFolderName`. So even if they are the same repo, the `outputFolderName` will be different and hence the 2 tests that...

Currently, I can lower it down to about 25s (as compared to ~40s originally). But there are still some test cases that didn't pass. Got a half-working branch [here](https://github.com/SkyBlaise99/RepoSense/tree/1770-parallelize-backend-tests). ~~The...

@yhtMinceraft1010X what do you think about my idea? Perhaps I can give this issue a try?

@yhtMinceraft1010X For `systemtest`, I realized that it may not be possible to achieve parallel execution since the code for RepoSense doesn't really support parallelism. There are a lot of `static`...

Note to anyone who wishes to work on this, `test` is now running in parallel. More details are in the merged PR above. `systemtest` is not in parallel, which you...

Can I attempt this or is it still under discussion?

I see. Just some clarification regarding this improvement that you might want to add on to the description. Currently `LogsManager` controls logging to both console and file. I believe that...

Anyways I wrote some code [here](https://github.com/SkyBlaise99/RepoSense/tree/trial-quiet-mode-for-logging) which can be used in the future when the details are finalized. Just need to update the levels etc. I have included the `quiet`...

Hi, I wonder if this is still ongoing and if I can attempt it? I have an idea for the 2nd point regarding `author-config.json`.