qore
qore copied to clipboard
Qore Programming Language
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 =...
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...
``` %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...
Accessing object method without brackets (member-like) does not result in parse/runtime error at all
``` %new-style hash h = hash(); HashIterator it(h); # see: it.next() should be there... printf("%N\n", it.next); while (it.next) {} ```
Oracle: `connect by` SQL Server: `with as ...`
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()...