PT-163063316 Interface to sophia #500
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "interface-to-sophia"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Clean up the interface to the sophia compiler.
PT-163063316
Created by: hanssv
Review: Approved
I think it looks fine
Created by: hanssv
Review: Commented
Formatting is a bit off... Aeternity code seems to have a space after a
,
I know, but I don't like a space after
,
inside a data structure, only between arguments and in the body of a function 😉Created by: UlfNorell
Why not just
FileName = Name
? The current code replaces any existing extension in the filename by.aes
which is not the most intuitive behaviour.Created by: UlfNorell
Review: Approved
I have just assumed that
.aes
is the default sophia file extension. An addition of this is done in the epoch tests. And I just feel it is reasonable to have a default extension.Merged by: rvirding at 2019-01-25 15:20:39 UTC
Created by: UlfNorell
This isn't just having a default extension though. If I try to compile a file
mycontract.sophia
it tries to readmycontract.aes
.