Anubhav

Results 7 issues of Anubhav

Currently, the regex used to validate names in `@@author some-randomeuser` tags is: `[a-zA-Z0-9][a-zA-Z0-9-]*[a-zA-Z0-9]` This regex ensures the author name has at least 2 consecutive alphanumeric characters. As discussed in this...

d.FirstTimers
a-Backend

I wish to clarify why the `generateTestFileInfo` method (a utility method in the test code) also updates the RepoConfiguration object used in the tests. https://github.com/reposense/RepoSense/blob/145a1b4dda02ac9fdc42554835e7be98a534b0a0/src/test/java/reposense/template/GitTestTemplate.java#L90-L100 Shouldn't each test case update...

a-Testing
a-CodeQuality

There are often cases when we: - Push our work to our remote repo - Realise the CI checks failed due to a code style issue - Resolve the style...

a-DevOps
c.Task
a-CodeQuality
a-Automation

After #823 is fixed, users will be able to disown code by using author tags like `@@author some-randomuser`, where `some-randomuser` is not the git authorname of any author in the...

c.Enhancement
a-Backend

The code snippet below shows the `repoConfig_ignoresStandaloneConfig_success` test case. In lines 153 - 157, we parse some input to create a list of `RepoConfiguration` objects. https://github.com/reposense/RepoSense/blob/a2adb592431b2ee59fb3d22a3f6c8ab703870de9/src/test/java/reposense/model/RepoConfigurationTest.java#L130-L164 The lines 153 -...

p.Zero
a-CodeQuality

Currently, the playground will use the `default` variant if the the URL contains an unsupported chapter - variant combination. Example: Chapter = 4, and variant = `non-det` As mentioned in...

Enhancement

To aid individuals coming from Source 3, the docs should mention that `amb` is not intended to behave like ordinary Source functions. Specifically, when we evaluate `amb(alpha(), bravo())`, the call...

Enhancement
minor