Closed
Bug 449277
Opened 18 years ago
Closed 18 years ago
abcencode/abcdecode doesn't round trip
Categories
(Tamarin Graveyard :: Self-hosting compiler (ESC), defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jodyer, Unassigned)
Details
Attachments
(1 file)
|
10.38 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
I want to do something like this
cd ./esc/build
make
./esc.sh t.es ; for some t.es
shell t.es.abc ; with shell in path
./abcencode.sh t.es
cat t.es.asm
./abcdecode.sh t.es
shell t.es.abc
and have the final .abc match the original .abc and the intermediate .asm represent the program in a json encoded text format. Code for this purpose exists but doesn't compile due to code creep elsewhere.
Attachment #332413 -
Flags: review?(lhansen)
Comment 1•18 years ago
|
||
Comment on attachment 332413 [details] [diff] [review]
fix
Presumably test/t.es should not even be in the repository.
Attachment #332413 -
Flags: review?(lhansen) → review+
removed t.es
fix committed 6912a034799a
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•