sc-machine icon indicating copy to clipboard operation
sc-machine copied to clipboard

Software implementation of semantic network storage and processing

Results 51 sc-machine issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Current log messages (info, debug, error) are not convient for usage. **Describe the solution you'd like** I propose to expand...

sc-utils
L2

**Is your feature request related to a problem? Please describe.** There are mistakeable sc-elements syntactic types. **Describe the solution you'd like** It is needed to rename basic type classes for...

sc-builder
L2

**Is your feature request related to a problem? Please describe.** Now sc-agents can be initiated by only one sc-element. There is need to initiate sc-agents by a condition set.

sc-events

**Is your feature request related to a problem? Please describe.** After repaclement of scn-latex there are no docs automatic visualizing on Github.

documentation
help wanted
L3

**Is your feature request related to a problem? Please describe.** Problem caused by PR #41. Sc-dictionary-based sc-fs-storage doesn't support secure level for strings. Strings must be hashing at this level....

file system
L2

**Is your feature request related to a problem? Please describe.** After #41 each node of sc-dictionary has 255 childs, some ones of that never appear. There is needed a mechanism...

file system
L2

**Is your feature request related to a problem? Please describe.** With using GNU compiler binary files are stripping. See 75th line in main CMakeLists.txt `set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -s") ## Strip binary`....

help wanted
build
L1

**Is your feature request related to a problem? Please describe.** In the current state of sc-machine Clang and GNU compilers are optimized as `o3`. See 65th and 73th lines in...

build
L1

**Is your feature request related to a problem? Please describe.** Sanitizers work only on Clang, as code coverage works only on GNU. It is a big problem in project developement....

help wanted
build
L2

**Is your feature request related to a problem? Please describe.** Code coverage works only GNU. May be code coverage can be launched on another compilers. Its problem can be discussed...

help wanted
build
L1