qore
qore copied to clipboard
Qore Programming Language
affecting only internal buildservice for now
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...
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,...
(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) {}}...
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...
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
https://lgtm.com/projects/g/qorelanguage/qore/alerts?mode=list
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...
``` 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...