Skip to content

Commit b15e079

Browse files
authored
Update link to last known work on the lowerer (#97)
Updates README with a link to last lowerer proto (circa 2019), since the branch has been deleted on julia . It resolves directly to the last known change / cumulative known work on the lowerer
1 parent b08eee2 commit b15e079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ Here's a few links to relevant Julia issues.
821821
#### Lowering
822822

823823
* A partial implementation of lowering in Julia https://github.com/JuliaLang/julia/pull/32201
824-
some of this should be ported.
824+
some of this should be ported. (Last commit at https://github.com/JuliaLang/julia/tree/df61138fcf97d03dcbbba10e962571af9700db56/ )
825825
* The closure capture problem https://github.com/JuliaLang/julia/issues/15276
826826
would be interesting to see whether we can tackle some of the harder cases in
827827
a new implementation.

0 commit comments

Comments
 (0)