test UITest_writer_tests failed

2018-10-13 Thread Rahul Gurung
Hello, While my Jenkins build, UITest_writer_tests failed and it had nothing to do with my patch, when I rebased things turned out to be fine. Regards, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https

Re: how to set JAVA_HOME

2018-10-10 Thread Rahul Gurung
Included in /usr/share/java/junit4.jar >config.status: creating config_host/config_java.h > > Hope it helps. > > On Tue, Oct 9, 2018 at 8:51 PM Rahul Gurung > wrote: > >> While doing my new build, I get this error, >> >> >> * WARNING : JAVA_HOME was

how to set JAVA_HOME

2018-10-09 Thread Rahul Gurung
While doing my new build, I get this error, * WARNING : JAVA_HOME was not explicitly informed with --with-jdk-home. the configure script * WARNING : attempted to find JAVA_HOME automatically, but apparently it failed * WARNING : in case JAVA_HOME is incorrectly set, some projects will not be

Re: weird log while running build

2018-10-02 Thread Rahul Gurung
Thanks, :) On Tue, 2 Oct 2018 at 16:28, Tor Lillqvist wrote: > > > On Tue, 2 Oct 2018 at 13:36, Rahul Gurung wrote: > >> Hey, >> >> I just built my LO again and while firing it up it gives me this error >> logs, I was told in IRC to rebuild, but the log

weird log while running build

2018-10-02 Thread Rahul Gurung
Hey, I just built my LO again and while firing it up it gives me this error logs, I was told in IRC to rebuild, but the log still persists, though the build looks like running fine, my question is , Is it normal ? gurungrahul2@gurungrahul2:~/lo$ instdir/program/soffice --calc

Re: can't build libreoffice !

2018-09-19 Thread Rahul Gurung
Sorry, I got it, I had actually changed the name of the directory from libreoffice to lo for easy (fast) access, is there a way to configure it, or I have to rename it back to libreoffice? On 19 September 2018 at 16:33, Rahul Gurung wrote: > Hey, > > > I can't build LibreOffice

can't build libreoffice !

2018-09-19 Thread Rahul Gurung
for target 'build' failed make: *** [build] Error 2 Thanks, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: git workflow for bugs and new feature !

2018-09-13 Thread Rahul Gurung
sorry, I wanted to ask git workflow, sorry for the typo. On 13 September 2018 at 20:21, Tor Lillqvist wrote: > > >> I always have a question in mind, what do you, professional developers >> follow as your GitHub workflow? >> > > LibreOffice development does not use GitHub. You are asking on the

git workflow for bugs and new feature !

2018-09-13 Thread Rahul Gurung
, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

regarding acknowledgment for contribution !

2018-09-12 Thread Rahul Gurung
to have that and will help me land some good internships. Thanks, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: doubt regarding data type.

2018-09-11 Thread Rahul Gurung
Hey, Thanks but can you elaborate a little more about sequence ? What it really is and how is effects the data type or its functions ? On 11 September 2018 at 14:39, Tadeus Prastowo wrote: > On Tue, Sep 11, 2018 at 9:49 AM, Rahul Gurung > wrote: > > Hey, > > > > Wh

doubt regarding data type.

2018-09-11 Thread Rahul Gurung
Hey, What is difference between variable declared as uno::Sequence<*table::CellRangeAddress*> aRanges; and a simple one as *table::CellRangeAddress aRanges;* Thanks, RG ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: regarding tdf#91367 - replace ApiTokenSequence and UNO formulas in OOXML calc import

2018-09-05 Thread Rahul Gurung
sorry, my back. Thanks again. On 5 September 2018 at 23:00, Eike Rathke wrote: > Hi Rahul, > > On Wednesday, 2018-09-05 22:53:41 +0530, Rahul Gurung wrote: > > > There is no other occurrence of > > > > *ScTokenConversion::ConvertToTokenArray()* > > > &

Re: regarding tdf#91367 - replace ApiTokenSequence and UNO formulas in OOXML calc import

