input-output-hk / plutus-pioneer-program

This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.
1.39k stars 987 forks source link

Fix the week05 tag for Plutus in cabal.project #36

Closed GeorgeFlerovsky closed 1 year ago

GeorgeFlerovsky commented 3 years ago

Github gives the following warning for the tag 8f1a47674a99ac9bc2aba3231375d8d6de0641d2:

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

https://github.com/input-output-hk/plutus/commit/8f1a47674a99ac9bc2aba3231375d8d6de0641d2

The result is that cabal repl breaks with the following error:

fatal: reference is not a tree: 8f1a47674a99ac9bc2aba3231375d8d6de0641d2

Solution: use Week 06 tag for Plutus.

devByGelu commented 3 years ago

Thanks for this :)

infa-jowoods commented 3 years ago

This should be merged, it's throwing newcomers in week5, unfortunately.

ahaxu commented 3 years ago

Thank @GeorgeFlerovsky for this.

paymog commented 3 years ago

Is there a reason this hasn't been merged? I just spent hours trying to figure out this problem and ended up asking on stackoverflow which lead me down a suboptimal path: https://cardano.stackexchange.com/questions/4044/plutus-pioneer-program-week-5-missing-commit/4088#4088