User Activity

  • Created ticket #487 on Docutils: Documentation Utilities

    Ambiguous license in test/test_utils/test_math/test__init__.py

  • Posted a comment on merge request #342 on FlightGear - Flight Simulator

    input_event_sec/input_event_usec is always available. On 64-bit platforms and old-school 32-bit platforms it expands to: #define input_event_sec time.tv_sec #define input_event_usec time.tv_usec So for these platforms my change is no-op. And on 32-bit platforms with 64-bit time_t it expands to: #define input_event_sec __sec #define input_event_usec __usec See https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/input.h.

  • Created merge request #342 on FlightGear on FlightGear - Flight Simulator

    Fix build with 64-bit time_t on 32-bit architectures

  • Committed [78f493] on FlightGear - Flight Simulator - FlightGear

    Fix build with 64-bit time_t on 32-bit architectures

  • Created merge request #127 on SimGear on FlightGear - Flight Simulator

    Remove top-level .dirhash before running testUpdateNoChanges

  • Committed [89c577] on simgear

    Remove top-level .dirhash before running testUpdateNoChanges

  • Posted a comment on ticket #477 on Docutils: Documentation Utilities

    Hi Engelbert! I think your fix is not fully correct. It adds this fragment: self._has_a_table = True if self._has_a_table: # the comment to hint that preprocessor tbl should be called self.head.insert(0, "'\\\" t\n") Here, the condition in if statement will be always true. So every time we encounter a table, we will add a new line to self.head. Maybe you meant something like this instead? if not self._has_a_table: self._has_a_table = True # the comment to hint that preprocessor tbl should be called...

  • Posted a comment on ticket #477 on Docutils: Documentation Utilities

    Hi @branden! You could just include the '\" t unconditionally, since tbl(1) will not do any damage to a well-formed man page that doesn't use tables, and the time tbl(1) takes to run has not been noticeable for decades. I would just include it unconditionally, because that would not increase the complexity level of docutils codebase. Of course, Engelbert or Günter may have other opinions, but I don't mind going the other way too. Thank you! -- Dmitry Shachnev

View All

Personal Data

Username:
mandriver
Joined:
2010-02-07 14:58:48
Location:
Russia / MSK
Gender:
Male

Projects

  • No projects to display.