Raghu R

Results 28 issues of Raghu R

Felix (as of the latest commit in 26th October) throws a build error when installed. **OS:** Ubuntu 20.04.5 LTS x86_64 **Python version:** 3.8.10 **OCaml version:** 4.14.0 **g++ version:** 9.4.0 **Full...

when I select a large number of lines with say `GbvtGb`, doing a command like `Vk` removes the selection.

This PR adds a lexer for the APL array programming language. APL is efficient at expressing algorithms in terms of arrays. J (which already has a lexer) is similar in...

Deals with sequences of numbers exclusively. An alphabet can be used later to create a string. Looking for feedback.

Basic reproduction: ``` "hello" "(.)" findall ``` This was discussed in the Factor Discord room on December 6, 2023. The assertion error happens on Line 137 of pcre2.factor.

aliens

![image](https://github.com/factor/factor/assets/11015319/181d00f1-4e9f-44d5-8ac9-860e49c45860) This is reached from `findall` in `pcre2`. The step-through debugger's arrow is not visible in the last quotation. It disappears after it reaches `~15 more~`.

walker

Getting the following on Windows 11 64 bit, Factor latest commit x86.32: ``` USE: gemini URL" gemini://spam.works/" gemini Cannot resolve C library function Library: DLL" libcrypto-3.dll" Symbol: BIO_new_socket DlError: The...

For issue #283. Any feedback is welcome. Most of this seems to be removing unit test wrappers around the optimize checks. A major difficulty I am having is reducing the...

getting a parse error when `:=` is used: ``` > x := 1 Parse error at: egison:2:3: | 2 | x := 1 | ^ unexpected ':' expecting "...", "where",...