11
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 17, 2024 — Sep 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use coll? instead of seq? for arglist verification More... over 16 years ago
only calculate indent for arglists when it's a proper arg More... over 16 years ago
fix bug with compile file and infinite exception loop More... over 16 years ago
only use paredit keys when paredit exists More... over 16 years ago
add (swank.loader/clean-up) to remove old compiled versions More... over 16 years ago
add compilation to speed up load, version detection probably needs work More... over 16 years ago
change some def to defonce to make swank reloadable (needed for compiling) More... over 16 years ago
fix getURLs to be type friendly in path lookup More... over 16 years ago
remove unused functions from indent More... over 16 years ago
update contrib c-p-c to be lazy-seq compat More... over 16 years ago
more indent cleanup, fixes some missed issues with lazier seqs while at More... over 16 years ago
second pass at support for lazier seqs and cleaned up indent code a little. More... over 16 years ago
first pass at lazier seq support, contribs are still broken so those need to be disabled More... over 16 years ago
slime now sending additional argument to compile-file-for-emacs More... over 16 years ago
Adjust regexp in swank-clojure-find-package to find ns sexps with newlines. More... over 16 years ago
fix find package, patch by Bill Clementson More... over 16 years ago
clojure.lang.RT ROOT_CLASSLOADER no longer public, used getter instead More... over 16 years ago
more correct create-repl More... over 16 years ago
create-repl stub until create-repl is fleshed out in slime More... over 16 years ago
Switch order of find paths back, files located in proper namespace path take precedence More... over 16 years ago
add close-socket to sockets lib (patch by Craig McDaniel) More... over 16 years ago
add type hints to remove reflection warnings More... over 16 years ago
move swank to no longer be top level More... over 16 years ago
Fix clojure static method calls (r1158), patch by Feng More... almost 17 years ago
Enable slime-interrupt to stop the most recent worker thread. More... almost 17 years ago
paredit now uses a different function for curly braces. More... almost 17 years ago
Now use clojure.main instead of clojure.lang.Repl and added swank-clojure-init-files setting. More... almost 17 years ago
switch order of definition find paths, patch by Bill Clementson More... almost 17 years ago
ignore print length except for write-string More... almost 17 years ago
do not truncate print-length / print-level when passing data, only when writing data to repl More... almost 17 years ago