Skip to main content

Timeline for Memory isolation autochecker

Current License: CC BY-SA 4.0

10 events
when toggle format what by license comment
Dec 10, 2020 at 23:24 vote accept Daniel
Dec 10, 2020 at 23:24
Dec 9, 2020 at 8:28 comment added Daniel Huber I am glad you found a solution despite some obstacles.
Dec 9, 2020 at 3:56 vote accept Daniel
Dec 9, 2020 at 19:39
Dec 9, 2020 at 3:56 comment added Daniel It looks like this will work for me after some modifications, thanks!
Dec 9, 2020 at 2:48 vote accept Daniel
Dec 9, 2020 at 2:49
Dec 8, 2020 at 14:30 comment added Daniel Huber It is so easy to fool oneself!
Dec 8, 2020 at 12:14 comment added Szabolcs That's because of the ; after the Names call :-) You suppressed the output by accident.
Dec 8, 2020 at 11:30 comment added Daniel Huber Try:f[x_]= Module[{a}, x]; Names["Global`*"]; I can't see any "a"
Dec 8, 2020 at 10:43 comment added Szabolcs This is not correct. Module[{a=0}, 1] creates the symbol a in the Global context. It does not assign any value to it, but it creates the symbol.
Dec 8, 2020 at 8:46 history answered Daniel Huber CC BY-SA 4.0