Commit 283d466
committed
Revert "local refactorings: looks for the innermost scope"
This reverts commit 9cea4e7.
Revert "return on error and report back the error message"
This reverts commit b8802f3.
Revert "simplify the refactoring logic"
This reverts commit df13448.
Revert "simpler returns"
This reverts commit 75e2592.
Revert "local refactor only on the current scope"
This reverts commit 486b619.
Revert "improve toplevel binding detection logic"
This reverts commit 517d645.
Revert "handle non-writable case"
This reverts commit df93c72.
Revert "improve parent module detection logic"
This reverts commit be7c0d3.
Revert "handle entrypath for Main module gracefully"
This reverts commit 39392af.
Revert "add goto uri 🎉"
This reverts commit 6f84942.
Revert "organize description"
This reverts commit d746383.
Revert "global refactor only from its definition"
This reverts commit e4d7ee4.
Revert "moar docs"
This reverts commit bf977e5.
Revert "create uri utilities"
This reverts commit 713312a.
Revert "even better messaging"
This reverts commit 4682c11.
Revert "jumpable global rename refactor information"
This reverts commit e618a16.
Revert "add more methods for get utilities"
This reverts commit 79bd617.
Revert "better messaging & suppress field renaming"
This reverts commit abbb84c.
Revert "global refactoring"
This reverts commit e2da219.
Revert "local refactoring"
This reverts commit 65826db.
Date: Wed Oct 23 19:43:30 2019 +0900
Changes to be committed:
modified: src/Atom.jl
modified: src/completions.jl
deleted: src/docs.jl
modified: src/refactor.jl
modified: src/utils.jl
modified: test/goto.jl
1 parent 9cea4e7 commit 283d466
6 files changed
Lines changed: 22 additions & 327 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
This file was deleted.
0 commit comments