Skip to content
#

kotlin-multiplatform

Here are 539 public repositories matching this topic...

atrium
robstoll
robstoll commented Jun 17, 2021

Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none

Code related feature

expect(path).notToBeReadable()

//instead of

expect(path).feature { f(it::isReadable) }.toEqual(false)

Following the things you need to do:

logic

  • extend PathAssertions with a function isNotReadable (see PathAssertions as a guideline)
  • implement isNotReadable in Def
theexiile1305
theexiile1305 commented Apr 22, 2021

Hey there,

thank you very much for this gerat project.

Microsoft applications, for some reason, seem to require a BOM to parse for example UTF-8 files correctly, even though there is no byte order in UTF-8 like there is in 16/32. In order to open a created csv file correctly I suggest to add this special BOM (UTF-8 does require three special bytes 0xEF, 0xBB and 0xBF at the start of th

arrow-meta
ahinchman1
ahinchman1 commented Dec 16, 2019

Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.

Checklist for WhenExpression

  • Destructure and make available all methods related to re

Improve this page

Add a description, image, and links to the kotlin-multiplatform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kotlin-multiplatform topic, visit your repo's landing page and select "manage topics."

Learn more