Fabian Schiebel

Results 42 comments of Fabian Schiebel

hi @asesidaa, thanks for pointing that out. You are right, the installation is broken again. Can you try whether https://github.com/secure-software-engineering/phasar/tree/f-FixInstallAfterReworkFolderStructure fixes the issue?

Thanks for that observation. For this one I don't have a quick fix^^. We will see what we can do about it

We will look into that

Hi @yurivict, thanks for pointing this out. It indeed seems to be an issue, although I could not reproduce it on my system. Can you check, whether #719 fixes it?

Hi @vulder, thanks for your comments. To answer your questions: > Where do you implement the caching (I might have missed it 😆 ) The caching is implemented in `getAliasSet()`,...

Small update: I have run the IIA on some smaller coreutils and at least there I could not detect any performance impact

Hi @ms-sky, there are several problems in LLVM with exact type matches. Regarding your concrete question I will check for the reasons internally.

Hi @yurivict, we are aware that there are problems with installing dependencies, especially with nlohmann::json. We also have fixed some of these issues recently and merged the fixes into the...

We created the fix *after* releasing v2403. Maybe the maintainers of `devel/phasar` can incorporate it as hotfix

Hi @StamesJames, thank you for your contribution; it looks quite promising. However, when reviewing the code, I realized, there are some issues: - Memory Leaks: You allocate many objects with...