Chiang Fong Lee

Results 31 comments of Chiang Fong Lee

systemd-journal-remote seems to not read journald.conf at all, only its own journal-remote.conf that doesn't have these rotation related config directives. https://github.com/systemd/systemd/blob/1e5d2d656420d0e755dbcf72aeba3c3aba54e956/src/journal-remote/journal-remote-main.c#L753-L767 That might be because much of the rotation logic,...

I've tried enabling `disableIPv4` on my network in the policy file. Connecting over IPv6 seems OK and the GUIs have been updated to show IPv6, but on a Linux node...

I'm working through the Int class' unary and binary operations.

I was looking at implementing the `NotImplemented -> TypeError` bit in `COMPARE_OP`, but just to make sure I'm on the right track - this is where the ['reflected operations'](https://docs.python.org/3/reference/datamodel.html#object.__lt__) need...

Where should the tests for these go? I was looking at adding tests for `abs(x)`, `bool(x)` for Int but I'm not sure if that should go into `test_int.IntTests`, or go...

I'm trying to figure out how comprehensive the tests are meant to be, since that affects how they should be defined. I quite like how the current UnaryOperationTestCase, etc are...

I've implemented `bool()`, but am having some issues getting the correct type names to generate the TypeError message in `org.Python.abs()`. Looking through the codebase, it usually is obtained via `x.typeName()`...

Great spot! Yes, I do see that from `ant checkstyle` on current master (862b4ed9) and the latest PR commit before that (fcb5df71)! I initially thought this is due to the...

I think it is fixed but I haven't explicitly tested if it's been deployed!

Actually, there seems to be another issue apart from pybee/beefore#14 that I just opened -- if you look at #706, javacheckstyle is passing on db27983 even though the `if` statement...