Search Discussions
-
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/71 Perl build with make Let Charmonizer create a Makefile for the Perl bindings that builds the core object ...
Nwellnhof
Jun 4, 2016 at 7:31 pm
Jun 14, 2016 at 12:00 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-charmonizer/pull/3 Improve binary format and shell detection This pull request separates the detection of the target ...
Nwellnhof
Jun 1, 2016 at 10:15 pm
Jun 4, 2016 at 3:30 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/70 Misc fixes This pull request contains a couple of changes more or less related to the task of removing ...
Nwellnhof
May 30, 2016 at 1:38 pm
Jun 1, 2016 at 12:02 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/49 LUCY-295 Misc int type fixes, part 2 Misc int type fixes for -Wconversion, part 2. * frequencies (term freq, doc ...
Rectang
May 27, 2016 at 3:42 am
May 31, 2016 at 8:01 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-charmonizer/pull/2 Separate detection of shell and binary format Detect shell by escape character. This should be more ...
Nwellnhof
May 24, 2016 at 12:56 pm
Jun 1, 2016 at 10:03 pm -
Yes, that's right -- it's no longer necessary. Suppressing false positives in Valgrind used to require matching an entire call stack exactly, so optimizing away inlined calls would break the ...
Marvin Humphrey
May 19, 2016 at 1:16 am
May 19, 2016 at 1:16 am -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/68 Perl build with make Create a static library of the core C code using the Makefile generated by ...
Nwellnhof
May 18, 2016 at 2:36 pm
May 30, 2016 at 3:34 pm -
Lucifers, I just noticed a discrepancy between the names of the static and dynamic Clownfish libraries: libcfish.so vs. libclownfish.a. What do you prefer? Nick
Nick Wellnhofer
May 16, 2016 at 2:45 pm
May 16, 2016 at 9:06 pm -
Lucifers, I'd like to tackle an issue that's been nagging me for quite some time and build separate binaries for our test suites. Then the test binaries can be skipped when installing a Clownfish ...
Nick Wellnhofer
May 15, 2016 at 6:38 pm
Jun 17, 2016 at 1:19 am -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/67 Improve test coverage Fixes CLOWNFISH-95. You can merge this pull request into a Git repository by ...
Nwellnhof
May 15, 2016 at 4:07 pm
May 19, 2016 at 2:28 am -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/66 UTF-8 checks, error messages Fixes for CLOWNFISH-96 and CLOWNFISH-97. You can merge this pull request ...
Nwellnhof
May 13, 2016 at 2:03 pm
May 15, 2016 at 10:05 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/48 LUCY-295 Misc -Wconversion, part 1 Attend to miscellaneous integer conversion warnings. * Doc IDs. * Timeouts. * Sort ...
Rectang
May 7, 2016 at 2:04 am
May 19, 2016 at 12:22 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/47 LUCY-295 Int widths for text/byte sizes Address -Wconversion warnings relating to string lengths, code point counts, ...
Rectang
May 5, 2016 at 2:28 am
May 5, 2016 at 8:56 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/46 LUCY-295 Adapt file position code for -Wconversion Perform casts or variable type conversions in code manipulating ...
Rectang
Apr 28, 2016 at 10:43 pm
May 2, 2016 at 6:52 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/45 LUCY-295 Fix int types in unit tests Fix -Wconversion warnings in the Lucy unit tests. You can merge this pull ...
Rectang
Apr 27, 2016 at 1:30 am
May 2, 2016 at 7:04 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/44 LUCY-295 More Clownfish size_t adaptations Adapt Lucy code for better conformance with Clownfish APIs -- in ...
Rectang
Apr 26, 2016 at 1:38 am
Apr 27, 2016 at 1:19 am -
Greetings, The Apache Lucy team is pleased to announce the release of version 0.5.1! The Apache Lucy search engine library provides full-text search for a variety of programming languages. For a list ...
Nick Wellnhofer
Apr 22, 2016 at 12:00 pm
Apr 22, 2016 at 12:00 pm -
Greetings, The Apache Lucy team is pleased to announce the release of Apache Clownfish version 0.5.1! The Apache Clownfish "symbiotic" object system pairs with "host" programming language ...
Nick Wellnhofer
Apr 22, 2016 at 11:58 am
Apr 22, 2016 at 11:58 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/43 LUCY-302 NumUtils warnings In NumberUtils.cfh: * Widen the array index type for addressing 1-bit, 2-bit, and 4-bit ...
Rectang
Apr 22, 2016 at 1:18 am
Apr 25, 2016 at 7:10 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/42 LUCY-301 C32/C64 transition At present, InStream, OutStream, and NumberUtils provide an unsigned compressed format ...
Rectang
Apr 21, 2016 at 2:39 am
Apr 21, 2016 at 9:15 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/41 LUCY-300 Forbid fields above 2 GB. Check for fields above 2 GB before the document enters the any writer ...
Rectang
Apr 21, 2016 at 2:28 am
Apr 21, 2016 at 9:10 pm -
Hello Lucifers, I want to use Lucy to index a bunch of source code (mostly Java, XML, Perl, and C), and I haven't found any clear guidance in the docs. I'd much prefer if the index were reasonably ...
Kurt Starsinic
Apr 14, 2016 at 4:53 pm
Apr 18, 2016 at 2:23 pm -
Hello, Release candidate 1 for Apache Lucy version 0.5.1 can be found at: https://dist.apache.org/repos/dist/dev/lucy/apache-lucy-0.5.1-rc1/ See the CHANGES file at the top level of the archive for ...
Nick Wellnhofer
Apr 14, 2016 at 1:25 pm
Apr 22, 2016 at 10:19 am -
Hello, Release candidate 1 for Apache Clownfish version 0.5.1 can be found at: https://dist.apache.org/repos/dist/dev/lucy/clownfish/apache-clownfish-0.5.1-rc1/ See the CHANGES file at the top level ...
Nick Wellnhofer
Apr 14, 2016 at 1:25 pm
Apr 22, 2016 at 10:20 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/40 LUCY-295 BitVector size_t ticks Change BitVector to use `size_t` instead of `uint32_t` to address bits in the array ...
Rectang
Apr 13, 2016 at 4:46 am
Apr 13, 2016 at 11:06 pm -
Lucifers, My plan is to put up a 0.5.1 RC in the next days containing the following changes: - Fix CPAN Testers failures. - Fix Valgrind failures in the Lucy test suite. For a detailed list of ...
Nick Wellnhofer
Apr 11, 2016 at 11:37 am
Apr 11, 2016 at 11:51 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/39 LUCY-295 Change I32Array to use size_t (v2) Change I32Array so that it uses a size_t to index into its array of ...
Rectang
Apr 6, 2016 at 10:31 pm
Apr 12, 2016 at 11:52 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/38 LUCY-295 Change I32Array to use size_t Change I32Array so that it uses a size_t to index into its array of 32-bit ...
Rectang
Apr 6, 2016 at 8:12 pm
Apr 6, 2016 at 8:17 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/65 Fix unsafe usage of ctype.h functions Fixes CLOWNFISH-90. You can merge this pull request into a Git ...
Nwellnhof
Apr 6, 2016 at 11:46 am
Apr 9, 2016 at 1:27 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy/pull/37 Dereference token_re on older Perls Might fix the following CPAN Testers failure ...
Nwellnhof
Apr 4, 2016 at 4:32 pm
Apr 5, 2016 at 5:27 pm -
Greetings, The Apache Lucy team is pleased to announce the release of version 0.5.0! The Apache Lucy search engine library provides full-text search for a variety of programming languages. The Lucy ...
Nick Wellnhofer
Apr 4, 2016 at 10:02 am
Apr 4, 2016 at 10:02 am -
Greetings, The Apache Lucy team is pleased to announce the release of Apache Clownfish version 0.5.0! The Apache Clownfish "symbiotic" object system pairs with "host" programming language ...
Nick Wellnhofer
Apr 4, 2016 at 9:54 am
Apr 4, 2016 at 9:54 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/36 LUCY-295 Adapt for changed return type of Vec_Get_Size The Clownfish API `Vec_Get_Size` has changed from returning ...
Rectang
Mar 30, 2016 at 4:11 am
Apr 4, 2016 at 10:50 pm -
Hello, Release candidate 3 for Apache Clownfish version 0.5.0 can be found at: https://dist.apache.org/repos/dist/dev/lucy/clownfish/apache-clownfish-0.5.0-rc3/ See the CHANGES file at the top level ...
Nick Wellnhofer
Mar 25, 2016 at 9:19 am
Apr 1, 2016 at 9:47 am -
Hello, Release candidate 3 for Apache Lucy version 0.5.0 can be found at: https://dist.apache.org/repos/dist/dev/lucy/apache-lucy-0.5.0-rc3/ See the CHANGES file at the top level of the archive for ...
Nick Wellnhofer
Mar 24, 2016 at 11:49 am
Apr 1, 2016 at 9:47 am -
Hello, Release candidate 2 for Apache Clownfish version 0.5.0 can be found at: https://dist.apache.org/repos/dist/dev/lucy/clownfish/apache-clownfish-0.5.0-rc2/ See the CHANGES file at the top level ...
Nick Wellnhofer
Mar 24, 2016 at 11:48 am
Mar 25, 2016 at 9:36 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/35 LUCY-294 Ensure nul-terminated C strings in test code. Use `Str_To_Utf8` which is guaranteed to return a ...
Rectang
Mar 14, 2016 at 11:36 pm
Mar 20, 2016 at 4:08 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy-clownfish/pull/64 CLOWNFISH-84 guarantee null-terminated arg to strtod Inside Str_To_F64 we use strtod, which requires a ...
Rectang
Mar 14, 2016 at 11:33 pm
Mar 20, 2016 at 4:00 am -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/63 Make bootstrap process thread-safe Fixes CLOWNFISH-78. I chose a different approach than envisioned ...
Nwellnhof
Mar 10, 2016 at 9:06 pm
Mar 19, 2016 at 5:27 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/62 Check for circular references in Perl array and hash conversion Fixes CLOWNFISH-36. You can merge this ...
Nwellnhof
Mar 10, 2016 at 1:52 pm
Mar 19, 2016 at 5:27 pm -
GitHub user nwellnhof opened a pull request: https://github.com/apache/lucy-clownfish/pull/61 Test CFC exceptions in the C test suite Add support to catch CFC exceptions from C and start testing ...
Nwellnhof
Mar 5, 2016 at 5:28 pm
Mar 10, 2016 at 1:35 pm -
Lucifers, I updated Lucy's test_all.sh script which simplifies testing of Lucy and Clownfish under a variety of host languages. The script must be run from a directory containing the Clownfish ...
Nick Wellnhofer
Mar 4, 2016 at 2:53 pm
Mar 4, 2016 at 2:53 pm -
Hello, Release candidate 1 for Apache Lucy version 0.5.0 can be found at: https://dist.apache.org/repos/dist/dev/lucy/apache-lucy-0.5.0-rc1/ See the CHANGES file at the top level of the archive for ...
Nick Wellnhofer
Mar 4, 2016 at 2:37 pm
Mar 23, 2016 at 10:07 am -
Hello, Release candidate 1 for Apache Clownfish version 0.5.0 can be found at: https://dist.apache.org/repos/dist/dev/lucy/clownfish/apache-clownfish-0.5.0-rc1/ See the CHANGES file at the top level ...
Nick Wellnhofer
Mar 4, 2016 at 2:37 pm
Mar 23, 2016 at 10:06 am -
Lucifers, When trying to test the Lucy Go bindings under Linux, I encountered a crash when running `TestSortWriterMisc`. There's a heap corruption error triggered at ...
Nick Wellnhofer
Mar 3, 2016 at 2:18 pm
Mar 3, 2016 at 2:18 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy/pull/34 LUCY-292 Fix refcount order when overwriting. When there's a possibility that a recounted value is overwriting ...
Rectang
Mar 3, 2016 at 3:40 am
Mar 3, 2016 at 6:51 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy-clownfish/pull/60 CLOWNFISH-66 Py glue part 3 Gen Py glue for methods and constructors. * Autogenerate CPython glue code for ...
Rectang
Feb 25, 2016 at 11:17 pm
Mar 1, 2016 at 3:03 am -
GitHub user rectang opened a pull request: https://github.com/apache/lucy-clownfish/pull/59 CLOWNFISH-66 Py glue part 2 Make PyTypeObjects and Clownfish Classes work together. * Generate PyTypeObject ...
Rectang
Feb 25, 2016 at 12:33 am
Feb 25, 2016 at 10:40 pm -
GitHub user rectang opened a pull request: https://github.com/apache/lucy-clownfish/pull/58 CLOWNFISH-66 Py glue part 1, v2 Glue code for the Python host. * Refcounting * Error handling * Host ...
Rectang
Feb 24, 2016 at 2:59 am
Feb 24, 2016 at 11:07 pm -
Lucifers, I uploaded previews of the upcoming 0.5.0 releases to CPAN. One of the major changes in 0.5 is the generated documentation. With the exception of Lucy.pod, every .pod file is now generated ...
Nick Wellnhofer
Feb 23, 2016 at 1:46 pm
Mar 1, 2016 at 3:26 am
Group Overview
group | dev |
categories | lucy, lucene |
discussions | 880 |
posts | 4,078 |
users | 78 |
website | lucy.apache.org |
Top users
Archives
- June 2016 (11)
- May 2016 (32)
- April 2016 (41)
- March 2016 (48)
- February 2016 (57)
- January 2016 (33)
- December 2015 (25)
- November 2015 (41)
- October 2015 (23)
- September 2015 (12)
- August 2015 (23)
- July 2015 (20)
- June 2015 (28)
- May 2015 (87)
- April 2015 (64)
- March 2015 (48)
- February 2015 (20)
- December 2014 (55)
- November 2014 (23)
- October 2014 (3)
- September 2014 (48)
- August 2014 (63)
- July 2014 (46)
- June 2014 (18)
- March 2014 (36)
- February 2014 (9)
- January 2014 (15)
- December 2013 (31)
- October 2013 (12)
- September 2013 (20)
- August 2013 (24)
- July 2013 (46)
- June 2013 (60)
- May 2013 (42)
- April 2013 (39)
- March 2013 (44)
- February 2013 (29)
- January 2013 (35)
- December 2012 (18)
- November 2012 (13)
- October 2012 (18)
- September 2012 (64)
- August 2012 (25)
- July 2012 (36)
- June 2012 (19)
- May 2012 (40)
- April 2012 (106)
- March 2012 (116)
- February 2012 (93)
- January 2012 (74)
- December 2011 (96)
- November 2011 (100)
- October 2011 (51)
- September 2011 (15)
- August 2011 (63)
- July 2011 (36)
- June 2011 (45)
- May 2011 (114)
- April 2011 (73)
- March 2011 (80)
- February 2011 (18)
- January 2011 (19)
- December 2010 (60)
- November 2010 (70)
- October 2010 (23)
- September 2010 (26)
- August 2010 (39)
- July 2010 (121)
- June 2010 (106)
- May 2010 (7)
- April 2010 (13)
- March 2010 (61)
- February 2010 (16)
- January 2010 (115)
- December 2009 (98)
- November 2009 (94)
- October 2009 (40)
- September 2009 (141)
- August 2009 (73)
- July 2009 (2)
- June 2009 (18)
- May 2009 (11)
- April 2009 (22)
- March 2009 (107)
- January 2009 (1)
- November 2008 (9)
- October 2008 (8)
- September 2008 (13)
- June 2008 (3)
- April 2008 (4)
- November 2007 (4)
- October 2007 (12)
- March 2007 (10)
- February 2007 (10)
- October 2006 (26)
- August 2006 (5)
- July 2006 (13)
- June 2006 (40)