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

AST parser ignores module metadata when parsing .qm modules: E.g. ```module TestWorkflow2 { version = "1.0"; desc = "workflow dev extension test module"; author = "Qore Technologies "; url =...

bug
minor
priority

ex: ``` unhandled QORE System exception thrown in TID 79 at 2018-10-28 09:56:22.860347 Sun +01:00 (CET) in AbstractQorusService::getOption() (LocalQorusService.qc:636-638, user code) ABSTRACT-VARIANT-ERROR: cannot call abstract variant AbstractQorusService::getOption(string field) directly call...

bug
c++

``` %new-style string a = cast("test"); ``` output: ``` omusil@giger:~$ qore test.q unhandled QORE System exception thrown in TID 1 at 2017-08-29 15:49:54.464712 Tue +02:00 (CEST) at test.q:4 PARSE-EXCEPTION: reference...

feature
confusing
c++

``` %new-style hash h = hash(); HashIterator it(h); # see: it.next() should be there... printf("%N\n", it.next); while (it.next) {} ```

bug
c++

Oracle: `connect by` SQL Server: `with as ...`

feature
not-c++

2018.07.31 10:37:09.697285 T201: exception in SOAP service call: /opt/qorus/share/qore-modules/WSDL.qm:2505: SOAP-DESERIALIZATION-ERROR: User exception: /opt/qorus/share/qore-modules/WSDL.qm:2505: SOAP-DESERIALIZATION-ERROR: error deserializing incoming SOAP request: additional keys ["^attributes^"] included in "SayHelloRequest" message hash call stack: WSMessage::deserializeRpc()...

bug
module
not-c++