-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
Move away from brace. #512
Comments
@dennisoelkers this would be a pretty big change. I'd be up for some help with this just as i don't know if i have the time to do this all myself |
@securingsincity I have a working branch ready and I am currently working on the remaining tests that fail. The change does not seem to be too big, so I am happy to help. What were your reasons for using brace instead of ace/ace-builds? |
The interface was cleaner and early on it was easier to work with browserify |
@dennisoelkers I ended up having to roll back that change. It looks like it breaks importing languages and themes. You can see on the examples that themes and languages no longer work after the switch to |
@securingsincity, thanks for the heads up! I actually verified that using the example when submitting the PR and just checked again. It works on my repository, at least as far as I can see. What is the error you are seeing? |
With "example", do you mean |
The problem with the demos is probably a problem with github pages build. |
This was addressed in v8 |
Problem
react-ace is currently using brace as the underlying, browserified version of ace. Unfortunately brace is lagging a magnitude of versions behind and any change (feature, bug fix) to ace needs to propagate through brace before it ends up in react-ace. brace's development is currently stalling, with the last commit being done in February, issues not being answered and even PRs (like thlorenz/brace#139) not being accepted and merged. Therefore I would suggest looking for an alternative which allows to benefit from ace development.
References
Progress on: #
The text was updated successfully, but these errors were encountered: