Menu

#128 Request Support for Additional Language Thrift

v1.65
closed
nobody
None
1
2019-05-17
2019-05-16
Anonymous
No

Thrift interface description language
https://github.com/apache/thrift/blob/master/doc/specs/idl.md

File extensions associated with the language.

.thrift

If the language does not rely on file extensions and instead works with fixed file names or with #! style program invocations, explain what those are.

I have never seen a #! on a thrift file

A description of how comments are defined.

// C++ comment
/* c style comment */

# the new unix comment

/** Some doc text goes here.  Wow I am [nesting these] (no more nesting.) */

Links to sample code.
https://github.com/apache/thrift/blob/master/test/DocTest.thrift

I have been using

thrift
    filter remove_matches ^\s*#
    filter remove_inline #.*$
    extension thrift

missing many comments

Discussion

  • Al Danial

    Al Danial - 2019-05-17

    Note that cloc moved to github more than three years ago: https://github.com/AlDanial/cloc
    I just added support for Thrift there.

     
  • Al Danial

    Al Danial - 2019-05-17
    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB