Peter Williams

Results 48 issues of Peter Williams

Consider the following test program: ``` extern crate fs2; use fs2::FileExt; use std::fs; fn main() { let f = fs::OpenOptions::new() .create(true) .append(true) .open("myfile.txt").expect("error creating"); f.lock_exclusive().expect("error locking"); } ``` On Linux,...

Right now these commits are just labeled "Release commit created by Cranko", etc. If there's one package we should include its name. If there are multiple, we do something sensible...

good first issue

We should document `major bump`, `minor bump`, etc. This should go into the Concepts section of the book.

Right now we only have the generic Markdown format. One day we'll probably need to support more options. This should go in the Concepts section of the book.

But how :-( Need a way to create lots of quickie repos with interesting histories across multiple branches.

Upon `apply-versions`, check: - That current origin `rc` tip is an ancestor of new `rc` tip - That current origin `release` main-dev commit is an ancestor of new `rc` main-dev...

Sometimes after doing a `cranko commit`, it turns out that there's a problem, or I forgot to stage a package, and I want to go back and edit the staging...

Reported by Thoughtworks folks (CC @pandearti). When calling `msmetadata.scansforfield` on OSX 10.11, it apparently segfaults intermittently. System: OSX 10.11, Python 2.7, casa-nrao-casacore 4.5, casa-python 4.6.0, casa-tools 4.5.

Reported by Thoughtworks folks (CC @pandearti). On OSX, sometimes `msmetadata.scansforfield` throws an error that doesn't make much sense. [Here's a screenshot](https://cloud.githubusercontent.com/assets/9341123/26371817/89820340-4019-11e7-8810-6b42fb875830.png). In short, `msmetadata_cmpt.cc::scansforfield` throws an exception saying ``` Request...

Hi all — Over at conda-forge, we're running a migration to build a new package of mosfit for Python 3.12. [The build isn't working][1] because of the `np.float` deprecation, which...