• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

marshallward / f90nml / 232

Builds Branch Commit Type Ran Committer Via Coverage
232 master Merge pull request #44 from jamesp/master Fix to allow assigning dicts to namelist groups push 03 Apr 2017 05:39PM UTC web-flow travis-ci pending completion   set done
231 master Added test for assigning dict and stricter conditions for casting to Namelist. Pull #44 03 Apr 2017 04:09PM UTC web-flow travis-ci pending completion   set done
229 master Comma fix in docs Thanks to Daniel Kahn for reporting. push 04 Mar 2017 03:48PM UTC marshallward travis-ci pending completion   set done
228 printtoken Parse % as value if prior token is not variable A valid fortran namelist can set a variable equal to a special token as a string without delimiters, e.g. &nml x = % / sets x='%'. This is difficult to parse in f90nml since we rely on tokens ... push 04 Mar 2017 03:33PM UTC marshallward travis-ci pending completion   set done
227 master Version 0.21 update push 03 Feb 2017 04:38AM UTC marshallward travis-ci pending completion   set done
226 master New derived type tests added Derived type test cases, primarily around upper case keys, provided by Jacob William (Github #40) are added here. push 12 Jan 2017 11:00PM UTC marshallward travis-ci pending completion   set done
225 master Do not print nulls in lists of derived types An earlier patch had disabled the null value check when printing lists of derived types. However, this could happen with a non-contiguous list, e.g. only values 1, 4, and 8 explicitly set. The check ... push 09 Jan 2017 11:51PM UTC marshallward travis-ci pending completion   set done
224 master Case-insensitive start-index query Previously, start index key search was case-sensitive, and was missing any keys using capital letters. This patch adds a `lower` to the key search. (NB: Rewriting `start_index` as a case-insensitive dict would... push 06 Jan 2017 11:50PM UTC marshallward travis-ci pending completion   set done
223 master Case-insensitive `get` call to `parent` in dtypes We now properly check for the case-insensitive keys when looking for parent values in derived types. This fixes up some other derived type list issues. This seems to have also resolved the `pare... push 06 Jan 2017 12:11AM UTC marshallward travis-ci pending completion   set done
222 master Transfer start index to list of dtype elements When creating a new instance of an element in a list of derived types, the start index information was lost. This is now transferred to the new instance. (But should I be using a reference to the l... push 05 Jan 2017 09:14PM UTC marshallward travis-ci pending completion   set done
221 master For derived types of lists, do not pass whole list Previously, when a derived type parent was part of an indexed list (e.g. `a%b(3)%c`) then we would pass the entire list `a%b` as the parent, which required some gymnastics to resolve and also bro... push 05 Jan 2017 04:33AM UTC marshallward travis-ci pending completion   set done
220 master Case-insensitive start index keys The starting index keys saved in `start_index` of `Namelist` were case-sensitive, which was conflicting with the (lowercase) case-sensitive keys of `Namelist`. This led to errors for keys with uppercase characte... push 04 Jan 2017 01:24AM UTC marshallward travis-ci pending completion   set done
219 v0.20 Version 0.20 AUR update push 13 Dec 2016 02:39AM UTC marshallward travis-ci pending completion   set done
218 master Tab to space fix in docs push 13 Dec 2016 02:25AM UTC marshallward travis-ci pending completion   set done
217 master Removing github io test push 09 Dec 2016 04:50AM UTC marshallward travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • 43
  • 44
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc