https://github.com/rnons/pscid-issue-60
https://github.com/rnons/pscid-issue-60
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnons/pscid-issue-60
- Owner: rnons
- License: bsd-3-clause
- Created: 2019-07-22T12:49:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T12:54:39.000Z (almost 7 years ago)
- Last Synced: 2025-03-06T11:31:21.603Z (over 1 year ago)
- Language: PureScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pscid issue #60
How to reproduce:
1. `bower install` then `pulp build`
2. start `pscid`
3. Open `src/Types.purs`
Comment or uncomment this line
```
derive instance eqV :: Eq V
```
4. Open `src/App.purs`
Add or remove a blank line to trigger `pscid` rebuild.
## Expected behavior
Without the `Eq` instance, `pscid` should show error message.
With the `Eq` instance, `pscid` should show no error message.
## Actual behavior
The changes of `Types.purs` is not reflected in `App.purs` unless I type `r` in pscid.
Sometimes I need to repeat step 3 and 4 a few times to reproduce this issue.