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

At the moment description of an exception is being tested for regular expression match - this is not documented and it is very hard to write it properly for descriptions...

feature
confusing
documentation
not-c++

I thought that first time assignment into `auto` declared variable declares its type which is then preserved, except for cases when type cannot be deducted (hash with values as strings,...

confusing
not-c++
design

(and fails not very transparently instead) ``` $ qore -n -l SftpPoller -e 'class MySftpPoller inherits SftpPoller {constructor(SFTPClient sftp, hash nconf): SftpPoller(sftp, nconf) {} postSingleFileEvent(hash fih) {} singleFileEvent(hash fih) {}}...

bug
module
not-c++

When link to a directory is made and a module in the directory requires another module via "./" then loading fails. [issue-link-module]$ ./test-link.q unhandled QORE System exception thrown in TID...

bug

they are returned untyped lists and hashes which enforces type stripping when the values are used as the basis for a new list or hash

bug
module
confusing
c++

https://lgtm.com/projects/g/qorelanguage/qore/alerts?mode=list

bug
security
QA
c++

we need to add support for intellisense for the built-in functionality of Qore; this is a major feature missing from the astparser module currently. Let's discuss how to do this...

feature
module
c++

``` public setPattern(string pattern) { %ifdef _DUMMY_TO_PAIR_BRACES_IN_KATE_EDITOR /{/ %endif s =~ s/^[0-9.-]*[a-zA-Z]+({[^}]*})?//; } ``` Even it is exceptional case then qdx should provide a info where the issue occurs. Currently...

invisible
not-c++