2018-09-05 Thread Rahul Gurung
Hey, There is no other occurrence of *ScTokenConversion::ConvertToTokenArray()* in *sc/source/filter/oox/*.cxx* Can you provide any other hint? Regards, Rahul Gurung. On 3 September 2018 at 14:18, Eike Rathke wrote: > Hi Rahul, > > On Saturday, 2018-09-01 08:22:02 +0530, Rah

make check always fail

2018-09-02 Thread Rahul Gurung
Hey, after preparing a patch I want to check if it doesn't break the system in my local computer, but make check always breaks with some other tests. Thanks, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https

regarding tdf#91367 - replace ApiTokenSequence and UNO formulas in OOXML calc import

2018-08-31 Thread Rahul Gurung
Hey, I found this bug cool and want to work on it, but the data given on comments weren't enough for my level of intelligence ( a beginner ), thus I need more background on this bug and what I really need to do. Thanks in advance, Rahul Gurung

how to run single cppunit tests

2018-08-31 Thread Rahul Gurung
, taking a specific test into consideration is going to be helpful. Thank, Rahul Gurung. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Jenkins CI behaviour

2018-08-28 Thread Rahul Gurung
How to do that, because rebasing twice doesn't seems possible? On 28 August 2018 at 21:27, Markus Mohrhard wrote: > Hey, > > On Tue, Aug 28, 2018 at 5:52 PM Rahul Gurung > wrote: > >> What if it hiccups again in rebase ? >> > > > Rebase again. Sadly

Re: Jenkins CI behaviour

2018-08-28 Thread Rahul Gurung
What if it hiccups again in rebase ? On 27 August 2018 at 19:11, Muhammet Kara wrote: > Hi Rahul, > > On 08/27/2018 01:58 PM, Rahul Gurung wrote: > > hey, > > Why do we get that "junit test JunitTest_framework_complex failed" > message when we upload a patc

Jenkins CI behaviour

2018-08-27 Thread Rahul Gurung
hey, Why do we get that "junit test JunitTest_framework_complex failed" message when we upload a patch and weird thing is it gets fixed by a rebase? which rebase is recommended, normal or ticking that option we get ? sorry im a newbie. Thanks, RG ___

cpp unittests - give error during building about Junit

2018-08-26 Thread Rahul Gurung
Hey, What should I do further in the patch, I have made changes to remove most build errors but at last, after around 17 min building, an error appeared saying the junit test JunitTest_framework_complex failed ( https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/13616/ ), while my tests

Re: Error while make test

2018-08-24 Thread Rahul Gurung
Hey, I did the push, waiting to get it reviewed. Regards, Gurung On 22 August 2018 at 23:11, Markus Mohrhard wrote: > Hey Rahul, > > can you push your current state to gerrit so that we can discuss the code > more easily? > > Regards, > Markus > > On Wed, Aug 22, 2

Error while make test

2018-08-22 Thread Rahul Gurung
Hey, I was experimenting with cpp test by making a new test( transfered from java tests) and activating it when I run make test it threw this error, what can this error possibly mean, I know there can be many cases and this question may be unanswerable, but please help if possible.

Rahul Gurung - license statement

2018-08-10 Thread Rahul Gurung
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

converting _XFootnote.java to cpp

2018-08-08 Thread Rahul Gurung
Hi, I have almost converted ifc/text/_XFootnote.java into cpp but I am confused with the sc/qa/extra part which file should be changed or created and why? I checked old commits and think it depends on the test but what should it be, in the case of _XFootnote.java? Thanks, R. Gurung

about basic header files

2018-08-08 Thread Rahul Gurung
Hi, In colleges, we are taught to use header files like iostream.h in cpp to use various functions, but while diving in LO code (specifically java and cpp tests) i found that we don't mention those header files, why so? Thanks in advance, Gurung ___

Converting java unit test to cppunit

2018-08-03 Thread Rahul Gurung
Hi, I am trying to convert java unit tests to cppunit test and I am currently studying old commits, and came across this line, "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);" I checked the documentation but couldn't find what this XArrayFormulaRange.class means, can anyone