objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
1.01k stars 126 forks source link

Move `eo-sys` to `eo-runtime` #3236

Open maxonfjvipon opened 3 months ago

maxonfjvipon commented 3 months ago

The library eo-sys contains 3 objects which interact with operating system via system calls. They should be part of eo-runtime as well as io subpackage.

github-actions[bot] commented 3 months ago

@maxonfjvipon thanks for the report, here is a feedback:

Problems

I would recommend including specific steps to reproduce the issue to improve the clarity and usefulness of the bug report.

Please fix the bug report in order it to get resolved faster. Analyzed with gpt-4

maxonfjvipon commented 3 months ago

The important thing here is that we should not introduce dependencies into eo-runtime meanwhile eo-sys depends on com.sun.jna for making system calls

c71n93 commented 3 months ago

@maxonfjvipon assign me please