-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some issues with SparForte and the language #13
Comments
note for 4:
|
|
For the difference between rem and mod, see |
|
|
|
Thank you for your questions and feedback. For general questions on SparForte, you can sign up to the mailing list on the website.
if i in 1..5 then
Ken B. |
The incorrect error message when raising a non-existent exception has been fixed. |
SparForte's configure script now has a "released" flag. Development builds (not including the --released flag) will have the build date in the prompt and in the -V version message. |
How about having configure run |
Well, (1) the project doesn't necessarily run under Git, so it would have to be optional; (2) what is the priority on this over the other concerns you have? |
(1) It does not run under git, but it is compiled under git and the result of |
All issues based on 2eb28f7:
the rules around
end loop;
,end if;
,end <name>;
, ... could be made more lax such thatend;
would be enough.Is there a way to read a number in arbitrary base? Specifically
numerics.value
does not understand0x...
notation.Huh? Shouldn't it be an exception?
Command completion in shell mode is not working
When spar is restarted, command lines issued from previous sessions are not loaded.
neither start-up greeting
Type "help" for help
norhelp
print SparForte version.pkg_cmdline.html: s := command_name - number of environment vars
in documentation is wrong? (it does not make sense).The text was updated successfully, but these errors were encountered: