-
Notifications
You must be signed in to change notification settings - Fork 98
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
[Feature request] Allow serialize all AST types instead of just Resource #343
Comments
You'll probably get more traction with an editor project if it was optimized for But yes we should probably review what Debug/Copy/Serialize/Etc traits are available where and make sure they are available where they might be useful since that isn't something that can easily be extended externally. |
Yes, that what I am thinking. I don't plan to support anything other than fluent. But I will try to keep thing simple, like let the user handle complex pattern in a text box .
Hum, idk, I'm talking of the fluent_syntax crate. I just need some functions to be pub. I will try to make a pull request to show case this |
Sound like i will also require the api to parse only some part of the syntax. Notably the Pattern struct. Do you think it could be possible to open that ? @alerque |
I was just pointing out your typo with a little humor. You could write a UI for editing Adobe Audition Filters, OpenFlight Scene Descriptions, Flight Simulator saved flights, or other formats too, but Fluent files typically have |
Isn't the API from #241 what you need? It's only available in latest master, not in crates.io. |
I stopped working on this, so we can close this issue |
Just for the record in case anybody lands on this issue from Google: the real reason this can be closed is not because the OP stopped working on it (however true) but because it is actually now implemented. It isn't in a release get but the current Git version includes the work and the upcoming safe-harbor release (issue #347, PR #349) will have this in it. It's already pending in the changelog. |
Hello,
fist able thank for this great crate, i love the fact it is so well documented.
I'm working on a desktop app to easily edit
.flt
files, similar to https://pontoon.mozilla.org/.So i will need to serialize the Pattern struct, and probably other struct. Could this be part of the public API?
Also, please consider publishing a new version to crates.io seens it been 3 years seens the last release.
Thanks
The text was updated successfully, but these errors were encountered: