change exec_process to execute_process #3

Злито
SlavekB злито 1 комітів з issue/2/exec_process до master 6 роки тому
Ghost прокоментував(ла) 6 роки тому

This should bring back xmms in the game.

Xmms is still provided within Slackware and should be in the next release (Slackware-15.0)

This should bring back xmms in the game. Xmms is still provided within Slackware and should be in the next release (Slackware-15.0)
SlavekB прокоментував(ла) 6 роки тому
Власник

I'm not sure why the XMMS_CLFAGS and XMMS_LIBS variables are set before calling xmms_config? Why are parameters not entered directly in a call? Setting these variables seems to me unnecessary.

I'm not sure why the `XMMS_CLFAGS` and `XMMS_LIBS` variables are set before calling `xmms_config`? Why are parameters not entered directly in a call? Setting these variables seems to me unnecessary.
Ghost прокоментував(ла) 6 роки тому
Автор

either through a variable or within ' ', --cflags and --libs have to be enclosed. I get errors otherwise.

It also works like this:

set( HAVE_XMMS 1 )
EXECUTE_PROCESS( COMMAND ${XMMS_CONFIG} '--cflags' OUTPUT_VARIABLE XMMS_INCLUDES )
EXECUTE_PROCESS( COMMAND ${XMMS_CONFIG} '--libs'   OUTPUT_VARIABLE XMMS_LIBS     )

Do you prefer that way?

either through a variable or within ' ', --cflags and --libs have to be enclosed. I get errors otherwise. It also works like this: ``` set( HAVE_XMMS 1 ) EXECUTE_PROCESS( COMMAND ${XMMS_CONFIG} '--cflags' OUTPUT_VARIABLE XMMS_INCLUDES ) EXECUTE_PROCESS( COMMAND ${XMMS_CONFIG} '--libs' OUTPUT_VARIABLE XMMS_LIBS ) ``` Do you prefer that way?
SlavekB прокоментував(ла) 6 роки тому
Власник

Yes, I prefer this way without variables. Do you make a change in commit?

Note: Do not be afraid to use ammend on an existing patch and then push using --force

Yes, I prefer this way without variables. Do you make a change in commit? Note: Do not be afraid to use ammend on an existing patch and then push using --force
Ghost прокоментував(ла) 6 роки тому
Автор

Ok, I'll have a shot at "ammend" and...and pussssh...

Ok, I'll have a shot at "ammend" and...and pussssh...
MicheleC прокоментував(ла) 6 роки тому
Власник

git push -f origin HEAD 😉

git push -f origin HEAD :wink:
MicheleC прокоментував(ла) 6 роки тому
Власник

if you want to modify your previous commit, do as follow:

  1. create new commit with additional changes

  2. git reset --soft <commit before all your commits>

  3. git commit

This will create a new single commit with all your previous changes.

Then:

git push -f origin HEAD

if you want to modify your previous commit, do as follow: 1) create new commit with additional changes 2) git reset --soft \<commit before all your commits\> 3) git commit This will create a new single commit with all your previous changes. Then: git push -f origin HEAD
Ghost прокоментував(ла) 6 роки тому
Автор

didn't work.
ok, learning the next thousand git cmd is on my TODO list

didn't work. ok, learning the next thousand git cmd is on my TODO list
SlavekB прокоментував(ла) 6 роки тому
Власник

Here are several options:

  1. Make a new commit and then use rebase to squash.
  2. Make new changes, use git add --all and then git commit --amend
  3. Make git reset HEAD~1 and continue as if the previous commit did not exist
Here are several options: 1. Make a new commit and then use rebase to squash. 2. Make new changes, use `git add --all` and then `git commit --amend` 3. Make `git reset HEAD~1` and continue as if the previous commit did not exist
Ghost прокоментував(ла) 6 роки тому
Автор

I've deleted everything, I'm done for today and that shitty git.

I've deleted everything, I'm done for today and that shitty git.
SlavekB прокоментував(ла) 6 роки тому
Власник

Small note: For a branch name, use only the issue number without #. As Gitea tries to parse #number as a reference to issue / pull-request, then using # in the branch name leads to a cyclical link.

Small note: For a branch name, use only the issue number without #. As Gitea tries to parse #number as a reference to issue / pull-request, then using # in the branch name leads to a cyclical link.
SlavekB закрив цей запит на злиття 6 роки тому
SlavekB прокоментував(ла) 6 роки тому
Власник

Merged and pushed upstream.

Merged and pushed upstream.
SlavekB видалена гілка issue/2/exec_process 6 роки тому
SlavekB додав(ла) до R14.0.6 release етапу 6 роки тому
Запит на злиття був влитиий як 2a97cbef31.
Підпишіться щоб приєднатися до обговорення.
Немає рецензентів
Етап відсутній
Немає виконавця
3 учасників
Сповіщення
Дата завершення

Термін виконання не встановлений.

Залежності

No dependencies set.

Reference: TDE/tdenetwork#3
Завантаження…
Тут ще немає жодного змісту.