issues
search
scgilardi
/
slingshot
Enhanced try and throw for Clojure leveraging Clojure's capabilities
654
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Only throw Exceptions, not Throwables
#60
whilo
opened
7 months ago
0
Question about the current Slingshot development status
#59
marksto
opened
8 months ago
0
Tests fail in 1.8.0+
#58
NoahTheDuke
opened
1 year ago
1
Release 0.12.2 introduces breaking changes in `ex-data` behavior
#57
vedang
opened
2 years ago
0
We have CLJS support!
#56
alexandergunnarson
opened
8 years ago
5
Suppress 'and' clause in keyword catch clause.
#55
jbouwman
closed
5 years ago
5
Suppress 'and' clause in keyword catch clause.
#54
jbouwman
closed
8 years ago
2
else and finally blocks example
#53
Kungi
opened
9 years ago
0
Non-slingshot exceptions with slingshot causes are being ignored in try+/catch block
#52
aboytsov
opened
9 years ago
1
Add a Gitter chat badge to README.md
#51
gitter-badger
closed
9 years ago
0
how to set the :cause key for throw+
#50
murtaza52
opened
9 years ago
1
"continue" functionality
#49
pjlegato
opened
10 years ago
1
provide optional argument to throw+ to allow specifying the cause explicitly, addresses issue #29
#48
scgilardi
closed
10 years ago
2
Issue 35
#47
scgilardi
closed
10 years ago
1
make "catch anything" case clearer with additional selector syntax (Issue 24)
#46
scgilardi
opened
10 years ago
2
use a size 1 boolean array as a mutable cell
#45
scgilardi
closed
10 years ago
1
Stop capturing locals
#44
scgilardi
closed
10 years ago
1
Clojurescript Support
#43
wilkerlucio
opened
10 years ago
5
Please sign artifacts
#42
technomancy
closed
10 years ago
2
Add type hint to exception variable in the class selector case
#41
pjstadig
closed
10 years ago
1
Added :license to project.clj.
#40
wiseman
closed
10 years ago
1
Refine try+ parsing and finally generation
#39
scgilardi
closed
10 years ago
1
Fix for 1.6
#38
pjstadig
closed
10 years ago
0
strange try+ reflection warnings (0.10.3)
#37
martintrojer
closed
10 years ago
1
when try+ expands it captures too much
#36
pjstadig
closed
10 years ago
3
Compatibility with raw ExceptionInfo objects
#35
gfredericks
closed
10 years ago
3
add try+/else
#34
dlowe
closed
10 years ago
10
Syntax highlight clojure examples in Readme
#33
josephwilk
closed
10 years ago
0
Feature/fix import
#32
hugoduncan
closed
11 years ago
0
Rethrowing exceptions with more data
#31
senior
opened
12 years ago
0
throw+ in try+/catch does not throw new object
#30
spoon16
closed
11 years ago
1
Provide a simple means of adding a cause exception in throw+
#29
hugoduncan
closed
10 years ago
1
throw+ from a delay in Clojure 1.4 results in cleared locals on future deref attempts
#28
charles-dyfis-net
closed
10 years ago
2
:url key missing in project.clj
#27
uvtc
closed
12 years ago
1
Slightly simplify implementation of `throw+`.
#26
amalloy
closed
12 years ago
0
Argument to throw+ is ignored within catch forms
#25
raek
closed
12 years ago
2
Catching all exceptions: unexpected behavior
#24
jwr
opened
12 years ago
6
generalize key-value selector to any number of keys and values
#23
scgilardi
closed
12 years ago
0
handle anaphoric % substitution with let rather than replace-all
#22
scgilardi
closed
12 years ago
1
Facilatate writing clojure.core.test tests for slingshot exceptions
#21
hugoduncan
closed
12 years ago
3
fn literals are not allowed as predicates in catch
#20
arohner
closed
12 years ago
4
throw+ with format style arguments leads to suprising behavior
#19
hugoduncan
closed
12 years ago
4
Eliminate Reflection Warnings
#18
ath
closed
12 years ago
2
add passwords to artifacts server
#17
arohner
closed
12 years ago
1
Fixed a reflection warning.
#16
millettjon
closed
12 years ago
1
Allow % that didn't go through macroexpand; test.
#15
S11001001
closed
13 years ago
1
% clause (outside `) throws when compiling
#14
S11001001
closed
13 years ago
1
Automatically set the cause on the Stone exception object
#13
hugoduncan
closed
13 years ago
1
add short-hand for (= (get % <key>) <val>) selector form: [<key> <val>]
#12
scgilardi
closed
13 years ago
1
Unable to resolve symbol throw+ in this context
#11
AlexBaranosky
closed
13 years ago
2
Next