libunwind feature branch ready for testing

libunwind feature branch ready for testing

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
MajBoredom
Posts: 17
Joined: 24 Nov 2013, 09:14

libunwind feature branch ready for testing

Post by MajBoredom »

If you run linux and you'd like to try the new libunwind integration, it can produce nicer + more precise stack traces for you during your testing. You just need to have the libunwind library installed, then clone + build the following git repo:

https://github.com/MajBoredom/spring

It is in the "threadtrace" branch, based on 96.0.
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: libunwind feature branch ready for testing

Post by abma »

testing happens in the develop branch... can you merge my pull request please?

https://github.com/MajBoredom/spring/pull/1


fyi: you easily can test many stuff with:
/cheat
/give all
/give all 1
or
/cheat
/crash
i wrote this already in lobby, but for the reference again:

there is really no need to develop on the master branch. its very difficult to merge the changes into the master branch because of merge conflicts, also its very error-prone. for new stuff please always use the develop branch, never the master branch! in current state the changes won't / can't be merged. also i refuse to test it as the difference between develop and master branch is way to big! the output of git diff / gitk / ... for reviewing the code changes is useless atm.
Post Reply

Return to “Engine”