Commit 8a49ce6
CLJS-1737: Self-host: clojure alias implicit macro use regression
When checking for clojure.* -> cljs.* cases in `get-expander-ns`, we
want NS resolution to return nil if it can't resolve either the macros
NS or the NS alias. `resolve-macro-ns-alias` and `resolve-ns-alias` need
to be tweaked to return nil in this case.1 parent 4218670 commit 8a49ce6
File tree
2 files changed
+19
-9
lines changed- src
- main/clojure/cljs
- test/cljs/cljs
2 files changed
+19
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
700 | 706 | | |
701 | 707 | | |
702 | 708 | | |
| |||
2574 | 2580 | | |
2575 | 2581 | | |
2576 | 2582 | | |
2577 | | - | |
2578 | | - | |
| 2583 | + | |
| 2584 | + | |
2579 | 2585 | | |
2580 | 2586 | | |
2581 | 2587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments