qore icon indicating copy to clipboard operation
qore copied to clipboard

Qore Programming Language

Results 105 qore issues
Sort by recently updated
recently updated
newest added

actually it causes: - huge warning listing in suse and rhel/centos - it results in unusable scripts in fedora > 28 because it atomatically mangles env shebangs during build https://fedoraproject.org/wiki/Packaging:Guidelines#Shebang_lines

feature
build

It would be nice to have something like `assertContains()` and `assertNContains()` or maybe `assertIn()` and `assertNIn()` or something like that to check that a list contains a value (or doesn't)....

feature
minor
not-c++

``` %new-style %allow-debugger string s = 'TOP'; sub test(int param) { string sss = 'QWERTY'; printf("%d . %s\n", param, sss); for (int i=0; i

bug
c++

Currently no access to vars declared in TopLevelStatementBlock

feature
c++

After discussing with Ondra, it has been agreed that it would be nice to return ReferenceHolder Type> object instead of returning just raw pointer. It will prevent future memory leaks...

c++
help wanted

When a thread from another program (WebSocketClient) calls as callback a function in program being debugged (e.g. logging function) then always does attach/detach procedure. I.e. detached thread is attached again...

feature
c++

I did not confirm this with an actual example, but the implementation suggests it: ``` any parse_yaml(string yaml) [flags=RET_VALUE_ONLY] { QoreYamlParser parser(*yaml, xsink); return parser.parse(); } DLLLOCAL QoreYamlParser(const QoreString &str,...

module
documentation