Size: a a a

F# Flood: ПДД made functional, making illegal state INGIBDDdale

2020 May 13

SN

Shub Niggurath in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Roman
а что возвращает MoveNextAsync? И ты кстати там текущий элемент йилдишь, только когда есть следующий. Т.е. последний элемент коллекции потеряется
хорошее замечание
источник

оГ

отец Григорий... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Так тебе ж чорным по английскому написали, как править
источник

SN

Shub Niggurath in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Ayrat Hudaygulov
Стопе, там есть конвертация из асинкенума в асинксек
где именно, не помнишь?
источник

AH

Ayrat Hudaygulov in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Shub Niggurath
где именно, не помнишь?
Чуть ниже написали
источник

AH

Ayrat Hudaygulov in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Миша Проказин
>stack install intero

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for intero-0.1.40:
   ghc-8.8.3 from stack configuration does not match >=7.8 && <=8.6.5  (latest matching version is 8.6.5)
needed since intero is a build target.

Some different approaches to resolving this:

 * Set 'allow-newer: true' in /home/bearpro/.stack/config.yaml to ignore all version constraints and build anyway.

 * Recommended action: try adding the following to your extra-deps in /home/bearpro/.stack/global-project/stack.yaml:

- ghc-8.6.5@sha256:3591225289bdf8cf8f62b10f2aebc9ea3e25a15294545a5312a419e0317784f9,13976

Plan construction failed.
Все ж написано
источник

SN

Shub Niggurath in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Roman
а что возвращает MoveNextAsync? И ты кстати там текущий элемент йилдишь, только когда есть следующий. Т.е. последний элемент коллекции потеряется
возвращает от TaskResult<bool>
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
отец Григорий
Так тебе ж чорным по английскому написали, как править
Я это и сделал. А дальше...
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for ghc-8.6.5:
   base-4.13.0.0 from stack configuration does not match <0 && ==4.12.*
   ghc-boot-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   ghc-boot-th-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   ghc-heap-8.8.3 from stack configuration does not match ==8.6.5
   ghci-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   template-haskell-2.15.0.0 from stack configuration does not match ==2.14.*  (latest matching version is 2.14.0.0)
   time-1.9.3 from stack configuration does not match >=1.4 && <1.9  (latest matching version is 1.8.0.4)
needed due to intero-0.1.40 -> ghc-8.6.5

Some different approaches to resolving this:

 * Set 'allow-newer: true' in /home/bearpro/.stack/config.yaml to ignore all version constraints and build anyway.

 * Recommended action: try adding the following to your extra-deps in /home/bearpro/.stack/global-project/stack.yaml:

- ghc-boot-8.6.5@sha256:8b608d2f36aad99a37a7d1b70319d43195128de6485b15fa7d4638b2942ce2a2,1772
- ghc-boot-th-8.6.5@sha256:c120f0d15944e770e2b698f5139f0003a86f9e25e5d1a7c6631e442129232748,1075
- ghci-8.6.5@sha256:886e52e6ab43b0de39fd5d92d8d1a5d7fac04c0f145c62b39baae04476208bd9,2126
- template-haskell-2.14.0.0@sha256:e3747ae9e2aeec160196706dd470b5fc4175678ec4136bcec9124534f67d83bc,1724
- time-1.8.0.4@sha256:3f6eddf238b828eb4f82683acce1c3afe64784f0d20114239b738c123316c85c,5494

Plan construction failed.
источник

оГ

отец Григорий... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Предлагаю чуть сбавить темп. Сейчас всё запутается
источник

AH

Ayrat Hudaygulov in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Короче, у тебя пакеты взаимоисключающие
источник

AH

Ayrat Hudaygulov in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Я бы поставил allow-newer
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Не получилось.
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Сейчас покажу что вышло
источник

DS

Doge Shibu in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Миша Проказин
Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for ghc-8.6.5:
   base-4.13.0.0 from stack configuration does not match <0 && ==4.12.*
   ghc-boot-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   ghc-boot-th-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   ghc-heap-8.8.3 from stack configuration does not match ==8.6.5
   ghci-8.8.3 from stack configuration does not match ==8.6.5  (latest matching version is 8.6.5)
   template-haskell-2.15.0.0 from stack configuration does not match ==2.14.*  (latest matching version is 2.14.0.0)
   time-1.9.3 from stack configuration does not match >=1.4 && <1.9  (latest matching version is 1.8.0.4)
needed due to intero-0.1.40 -> ghc-8.6.5

Some different approaches to resolving this:

 * Set 'allow-newer: true' in /home/bearpro/.stack/config.yaml to ignore all version constraints and build anyway.

 * Recommended action: try adding the following to your extra-deps in /home/bearpro/.stack/global-project/stack.yaml:

- ghc-boot-8.6.5@sha256:8b608d2f36aad99a37a7d1b70319d43195128de6485b15fa7d4638b2942ce2a2,1772
- ghc-boot-th-8.6.5@sha256:c120f0d15944e770e2b698f5139f0003a86f9e25e5d1a7c6631e442129232748,1075
- ghci-8.6.5@sha256:886e52e6ab43b0de39fd5d92d8d1a5d7fac04c0f145c62b39baae04476208bd9,2126
- template-haskell-2.14.0.0@sha256:e3747ae9e2aeec160196706dd470b5fc4175678ec4136bcec9124534f67d83bc,1724
- time-1.8.0.4@sha256:3f6eddf238b828eb4f82683acce1c3afe64784f0d20114239b738c123316c85c,5494

Plan construction failed.
А есть ссылка на весь stack файл
источник

DS

Doge Shibu in F# Flood: ПДД made functional, making illegal state INGIBDDdale
?
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
А что это такое я не понял ещё)
источник

SN

Shub Niggurath in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Ayrat Hudaygulov
Чуть ниже написали
ееее
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Вроде я же пытаюсь глобальный инструмент поставить, нет?
источник

МП

Миша Проказин... in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Или что это вообще...
источник

SN

Shub Niggurath in F# Flood: ПДД made functional, making illegal state INGIBDDdale
Миша Проказин
Или что это вообще...
это вообще чат по эфшарп
источник