lekernel changed the topic of #m-labs to: Mixxeo, Migen, MiSoC & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #m-labs
fengling has joined #m-labs
xiangfu has joined #m-labs
<GitHub102> [ARTIQ] sbourdeauducq pushed 1 new commit to master: http://git.io/gYBspQ
<GitHub102> ARTIQ/master 4e2c956 Sebastien Bourdeauducq: doc/manual/installing: minor fixes
fengling_ has joined #m-labs
fengling has quit [Ping timeout: 260 seconds]
xiangfu has quit [Ping timeout: 272 seconds]
xiangfu has joined #m-labs
<GitHub135> [ARTIQ] sbourdeauducq pushed 1 new commit to master: http://git.io/eh3Ymg
<GitHub135> ARTIQ/master 9f82ff8 Sebastien Bourdeauducq: doc: add some tutorial steps
FabM has quit [Quit: ChatZilla 0.9.90.1 [Iceweasel 24.8.0/20140903032212]]
xiangfu has quit [Remote host closed the connection]
FabM has joined #m-labs
_florent_ has joined #m-labs
fengling_ has quit [Quit: WeeChat 1.0]
<GitHub108> [ARTIQ] sbourdeauducq pushed 5 new commits to master: http://git.io/DUFHUA
<GitHub108> ARTIQ/master 4572b76 Sebastien Bourdeauducq: devices/runtime_exceptions: fix exception_map generation
<GitHub108> ARTIQ/master 4a1cad5 Sebastien Bourdeauducq: language/core: reduce namespace pollution
<GitHub108> ARTIQ/master 035b541 Sebastien Bourdeauducq: language/core: add RuntimeException
xiangfu has joined #m-labs
xiangfu has quit [Remote host closed the connection]
<GitHub185> [migen] sbourdeauducq pushed 2 new commits to master: http://git.io/yjhY8A
<GitHub185> migen/master 15f67b3 Sebastien Bourdeauducq: genlib/fsm: make first fsm.act() the reset state, even when using after_*/before_* methods before fsm.act
<GitHub185> migen/master e03091e Florent Kermarrec: add generic CRCEngine, CRC32, CRCInserter and CRCChecker...
<GitHub68> [ARTIQ] sbourdeauducq pushed 1 new commit to master: http://git.io/qiQHzQ
<GitHub68> ARTIQ/master 6a1cf87 Sebastien Bourdeauducq: doc/manual: more tutorial steps
FabM has quit [Quit: ChatZilla 0.9.90.1 [Iceweasel 24.8.1/20140924224142]]
FabM has joined #m-labs
xiangfu has joined #m-labs
xiangfu has quit [Remote host closed the connection]
bhamilton has joined #m-labs
<GitHub58> [ARTIQ] sbourdeauducq pushed 2 new commits to master: http://git.io/TAncSw
<GitHub58> ARTIQ/master f105e5e Sebastien Bourdeauducq: language: add std module with common user features
<GitHub58> ARTIQ/master d3e70ec Sebastien Bourdeauducq: language/units: cleanup and add docstrings
mumptai has joined #m-labs
<sb0> sphinx sucks pretty hard when you have decorated methods.
<sb0> for some obscure reason functools.wraps does nothing to it here - though it fixes help()
<sb0> ah, stupid cache
bhamilton has quit [Remote host closed the connection]
<rjo> sb0: what about having the namespace layout flat? like https://hg.python.org/cpython/file/3.4/Lib/asyncio/
<rjo> sb0: i don't think there are going to be many collisions. looks like the general style with python packages is to expose it all at the top level and then allow either one of the three use cases 1) from artiq import * 2) import artiq as aq 3) from artiq import Hz, core...
<mumptai> "import *" is a bit evil, but still common
<mumptai> why isn't "import artiq" an option?
<rjo> mumptai: certainly. just more typing. numpy, scipy, scikits.*, matplotlib all tend to be used in this abreviated form.
<rjo> also for our use case most of the usual the arguments against import * do not work.
<rjo> sb0: it's not an issue yet as the signatures are still very simple, but it might make sense to use numpydoc style parameter and return value documentation in the future.
<rjo> sb0: and while i am complaining: shouldn't we call it "artiq" and not "ARTIQ" (c.f. import artiq etc)?
bentley`` has quit [*.net *.split]
_florent_ has quit [Quit: Page closed]
mumptai has quit [Quit: Verlassend]