Skip to content

Commit

Permalink
Unwind variable scoping code in lfe_trans.erl
Browse files Browse the repository at this point in the history
To do this properly will take more work than I am prepared to do
for the moment. Also fixed binary handling in from_bitseg.
  • Loading branch information
rvirding committed Jul 9, 2011
1 parent 9ed99ca commit ed42484
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 190 deletions.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ I will try to make a better fix soon. Sorry about that.
v0.7
----

First version of Query List Comprehensions.

Add access to current macro environment through the variable $ENV
within macros which allows explicit macro expansion.

First version of match-specifiction generator.
First version of match-specification generator.

Add ets/mnesia match patterns to records.

Expand Down
4 changes: 4 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-07-09 Robert Virding <rv@renat.local>

* lfe_trans.erl (from_bitseg): Fix handling of binaries.

2011-07-02 Robert Virding <rv@renat.local>

* lfe_eval.erl (match_binary): Fix handling of binary and pattern
Expand Down
Loading

0 comments on commit ed42484

Please sign in to comment.