sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecating old versions

mehanalavimajd opened this issue · comments

It seems a lot of old versions have bugs.
For example about v1.3.4, It's impossible to run hascal because of it Makefile.
giving error:

Makefile:8: *** missing separator.  Stop.

We must put this bugs in docs so users won't install this bad versions.

v1.3.5: Impossible to run makefile.
Error:

Makefile:8: *** missing separator.  Stop.

v1.3.6 and v1.3.7: Unable to run.
error:

  File "hascal.py", line 15, in <module>
  File "core/h_builder.py", line 134, in __init__
  File "core/h_builder.py", line 143, in compile
  File "core/h_compiler.py", line 84, in generate
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIxRtsLN/hlib/libcpp/std.cc'
[29699] Failed to execute script 'hascal' due to unhandled exception!

Thanks!