Per Grön

Results 17 issues of Per Grön

One thing that would be really cool to do is to keep track of the globals that are defined within (the run-time instance of) a module, and when a module...

feature request

Because of the syntax of DSSSL keyword parameters, they cannot be implemented hygienically. For instance, consider the code ``` (lambda (#!key a) (lambda (#!key a) a)) ``` It is impossible...

bug

# Background I'm playing around trying to combine RxCpp and gRPC++. I want to use gRPC and Rx seems like an abstraction that is a nice fit for gRPC, given...

## Lapce Version 0.2.5 ## System information I run Lapce on Windows 11, editing code that lives on an Ubuntu machine. ## Describe the bug When creating a file in...

C-bug

`defined(__linux__)` does not imply that libstd++ is used. `#include ` does not define `std::ceil` in libc++.

This bug is triggered if a line ends with a command without a number.

I don't add any test because this crashed for me when I ran the already written unit tests. The crash is in the HAAS unit test when it attempts to...