Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite indexing #214

Closed
jazithedev opened this issue Mar 26, 2020 · 4 comments
Closed

Infinite indexing #214

jazithedev opened this issue Mar 26, 2020 · 4 comments

Comments

@jazithedev
Copy link

jazithedev commented Mar 26, 2020

When uninstalling this plugin, everything works fine. But with it, I have infinite project indexing.

plugin version: 0.87-2019.3

Selection_001

Edit: works fine on version 0.86.1-2019.3 → 0.87-2019.3

@giraud
Copy link
Owner

giraud commented Mar 26, 2020

what is the bsconfig.json ?

@Coobaha
Copy link
Contributor

Coobaha commented Mar 28, 2020

It should be the same issue that I’ve reported to you in discord: gson parsing error because of json5 format

@jazithedev
Copy link
Author

@giraud

{
  "name": "Project",
  "sources": [
    {
      "dir": "src",
      "subdirs": true
    },
    {
      "dir": "__tests__",
      "subdirs": true,
      "type": "dev"
    }
  ],
  "package-specs": {
    "module": "commonjs",
    "in-source": true
  },
  "suffix": ".bs.js",
  "bs-dependencies": [
    "reason-react",
    "@glennsl/bs-json",
    "bs-webapi",
    "bs-fetch",
    "bs-moment",
    "reason-date-fns",
    "re-classnames",
    "reason-apollo",
    "reason-apollo-hooks",
    "re-debouncer",
    "bs-reform",
    "reschema"
  ],
  "bs-dev-dependencies": [
    "@glennsl/bs-jest",
    "bs-react-test-renderer"
  ],
  "ppx-flags": [
    "graphql_ppx/ppx",
    "lenses-ppx/ppx"
  ],
  "reason": {
    "react-jsx": 3
  },
  "refmt": 3,
  // "bsc-flags": ["-bs-g"],
  "generate-merlin": true,
  "warnings": {
    "number": "-45"
  }
}

giraud added a commit that referenced this issue Apr 3, 2020
@giraud
Copy link
Owner

giraud commented Apr 3, 2020

should be fixed in 0.87.1

@giraud giraud closed this as completed Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants