Mike Frysinger

Results 72 issues of Mike Frysinger

for the next major release series, we should change to 64-bits from 32-bit `int`s that we have now i haven't fully thought out whether this will require breaking ABI or...

enhancement

depending on the order of externs passed to closure-compiler, type definitions might be silently lost! while i wouldn't disagree that i should be taking better care with externs, it seems...

one downside to libseccomp is that you have to link it into every project that wants to use it, and then generate the bpf program on the fly before it...

enhancement
priority/medium

the current build scripts are silent while they run (other than warnings). would it be possible to make it verbose ? it's possible with a simple patch: ``` python ---...

Not sure how you feel about gitsubmodules, but it makes it easier to update.

the code currently handles [`chrome.socket`](https://developer.chrome.com/apps/socket), but it doesn't handle the newer `chrome.sockets` (which replaces `chrome.socket`). it's actually 3 APIs in that namespace: * [`chrome.sockets.udp`](https://developer.chrome.com/apps/sockets_udp) * [`chrome.sockets.tcp`](https://developer.chrome.com/apps/sockets_tcp) * [`chrome.sockets.tcpServer`](https://developer.chrome.com/apps/sockets_tcpServer)

coming from UNIX background, the "rename" function is about renaming a file from anywhere to anywhere. basically i was expecting semantics similar to the moveFile function. it would help if...

i tried to instantiate a root whose make.profile was pointing to default/linux/arm64. pkgcore threw an error: ``` ... domain = config.get_default('domain') File "/usr/lib64/python2.7/site-packages/pkgcore/config/central.py", line 568, in get_default "Failed instantiating default...

would be good to support Packages.gz/xz/bz2/etc...

enhancement

see commit 42ccbf74f36ae7ed31045607ac872717808a065b in portage. basically adds a global TTL header which is used to determine when a refetch of the Packages file is warranted.

enhancement