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

happens rarely on Linux (x86_64 + aarch64): ``` 2022-09-21 20:08:44.810931 qorus-0:87 T411 [ERROR]: failed to start local process qwf "qwf-SIMPLETEST-v1.0-45": System exception: QwfProcess.qc:69 (Qore): PROCESS-CONSTRUCTOR-ERROR: assign: Invalid argument Process::constructor() called...

bug
module
c++

if an exception is thrown, the module is deleted, but data could be left in foreign modules, resulting in a crash when it's accessed - ex: ``` * thread #1,...

bug
c++
core dump

as in eg. Python's "dialects" https://docs.python.org/3.6/library/csv.html#csv-fmt-params Some files do not use escape for quotes. So eg: `"""foo""", "bar"""` is valid, but we can parse only: `"\"foo\"", "bar\""`

feature
not-c++

currently declaring an object as a parameter in qpp code results in generated c++ code that requires the caller to dereference the private data pointer themselves - instead a `ReferenceHolder&`...

bug
confusing
memory leak
c++

an object with a single lock and condition var with multiple queues

feature
c++

should allow new compression/decompression/encryption algorithms to be registered as well as for compression support mime types for use in HTTP messaging ex: xz, lz etc

feature
c++