pavelkveton

Results 3 issues of pavelkveton

with qore 0.8.12, consider the following script: ``` module mymod { version = "1"; desc = "muj modul"; author = "Pavel"; } %new-style public namespace myspace { public int sub...

feature
types
llvm-compat

with qore 0.8.12, I tried the following: $ cat reqs.q #!/usr/bin/qore %require mymod $ qr reqs.q unhandled QORE System exception thrown in TID 1 at 2015-10-19 18:23:38.444695 Mon +02:00 (CEST)...

confusing
llvm-compat

the documentation says: The implicit index reference expression ($#) can be used whenever a list is iterated implicitly, such as with foreach statements and the map, foldl, foldr, and select...

bug
confusing
c++