From: Jeroen H. <vex...@gm...> - 2010-01-10 16:32:32
|
Hi Dean, On Sun, Jan 10, 2010 at 16:32, Dean Michael Berris <mik...@gm...> wrote: > On Sun, Jan 10, 2010 at 9:43 PM, Jeroen Habraken <vex...@gm...> wrote: >> >> Just found the Fork Queue and I think I've got the basics of github >> figured. I found a bug in the current code on github where I was using >> the Spirit > operator instead of >>, which could lead to exceptions >> being thrown, and made a pull request for that. Next I'll try to merge >> my code with the new parser to the 0.5-devel branch of my fork as I'm >> already working in a 0.5-devel checkout >> > > Cool. > > I've merged it, but then now the problem is it breaks. > > Have you rebased your branch to get the changes I merged into master? > > Because now the implementation fails with wide strings in GCC Linux. > > Let me try to debug locally and push a change to fix it. Please rebase > your branches from master's HEAD if you intend to continue working on > the implementation. :) > > Thanks again and I hope this helps! > > -- > Dean Michael Berris > cplusplus-soup.com | twitter.com/deanberris > linkedin.com/in/mikhailberis | facebook.com/dean.berris | deanberris.com > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > I've applied a bunch of things from the Fork Queue, and ignored a few that failed, which might explain the problem (and would this lead to problems in the future, if so, how do I go about fixing it). Jeroen |