-
Updated
Nov 23, 2019 - C#
ion
Here are 90 public repositories matching this topic...
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Nov 26, 2017 - CSS
-
Updated
Aug 9, 2017 - Go
-
Updated
Jul 11, 2018 - C
There are many spots in the codebase where we print out straight objects. Often times, it is without context, like a QuerySet or a single object. We should add context to these statements and remove unneeded statements.
This would be a good issue for someone wishing to get started with Ion development.
-
Updated
Jan 20, 2019 - HTML
-
Updated
Nov 23, 2019 - JavaScript
As identified in #130:
- javadoc.io doesn't recognize dokka's "html" outputFormat
- Kotlin's dokka tool fails on JDK 10 or higher when the "javadoc" outputFormat is specified (see dokka/294)
In the interim, the release process requires manually changing dokka's outputFormat to "html" and building with JDK 8.
Once dokka/294 is addressed (or java
-
Updated
Feb 26, 2020 - Shell
-
Updated
Nov 27, 2019 - C#
-
Updated
May 27, 2020 - C++
-
Updated
Jul 16, 2017 - C++
-
Updated
Jan 6, 2019 - C++
-
Updated
Mar 27, 2018 - C++
-
Updated
Sep 9, 2018 - JavaScript
-
Updated
May 5, 2020 - JavaScript
-
Updated
Sep 15, 2017 - Java
Improve this page
Add a description, image, and links to the ion topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ion topic, visit your repo's landing page and select "manage topics."
TimestampTemporalAccessorTestsuses some randomly generated test cases to improve coverage.Today on my workstation one of these test cases failed. Apparently, extremely rarely, some date is generated that causes the tests to fail. Thankfully, when I wrote
TimestampTemporalAccessorTestsI made them output the random seed that was used when generating the random dates so these failures c