Commit 1c1eef9
Ensure
Hi,
can you please review patch to merge the `attr-map?` and the metadata in
`defn` using a `loop` rather than `conj`. It addresses #1186.
The previous `conj` operation was return in a list rather than a map.
This also appears to be the likely cause why the `:decorators` meta key
didn't work when passed in as `defn` metadata in `defasync`.
I've updated the test suite for the same.
Thanks
Co-authored-by: ikappaki <[email protected]>
Co-authored-by: Chris Rink <[email protected]>defn metadata are always preserved as a map (#1187)1 parent f81b7b6 commit 1c1eef9
File tree
3 files changed
+22
-2
lines changed- src/basilisp
- tests/basilisp
3 files changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
83 | 100 | | |
84 | 101 | | |
85 | 102 | | |
| |||
0 commit comments