smaslovski

Results 7 comments of smaslovski

Here is the complete error message: Compile error Attempt to invoke interface method 'com.duy.pascal.interperter.declaration.Name com.duy.pasca l.interperter.declaration.lang.types.Type.getName()' on a null object reference

It is not a bug. You must use a ";" after "then" as an indication of no-op. Program p; var a, b:integer; Begin readln(a); if (a=0) or (a=1) then ;...

By the way, I was wrong in my last comment: "if false then else S;" where S is any statement is valid syntax in Pascal. And "if false then ;...

Moreover, where are the related binaries, ex. epspdf? I cannot find: $ epspdf The program 'epspdf' is not installed. Install it by executing: pkg install texlive-bin $ $ pkg list-installed...

I have a suggestion: why don't you look, for example, on how texlive is split into packages in Debian? You can even just copy their approach.

On May 1, 2020 11:02:17 PM GMT+01:00, Henrik Grimler wrote: >Closing this as I have no intention to change how the symlinks are >packaged > >-- >You are receiving this...

As was found on Maxima mailing list, this is most likely due to a compiler bug, because the results for the compiled and not compiled functions differ.