You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STATUS.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@ Implementing feature trace recording in a pure functional way, also allows us to
13
13
-**Giving Examples for Evaluation**: Our demo complements our evaluation with concrete examples for the inspected edit patterns (Section 5.2) to show that our library is able to reproduce the results of our evaluation.
14
14
Therefore, our demo runs feature trace recording on an instance of each pattern (i.e., a concrete edit matching this pattern).
15
15
16
-
We claim the _Artifacts Available_ badge as we made our artefacts publicly available on [Github][ftrgithub] and [Zenodo][ftrzenodo]. (For now, the Zenodo link points to a reserved doi under which we will publish the artifacts once completed until the deadline at June 4.)
16
+
We claim the _Artifacts Available_ badge as we made our artefacts publicly available on Github (Repository and readme file: [here][ftrgithub], Submission Release: [here][ftrrelease]), and [Zenodo][ftrzenodo].
17
17
18
18
We claim the _Artifacts Evaluated Reusable_ badge as we implemented feature trace recording as a reusable library (see above).
19
19
Furthermore, our library serves as a reference implementation if researchers or practitioners want to reimplement feature trace recording in another programming language.
20
20
21
-
*: One may want to compare the formal model presented in Section 4.2 with [src/feature/recording/DefaultFeatureTraceRecording.hs](src/feature/recording/DefaultFeatureTraceRecording.hs).
21
+
*: One may want to compare the formal model presented in Section 4.2 with [src/feature/recording/DefaultFeatureTraceRecording.hs](https://github.com/pmbittner/FeatureTraceRecording/blob/esecfse21/src/feature/recording/DefaultFeatureTraceRecording.hs).
0 commit comments