alfert / propcheck

Property based Testing for Elixir (based upon PropEr)
GNU General Public License v3.0
376 stars 42 forks source link

Bump ex_doc #195

Closed evnu closed 3 years ago

evnu commented 3 years ago

Fix #194

alfert commented 3 years ago

This is really strange. It seems to be spurious but a re-run of tests shows that the dialyzer bug is persistent.

evnu commented 3 years ago

The dialyzer error message:

1> [78, 111, 116, 32, 97, 32, 114, 101, 103, 117, 108, 97, 114, 32, 102, 105, 108, 101, 58, 32].
"Not a regular file: "

This looks related: https://github.com/jeremyjh/dialyxir/issues/301

evnu commented 3 years ago

@alfert I suspect that the dialyzer problem is related to caching of PLTs.

alfert commented 3 years ago

Somewhat late, but I had similar problems with caching when using BitBucket's internal CI for another project. Seems not to be the best option.