You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed Frontend.hs, but ob run doesn't reload it. Even killing and starting it again uses the old frontend somehow. I did saw this warning:
Packages named 'backend' appear in 2 different locations: .attr-cache/skeleton.out/backend/backend.cabal, backend/backend.cabal; Picking .attr-cache/skeleton.out/backend/backend.cabal
Packages named 'common' appear in 2 different locations: common/common.cabal, .attr-cache/skeleton.out/common/common.cabal; Picking common/common.cabal
Packages named 'frontend' appear in 2 different locations: .attr-cache/skeleton.out/frontend/frontend.cabal, frontend/frontend.cabal; Picking .attr-cache/skeleton.out/frontend/frontend.cabal
This was from using develop branch of obelisk at 6df4924 - and a newly created skeleton using it.
The text was updated successfully, but these errors were encountered:
Hey Srid, is your project .obelisk/impl also pointing at that commit? I guess you are at some point behind #693 being included. Bear in mind that ob init will point to master by default.
Perhaps that fix needs backporting? cc @3noch
I thought this bug was only on develop.
This has been fixed in develop. It's possible it was present in older versions though. Thankfully the warning tells you what's going on. Closing since it's fixed in develop. We have a release in the pipeline.
I changed
Frontend.hs
, butob run
doesn't reload it. Even killing and starting it again uses the old frontend somehow. I did saw this warning:This was from using develop branch of obelisk at 6df4924 - and a newly created skeleton using it.
The text was updated successfully, but these errors were encountered: