Subhomoy Haldar

Results 14 issues of Subhomoy Haldar

## Summary - The StringIterator was almost perfect. Changed it slightly to make the code more idiomatic. - Use enums instead of consts. - `byte` to `u8` conversion with `v...

**V doctor:** ``` OS: linux, Pop!_OS 22.04 LTS Processor: 6 cpus, 64bit, little endian, AMD Ryzen 5 4500U with Radeon Graphics CC version: cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 getwd: /home/astro/Projects/V/scratch/sp_user vmodules:...

Bug

**V doctor:** ``` OS: linux, Pop!_OS 22.04 LTS Processor: 6 cpus, 64bit, little endian, AMD Ryzen 5 4500U with Radeon Graphics CC version: cc (Ubuntu 11.2.0-19ubuntu1) 11.2.0 getwd: /home/astro/Projects/V/playground/htmx_stuff vmodules:...

Bug

## Setting up the Environment on Windows All software installed via [Scoop](https://scoop.sh/). 1. `scoop add bucket java` 2. `scoop install openjdk13 git maven` (Tried with `oraclejdk` too, but same result.)...

The executable generated by the CI is uploaded and available for download from the releases page. However, this approach removes the executable permissions from the file. The fix is simple,...

Currently, these are the files in `vlib` that our parser is unable to parse. They all have at least one parsing error. The goal is to get this list close...

Due to the special treatment of `c_string_literal` and `raw_string_literal` which have to be prefixed with `c` and `r` before the quote respectively, the following cases fail: ``` '$c' ``` ```...

Link to repository: https://github.com/crystaluniverse/crystallib These are the files that fail parsing: - [ ] actionparser/actionparser.v - [ ] docker/docker.v - [ ] examples/docker_example.v - [ ] examples/ourserver/client.v - [ ]...

### Describe the feature Currently, only GitHub and Gitea are supported. I'd like to add support for GitLab (at the very least) and maybe BitBucket, Codeberg. Recommendations for other providers...

enhancement

### Describe the feature There are no functionality or end-to-end tests for this project yet. It would be nice to add test accounts for GitHub and Gitea. It would also...

enhancement