issues Search Results · repo:aminya/AcuteML.jl language:Julia
Filter by
58 results
(54 ms)58 results
inaminya/AcuteML.jl (press backspace or delete to remove)Hi, I am using AcuteML in a project. It is nice tool to manipulate struct - xml. What bothers me are versions of
dependent packages. Ex. A Table.jl version required for AcuteML is quite old and hence prohibits ...
szafna
- Opened on Aug 19, 2021
- #163
The suggested way of adding documentation to each field of a type introduced in Julia s official documentation is no
longer workable in @aml:
julia @aml mutable struct Body body
field h1 ...
help wanted
wontfix
singularitti
- 4
- Opened on Apr 23, 2021
- #162
I have several types, they have the same fieldnames, but different names tags in an XML file, i.e.,
@aml struct R PP_R
type::String, att type
size::UInt, att size
columns::UN{UInt}, att ...
singularitti
- 5
- Opened on Apr 22, 2021
- #161
This issue is used to trigger TagBot; feel free to unsubscribe.
If you haven t already, you should update your TagBot.yml to include issue comment triggers. Please see this post on
Discourse for instructions ...
JuliaTagBot
- 4
- Opened on Nov 27, 2020
- #159
It would be extremely useful to generate Julia types from XML schema files automatically. This would make it easy to
generate, for example, SVG and MathML. Here is some useful code to handle XSD fschema ...
enhancement
feature_request
kskyten
- 5
- Opened on Nov 21, 2020
- #154
Nice package! I really like the way JSON3.jl handles mapping structs to JSON and back. It does this by annotating
structs with traits from StructTypes.jl. I wonder if a similar approach could be used with ...
enhancement
feature_request
kskyten
- 3
- Opened on Nov 21, 2020
- #153
I know at this point it could be a heroic effort, but after looking at the parser for @aml, I thought it would be
appropriate to suggest usage of MacroTools.jl and their @capture macro. It might be the ...
wontfix
alhirzel
- 4
- Opened on Nov 21, 2020
- #149
Hi, I have this simple MWE:
using AcuteML
@aml mutable struct inner ~
id1::Int, att ~
desc1::String, ~
end
@aml mutable struct outer doc outer
id2::Int, att ~
innerList::Vector{inner}, ...
bug
szafna
- 5
- Opened on Aug 18, 2020
- #142

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.