Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Differential D5165
change mapping status from boolean to enum TG1999 on Mar 1 2021, 11:09 AM. Authored by
Details
Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D5165 (id=18474)Rebasing onto 89092343ee... Current branch diff-target is up to date. Changes applied before testcommit bb5cbd0b6d25a1d88b1304f33697f87f19d3ffbb Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Mon Mar 1 15:38:14 2021 +0530 change mapping status from boolean to enum Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> See https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/117/ for more details. Comment Actions Build is green Patch application report for D5165 (id=18477)Rebasing onto 89092343ee... Current branch diff-target is up to date. Changes applied before testcommit 4a651b73c259cc92bbaaa698107a50fd080225ad Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Mon Mar 1 16:11:19 2021 +0530 change mapping status from boolean to enum Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> See https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/118/ for more details.
Comment Actions Good idea, I like it. A few comments:
Comment Actions Build has FAILED Patch application report for D5165 (id=18517)Rebasing onto 89092343ee... Current branch diff-target is up to date. Changes applied before testcommit fd948ce7cbf00b820d2a2f0556bc4c9771a34589 Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Tue Mar 2 15:06:20 2021 +0530 Change Mapping Status From Boolean To Enum Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> Link to build: https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/119/
Comment Actions Build has FAILED Patch application report for D5165 (id=18530)Rebasing onto 89092343ee... Current branch diff-target is up to date. Changes applied before testcommit b8711b141781aaba5ee2d96a86c48c6989d66c07 Author: Tushar Goel <tushar.goel.dav@gmail.com> Date: Tue Mar 2 19:32:41 2021 +0530 Change Mapping Status From Boolean To Enum Currently boolean is used for checking mapping status of a row, instead of boolean type use named class which have 3 types mapped, unmapped and ignore Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> Link to build: https://jenkins.softwareheritage.org/job/DMFCD/job/tests-on-diff/120/ |