Neil Lindquist

Results 31 comments of Neil Lindquist

I noticed that asdf 3.3.0 changed to throw a `missing-dependency` error when missing a defsystem dependency. So, I combine that with the idea behind #122 of moving `(compute-load-strategy name)` inside...

I also ran into this issue and was able to fix it by upgrading `make`. The libflame makefile uses the [file function](https://www.gnu.org/software/make/manual/html_node/File-Function.html#File-Function), but that wasn't added to GNU make until...

Currently, if you select the entire macrolet form and use the "Macroexpand All" command, it will expand the locally defined macros. The command is available in both the Packages menu...

I started working on extending this to include more inspection functionality. Should that be included in this pull request, or should it get a separate pull request? The code for...

I've gotten the additional functionality working nicely. So, all in total this adds: * backtraces (as mentioned before) * information and actions for each stack frame including * local variables...

I rebased this onto master and everything still appears to be working.

Atom-Slime isn't currently being maintained. You should use the [SLIMA](https://atom.io/packages/slima) fork instead (note that you'll need to uninstall atom-slime first). If this bug is in SLIMA too, please [raise an...

There hasn't been a release since it the fix was added to master. Atom's developer tools can be used to run the development version of Atom-Slime.

I wanted to talk about it once more before taking a step that drastic. @sjlevine about 5 months ago, you said you would have "some time in a few months...

So, atom-slime isn't currently actively maintained. I'm noticing that you have both atom-slime and SLIMA installed; I should probably document it better but because SLIMA is a fork of atom-slime...