|
|
|
|
|
by em-bee
48 days ago
|
|
it sounds like you are asking a question, but there is no "?" at the end, so i am slightly confused. if it is a question, my answer is no, because the tools i use to read or edit the code are completely distinct from the build tools. what affects the reproducibility is the compiler, and that's the issue with smalltalk. you can't upgrade the IDE without upgrading the compiler. say if i use pharo, and switch to a new version of pharo then i get a new version of smalltalk, and i can't compile my own code in the image with the old version any more. based on that i don't understand how you even enable or test reproducibility in smalltalk. i'd like to learn more about that. (re: vanity. since a while i have wondered how i would go about creating the longest running discussion thread on hackernews. and how long i would be able to keep it going. i think we are off to a good start here. just remember to peek in here once a while to see if there is a response. and if there isn't feel free to poke me by email. (unless we decide that there is nothing to add)) |
|
Do you mean because the IDE and compiler are packaged together, so when you get image' it may contain changes to both?
> … i can't compile my own code in the image with the old version any more.
Do you mean because the image' package has compiler' not the old version?
(Probably an abuse of kindness.)