Skip to content

Commit

Permalink
- Modified getAccessFromScopeNodeList to use ToC chName (bug #322).
Browse files Browse the repository at this point in the history
- Incremented version number in `printVersion` from "4.5.2.4" to "4.5.2.5".
- Updated `Argu` package version in `asn1scc.fsproj` from "6.1.1" to "6.2.5".
  • Loading branch information
usr3-1415 committed Feb 19, 2025
1 parent 47da3f8 commit 570f61f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FrontEndAst/DAstUtilFunctions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let getAccessFromScopeNodeList (ReferenceToType nodes) (childTypeIsString: bool
| SEQ_CHILD (chName, chOpt) ->
let isPresent =
match chOpt with
| true -> [lm.lg.getSeqChildIsPresent pVal.arg chName] //[sprintf "%s%sexist.%s" pVal.arg.p (lm.lg.getAccess pVal.arg) chName]
| true -> [lm.lg.getSeqChildIsPresent pVal.arg (ToC chName)] //[sprintf "%s%sexist.%s" pVal.arg.p (lm.lg.getAccess pVal.arg) chName]
| false -> []
isPresent, {pVal with arg = lm.lg.getSeqChild pVal.arg (ToC chName) childTypeIsString chOpt}
| CH_CHILD (chName, pre_name, chParent) ->
Expand Down
2 changes: 1 addition & 1 deletion asn1scc/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let printVersion () =
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
//let version = fvi.FileVersion;

let version = "4.5.2.4"
let version = "4.5.2.5"
printfn "asn1scc version %s\n" version
()

Expand Down
2 changes: 1 addition & 1 deletion asn1scc/asn1scc.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Argu" Version="6.1.1" />
<PackageReference Include="Argu" Version="6.2.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 570f61f

Please sign in to comment.