Description: Convutils updating by Bart (active) Revisions in this set 8c5bc91855dcdb1812d0d8ad851e1eef92047187 commit 8c5bc91855dcdb1812d0d8ad851e1eef92047187 Author: florian Date: Mon Jun 20 22:42:42 2022 +0200 + tests for convutils unit by Bart B, resolves #39793 M tests/Makefile M tests/Makefile.fpc ================================================================ (inactive) Revisions in this set 7ddeaa54c0e5f112df0d24ee6f718e8b2d43da2d,18c0a0eebe5001f3ad5936f6f74eb816e35947ff,3c4f1c454f7fa720e14dd7e9fe2a5d9c53b79a01,3751958a32e2446b410fb94e09fe136fce538fe8,7da3e17571b49af62db85185272b4284df90c7bd,7886233b0ee033daa47f3a843e1c58664c20d1ed,167f434e84b212e94d88ab6beb5256876b45525d,f2c8018f9bdd78f0a7a6e7ef16b235fb81ec01bb,b0b034805c46a889fdff9ec989560ff97e31a130,330b0b11575e4ddccc687708b8a3d4d70a5d4ac4,0cc00b355ccdf38ff61e21c1ae7cd666ef781026,480199a7d974b23fb1b790079cb206bad7d4829f,a4d8d2c2108fb83b489d2fa0ab03177c11b6395c,160c5a3d39089b4205c8eecc47d3707d2b00b1fa,3ef7fedfec87ad663a98ea197f5fade1034bc052,e6d0b9510b23e42bf15871224652f465b198e395,53623d71841b1acd4676a27dff1bf4948d24f111,b2ad1d3efd85f162b1180914ceee8f47ae9887c5,ecb4a0abca5e7d187e7e6ef2a593918d29d61115,df8a3ab009c9675d297c9723ea846fbdd8b5e60e,98d297cf54f795967dca33cd43b14d5c006979c4,ff3f183eb2b6c00a9cb0a49b6b6635beb44c312d commit 7ddeaa54c0e5f112df0d24ee6f718e8b2d43da2d Author: marcoonthegit Date: Sun Jun 5 18:51:52 2022 +0200 * patch from Bart to fix convutils temperature fix. M packages/rtl-objpas/src/inc/convutil.inc M packages/rtl-objpas/src/inc/stdconvs.pp commit 18c0a0eebe5001f3ad5936f6f74eb816e35947ff Author: marcoonthegit Date: Mon Jun 6 17:19:49 2022 +0200 * * commit convertfrom/to fixes from bug #39764 and #39765 M packages/rtl-objpas/src/inc/convutil.inc --- commit 3c4f1c454f7fa720e14dd7e9fe2a5d9c53b79a01 Author: marcoonthegit Date: Mon Jun 6 17:20:51 2022 +0200 * commit weird temperature scale conversion bug #39763 M packages/rtl-objpas/src/inc/stdconvs.pp --- commit 3751958a32e2446b410fb94e09fe136fce538fe8 Author: marcoonthegit Date: Mon Jun 6 17:28:31 2022 +0200 * Fix not setting result in ConvUtils.RegisterConversionType mantis #39767 M packages/rtl-objpas/src/inc/convutil.inc --- commit 7da3e17571b49af62db85185272b4284df90c7bd Author: marcoonthegit Date: Mon Jun 6 23:05:02 2022 +0200 * Implement ConvUtils.ConvUnitCompareValue and ConvUtils.ConvUnitSameValue bug #39768 M packages/rtl-objpas/src/inc/convutil.inc --- commit 7886233b0ee033daa47f3a843e1c58664c20d1ed Author: marcoonthegit Date: Mon Jun 6 23:10:14 2022 +0200 * Implement ConvUnitAdd, ConvUnitDiff, ConvUnitInc and ConvUnitDec bug #39769 M packages/rtl-objpas/src/inc/convutil.inc --- commit 167f434e84b212e94d88ab6beb5256876b45525d Author: marcoonthegit Date: Mon Jun 6 23:12:05 2022 +0200 * Implement CompatibleConversionType and CompatibleConversionType for ConvUtils unit bug #39770 M packages/rtl-objpas/src/inc/convutil.inc --- commit f2c8018f9bdd78f0a7a6e7ef16b235fb81ec01bb Author: marcoonthegit Date: Mon Jun 6 23:13:27 2022 +0200 * Add some Delphi compatibel constants to the ConvUtils unit bug 39771 M packages/rtl-objpas/src/inc/convutil.inc --- commit b0b034805c46a889fdff9ec989560ff97e31a130 Author: marcoonthegit Date: Fri Jun 10 10:38:14 2022 +0200 * Implements some more Delphi compatible functions in ConvUtils unit, resolves bug #39773 M packages/rtl-objpas/src/inc/convutil.inc --- commit 330b0b11575e4ddccc687708b8a3d4d70a5d4ac4 Author: marcoonthegit Date: Fri Jun 10 10:41:54 2022 +0200 * Fix for ConvUtils.CompatibleConversionTypes by Bart, resolves bug #39775 M packages/rtl-objpas/src/inc/convutil.inc --- commit 0cc00b355ccdf38ff61e21c1ae7cd666ef781026 Author: Michaël Van Canneyt Date: Sat Jun 11 11:47:35 2022 +0200 * Fix by Bart to fix conversion to temperature. Fix issue 39776 M packages/rtl-objpas/src/inc/convutil.inc M rtl/objpas/rtlconst.inc --- commit 480199a7d974b23fb1b790079cb206bad7d4829f Author: Michaël Van Canneyt Date: Mon Jun 13 10:10:36 2022 +0200 * Patch from Bart, Fix issue #39778 M packages/rtl-objpas/src/inc/convutil.inc --- commit a4d8d2c2108fb83b489d2fa0ab03177c11b6395c Author: Michaël Van Canneyt Date: Sun Jun 19 16:53:58 2022 +0200 * Fix from Bart for unregistering out of range families. Fix issue 39791 M packages/rtl-objpas/src/inc/convutil.inc --- commit 160c5a3d39089b4205c8eecc47d3707d2b00b1fa Author: florian Date: Wed Jun 22 22:18:02 2022 +0200 * patch by Bart B: Fix for TryStrToConvUnit in ConvUtils unit, resolves #39797 M packages/rtl-objpas/src/inc/convutil.inc --- commit 3ef7fedfec87ad663a98ea197f5fade1034bc052 Author: florian Date: Fri Jun 24 22:33:27 2022 +0200 + forgotten test file added A tests/test/units/convutils/tconv1.pp --- commit e6d0b9510b23e42bf15871224652f465b198e395 Author: Michaël Van Canneyt Date: Sat Jun 25 01:38:02 2022 +0200 * Patch from Bart, fixes issue #39801 M packages/rtl-objpas/src/inc/convutil.inc --- commit 53623d71841b1acd4676a27dff1bf4948d24f111 Author: Michaël Van Canneyt Date: Sat Jun 25 12:48:10 2022 +0200 * Fix test regressions M packages/rtl-objpas/src/inc/convutil.inc M tests/test/units/convutils/tconv1.pp --- commit b2ad1d3efd85f162b1180914ceee8f47ae9887c5 Author: Michaël Van Canneyt Date: Sat Jun 25 14:33:33 2022 +0200 * Patch from Bart. Fix for issue #39797 M packages/rtl-objpas/src/inc/convutil.inc M rtl/objpas/rtlconst.inc M tests/test/units/convutils/tconv1.pp --- commit ecb4a0abca5e7d187e7e6ef2a593918d29d61115 Author: Michaël Van Canneyt Date: Sat Jun 25 14:49:44 2022 +0200 * Restore display of exception type. fix issue #39811 M tests/test/units/convutils/tconv1.pp --- commit df8a3ab009c9675d297c9723ea846fbdd8b5e60e Author: Michaël Van Canneyt Date: Sat Jun 25 17:15:52 2022 +0200 * Fix from bart removing extra constants. Fix issue #39812 M packages/rtl-objpas/src/inc/convutil.inc --- commit 98d297cf54f795967dca33cd43b14d5c006979c4 Author: florian Date: Sun Jun 26 22:26:16 2022 +0200 * patch by Bart B to refactor ConvUtils (no functional changes), resolves #39813 M packages/rtl-objpas/src/inc/convutil.inc --- commit ff3f183eb2b6c00a9cb0a49b6b6635beb44c312d Author: Michaël Van Canneyt Date: Sat Jul 2 13:05:00 2022 +0200 * Patch from Bart to remove unneeded test M tests/test/units/convutils/tconv1.pp ---