*** tpb <[email protected]> has joined #litex | 00:00 | |
*** Flea86 <Flea86!~maomao@user/Flea86> has joined #litex | 01:01 | |
*** cr1901_ <cr1901_!~cr1901@2601:8d:8600:911:dd02:66c9:62cd:3675> has joined #litex | 02:39 | |
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1809:ea14:d137:641b> has quit IRC (Ping timeout: 240 seconds) | 02:42 | |
*** Degi_ <[email protected]> has joined #litex | 03:41 | |
*** Degi <[email protected]> has quit IRC (Ping timeout: 240 seconds) | 03:42 | |
*** Degi_ is now known as Degi | 03:42 | |
*** zyp <[email protected]> has quit IRC (Server closed connection) | 04:33 | |
*** zyp <[email protected]> has joined #litex | 04:34 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 04:37 | |
*** TMM_ <[email protected]> has joined #litex | 04:38 | |
*** FabM <FabM!~FabM@2a03:d604:103:600:2e60:8c7c:e8fb:7990> has joined #litex | 05:35 | |
*** awordnot <awordnot!~awordnot@user/awordnot> has quit IRC (Read error: Connection reset by peer) | 05:42 | |
*** awordnot4 <awordnot4!~awordnot@user/awordnot> has joined #litex | 05:42 | |
*** so-offish <[email protected]> has joined #litex | 06:28 | |
*** so-offishul <so-offishul!~so-offish@2610:148:610:2b11::2> has joined #litex | 06:54 | |
*** so-offishul <so-offishul!~so-offish@2610:148:610:2b11::2> has quit IRC (Remote host closed the connection) | 06:56 | |
*** so-offish <[email protected]> has quit IRC (Ping timeout: 240 seconds) | 06:57 | |
*** cr1901_ is now known as cr1901 | 14:15 | |
*** TMM_ <[email protected]> has quit IRC (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) | 17:28 | |
*** TMM_ <[email protected]> has joined #litex | 17:28 | |
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Quit: Leaving) | 17:45 | |
*** somlo__ is now known as somlo | 19:40 | |
somlo | anyone have a suggestion for concise single word variable name for a sector count (other than "count", which is already in use elsewhere)? | 19:41 |
---|---|---|
somlo | e.g., I want to transfer Y sectors, starting at sector X; I have `sector` for X, and would prefer not to use `sector-count` for Y; As I said, just `count` is not an option, `range` doesn't make sense, `size` implies bytes not sectors, etc. | 19:43 |
jevinskie[m] | sector_start/sector_end? | 19:53 |
somlo | I need a concise, single word for Y=(sector_end - sector_start) | 20:04 |
somlo | `count` would make the most sense, but it's already in use as a variable name, and avoiding "commit churn" is weaker secondary goal :) | 20:05 |
somlo | and `sector_count` is ok, but I would love to avoid the compound word variable name if there's a plausible alternative... | 20:06 |
somlo | I'll probably either give up and go with `sector_count`, or get over my reluctance to add "churn" to the sources and rename the current variable named `count` so I can use that for my own purpose :D | 20:27 |
zyp | «sectors» | 21:07 |
zyp | although that could also be interpreted as a container of sectors | 21:08 |
*** so-offish <so-offish!~so-offish@2610:148:610:2b11::a> has joined #litex | 21:09 | |
somlo | `sectors` would make a lot of sense, except it's a single `s` away from `sector`, which could invite hard-to-spot bugs... | 21:10 |
*** matoro <matoro!~quassel@user/matoro> has joined #litex | 21:19 | |
*** awordnot4 <awordnot4!~awordnot@user/awordnot> has quit IRC (Quit: ) | 21:52 | |
*** awordnot <awordnot!~awordnot@user/awordnot> has joined #litex | 21:52 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!