-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with ARM CPUs #6
Comments
I generally believe cross compatibility at this stage is technical debt but I'm open for counter arguments, I'll leave this issue open |
I think that adding support for fairly different platforms after a stable release will require a fair bit of redesign. It also means less testers and contributors who execute programs on ARMv7-A and AArch64 (for example), which are still very popular architectures. |
Waiting until intentrace is stable mainly refers to driving intentrace towards feature parity with strace in addition to other intentrace specific goals, figuring out pitfalls and accumulating wisdom once rather N times per architecture is sort of a preventive measure against potential development fatigue on my end. Fully supporting x86-64 would act as a testing grounds for correctness. Allowing cross-compatibility PRs at a point where intentrace doesn't support basic features like syscall filtering seems unwise, while those are orthogonal concerns it serves as an example of how intentrace is not that mature at the moment. My original timeline was for intentrace to achieve all of this before April, however, a few events have happened in the real world that contributed to the current commit drought. Mostly me being busy. |
If supporting multiple architectures initially would potentially lead you to fatigue, then forget what I said and continue developing as you see fit. Even if a redesign turns out to be necessary later, it's better to do it with motivation, than with a tired mind.
Sure.
From a user perspective, I agree that cross-architecture support is orthogonal. However, I think cross-architecture support can affect the technical design so much that it is not orthogonal from an implementation perspective.
Giving people deadlines is a dangerous thing to do. I think remaining motivated in development is a more sane goal to aim for, and stability and additional features will come naturally. Thank you for your efforts, and for sharing your work with the community! |
Currently, the build fails with lots of errors like:
Edit: Just noticed this in your readme
I guess this can be considered a tracking issue then. We'll see how many potential users chime in.
Note, we found this while packaging intentrace for nixpkgs/NixOS: NixOS/nixpkgs#354843
The text was updated successfully, but these errors were encountered: