ruv

Results 23 issues of ruv

In case when a project path in `projects.cson` is specified without drive letter on Windows (i.e. path from the root folder in current drive), files are correctly shown but can't...

Don't you want to add standard `SEARCH-WORDLIST` word?

XML element name may contain dot and colon (for xml namespace prefix). Example: ``` XML it is well formed xml ``` For the moment such tags are not supported by...

enhancement

In contrary to the documentation, `ag` doesn't search in multiline mode when it reads a file from stdin. Testcase: ``` echo -e "a \n b \n" | ag 'a[^b]*b' ```...

Gforth 0.7.9_20200618 Input: ``` '|' parse "test passed"| forth-recognizer recognize .s ``` Output: ``` *the terminal*:1:24: error: Undefined word '|' parse "test passed">>>|

I would expect that in Linux, REFILL should return 0 if a user enters Ctrl+D Enter at the start of a line in interactive mode. But the actual result: REFILL...

When Gforth is started from the binary that is located in the git repository working directory (project root), but the current directory is not the project root — `locate` and...

Is hardware exception handling planned on Windows and Linux targets (at the least)?

Let's gather statistics of our preferences regarding [case-sensitivity](https://en.wikipedia.org/wiki/Case_sensitivity) on [finding definition names](https://forth-standard.org/standard/usage#subsection.3.4.2). Each option will be posted consequently as a separate message. Voting is based on the GitHub build-in [reactions](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)....

poll

Could we form a list of Forth systems that pass [Forth 2012 test suit](https://github.com/gerryjackson/forth2012-test-suite)?