Thread: [tcljava-dev] Jacl Modernization?
Brought to you by:
mdejong
From: Bruce J. <nm...@ma...> - 2010-01-08 16:12:34
|
Any chance that the progress done in the Jacl Modernization project will see the light of day soon? Bruce |
From: Radosław S. <rad...@sz...> - 2010-01-08 18:18:32
|
Hi Bruce, you mean the next official release of Jacl ? All changes (except trace cmd that is still in my local repo) were commited in trunk, but I'm not sure if Mo Dejong didn't revered it, so we could commit my changes as a one patch. I know he's made some changes, too. Do you need some features, that were included in my Jacl Modernization project, in Swank? If it's be easier for you, we can be in touch via jabber. Catch me at: rs...@gm.... 2010/1/8 Bruce Johnson <nm...@ma...> > Any chance that the progress done in the Jacl Modernization project will > see the light of day soon? > > Bruce > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > |
From: Bruce J. <nm...@ma...> - 2010-01-08 19:13:18
|
Hi Radoslaw, Long term I was thinking of an official release, but in the short term just when one will be able to do a cvs checkout and get source with all the Jacl Modernization changes. I don't specifically need it for Swank, but would love to start using some of the updated features without having to merge together the new and old stuff myself. Bruce On Jan 8, 2010, at 12:47 PM, Radosław Szulgo wrote: > Hi Bruce, > you mean the next official release of Jacl ? All changes (except trace cmd that is still in my local repo) were commited in trunk, but I'm not sure if Mo Dejong didn't revered it, so we could commit my changes as a one patch. I know he's made some changes, too. Do you need some features, that were included in my Jacl Modernization project, in Swank? > > If it's be easier for you, we can be in touch via jabber. Catch me at: rs...@gm.... > > 2010/1/8 Bruce Johnson <nm...@ma...> > Any chance that the progress done in the Jacl Modernization project will see the light of day soon? > > Bruce > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev |
From: Radosław S. <rad...@sz...> - 2010-01-08 19:20:27
|
OK, I'll check for you, what's available at the cvs repo during this weekend. If there's a lack o sth I'll write to Mo. -- Radek 2010/1/8 Bruce Johnson <nm...@ma...> > Hi Radoslaw, > > Long term I was thinking of an official release, but in the short term just > when one will be able to do a cvs checkout and get source with all the Jacl > Modernization changes. I don't specifically need it for Swank, but would > love to start using some of the updated features without having to merge > together the new and old stuff myself. > > Bruce > > > > > On Jan 8, 2010, at 12:47 PM, Radosław Szulgo wrote: > > Hi Bruce, > you mean the next official release of Jacl ? All changes (except trace cmd > that is still in my local repo) were commited in trunk, but I'm not sure if > Mo Dejong didn't revered it, so we could commit my changes as a one patch. I > know he's made some changes, too. Do you need some features, that were > included in my Jacl Modernization project, in Swank? > > If it's be easier for you, we can be in touch via jabber. Catch me at: > rs...@gm.... > > 2010/1/8 Bruce Johnson <nm...@ma...> > >> Any chance that the progress done in the Jacl Modernization project will >> see the light of day soon? >> >> Bruce >> >> >> >> >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and >> easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> tcljava-dev mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-dev >> > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev_______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > |
From: Tom P. <tpo...@ny...> - 2010-01-08 20:12:25
|
Hi Radek & Bruce, You can get Radek's most recent GSOC changes using a specific CVS date: cvs -z3 -d:pserver:ano...@tc...:/cvsroot/tcljava co -D 2009/09/15 -P tcljava Mo made a number of fixes for regexp/regsub, so you would probably want to grab the following files from HEAD. (See ChangeLog on HEAD) src/jacl/tcl/lang/RegexpCmd.java src/jacl/tcl/lang/RegsubCmd.java Bruce - your latest Swank code looks way cool, I'll have to find time to play with it. -Tom On Fri, Jan 08, 2010 at 08:20:20PM +0100, Rados?aw Szulgo wrote: > OK, I'll check for you, what's available at the cvs repo during this > weekend. If there's a lack o sth I'll write to Mo. > > -- Radek > > 2010/1/8 Bruce Johnson <nm...@ma...> > > > Hi Radoslaw, > > > > Long term I was thinking of an official release, but in the short term just > > when one will be able to do a cvs checkout and get source with all the Jacl > > Modernization changes. I don't specifically need it for Swank, but would > > love to start using some of the updated features without having to merge > > together the new and old stuff myself. > > > > Bruce > > > > > > > > > > On Jan 8, 2010, at 12:47 PM, Rados?aw Szulgo wrote: > > > > Hi Bruce, > > you mean the next official release of Jacl ? All changes (except trace cmd > > that is still in my local repo) were commited in trunk, but I'm not sure if > > Mo Dejong didn't revered it, so we could commit my changes as a one patch. I > > know he's made some changes, too. Do you need some features, that were > > included in my Jacl Modernization project, in Swank? > > > > If it's be easier for you, we can be in touch via jabber. Catch me at: > > rs...@gm.... > > > > 2010/1/8 Bruce Johnson <nm...@ma...> > > > >> Any chance that the progress done in the Jacl Modernization project will > >> see the light of day soon? > >> > >> Bruce > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ > >> This SF.Net email is sponsored by the Verizon Developer Community > >> Take advantage of Verizon's best-in-class app development support > >> A streamlined, 14 day to market process makes app distribution fast and > >> easy > >> Join now and get one step closer to millions of Verizon customers > >> http://p.sf.net/sfu/verizon-dev2dev > >> _______________________________________________ > >> tcljava-dev mailing list > >> tcl...@li... > >> https://lists.sourceforge.net/lists/listinfo/tcljava-dev > >> > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev_______________________________________________ > > tcljava-dev mailing list > > tcl...@li... > > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > > > > > > > > > ------------------------------------------------------------------------------ > > This SF.Net email is sponsored by the Verizon Developer Community > > Take advantage of Verizon's best-in-class app development support > > A streamlined, 14 day to market process makes app distribution fast and > > easy > > Join now and get one step closer to millions of Verizon customers > > http://p.sf.net/sfu/verizon-dev2dev > > _______________________________________________ > > tcljava-dev mailing list > > tcl...@li... > > https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev -- Tom Poindexter tpo...@ny... |
From: Bruce J. <nm...@ma...> - 2010-01-08 20:42:37
|
Thanks for the info, and comments on Swank. The stuff I have described on the wiki is not yet in the released code, but I'm getting very close. Bruce On Jan 8, 2010, at 3:12 PM, Tom Poindexter wrote: > Hi Radek & Bruce, > > You can get Radek's most recent GSOC changes using a specific CVS date: > > cvs -z3 -d:pserver:ano...@tc...:/cvsroot/tcljava co -D 2009/09/15 -P tcljava > > Mo made a number of fixes for regexp/regsub, so you would probably want > to grab the following files from HEAD. (See ChangeLog on HEAD) > > src/jacl/tcl/lang/RegexpCmd.java > src/jacl/tcl/lang/RegsubCmd.java > > Bruce - your latest Swank code looks way cool, I'll have to find time to > play with it. > > -Tom > > > > On Fri, Jan 08, 2010 at 08:20:20PM +0100, Rados?aw Szulgo wrote: >> OK, I'll check for you, what's available at the cvs repo during this >> weekend. If there's a lack o sth I'll write to Mo. >> >> -- Radek >> >> 2010/1/8 Bruce Johnson <nm...@ma...> >> >>> Hi Radoslaw, >>> >>> Long term I was thinking of an official release, but in the short term just >>> when one will be able to do a cvs checkout and get source with all the Jacl >>> Modernization changes. I don't specifically need it for Swank, but would >>> love to start using some of the updated features without having to merge >>> together the new and old stuff myself. >>> >>> Bruce >>> >>> >>> >>> >>> On Jan 8, 2010, at 12:47 PM, Rados?aw Szulgo wrote: >>> >>> Hi Bruce, >>> you mean the next official release of Jacl ? All changes (except trace cmd >>> that is still in my local repo) were commited in trunk, but I'm not sure if >>> Mo Dejong didn't revered it, so we could commit my changes as a one patch. I >>> know he's made some changes, too. Do you need some features, that were >>> included in my Jacl Modernization project, in Swank? >>> >>> If it's be easier for you, we can be in touch via jabber. Catch me at: >>> rs...@gm.... >>> >>> 2010/1/8 Bruce Johnson <nm...@ma...> >>> >>>> Any chance that the progress done in the Jacl Modernization project will >>>> see the light of day soon? >>>> >>>> Bruce >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.Net email is sponsored by the Verizon Developer Community >>>> Take advantage of Verizon's best-in-class app development support >>>> A streamlined, 14 day to market process makes app distribution fast and >>>> easy >>>> Join now and get one step closer to millions of Verizon customers >>>> http://p.sf.net/sfu/verizon-dev2dev >>>> _______________________________________________ >>>> tcljava-dev mailing list >>>> tcl...@li... >>>> https://lists.sourceforge.net/lists/listinfo/tcljava-dev >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev_______________________________________________ >>> tcljava-dev mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-dev >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.Net email is sponsored by the Verizon Developer Community >>> Take advantage of Verizon's best-in-class app development support >>> A streamlined, 14 day to market process makes app distribution fast and >>> easy >>> Join now and get one step closer to millions of Verizon customers >>> http://p.sf.net/sfu/verizon-dev2dev >>> _______________________________________________ >>> tcljava-dev mailing list >>> tcl...@li... >>> https://lists.sourceforge.net/lists/listinfo/tcljava-dev >>> >>> > >> ------------------------------------------------------------------------------ >> This SF.Net email is sponsored by the Verizon Developer Community >> Take advantage of Verizon's best-in-class app development support >> A streamlined, 14 day to market process makes app distribution fast and easy >> Join now and get one step closer to millions of Verizon customers >> http://p.sf.net/sfu/verizon-dev2dev >> _______________________________________________ >> tcljava-dev mailing list >> tcl...@li... >> https://lists.sourceforge.net/lists/listinfo/tcljava-dev > > > -- > Tom Poindexter > tpo...@ny... > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev |