issues
search
arjan
/
decorator
Function decorators for Elixir
MIT License
385
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add __decorated_functions__ function to modules using the decorator
#54
leggebroten
opened
9 months ago
0
Support OTP 26.x and Elixir 1.15.x in GitHub CI
#53
kianmeng
opened
11 months ago
0
Added a "reflection" function `__decorated_functions__`
#52
leggebroten
closed
9 months ago
0
Group functions by arity
#51
kianmeng
opened
2 years ago
0
Expose function kind in Context
#50
antedeguemon
closed
3 years ago
1
Multiple decorators order
#49
antonmi
opened
3 years ago
0
Unquoting default params results in elixir_locals.ensure_no_undefined_local/3
#48
spencerdcarlson
opened
3 years ago
2
Misc doc changes
#47
kianmeng
closed
3 years ago
1
Move to GH actions
#46
arjan
closed
3 years ago
0
Support `catch` as part of `do`-block
#45
tverlaan
closed
3 years ago
1
Support `catch` as part of `do`-block
#44
tverlaan
closed
3 years ago
0
docs: improve decorate_all documentation
#43
polvalente
closed
3 years ago
1
Return other
#42
garthk
opened
4 years ago
0
Can't issue good compile-time errors re bad arguments
#41
garthk
opened
4 years ago
0
Update decorate.ex
#40
ktec
closed
3 years ago
1
Function result is `[]` when decorating a function head
#39
uesteibar
closed
4 years ago
5
Fix for @decorate_all when function clauses are separated.
#38
whilefalse
closed
4 years ago
1
Can't use other modules macros while using decorator
#37
FrancescoZ
opened
4 years ago
2
Human copyable format
#36
demoj1
closed
5 years ago
1
Can't Mock code used within the decorators
#35
sebastialonso
closed
5 years ago
1
Add an attribute to module to check if it has already been decorated
#34
ryanbjones
closed
5 years ago
1
Using two different decorator modules in the same file creates duplicate functions
#33
ryanbjones
closed
5 years ago
0
[Question] is it possible to stack decorators?
#32
sebastialonso
closed
5 years ago
5
[Question] What to do about used/unused variable warnings?
#31
coladarci
opened
5 years ago
8
Release master
#30
aspett
closed
5 years ago
4
Decorator used with Ecto
#29
ludwikbukowski
opened
6 years ago
3
Decorate_all with custom attribute
#28
ludwikbukowski
closed
6 years ago
2
Decorate function with empty body
#27
ludwikbukowski
closed
6 years ago
1
Fix attribute value usage
#26
arjan
closed
6 years ago
0
Add @decorate_all attribute
#25
arjan
closed
6 years ago
1
Empty body decorate
#24
ludwikbukowski
closed
6 years ago
6
Default decoration for multiple function heads
#23
ludwikbukowski
closed
6 years ago
1
Default decoration for multiple clauses decoration
#22
ludwikbukowski
closed
6 years ago
2
Not working correctly when used for function with different arities
#21
ludwikbukowski
closed
6 years ago
2
Different arities problem
#20
ludwikbukowski
closed
6 years ago
2
Use decoration for function with empty head
#19
ludwikbukowski
closed
6 years ago
1
Not working correctly when used with function head without body
#18
ludwikbukowski
closed
6 years ago
2
Update README.md
#17
Tsuyoshi84
closed
6 years ago
0
Add a `@decorate_all` attribute which decorates every function in mod
#16
aspett
closed
6 years ago
3
[Question] How to decorate all functions in a module?
#15
aspett
closed
6 years ago
5
Use __info__(:functions) instead of :exports
#14
jeffkreeftmeijer
closed
6 years ago
2
Decorator is not compatible with `@impl` directive introduced in Elixir 1.5
#13
samsondav
closed
5 years ago
4
OTP 20 / Elixir 1.5.0-rc.0 Rescue Emits Compiler Warning
#12
asummers
closed
6 years ago
4
Elixir 1.5 Errors
#11
asummers
closed
7 years ago
4
Splits tests into several files.
#10
sobolevn
closed
7 years ago
1
separate tests and helper modules
#9
sobolevn
closed
7 years ago
1
Updates README.md with svg icon
#8
sobolevn
closed
7 years ago
1
Internals refactoring
#7
arjan
closed
7 years ago
1
Imperative form?
#6
arjan
closed
8 years ago
3
Workaround to silence module attribute warning
#5
vic
closed
8 years ago
6
Next