[mapguide-commits] r9801 - sandbox/jng/vanilla_swig/Bindings

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Nov 20 07:56:48 PST 2020


Author: jng
Date: 2020-11-20 07:56:48 -0800 (Fri, 20 Nov 2020)
New Revision: 9801

Modified:
   sandbox/jng/vanilla_swig/Bindings/TODO.txt
Log:
Confirmed that the .net/java bindings still generate, build and test passing after upgrading to SWIG 4.0.2

Modified: sandbox/jng/vanilla_swig/Bindings/TODO.txt
===================================================================
--- sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-20 15:14:01 UTC (rev 9800)
+++ sandbox/jng/vanilla_swig/Bindings/TODO.txt	2020-11-20 15:56:48 UTC (rev 9801)
@@ -11,7 +11,7 @@
    - [x] Add .targets files to each C# project so that native dlls are copied properly when consumed by legacy .net framework applications/libraries
    - [x] Consolidate TestCommon and TestMapGuideApi .net projects to unified netstandard2.0 libraries
    - [x] Tidy mg_exception_callback to no longer take an exception class name argument (it is no longer used or necessary)
-   - [ ] Add sanity test for all class ids generated by ClassMapGen
+   - [x] Add sanity test for all class ids generated by ClassMapGen
    - Either
       - ( ) Add CentOS 6 Dockerfile that
         - Install SWIG and common libs tarball (from docker build system)
@@ -37,7 +37,7 @@
    - [ ] Running javadoc against the generated sources produces many errors. See if we can fix them
    - [x] Verify test suite still passes (Windows)
    - [ ] Verify test suite still passes (Linux)
- - Migrate to SWIG 4.0.2 (https://github.com/jumpinjackie/mapguide-api-bindings/issues/36)
+ - [x] Migrate to SWIG 4.0.2 (https://github.com/jumpinjackie/mapguide-api-bindings/issues/36)
    - [ ] Check if we can get rid of custom .net wstring marshaler (presumably SWIG 4.0 has better support in this area)
  - PHP 7 binding (https://github.com/jumpinjackie/mapguide-api-bindings/issues/21)
    - [ ] Re-base work against PHP 7.4



More information about the mapguide-commits mailing list