Every so often, some of the tracks I’m in will go to the top of the list from being “last touched” even though I haven’t touched it in ages.
I only touched the C# track once a couple of days ago to see how an exercise was implemented.
This isn’t the first time this has happened, I didn’t think much of it before but I’m reporting it just in case it’s a symptom of a bigger bug. I won’t touch the C# track, since I’m assuming you can view some sort of log to see what the “activity” was.
This also happened on the Clojure track for me, 17 days ago. I only tried Clojure once last year (probably for 48in24 but my memory is too fried to remember).
I checked my recent activity now, because I saw your post and sure enough I can see the same thing. I’ve got 8th and c# that show recent activity form today, but I haven’t touched either track in months. @iHiD any clues?
It is because of some upgrades on the track. For example, if a maintainer update some existing exercises the system runs automated tests on this exercises.
If that’s the case then sure, I don’t see any updates to C# that correspond to that but maybe it was just deployed. I only have Hello World solved in C#, so it must have been running tests on that
And the [exercise].csproj file is listed as an “invalidator”; meaning changes to that file invalidate the existing test results and the exercise must be retested.
I have pointed-outthis behaviour before, and I agree that it’s mildly annoying.