Manfred Bergmann
Manfred Bergmann
> did you solve this No, I didn't solve it. Probably some issue in the dependency setup in `Wsdl2JavaPlugin`. But I didn't have a closer look yet.
It would be great if native aarch64 would be supported by Clasp. More and more Mac users are on this platform.
OK, thanks. Can you tell what is the expectation, or what is the goal for clasp to reach for compile time and runtime performance? Since Clasp inherits from ECL I'm...
Thank you for the info.
Thank you @drmeister I think the USE_COMPILE_FILE_PARALLEL is already enabled for osx/darwin.
FWIW, I had to use this config: ``` #LLVM_CONFIG_BINARY = '/usr/local/Cellar/llvm/9.0.1/bin/llvm-config' PREFIX = '/opt/clasp/' # set this to false if you have less than 16 GB of RAM USE_PARALLEL_BUILD =...
That is possible. I took the the example config from the wiki and adapted until it did build.
Just my thoughts: A full IDE is probably overkill. An IntelliJ plugin might be doable. As well as an LSP server written in SML. I've done a rudimentary (supporting showing...
The json lsp protocol is quite simple. I did not use a dedicated json-rpc library but just did the construction and parsing manually. A JSON library is handy though. In...
Having the same issue here. Need a `pre` block, but all line breaks are stripped. Is there a way to disable stripping line breaks?