Hello
I have ported the NeoCSV package from Pharo 4.0 Neo-CSV-Core (SvenVanCaekenberghe.21) Neo-CSV-Tests (SvenVanCaekenberghe.18) It is available here https://github.com/hhzl/Cuis-NeoCSV For it to work it needs the attached changeset for Cuis core. Discussion of the addition in another thread. Regards Hannes Hirzel _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org 2244-CuisCore-HannesHirzel-2015May04-06h01m-hjh.1.cs.st (1K) Download Attachment |
Cool Hannes!
I see that #testHexadecimalIntegers is failing. Does changing #digitValue so that $b digitValue = 11 fix this? If so, do you think that changing this behavior is risky for the regular Cuis parser? Or maybe an alternative is to change senders, and add a new method #caseInsensitiveDigitValue or similar? Thanks, Juan Vuletich On 5/9/2015 5:26 PM, H. Hirzel wrote: > Hello > > I have ported the NeoCSV package from Pharo 4.0 > > Neo-CSV-Core (SvenVanCaekenberghe.21) > > Neo-CSV-Tests (SvenVanCaekenberghe.18) > > > It is available here > > https://github.com/hhzl/Cuis-NeoCSV > > For it to work it needs the attached changeset for Cuis core. > Discussion of the addition in another thread. > > > Regards > > Hannes Hirzel _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
In reply to this post by Hannes Hirzel
Nice work. Thanks Hannes!
> On May 9, 2015, at 1:26 PM, "H. Hirzel" <[hidden email]> wrote: > > Hello > > I have ported the NeoCSV package from Pharo 4.0 > > Neo-CSV-Core (SvenVanCaekenberghe.21) > > Neo-CSV-Tests (SvenVanCaekenberghe.18) > > > It is available here > > https://github.com/hhzl/Cuis-NeoCSV > > For it to work it needs the attached changeset for Cuis core. > Discussion of the addition in another thread. > > > Regards > > Hannes Hirzel > <2244-CuisCore-HannesHirzel-2015May04-06h01m-hjh.1.cs.st> > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
A second port here
https://github.com/hhzl/Cuis-NeoCSV after some issues resolved - update of Cuis core - update of SqueakCompatibility.pck.st - update of http://www.smalltalkhub.com/#!/~SvenVanCaekenberghe/Neo Detailed description of port https://github.com/hhzl/Cuis-NeoCSV/blob/master/README.md 52 out of 52 tests are green. --HH On 5/14/15, Casey Ransberger <[hidden email]> wrote: > Nice work. Thanks Hannes! > >> On May 9, 2015, at 1:26 PM, "H. Hirzel" <[hidden email]> wrote: >> >> Hello >> >> I have ported the NeoCSV package from Pharo 4.0 >> >> Neo-CSV-Core (SvenVanCaekenberghe.21) >> >> Neo-CSV-Tests (SvenVanCaekenberghe.18) >> >> >> It is available here >> >> https://github.com/hhzl/Cuis-NeoCSV >> >> For it to work it needs the attached changeset for Cuis core. >> Discussion of the addition in another thread. >> >> >> Regards >> >> Hannes Hirzel >> <2244-CuisCore-HannesHirzel-2015May04-06h01m-hjh.1.cs.st> >> _______________________________________________ >> Cuis mailing list >> [hidden email] >> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org > > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org > _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Awesome!
Cheers, Juan vuletich On 5/14/2015 5:39 PM, H. Hirzel wrote: > A second port here > > https://github.com/hhzl/Cuis-NeoCSV > > after some issues resolved > > - update of Cuis core > - update of SqueakCompatibility.pck.st > - update of http://www.smalltalkhub.com/#!/~SvenVanCaekenberghe/Neo > > Detailed description of port > > https://github.com/hhzl/Cuis-NeoCSV/blob/master/README.md > > 52 out of 52 tests are green. > > --HH > > On 5/14/15, Casey Ransberger<[hidden email]> wrote: >> Nice work. Thanks Hannes! >> >>> On May 9, 2015, at 1:26 PM, "H. Hirzel"<[hidden email]> wrote: >>> >>> Hello >>> >>> I have ported the NeoCSV package from Pharo 4.0 >>> >>> Neo-CSV-Core (SvenVanCaekenberghe.21) >>> >>> Neo-CSV-Tests (SvenVanCaekenberghe.18) >>> >>> >>> It is available here >>> >>> https://github.com/hhzl/Cuis-NeoCSV >>> >>> For it to work it needs the attached changeset for Cuis core. >>> Discussion of the addition in another thread. >>> >>> >>> Regards >>> >>> Hannes Hirzel >>> <2244-CuisCore-HannesHirzel-2015May04-06h01m-hjh.1.cs.st> >>> _______________________________________________ >>> Cuis mailing list >>> [hidden email] >>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org >> _______________________________________________ >> Cuis mailing list >> [hidden email] >> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org >> > _______________________________________________ > Cuis mailing list > [hidden email] > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org > _______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org |
Free forum by Nabble | Edit this page |