Movback: Added support window resizing #160

Merged
mxlgv merged 2 commits from update-movback into main 2025-03-17 23:08:03 +01:00
Member

Movback: Deleted trunk dir. Added support window resizing.

Movback: Deleted trunk dir. Added support window resizing.
IgorA added 2 commits 2025-03-16 23:46:29 +01:00
Movback: Added support window resizing
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 1m9s
Build system / Build (pull_request) Successful in 7m38s
5a907e131b
dunkaist reviewed 2025-03-17 00:55:15 +01:00
@@ -0,0 +17,4 @@
CODE
mcall SF_SYS_MISC,SSF_HEAP_INIT
Owner

This file uses spaces for indentation. You added tabs. Mixing tabs and spaces in one file is bad. Please, keep the indentation style used in the file, i.e. spaces. Thank you.

This file uses spaces for indentation. You added tabs. Mixing tabs and spaces in one file is bad. Please, keep the indentation style used in the file, i.e. spaces. Thank you.
Author
Member

add tabs

add tabs
Owner

I see two issues here

  1. Your patch changes the whole file now, which is not necessary.
  2. You converted the existing indent style to what you like with no reason. What if the next developer prefers spaces over tabs, should they replace all the tabs with spaces again? The rule of thumb is as follows: if you are the main developer of a program or a maintainer, use the style you like; if you are an occasional contributor to the program, follow the existing style.

Having said that, if @mxlgv is ok with this change, I am ok too.

I see two issues here 1. Your patch changes the whole file now, which is not necessary. 2. You converted the existing indent style to what you like with no reason. What if the next developer prefers spaces over tabs, should they replace all the tabs with spaces again? The rule of thumb is as follows: if you are the main developer of a program or a maintainer, use the style you like; if you are an occasional contributor to the program, follow the existing style. Having said that, if @mxlgv is ok with this change, I am ok too.
Owner

I think @dunkaist is right. The fewer visual changes the better if it does not concern functionality. But unfortunately we do not have requirements for the style of the source code (

I think @dunkaist is right. The fewer visual changes the better if it does not concern functionality. But unfortunately we do not have requirements for the style of the source code (
dunkaist reviewed 2025-03-17 01:03:58 +01:00
Owner

You removed this include directive, but the file 'lang.inc' is still generated in Tupfile.lua. Please, change the two last lines in Tupfile.lua with the following one:
tup.rule("movback.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "movback")

You removed this include directive, but the file 'lang.inc' is still generated in Tupfile.lua. Please, change the two last lines in Tupfile.lua with the following one: `tup.rule("movback.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "movback")`
Author
Member

fix Tupfile.lua

fix Tupfile.lua
Owner

Thank you

Thank you
mxlgv added the
PR
Request changes
label 2025-03-17 08:09:55 +01:00
mxlgv changed title from update-movback to Movback: Added support window resizing 2025-03-17 08:26:51 +01:00
mxlgv requested review from mxlgv 2025-03-17 17:31:43 +01:00
mxlgv requested changes 2025-03-17 17:32:52 +01:00
Dismissed
mxlgv left a comment
Owner

Please correct the PR as requested by the reviewer.

Please correct the PR as requested by the reviewer.
IgorA force-pushed update-movback from 5a907e131b to 34093cd781 2025-03-17 17:59:17 +01:00 Compare
IgorA force-pushed update-movback from 34093cd781 to 49a67600fb 2025-03-17 18:05:44 +01:00 Compare
IgorA force-pushed update-movback from 49a67600fb to d7d1a95215 2025-03-17 20:51:00 +01:00 Compare
dunkaist approved these changes 2025-03-17 21:03:49 +01:00
Dismissed
mxlgv approved these changes 2025-03-17 22:23:14 +01:00
Dismissed
mxlgv added
PR
Ready to merge
and removed
PR
Request changes
labels 2025-03-17 22:23:24 +01:00
mxlgv force-pushed update-movback from d7d1a95215 to 63cd6f0ac8 2025-03-17 22:31:49 +01:00 Compare
mxlgv dismissed dunkaist’s review 2025-03-17 22:31:50 +01:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

mxlgv dismissed mxlgv’s review 2025-03-17 22:31:50 +01:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

mxlgv scheduled this pull request to auto merge when all checks succeed 2025-03-17 22:32:15 +01:00
mxlgv approved these changes 2025-03-17 23:07:54 +01:00
mxlgv merged commit 63cd6f0ac8 into main 2025-03-17 23:08:03 +01:00
Sign in to join this conversation.
No Reviewers
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#160
No description provided.