julia
WIP: Add `parse(Type, str)` method for parsing Types: DataTypes, Unions and UnionAlls.
#52668
Open

Commits
  • Add `parse(Type, str)` method for parsing Types from a string.
    NHDaly committed 1 year ago
  • Allow users to pass a custom module context, rather than defaulting to Main.
    NHDaly committed 1 year ago
  • Drop support for looking up the name in loaded_modules.
    NHDaly committed 1 year ago
  • Rename the convenience macro to `@_bail_if_nothing`
    NHDaly committed 1 year ago
  • Fix support for Union{} and Tuple{}, which are distinct from Union and Tuple.
    NHDaly committed 1 year ago
  • Fixup docstring
    NHDaly committed 1 year ago
  • Add NEWS
    NHDaly committed 1 year ago
  • Apply suggestions from code review
    NHDaly committed 1 year ago
Loading